Support of Polynomial of degrees up to 100. Supports root-finding, derivative and more.
Also includes an app which supports plotting, roots finding, factorisation and derivatives
Rational functions are also supported
Plotting requires that matplotlib and numpy are installed.
The app requires PyQT4
Features:
- Roots
- Nth derivative
- Tangents
- Inflection points and inflection tangents
- Plotting
- Factorisation
- Addition and subtraction
- Multiplication and division (including polynomial division)
- Power to positive integers
- Extremes
- Limit
- Integrals
- Rational functions
- Asymptotes
Thanks to:
- <www.wikipedia.org> for polynomial division
- <www.1728.org> for root of cubic and quartic functions:
- <www.danielhomola.com> for newton's method
- Isaac at maths exchange for cubic equation with complex coefficients