by E.othman (1 Submission)
Category: Math/Dates
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(9 Votes)
A console based polynomial solver capable to factorize polynomials of High degrees.It includes a validator and parser to detect coefficients and degrees.It uses different strategies for solving depending on the Nature of polynomial.
Beside the default solving method (Rational roots),It uses the following powerfull Numeric Methods : Newton, Bernouill,Bairstow,Iterative.
Enjoy !