/polyutils

A bunch of tools for creating, storing and doing stuff with polynomials

Primary LanguageCMIT LicenseMIT

Polyutils

A small lib for creating, storing and doing stuff with polynomials. Includes several example programs.

Examples

  • polydiv - Find a quotient and remainder of two polynomials
  • polymulti - Multiply two polynomials
  • polysum - Add two polynomials up
  • polydiff - Subtract two polynomials