All Projects → paulmasson → mathcell

paulmasson / mathcell

Licence: MIT license
Interactive mathematics in the browser

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mathcell

Textbooks
Source code of Mathigon's interactive textbooks
Stars: ✭ 277 (+714.71%)
Mutual labels:  interactive, mathematics
math
Complex special functions and common mathematical operations in JavaScript
Stars: ✭ 42 (+23.53%)
Mutual labels:  mathematics
codex
A repository of mathematical knowledge written in the MathLingua language.
Stars: ✭ 17 (-50%)
Mutual labels:  mathematics
augmath
Interactive Computer Algebra System. Augmenting how we *do* mathematics using computers
Stars: ✭ 41 (+20.59%)
Mutual labels:  interactive
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (-17.65%)
Mutual labels:  mathematics
qmc
A Quasi-Monte-Carlo Integrator Library with CUDA Support
Stars: ✭ 17 (-50%)
Mutual labels:  mathematics
Tau.jl
A Julia module providing the definition of the circle constant Tau (2π)
Stars: ✭ 33 (-2.94%)
Mutual labels:  mathematics
lumo
A high performance WebGL tile rendering library
Stars: ✭ 58 (+70.59%)
Mutual labels:  interactive
muxnect
Send input to just about any interactive command-line tool through a local web server
Stars: ✭ 23 (-32.35%)
Mutual labels:  interactive
npm-interactive-scripts
⚡️Fast Interactive CLI for npm scripts
Stars: ✭ 17 (-50%)
Mutual labels:  interactive
thunder
BoltDB's Interactive Shell
Stars: ✭ 80 (+135.29%)
Mutual labels:  interactive
Mathos-Project
The Mathos Core Library
Stars: ✭ 22 (-35.29%)
Mutual labels:  mathematics
LSMLIB
Level Set Method Library
Stars: ✭ 67 (+97.06%)
Mutual labels:  mathematics
quantlib
The idiomatic rust implementation of the QuantLib C++ quantitative finance library
Stars: ✭ 89 (+161.76%)
Mutual labels:  mathematics
gt
Source files for my course on Game Theory.
Stars: ✭ 28 (-17.65%)
Mutual labels:  mathematics
EquationKit
Equations in Swift
Stars: ✭ 39 (+14.71%)
Mutual labels:  mathematics
3D interactive graphics rendering engine
Develop a 3D interactive graphics rendering engine
Stars: ✭ 31 (-8.82%)
Mutual labels:  mathematics
EverythingCrypto
(Still exploring) My cryptography journey: A collection of notebooks covering different algorithms and concepts from cryptography
Stars: ✭ 123 (+261.76%)
Mutual labels:  mathematics
klipse-repl
Beginners friendly Clojure REPL
Stars: ✭ 44 (+29.41%)
Mutual labels:  interactive
idlejs
Execute stuff when user is idle or interactive
Stars: ✭ 35 (+2.94%)
Mutual labels:  interactive

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/[email protected]/build/mathcell.js"></script>

See the documentation for additional details of implementation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].