Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fricas/fricas
Official repository of the FriCAS computer algebra system
https://github.com/fricas/fricas
computer-algebra computer-algebra-system math mathematics risch-algorithm symbolic-computation symbolic-integration symbolic-manipulation
Last synced: 2 months ago
JSON representation
Official repository of the FriCAS computer algebra system
- Host: GitHub
- URL: https://github.com/fricas/fricas
- Owner: fricas
- License: bsd-3-clause
- Created: 2014-05-07T20:47:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T17:23:20.000Z (9 months ago)
- Last Synced: 2024-04-14T01:06:09.745Z (9 months ago)
- Topics: computer-algebra, computer-algebra-system, math, mathematics, risch-algorithm, symbolic-computation, symbolic-integration, symbolic-manipulation
- Homepage: https://fricas.github.io
- Size: 21.3 MB
- Stars: 285
- Watchers: 24
- Forks: 45
- Open Issues: 37
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.old
- License: LICENSE.txt
Awesome Lists containing this project
README
FriCAS
======FriCAS_ is a general purpose computer algebra system (CAS).
For installation instructions see INSTALL.
For general documentation consult https://fricas.github.io.The basic goal of FriCAS_ is to create a free advanced world-class
CAS. In 2007 FriCAS_ forked from Axiom_. Currently the FriCAS_ algebra
library is one of the largest and most advanced free general purpose
computer algebra systems -- this gives a good foundation to build
on. Additionally, the 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).Current development goals:
- continue structural improvements
- add new mathematical algorithms
- develop better user interface
- develop improved Spad compiler
- make it easier for external programs to interface with FriCAS
- support for using external mathematical routines from Spad.. _Axiom: http://axiom-developer.org
.. _FriCAS: https://fricas.github.io