Yacas is a free and open source Computer Algebra software for Linux. Using this application you can perform symbolic as well as arbitrary-precision numerical computations. It comes with own programming language support, scripts library, arbitrary precision arithmetic, user-defined rules and many more.
Yacas is available as a flatpak package file from the remote flathub. If you don’t have then install flatpak and flathub on your system and restart it after the installation.
Now in the terminal app (ctrl+alt+t) run below Yet Another Computer Algebra System flatpak install command.
flatpak install flathub org.yacas.yacas-gui
It will install the latest version of Yacas tool on your Linux system. You can open it using below command.
flatpak run org.yacas.yacas-gui
And uninstall it using below commands
flatpak uninstall org.yacas.yacas-gui
[OR]
sudo flatpak uninstall org.yacas.yacas-gui