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, see 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. Package for computations with group presentations. 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. FriCAS Language and Library:
Documentation:
|