Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 703 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 703 Bytes

SimpleCAS (Computer Algebra System)

This is a reference implementation of a simple Computer Algebra System. It allows you to manipulate algebraic equations in a mathematically consistent manner, using operations such as add, subtract, multiply, divide, exponential, root, etc.

https://algebrasandbox.com provides an interactive look at how the library can be used. The code itself is currently provided in C# in the Algebra.cs file. I'll likely provide a TypeScript and Rust implementation, but feel free to contribute a port to another language if you like.