yacas
Yet Another Computer Algebra System. More information: <http://www.yacas.org>.
Install
- All systems
-
curl cmd.cat/yacas.sh
- Debian
-
apt-get install yacas - Ubuntu
-
apt-get install yacas - Kali Linux
-
apt-get install yacas - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install yacas - OS X
-
brew install yacas - Raspbian
-
apt-get install yacas
Yet Another Computer Algebra System. More information: <http://www.yacas.org>.
-
Start an interactive `yacas` session:
yacas -
While in a `yacas` session, execute a statement:
Integrate(x)Cos(x); -
While in a `yacas` session, display an example:
Example(); -
Quit from a `yacas` session:
quit -
Execute one or more `yacas` scripts (without terminal or prompts), then exit:
yacas -p -c path/to/script1 path/to/script2 -
Execute and print the result of one statement, then exit:
echo "Echo( Deriv(x)Cos(1/x) );" | yacas -p -c /dev/stdin
© tl;dr; authors and contributors