Examples (6)
Start an interactive `yacas` session
[Interactive] While in a `yacas` session, execute a statement
Integrate(x)Cos(x);[Interactive] While in a `yacas` session, display an example
Example();[Interactive] Quit from a `yacas` session
quitExecute one or more `yacas` scripts (without terminal or prompts), then exit
yacas -p -c path/to/script1 path/to/script2 ...made by @shridhargupta | data from tldr-pages