An introduction to computer algebra (2018)
corywalker.me·3h·
Discuss: Hacker News
Flag this post

A computer algebra system, or CAS, is a program that allows the user to enter mathematical expressions and perform calculations on them. For example, a general computer algebra system can help with the following tasks:

  • Solving an equation for a variable
  • Factoring a polynomial
  • Taking an integral with respect to a variable
  • Taking the derivative with respect to a variable
  • Plotting a function, in 2D or 3D space
  • Simplifying an expression
  • Transforming expressions to different forms

The language

Some computer algebra systems implement their own languages. These languages tend to be symbolic and perfectly happy working with symbols/variables that are undefined. After all, most equations have plenty of undefined variables in them. These symbolic languages tend to not have …

Similar Posts

Loading similar posts...