blaisemath is a collection of Java packages being developed for visualizing and exploring mathematics. See http://www.dean.usma.edu/math/people/Peterson/blaise/ for several sample mathlets created using the package.
To download the source code and get started working with the code, see GettingStarted.
Listing of Primary Packages on the Repository
- blaiseparser2: parsing engine and some basic mathematical structures; built from scratch; no dependencies
- blaisemath: basic mathematical classes and some fundamental algorithms; requires Apache Commons Math 2.0
- blaisecore: contains the main blaise engine, which supports plotting all kinds of mathematical objects; requires Apache Commons Math, blaisemath, blaiseparser2, and firestarter
NOTE: There are a significant number of files still on this repository from older versions of blaise. The above folders described are the only updated and functional ones.