[go: up one dir, main page]

Menu

Tree [r2640] / releases / 1.1.1 /
 History

HTTPS access


File Date Author Commit
 config 2009-10-28 whebisch [r714] Makefile fixes.
 contrib 2010-11-08 mantepse [r946] allow arguments to efricas
 doc 2009-12-07 whebisch [r750] Add some documentation.
 license 2007-07-03 whebisch [r1] Test import
 src 2010-11-13 whebisch [r959] Correct typos (merge from trunk).
 CHANGELOG.old 2008-09-09 whebisch [r362] Rename change logs.
 ChangeLog 2010-11-13 whebisch [r954] Work around Closure CL compiler bug.
 FAQ 2008-06-23 whebisch [r300] Update documentation.
 INSTALL 2010-11-13 whebisch [r959] Correct typos (merge from trunk).
 INSTALL.CYGWIN 2010-02-26 mantepse [r835] fix typos
 INSTALL.aldor 2008-11-04 whebisch [r435] Misc corrections to INSTALL.aldor
 Makefile.in 2010-11-14 whebisch [r961] Merge install fix from trunk.
 Makenotes.tex 2008-05-21 whebisch [r284] Rename */Makefile.pamphlet to */Makenotes.tex
 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.
 config.lisp 2010-01-08 whebisch [r760] Support build with Lispworks
 confignotes.tex 2008-05-28 whebisch [r287] Documentation fix.
 configure 2010-11-13 whebisch [r958] Set 1.1.1 version number.
 configure.ac 2010-11-13 whebisch [r958] Set 1.1.1 version number.

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