Algebron is a JavaScript math library written in TypeScript. The library provides:
- implementations of common data structures;
- APIs for scientific computation, numeric analysis, and statistics;
- CAS (Computer Algebra System) functions;
- an API for 2D and 3D graphics processing; and
- a scripting language called Praxis.
Largely motivated by necessity, I began writing Algebron as an undergraduate studying math and philosophy. Writing notes by hand and rewriting them in LaTeX takes a lot of time. With enough practice and a few shortcuts in vim and emacs, I learned to quickly type in LaTeX. Unfortunately, I still spent hours in Inkscape generating SVGs of my hand-drawn diagrams.
My solution to cutting down that time: Generate the diagrams by code. Thus began Algebron's nascency–a smorgasbord of graphics modules. Over time, I wanted more features–a class in statistics led to a statistics package, a class in algebra led to an automatic simplification function, and so on.
Because of the technical background required to understanding Algebron's implementation and API, this site also serves as a repository of my notes from undergrad, many of which are generated with Algebron.