[go: up one dir, main page]

Menu

Tree [r2640] / trunk /
 History

HTTPS access


File Date Author Commit
 config 2020-01-09 whebisch [r2608] Remove old platform conditions
 contrib 2019-11-18 hemmecke [r2602] rename axiom to fricas in code and documentation
 doc 2019-11-18 hemmecke [r2602] rename axiom to fricas in code and documentation
 license 2013-11-16 hemmecke [r1667] remove trailing whitespace, trailing empty line...
 src 2020-03-07 whebisch [r2638] Update release notes
 CHANGELOG.old 2013-11-16 hemmecke [r1667] remove trailing whitespace, trailing empty line...
 ChangeLog 2020-03-07 whebisch [r2638] Update release notes
 FAQ 2019-11-18 hemmecke [r2602] rename axiom to fricas in code and documentation
 INSTALL 2020-03-06 whebisch [r2637] Update INSTALL
 INSTALL.CYGWIN 2014-09-10 whebisch [r1801] Remove traces of noweb from build machinery
 INSTALL.aldor 2019-11-18 hemmecke [r2602] rename axiom to fricas in code and documentation
 Makefile.in 2019-11-18 hemmecke [r2602] rename axiom to fricas in code and documentation
 Makenotes.tex 2016-06-02 whebisch [r1996] Spelling corrections from Qian Yun
 README 2016-07-07 whebisch [r2034] Documentation and comment fixes
 build-setup.sh 2012-10-18 whebisch [r1473] Rename C config header.
 config.lisp 2013-11-16 hemmecke [r1667] remove trailing whitespace, trailing empty line...
 confignotes.tex 2020-02-03 whebisch [r2610] Delete obsolete text
 configure 2020-01-09 whebisch [r2608] Remove old platform conditions
 configure.ac 2020-01-09 whebisch [r2608] Remove old platform conditions

Read Me

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

For installation instructions see INSTALL.

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

FriCAS uses lightweight development 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 development 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