maxima

Computer algebra system -- base system

Install

All systems
curl cmd.cat/maxima.sh
Debian Debian
apt-get install maxima
Ubuntu
apt-get install maxima
Arch Arch Linux
pacman -S maxima
image/svg+xml Kali Linux
apt-get install maxima
Fedora
dnf install maxima
Windows (WSL2)
sudo apt-get update sudo apt-get install maxima
OS X
brew install maxima
Raspbian
apt-get install maxima

maxima

Computer algebra system -- base system

Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. This package contains the main executables and base system files.

wims

server for educational content: courses, exercises, and exams

The WWW Interactive Multipurpose Server is an educational platform originally developed for mathematics but now also supporting subjects such as physics, chemistry, biology, and languages. WIMS features a rich set of resources and exercises either for autodidactical use or for training classes, including: * exercises with automatic feedback and correction, allowing the learners to work at their own pace; * interactive exercises with randomly assigned data, allowing the learners to work on the same type of exercise but with different data and as often as they wish; * exercises with an automatic scoring system, which enhances learner motivation; * user-friendly graphics and calculation tools; * courses and documents with hyperlinks to the exercise pool; examples in the courses can be made random, so the student can get more than one instance of an illustration for tricky concepts; * support for exams with pre-published contents. As each individual exam will have randomly chosen data, training is possible but writing each response in advance is not. This package contains the WIMS FastCGI server, serving Open Exercise Format (OEF) documents. OEF is a very high-level language which allows authors to focus on pedagogical issues.

maxima-ecl

A sophisticated computer algebra system (compiled against ecl)