SolveTools
Engine
Calling Sequence
Parameters
Options
Description
Examples
SolveTools:-Engine( eqns, vars, options )
eqns
-
set
vars
{set,list}
options
(optional) a sequence of keyword options
allsolutions
Return parameterized solutions for non-algebraic equations which may have infinitely many solutions (default is false)
conditionalsolutions
Return piecewise conditional solutions (default is true).
dropmultiplicity
Do not return multiple identical solutions of polynomials (default is false).
explicit
Express RootOfs in solution as radicals when possible (default is false).
maxsols = posint or pos_infinity
Limit the number of solutions returned (default is ∞).
Programming level interface to the solve engine. It does a minimal amount of pre- and post-processing and returns a list of solutions of the form {var1 = expr1, var2 <= expr2, .. }.
SolveTools:-Engine⁡x2+1,x
x=−I,x=I
SolveTools:-Engine⁡cos⁡x−1,x,allsolutions
x=2⁢π⁢_Z1~
SolveTools:-Engine⁡x4+1,x,explicit
x=−22+I⁢22,x=−22−I⁢22,x=22+I⁢22,x=22−I⁢22
See Also
Download Help Document