SolveCubic Command
CAS Syntax
- SolveCubic( <Cubic Polynomial> )
-
Solves a given cubic polynomial and returns a list of all solutions.
SolveCubic(x³ - 1)
yields { 1, \( \frac{1}{2} (\sqrt{3} i -1) \) , \( \frac{1}{2} (\sqrt{3} (-i) -1)
\) } .
Often the answers are very cumbersome, e.g. |