ComplexRoot Command
- ComplexRoot( <Polynomial> )
-
Finds the complex roots of a given polynomial in x. Points are created in Graphics View.
ComplexRoot(x^2 + 4)
yields (0 + 2 ί) and (0 - 2 ί)
CAS Syntax
- ComplexRoot( <Polynomial> )
-
Finds the complex roots of a given polynomial in x.
ComplexRoot(x^2 + 4)
yields {- 2 ί, 2 ί}
Use CSolve Command instead. |