PROGRAMS CONCERNING POLYNOMIALS IN BASIC


Choose a source program (*.bas) by clicking the appropriate button.

POLYNOMS.BAS
EVALPOL.BAS
THORNER.BAS
DIVPOL1.BAS
DIVPOL.BAS
GCDPOL.BAS
COMBIPOL.BAS
MULTPOL.BAS
DERIVPOL.BAS
SUBSTPOL.BAS
ALGEBRA.BAS
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)


RETURN


© J-P Moreau Last modified 03/31/2005 - E-mail: jpmoreau@wanadoo.fr