PROGRAMS CONCERNING POLYNOMIALS IN FORTRAN


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

POLYNOMS.F90
EVALPOL.F90
THORNER.F90
DIVPOL1.F90
DIVPOL.F90
GCDPOL.F90
COMBIPOL.F90
MULTPOL.F90
DERIVPOL.F90
SUBSTPOL.F90
ALGEBRA.F90
Program Description

  • Elementary operations on Polynomials (F90 module)
  • 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