Polynomial Graphing Software
This is another project that I created for school. It can be used to graph any polynomial in terms of a single variable with an integer degree. The plotter allows the user to input a polynomial, the variable the polynomial is in terms of and the range they wish to model the given polynomial over. The software also automatically graphs the first and second derivatives of the given polynomial.
Users can specify polynomials using integer operands and the operators: +, – , *, (multiple * operators for exponentiation)
For example:
(x*x)-6
x*x*x*x+4*x-4
(x-3)*(x+4)
0
4*x
-x
etc…
You can download the jar file here.
Feel free to try it out, suggest improvements and identify any bugs! Feedback can be left below.