yacas Command Examples

Yet Another Computer Algebra System. More information: http://www.yacas.org.

yacas

{{Integrate(x)Cos(x)}};

{{Example()}};

{{quit}}

yacas -p -c {{path/to/script1}} {{path/to/script2}}

echo "{{Echo( Deriv(x)Cos(1/x) );}}" | yacas -p -c /dev/stdin