solve/symbolic - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : solve/symbolic

solve/symbolic

expressions involving branch cuts

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

solve(eqns, vars, symbolic)

Parameters

eqns

-

equations (as for solve)

vars

-

variables (as for solve)

Description

• 

The symbolic option to the solve command controls whether solve will attempt to account for branch cuts in the input equations and build piecewise expressions that are correct for substitution of parameters. Specifying symbolic or symbolic=true will ignore branch cuts, while symbolic=false will cause piecewise expressions to be constructed if necessary.

• 

The symbolic option to solve currently defaults to true but the default is expected to change in a future version of Maple.  Applications that rely on the current branch cut behavior should add symbolic=true to their calls to solve.

Examples

Only the output with symbolic=false is correct for substitutions on the parameters such as a=1.

expra=sqrta+y+1

expra=a+y+1

(1)

solveexpr,y,symbolic=true

y=a23a+1

(2)

solveexpr,y,symbolic=false

y=a23a+12arga1ππ<2arga1otherwise

(3)

solveevalexpr&comma;a=1&comma;y

(4)

Compatibility

• 

The symbolic option was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

solve