Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
Go to file
2012-07-04 21:55:13 +02:00
bracket Added Match-linear-form. Checks if u has the form ax+b. Tests included. 2012-07-04 21:55:13 +02:00
docs Small improvements 2012-06-20 20:07:09 +02:00
graphics Removed references to the the graphics submodule due to the mysterious submodule error 2012-06-20 23:02:24 +02:00
gui Updated path s.t. racket-cat.rkt correctly show gui. 2012-06-21 16:54:41 +02:00
infix Small improvements 2012-06-20 20:07:09 +02:00
math-scribble Removed dep and zo files 2012-07-03 13:01:23 +02:00
matrix Small improvements 2012-06-20 20:07:09 +02:00
maxima Small improvements 2012-06-20 20:07:09 +02:00
notes Added link to reading list. 2012-07-04 13:11:55 +02:00
number-theory Moved binomial to separate number-theory file. 2012-07-03 13:23:44 +02:00
numeric Small improvements 2012-06-20 20:07:09 +02:00
plotting Plot now supports the option Axes. 2012-07-02 17:49:11 +02:00
polynomials Added comments 2012-06-20 20:10:15 +02:00
statistics Added comments 2012-06-20 20:10:15 +02:00
utils Added comment 2012-06-20 20:12:26 +02:00
README.md Layout 2012-06-20 20:13:54 +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