Lisp Algebraic Manipulator

ID: lisp-algebraic-manipulator

The Lisp Algebraic Manipulator (LAM) is a computer algebra system developed in the 1980s using the Lisp programming language. It is designed to perform symbolic computation, which includes manipulating algebraic expressions, solving equations, and performing various algebraic operations. LAM allows users to: 1. **Symbolic Manipulation**: Perform operations on algebraic expressions symbolically rather than numerically. This includes tasks such as simplification, expansion, and factorization of polynomials.

New to topics? Read the docs here!