Well I am trying to write a simple "polynomial engine" that has two functions:
- simplifyPolynomial
- solvePolynomial
I just don't know where to start:(
I can't think of a method to use. I don't think there are any polynomial libraries in java?
My question is: do any of you have any idea on a simple way to simplify polynomials?
Please help!
Thanks in advanced,
Andrew