JACAL is an interactive symbolic mathematics program. JACAL can
manipulate and simplify equations, scalars, vectors, and matrices of
single and multiple valued algebraic expressions containing numbers,
variables, radicals, and algebraic differential, and holonomic
functions.
JACAL is a
GNU package.
New:
- Supports GNU configure.
- Makefile: Reorganized per http://www.gnu.org/prep/standards/.
- English.scm (tps:2d): Put space between brackets and matrix
contents in order to distinguish between bunch and matrix.
- jacal.texi: Added documentation for missing commands.
- (Guile 1.8.6 and 1.8.7): Supported.
From Vytautas Jancauskas:
- Interpolation commands: interp.lagrange, interp.newton,
interp.neville, interp (Hermite).
From Sarah V. Jaffer:
- All built-in commands now check for correct number of arguments.
Details at
http://cvs.savannah.gnu.org/viewvc/*checkout*/jacal/jacal/ChangeLog
Quick Start
x86 MS-Windows Installation
Obtain slib-3b4-1.exe (1.1.MB) and run.
Obtain scm-5f1-1.exe (475.kB) and run.
Obtain jacal-1c3-1.exe (343.kB) and run.
i686 GNU/Linux with RPM Installation
#! /bin/sh
wget http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b4-1.noarch.rpm
wget http://groups.csail.mit.edu/mac/ftpdir/scm/scm-5f1-1.i686.rpm
wget http://groups.csail.mit.edu/mac/ftpdir/scm/jacal-1c3-1.noarch.rpm
rpm -U slib-3b4-1.noarch.rpm scm-5f1-1.i686.rpm jacal-1c3-1.noarch.rpm
x86_64 GNU/Linux with RPM Installation
#! /bin/sh
wget http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b4-1.noarch.rpm
wget http://groups.csail.mit.edu/mac/ftpdir/scm/scm-5f1-1.x86_64.rpm
wget http://groups.csail.mit.edu/mac/ftpdir/scm/jacal-1c3-1.noarch.rpm
rpm -U slib-3b4-1.noarch.rpm scm-5f1-1.x86_64.rpm jacal-1c3-1.noarch.rpm
Unix (Including GNU/Linux) Installation
#! /bin/sh
wget http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b4.zip
wget http://groups.csail.mit.edu/mac/ftpdir/scm/scm-5f1.zip
wget http://groups.csail.mit.edu/mac/ftpdir/scm/jacal-1c3.zip
unzip slib-3b4.zip
unzip scm-5f1.zip
unzip jacal-1c3.zip
(cd slib; ./configure --prefix=/usr/local/; make install)
(cd scm; ./configure --prefix=/usr/local/; make scmlit;
make scm5; make mydlls; make install)
(cd jacal; ./configure --prefix=/usr/local/; make install)
Documentation and Theory
JACAL Development
Volunteer opportunities
Related Software
Miscellany
Copyright © 1999, 2000, 2001, 2002, 2003, 2005, 2007,
2008, 2009, 2010, 2013 Aubrey Jaffer
I am a guest and not a member of the MIT Computer Science and Artificial Intelligence Laboratory.
My actions and comments do not reflect in any way on MIT.
|
| agj @ alum.mit.edu |
Go Figure! |