This library provides a general purpose polynomial calculator for actionscript 3. This includes basic math operators, deriviatives, finding zeros (uses TOMS493 algorithm), and solving. Supports copmlex coeffiecents and rational polynomials.

Features

  • Built on complex number support
  • Represent polynomials in Standard Form (based on coefficents) or Factored Form (based on zeros)
  • Zero finding algorithm repoted to find over 100 zeros. Find multiple identical roots and complex roots from polynomials with complex coeffients.
  • Built-in support for switching between Standard Form and Factored Form
  • Rational Polynomials f(x)/g(x).
  • Helper class for performing +.-./,*, and equal tests between complex nums, polynomials, and rational polynomials
  • Solving Linear set of equations where the coeffecients contain a rational polynomial

Project Activity

See All Activity >