snippetbashTip
yacas — Yet Another Computer Algebra System. More information: <https://www.yacas.org/>.
Viewed 0 times
computercommandanothercliyetalgebrayacassystem
Problem
How to use the
yacas command: Yet Another Computer Algebra System. More information: <https://www.yacas.org/>.Solution
yacas — Yet Another Computer Algebra System. More information: <https://www.yacas.org/>.Start an interactive
yacas session:yacas[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 ...}}Execute and print the result of one statement, then exit:
echo "{{Echo( Deriv(x)Cos(1/x) );}}" | yacas -p -c /dev/stdinCode Snippets
Start an interactive `yacas` session
yacas[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 ...}}Context
tldr-pages: common/yacas
Revisions (0)
No revisions yet.