/math.js

Sage/Mathemica/WolframAlpha/Matlab/Octave in the browser

Primary LanguageJavaScriptMIT LicenseMIT

math.js

Javascript CAS

The aim of this project is replicate the best of Sage/Mathemica/WolframAlpha/Matlab/Octave in the browser. It aims to make programs like this easy and available for all.

Quick links

Usage

Online

As this is entirely javascript based, with no server components, you can just go to: http://anirudhjoshi.github.com/math.js

Offline

If you'd like to use this offline just download the following zip file, and open up,

index.html

in your browser of choice: [ DOWNLOAD LINK ]

Contribute

If you'd like to hack on this, fork, create your own feature branch, and send in a pull request with comments/code.

I like to use,

git clone --depth=1 git@github.com:username/math.js

to speed up the download process.