| Factoring of Polynomials I want to try and write a program that factors polynomials. Are there any posts or websites that can point me in the right direction on how to begin on writing the code. I think the main help that I will need is "how to do the calculations. I am working on this project for myself(not homework). I don't know if this has ever been tried before in programming; maybe in a visual basic interface.
I want it to:
Factor Trinomials
Factor Perfect Square Trinomials
Factor sums and Differences of cubes
Factor Polynomial Equations
Solve Applications
Thanks
Thanks
Last edited by verdell32; 11-20-2004 at 08:12 AM.
Reason: update
|