Calculus : Calculate Plot Derivatives And Integrals

Calculus is a free and open source mathematical application for Linux. Using this application, you can calculate and plot derivatives and integrals. It is a very useful application for mathematical students. It is written in Python based on SymPy and released under GNU General Public License v3.0. It is a simple application and comes with 3 main fields for expression, variable and differentiate or integrate operator.

Calculus

How to Install Calculus on Ubuntu

To install Calculus on your Linux system, you need to open the terminal command-line application (ctrl+alt+t) and run below Calculus flatpak install command. It will install the latest version of Calculus mathematical app on your system.

flatpak install flathub com.github.carlos157oliveira.Calculus

After the succesfull installation of Calculus, you can open it using below command.

flatpak run com.github.carlos157oliveira.Calculus

Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

The main field is the expression.
The second field is the variable.
The last is the chosen operation: differentiate or integrate.

Also Read:  Monitor Process using PS Command line Tool

And you can also uninstall it using below commands.

flatpak uninstall com.github.carlos157oliveira.Calculus

[OR]

sudo flatpak uninstall com.github.carlos157oliveira.Calculus
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply