Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
Go to file
Jens Axel Søgaard bcf8a50895 Added license
2014-10-29 21:07:19 +01:00
bracket Added TaylorSin, the Taylor polynomial of sine of degree n 2013-12-09 23:19:04 +01:00
docs Small improvements 2012-06-20 20:07:09 +02:00
graphics Adding forgotten files. Using new memoize. 2013-12-08 21:10:26 +01:00
gui Adapted to new version of the Science Collection 2013-12-06 18:48:53 +01: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 Adding forgotten files. Using new memoize. 2013-12-08 21:10:26 +01:00
maxima Small improvements 2012-06-20 20:07:09 +02:00
notes Adding forgotten files. Using new memoize. 2013-12-08 21:10:26 +01:00
number-theory Moved binomial to separate number-theory file. 2012-07-03 13:23:44 +02:00
numeric Adding old changes 2013-12-06 18:51:16 +01: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
install.rkt Adding forgotten files. Using new memoize. 2013-12-08 21:10:26 +01:00
LICENSE.txt Added license 2014-10-29 21:07:19 +01:00
README.md Adding forgotten files. Using new memoize. 2013-12-08 21:10:26 +01: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.

Installation

Open and run install.rkt in DrRacket to install the packages that Bracket uses.

/soegaard