Encyclopedia > Computer algebra

  Article Content

Computer algebra system

Redirected from Computer algebra

A computer algebra system (CAS) is a software package which facilitates symbolic mathematics. Typically, these systems include
  • arbitrary precision (bignum) arithmetic, allowing for instance to evaluate pi to 10,000 digits.
  • symbolic manipulation engine, to simplify algebraic expressions, differentiate and integrate functions and solve equations
  • graphing facility, to produce graphs of functions, typically in two and three dimensions
  • linear algebra subsystem, to allow matrix computations and solving of systems of linear equations
  • high level programming language, allowing the user 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, because the computer algebra languages are interpreted and the bignum system may cause overhead.

Computer algebra systems began to appear in the early 1970's, and evolved out of research into artificial intelligence (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 GNU Maxima is actively being maintained. The current market leaders are Maple and Mathematica; both are commonly used by research mathematicians. MuPAD[?] is a commercial system which provides a free version (with slightly restricted user interface) for non-commercial research and educational usage. Some computer algebra systems focus on a specific area of application; these are typically developed in academia and free. Examples include:

See Also: A sharp, 20-GATE.

External links:



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Kings Park, New York

... The per capita income for the town is $26,906. 3.7% of the population and 2.6% of families are below the poverty line. Out of the total people living in poverty, ...

 
 
 
This page was created in 30.8 ms