Computer algebra system

From Wikipedia, the free encyclopedia

A computer algebra system (CAS) is a software program that allows to compute with mathematical expressions in a way which is similar to the traditional handwritten computations of the mathematicians and other scientists. The development of the computer algebra systems has impulsed the rise, in the second halve of 20th century, of a new scientific area called "computer algebra" or "symbolic computation". In fact, "when the long-known finite step algorithms were first put on computers, they turned out to be highly inefficient".[1][2]

Computer algebra systems may be divided in two classes, the specialized ones and the general purpose ones. The specialized ones are devoted to a specific part of mathematics, such as number theory, group theory, or teaching of elementary mathematics.

General purpose computer algebra systems aim to be useful to users working in any scientific field, which have to manipulate mathematical expressions. For being useful, a general purpose computer algebra systems must include various features such as

  • a user interface allowing to enter and display mathematical formulas
  • a programming language and an interpreter (the result of a computation has commonly an unpredictible form and an unpredictible size; therefore a user intervention is frequently needed)
  • a simplifier, which is a rewrite system for simplifying mathematics formulas
  • a memory manager, including a garbage collector, needed by the huge size of the intermediate data, which may appear during a computation
  • an arbitrary-precision arithmetic, needed by the huge size of the integers that may occur
  • a large library of mathematical algorithms

The library must cover not only the needs of the users, but also the needs of the simplifier. For example, the computation of Polynomial greatest common divisors is systemically used for the simplification of expressions involving fractions.

This large amount of required computer capabilities explains the small number of general purpose computer algebra systems. The main ones are Axiom, Magma, Maple, Mathematica and Sage (the latter includes several computer algebras systems, such as Macsyma and SymPy).

Symbolic manipulations

The symbolic manipulations supported typically include:

  • simplification to a smaller expression or some standard form, including automatic simplification with assumptions and simplification with constraints
  • substitution of symbols or numeric values for certain expressions
  • change of form of expressions: expanding products and powers, partial and full factorization, rewriting as partial fractions, constraint satisfaction, rewriting trigonometric functions as exponentials, transforming logic expressions, etc.
  • partial and total differentiation
  • some indefinite and definite integration (see symbolic integration), including multidimensional integrals
  • symbolic constrained and unconstrained global optimization
  • solution of linear and some non-linear equations over various domains
  • solution of some differential and difference equations
  • taking some limits
  • integral transforms
  • series operations such as expansion, summation and products
  • matrix operations including products, inverses, etc.
  • statistical computation
  • theorem proving and verification which is very useful in the area of experimental mathematics
  • optimized code generation

In the above, the word some indicates that the operation cannot always be performed.

Additional capabilities

Many also include:

  • a programming language, allowing users to implement their own algorithms
  • arbitrary-precision numeric operations
  • exact integer arithmetic and number theory functionality
  • Editing of mathematical expressions in two-dimensional form
  • plotting graphs and parametric plots of functions in two and three dimensions, and animating them
  • drawing charts and diagrams
  • APIs for linking it on an external program such as a database, or using in a programming language to use the computer algebra system
  • string manipulation such as matching and searching
  • add-ons for use in applied mathematics such as physics, bioinformatics, computational chemistry and packages for physical computation

Some include:

Some computer algebra systems focus on a specific area of application; these are typically developed in academia and are free. They can be inefficient for numeric operations compared to numeric systems.

Types of expressions

The expressions manipulated by the CAS typically include polynomials in multiple variables; standard functions of expressions (sine, exponential, etc.); various special functions (Γ, ζ, erf, Bessel functions, etc.); arbitrary functions of expressions; optimization; derivatives, integrals, simplifications, sums, and products of expressions; truncated series with expressions as coefficients, matrices of expressions, and so on. Numeric domains supported typically include real, complex, interval, rational, and algebraic.

History

Computer algebra systems began to appear in the 1960s, and evolved out of two quite different sources—the requirements of theoretical physicists and research into artificial intelligence.

A prime example for the first development was the pioneering work conducted by the later Nobel Prize laureate in physics Martin Veltman, who designed a program for symbolic mathematics, especially High Energy Physics, called Schoonschip (Dutch for "clean ship") in 1963.

Using LISP as the programming basis, Carl Engelman created MATHLAB in 1964 at MITRE within an artificial intelligence research environment. Later MATHLAB was made available to users on PDP-6 and PDP-10 Systems running TOPS-10 or TENEX in universities. Today it can still be used on SIMH-Emulations of the PDP-10. MATHLAB ("mathematical laboratory") should not be confused with MATLAB ("matrix laboratory") which is a system for numerical computation built 15 years later at the University of New Mexico, accidentally named rather similarly.

The first popular computer algebra systems were muMATH, Reduce, Derive (based on muMATH), and Macsyma; a popular copyleft version of Macsyma called Maxima is actively being maintained. As of today, the most popular commercial systems are Mathematica[3] and Maple, which are commonly used by research mathematicians, scientists, and engineers. Freely available alternatives include Sage (which can act as a front-end to several other free and nonfree CAS).

In 1987 Hewlett-Packard introduced the first hand held calculator CAS with the HP-28 series, and it was possible, for the first time in a calculator, to arrange algebraic expressions, differentiation, limited symbolic integration, Taylor series construction and a solver for algebraic equations.

The Texas Instruments company in 1995 released the TI-92 calculator with an advanced CAS based on the software Derive. This, along with its successors (including the TI-89 series and the newer TI-Nspire CAS released in 2007) featured a reasonably capable and inexpensive hand-held computer algebra system.

CAS-equipped calculators are not permitted on the ACT, the PLAN, and in some classrooms because they may affect the integrity of the test/class,[4] though it may be permitted on all of College Board's calculator-permitted tests, including the SAT, some SAT Subject Tests and the AP Calculus, Chemistry, Physics, and Statistics exams.

Mathematics used in computer algebra systems

See also

References

  1. This Kaltofen's sentence is about the factorization of polynomials, but remains true, when applied to most algorithms of computer algebra
  2. Kaltofen, Erich (1990), "Polynomial Factorization 1982-1986", in D. V. Chudnovsky; R. D. Jenks, Computers in Mathematics, Lecture Notes in Pure and Applied Mathematics 125, Marcel Dekker, Inc., retrieved October 14, 2012 
  3. Interview with Gaston Gonnet, co-creator of Maple, SIAM History of Numerical Analysis and Computing, March 16, 2005
  4. ACT's CAAP Tests: Use of Calculators on the CAAP Mathematics Test

External links


This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.