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
- blaisemath: basic mathematical classes and some fundamental algorithms; requires blaiseparser
- blaiseparser: parsing engine and some basic mathematical structures; built from scratch; requires blaisemath and Apache Commons Math
- blaisecore: contains the main blaise engine, which supports plotting all kinds of mathematical objects; requires blaisemath and Apache Commons Math and firestarter
NOTE: There are a significant number of files still on this repository from an older version of blaise. The above folders described are the only updated and functional ones.