Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a230ee2e683e2407

Jump to content

Category:Computer algebra systems

From Wikipedia, the free encyclopedia

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.