Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
Go to file
Jens Axel Søgaard 28a4d1ce0d renamed readers
2012-06-20 18:22:58 +02:00
bracket renamed readers 2012-06-20 18:22:58 +02:00
docs Inital commit 2012-06-20 17:20:30 +02:00
graphics Inital commit 2012-06-20 17:20:30 +02:00
gui Inital commit 2012-06-20 17:20:30 +02:00
infix Inital commit 2012-06-20 17:20:30 +02:00
math-scribble Inital commit 2012-06-20 17:20:30 +02:00
matrix Inital commit 2012-06-20 17:20:30 +02:00
maxima Inital commit 2012-06-20 17:20:30 +02:00
notes Inital commit 2012-06-20 17:20:30 +02:00
numeric Inital commit 2012-06-20 17:20:30 +02:00
plotting Inital commit 2012-06-20 17:20:30 +02:00
polynomials Inital commit 2012-06-20 17:20:30 +02:00
statistics Inital commit 2012-06-20 17:20:30 +02:00
utils Inital commit 2012-06-20 17:20:30 +02:00
README.md Updated readme 2012-06-20 17:41:38 +02:00

Bracket

Bracket is a computer algebra system (CAS) written in Racket.

The goal is to write a CAS suitable for all tasks in a high school mathematics curriculum. That is, the goal is not to write a CAS with the scope of Maxima and Mathematica.

The most relevant problem types are: symbolic equation solving, differentiation, integration, sums, and, vector calculations.

The GUI will be inspired by NSpire which interface is very accessible to high school students (but whose programming language is, well, rather poor). Since Racket supports platforms independent GUIs til program will be available on Windows, OS X, and, Linux.

That said, Bracket is not in a usable shape yet. Development has just begon.

Spin off mathematics libraries will be made available on PLaneT.

/soegaard