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