Welcome! You have found the homepage of the Fall 2024 manifestation of Math 218.
If the roots of a polynomial are nice enough, then we can use sage to find
them with the syntax f.roots()
. This will give the roots of the
polynomial along with their multiplicities.
However, if the roots are ugly, then sage will simply give up.