Search

The Online Encyclopedia and Dictionary

 
     
 

Encyclopedia

Dictionary

Quotes

   
 

Computer algebra system

(Redirected from Computer algebra)

A computer algebra system (CAS) is a software program that facilitates symbolic mathematics. The core functionality of a CAS is manipulation of mathematical expressions in symbolic form.

The expressions typically include polynomials in multiple variables; standard functions of expressions (sin, exponential, etc.); arbitrary functions of expressions; integrals, sums, and products of expressions; truncated series with expressions as coefficients, matrices of expressions, and so on. (This is a recursive definition.)

The symbolic manipulations supported typically include

  • simplification
  • substitution of symbolic or numeric values for expressions
  • change of form of expressions: expanding products and powers, rewriting as partial fractions, etc.
  • differentiation with respect to one or all variables
  • factorization
  • solution of linear and some non-linear equations
  • solution of some differential equations
  • taking some limits
  • some indefinite and definite integration
  • expansion as truncated series
  • some infinite series expansion
  • some series summing
  • matrix operations including products, inverses, etc.
  • display of mathematical expressions in two-dimensional mathematical form, often using typesetting systems such as TeX (see also Prettyprint)

(In the above, 'some' indicates that the operation cannot always be performed.)

In addition, most CASs include numeric operations:

  • evaluating for particular numeric values
  • evaluating to high precision (bignum arithmetic), allowing for instance the evaluation of 2^(1/3) to 10,000 digits
  • plotting graphs and parametric plots of functions in two and three dimensions

Many also include a high level programming language, allowing users to implement their own algorithms.

The study of algorithms useful for computer algebra systems is known as computer algebra.

The run-time of numerical programs implemented in computer algebra systems is normally longer than that of equivalent programs implemented in systems such as MATLAB, GNU Octave, or directly in C, since they are programmed for full symbolic generality and thus cannot use machine numerical operations directly.

Contents

History

Computer algebra systems began to appear in the early 1970s, and evolved out of research into artificial intelligence, though the fields are now regarded as largely separate. The first popular systems were Reduce, Derive, and Macsyma which are still commercially available; a copyleft version of Macsyma called Maxima is actively being maintained. The current market leaders are Maple and Mathematica; both are commonly used by research mathematicians, scientists, and engineers. MuPAD is a commercial system, also available in a free version with slightly restricted user interface for non-commercial research and educational use. Some computer algebra systems focus on a specific area of application; these are typically developed in academia and free.

List of Computer algebra systems

Mathematics used in computer algebra systems

See Also

References

  • Richard J. Fateman. "Essays in algebraic simplification". Technical report MIT-LCS-TR-095, 1972. (Of historical interest in showing the direction of research in computer algebra. At the MIT LCS web site: [1])

External links

List of computer algebra systems

Webpages of computer algebra systems

Last updated: 05-07-2005 23:37:30
Last updated: 05-13-2005 07:56:04