https://github.com/mrvplusone/cas-scala
A simple Computer Algebra System in Scala
https://github.com/mrvplusone/cas-scala
Last synced: about 1 year ago
JSON representation
A simple Computer Algebra System in Scala
- Host: GitHub
- URL: https://github.com/mrvplusone/cas-scala
- Owner: MrVPlusOne
- Created: 2016-10-07T14:54:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T07:37:41.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T19:11:55.191Z (over 1 year ago)
- Language: Scala
- Size: 31.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CAS-scala
#### A simple Computer Algebra System (CAS) written in Scala
#### [see introduction here](https://mrvplusone.github.io/old-homepage/gallery-casInScala.html)
### Main features
* Finding the derivative of any mathematical expression
* Supporting multiple types of number, like in Mathematica
* Expression simplification
* Parsing mathematical expression from text
* Rendering expressions into traditional mathematical form
* An algorithm for simplex optimization