multiple possible roots - 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 : System : Error Message Guide : multiple possible roots

Error, (in evalf/RootOf) there are multiple possible values encoded in RootOf(...)

Error, (in convert/RootOf) multiple roots encoded in RootOf(...)

 

Description

Examples

See Also

Description

The error occurs when evalf or convert are passed expressions that possibly contain multiple roots.

Examples

Example 1
 

eRootOfx2x1,5..5

e:=RootOf_Z2_Z1,5..5

(2.1)

evalfe

Error, (in evalf/RootOf) there are multiple values encoded in RootOf(_Z^2-_Z-1, -5 .. 5)

The actual roots of x2x1 are 12+52, 1252.

Example 2

 

convertRootOfx2x2,2..2 , RootOf, form=index;

 

Error, (in convert/RootOf) multiple roots encoded in RootOf(_Z^2-_Z-2, -2 .. 2)

The actual roots of x2x2 are 2 , 1.

See Also

examples,RootOf