NaSC is an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that answer changes, so does the equations it's used in.
PPA: nasc-team/daily
sudo apt-add-repository ppa:nasc-team/daily
sudo apt-get update
sudo apt-get install com.github.parnold-x.nasc
Dependencies:
- valac
- glib-2.0
- gee-0.8
- gtk+-3.0
- granite
- libsoup-2.4
- libqalculate
- gtksourceview-3.0
- gthread-2.0
then build with:
mkdir build/ && cd build
cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make && sudo make install