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
The error occurs when evalf or convert are passed expressions that possibly contain multiple roots.
Example 1
e≔RootOf⁡x2−x−1,−5..5
e:=RootOf⁡_Z2−_Z−1,−5..5
evalfe
Error, (in evalf/RootOf) there are multiple values encoded in RootOf(_Z^2-_Z-1, -5 .. 5)
The actual roots of x2−x−1 are 12+52, 12−52.
Example 2
convertRootOfx2−x−2,−2..2 , RootOf, form=index;
Error, (in convert/RootOf) multiple roots encoded in RootOf(_Z^2-_Z-2, -2 .. 2)
The actual roots of x2−x−2 are 2 , −1.
examples,RootOf
Download Help Document