|
Program Description
- Elementary operations on Polynomials
- Program to demonstrate the Evaluation of a polynomial
- Evaluate a Polynomial and its Derivatives By Horner's Method
- Division of two polynomials by increasing powers
- Euclidian division of two polynomials P(x)/Q(x)
- GCD and SCM of two polynomials
- Linear combination of two polynomials a.P(x) + b.Q(x)
- Multiplication of two polynomials P(x) x Q(x)
- Nth derivative of a polynomial P(x)
- Substitution of two polynomials P(Q(x))
- Symbolic Parser with Polynomials. Example: '(A+B)^2' ==> A^2+2AB+B^2 (NEW)
|