Category:Computer algebra systems

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by BrownHairedGirl (talk | contribs) at 18:14, 23 July 2020 (remove navbox which belongs on articles, where it appears at the bottom of the page. Placing it at the TOP of a category page is an impediment to navigation, because it appears above the listing of the category's content). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A computer algebra system (CAS) or symbolic computation system is a system of software packages that 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 users to implement their own algorithms

More advanced examples usually include more sophisticated tools, including Gröbner basis packages for manipulating ideals in polynomial rings, which is essential for many advanced real-world applications involving differential equations, robotics, and so forth, as well as packages for working at a high level with vectors and tensors.