[go: up one dir, main page]

Menu

Tree [r71] / trunk /
 History

HTTPS access


File Date Author Commit
 config 2007-09-15 whebisch [r54] Do not use pamphlets for build machinery.
 contrib 2007-09-27 whebisch [r69] Add contrib directory.
 license 2007-07-03 whebisch [r1] Test import
 src 2007-09-27 whebisch [r68] Update release info.
 CHANGELOG 2007-07-04 whebisch [r2] Initial import, part 1
 ChangeLog.build-improvements 2007-07-04 whebisch [r2] Initial import, part 1
 ChangeLog.wh 2007-09-27 whebisch [r68] Update release info.
 FAQ 2007-07-14 whebisch [r22] Remove executable property.
 INSTALL 2007-09-27 whebisch [r70] Update installation instructions.
 Makefile.in 2007-07-04 whebisch [r2] Initial import, part 1
 Makefile.pamphlet 2007-07-04 whebisch [r2] Initial import, part 1
 README 2007-09-22 whebisch [r61] New README, update INSTALL.
 build-setup.sh 2007-09-15 whebisch [r54] Do not use pamphlets for build machinery.
 configure 2007-09-18 whebisch [r57] Support graphic and hypertex with sbcl.
 configure.ac 2007-09-18 whebisch [r57] Support graphic and hypertex with sbcl.
 configure.ac.pamphlet 2007-09-05 whebisch [r47] Add support for creating distributions.

Read Me

This is FriCAS computer algebra system.  FriCAS is a fork of Axiom.

For installation instruction see INSTALL.

The basic goal of FriCAS is create a free advanced world-class CAS.
FriCAS builds on Axiom codebase. Currently (September 2007) FriCAS
algebra library is largest and most advanced free general purpose
computer algebra system -- this gives a good foundation to build
on.  Additionaly, FriCAS algebra library is written in a high
level strongly typed langage (Spad), which allows natural expression
of mathematical algorithms.  This makes FriCAS easier to understand
and extend.

FriCAS uses lightweight developement methodology.  Compared to Axiom
FriCAS is significantly restructured -- it is more portable and fixed
several defects.  FriCAS removed rather large unused parts (without
removing functionality).  It is expected that FriCAS will be much
easier to maintain than original Axiom.

Current developement goals:

-- continue structural improvements
-- make it easier for external programs to interface with FriCAS
-- develop better user interface
-- support for using external mathematical routines from Spad
-- developing improved Spad compiler
-- add new mathematical algorithms

   Waldek Hebisch