Previous Up Next

5.29.22  Exact roots of a polynomial: roots

roots takes as arguments a symbolic polynomial expression and the name of its variable.
roots returns a 2 columns matrix: each row is the list of a root of the polynomial and its multiplicity.
Examples


Previous Up Next