paulmasson / mathcell

Interactive mathematics in the browser

Home Page:http://mathcell.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MathCell

Interactive 2D and 3D mathematical visualizations in your browser!

This library and Math power the interactive elements of Analytic Physics.

Usage

Download the complete library to your web server and include it in the body of a page:

<script src="mathcell.js"></script>

If you do not want to download the source file, you can link to the most current version from my website,

<script src="https://paulmasson.github.io/mathcell/build/mathcell.js"></script>

or a past stable version from an online content delivery network:

<script src="https://cdn.jsdelivr.net/gh/paulmasson/mathcell@1.7.0/build/mathcell.js"></script>

See the documentation for additional details of implementation.

About

Interactive mathematics in the browser

http://mathcell.org/

License:MIT License


Languages

Language:JavaScript 99.1%Language:HTML 0.8%Language:Batchfile 0.0%