[go: up one dir, main page]

Menu

Tree [r2635] / releases / 1.1.8 /
 History

HTTPS access


File Date Author Commit
 config 2012-03-08 whebisch [r1354] Add C code for removing directories.
 contrib 2012-01-23 whebisch [r1304] Fix 'make distclean'.
 doc 2011-06-28 whebisch [r1093] Spelling corrections.
 license 2007-07-03 whebisch [r1] Test import
 src 2012-09-15 whebisch [r1449] Update release notes.
 CHANGELOG.old 2008-09-09 whebisch [r362] Rename change logs.
 ChangeLog 2012-09-14 hemmecke [r1448] add XHashTable
 FAQ 2008-06-23 whebisch [r300] Update documentation.
 INSTALL 2012-06-18 whebisch [r1385] Update release notes, INSTALL and startup banner.
 INSTALL.CYGWIN 2011-10-10 whebisch [r1166] Update INSTALL.CYGWIN.
 INSTALL.aldor 2012-06-18 whebisch [r1388] Update INSTALL.aldor.
 Makefile.in 2012-03-21 whebisch [r1358] Workaround for noweb build problem on MacOS 10.7.
 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 2012-09-15 whebisch [r1451] Set 1.1.8 version number.
 configure.ac 2012-09-15 whebisch [r1451] Set 1.1.8 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