Updated readme

This commit is contained in:
Jens Axel Søgaard 2012-06-20 17:41:38 +02:00
parent 1ae55396e4
commit 62940176ed

View File

@ -1,15 +1,17 @@
Bracket Bracket
======= =======
This source repository holds the beginning of a CAS (computer algebra Bracket is a computer algebra system (CAS) written in Racket.
system) written in the programming language Racket.
The goal is not to write a CAS with the scope of Maxima and Mathematica, The goal is to write a CAS suitable for all tasks in a
but rather to make CAS that can handle high school problems including high school mathematics curriculum. That is, the goal is not
symbolic equation solving, differentiation, integration and sums. 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 The GUI will be inspired by NSpire which interface is very accessible
to high school students (but whose programming language, well, is to high school students (but whose programming language is, well,
rather poor). Since Racket supports platforms independent GUIs til rather poor). Since Racket supports platforms independent GUIs til
program will be available on Windows, OS X, and, Linux. program will be available on Windows, OS X, and, Linux.