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

Online Help

solve/radical

expressions involving radicals of unknowns

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

solve(eqns, vars)

Parameters

eqns

-

equations (as for solve), but with radicals

vars

-

variables (as for solve)

Description

• 

The solve function will solve equations with radicals by using new auxiliary variables and adding new equations.

• 

In some cases the resulting problem will be a system of equations, but in many simple cases radical equations will be handled with transformations and post-processing. For example, the equation  is transformed into  using the substitution .

Examples

(1)

(2)

(3)

(4)

(5)

See Also

solve

solve[scalar]

solve[system]

 


Download Help Document