FriCAS is an advanced computer algebra system. Its capabilities
range from calculus (integration and differentiation) to abstract
algebra. It can plot functions and has integrated help system.
Categories
MathematicsLicense
BSD LicenseFollow FriCAS
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Fricas is Axiom, rating the SOURCE (this IS source forge!), this I feel the BEST way to build Axiom (and likely took some work coding to achieve). For a recent slackare15/blfs like distro: linux does require a few depends (not probably tetex-3.0 (or better texlive) being the big one and clisp-2.49); but that is trivial compared to what older-other Axiom builds required "trust me on that!". In not long build of fricas was done, easy to run, plots coming up on X. That's a great way to start with Axiom (though doubless some valuable math extensions are in others not here and vice-versa). Relatively easy, quick and working up front.
-
(Please have a look at the Windows binary. How often I download it using different browsers, the ZIP file is corrupt. Thank you !)
-
Ok
-
FriCAS is currently the most active fork of the Axiom open source project and continues to advance, albeit rather slowly due to a small but very dedicated group of developers. FriCAS is unique. The brief project summary here on Sourceforge considerably understates its importance and scope. Perhaps the project history (reproduced below) gives a more accurate sense of the accumulated level of effort and knowledge embedded in this project. -- History of FriCAS (author: Waldek Hebisch) The origin of FriCAS is in IBM laboratories. About 1965 J. Griesmer from IBM started the Scratchpad project. In 1976 the Scratchpad team decided to develop a new system with a novel architecture under name Scratchpad II. Around 1982 the Spad language took shape quite similar to current form. During 1980-s Scratchpad II grow as internal IBM project. Scratchpad II was a big system and due to memory requirements could run only on biggest machines. In 1992 IBM decided to sell the system to NAG and NAG changed name to Axiom and begun marketing it. NAG ported Axiom to run on top of Codemist Common Lisp (CCL), which dramatically reduced memory requirements, so that Axiom could run on PC class computers (but 16 Mb required memory meant that it was limited to largest PC). For various reasons Axiom did not satify NAG hopes and around 1998 system developement stopped and in 2001 Axiom was withdrown from the market. Fortunatly NAG decided to release Axiom to the public under open source licence. In 2002 Tim Daly received Axiom sources from NAG and started open-source Axiom project. Developement of Axiom moved slowely, concentrating on build system. Build system was a nontrivial problem as during commercial times Axiom/Scratchpad II required having running system for recompilation -- open source version dropped this requirement. In 2007 after serious disagreement about developement strategy Waldek Hebisch forked Axiom creating FriCAS. Shortly tereafter Gabriel Dos Reis forked Axiom second time creating Open Axiom. Tim Daly continues his work keeping Axiom name. FriCAS had several releases each bringing some incremental improvement. Today (in 2013) majority of FriCAS code is from period before 1998. In the src/algebra subdirectory, which hosts mathematical functionality about 25% of code was added during FriCAS time (part of the added code was created earlier, but was not included in Axiom). --