| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| R2010b Documentation → Symbolic Math Toolbox |
| Contents | Index |
| Learn more about Symbolic Math Toolbox |
s = symengine
s = symengine returns the currently active symbolic engine.
To see which symbolic computation engine is currently active, enter:
s = symengine
The result is:
s = MuPAD symbolic engine
Now you can use the variable s in function calls that require symbolic engine:
syms a b c x p = a*x^2 + b*x + c; feval(s,'polylib::discrim', p, x)
The result is:
ans = b^2 - 4*a*c

See how symbolic computations can help you find analytical solutions to math and engineering problems.
Get free kit| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |