Solving Cubic Equations With Python

Introduction In algebra the student learns to find the roots of cubic equations using the Rational Root Theorem. Presented here is python code implementing each of the steps the student is taught. What is...