|
|
last edited 2 years ago by test1 |
1 2 3 4 | ||
Editor: test1
Time: 2017/03/07 18:19:50 GMT+0 |
||
Note: |
removed: - added: Package for computations in algebraic topology.
Compared to old Axiom FriCAS? has following advantages:
Currently FriCAS? routine for indefinite integration is best among free system and very competitive with commercial systems. In particular, integration in terms of special functions improved significantly FriCASSpecialIntegration?
FriCAS? contains implementation of Gruntz algorithm for computing limits. Consequently, several examples that caused problems in Axiom now work correctly.
FriCAS? contains symbolic version of most special functions from Abramowitz and Stegun. FriCAS? can compute derivatives, expand them into series and compute sume limits, etc. Numerical evaluation is available only for a subset.
Multivariate Ore algebras (in particular partial differential operators) with [noncommutative Groebner bases]?.
Multivariate factorization: in characteristic 0 most polynomial domains have uniform implementation of factorization. FriCAS? factorization routines can handle large examples (FactorizationExample?).
Guessing package see GuessingFormulasForSequences?.
Package for computations in quantum probability.
Package for computations in algebraic topology.
In FriCAS? user level functions are typically compiled to machine code. Compilation to machine code and fact that FriCAS? language is strongly typed leads to code which is much faster than interpreters used by several competing systems. See SpeedOfUserCode?.