3 projects tagged "Symbolic Computation"
Wise is an experimental Web-based notebook and simple computer algebra system based on the Pure programming language. The goal is to provide a digital scratchpad that makes manipulating symbolic expressions fast, accessible, and extensible. Wise is a bottom-up approach to symbolic math written entirely in C and Python. It does not depend on any external math software or libraries (such as Maxima, Axiom, Mathematica, etc.).
Miramath is an Open Source project inspired by the MathCad mathematical application. The main user interface consists of a page into which mathematical expressions can be entered or edited and then evaluated. It features a Wysiwyg equation editor, automatic evaluation of equations, integrated plotting, symbolic algebra using Sympy, and numerical computations using Scipy.