yacas
Yet Another Computer Algebra System. More information: http://www.yacas.org.
-
Start an interactive
yacassession:
yacas -
While in a
yacassession, execute a statement:
{{Integrate(x)Cos(x)}}; -
While in a
yacassession, display an example:
{{Example()}}; -
Quit from a
yacassession:
{{quit}} -
Execute one or more
yacasscripts (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
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.