Differentiator
Equation differentiator
Building
Follow these steps to set up and run the project:
Install Necessary Packages
Install required packages (Ubuntu), which will include espeak and graphviz:
make install
Compile the Project
Compile the project for Linux:
make
Clean the Project
Remove build files:
make clean
Differentiate the Equation
Run the program to differentiate your equation:
make run ARGS="equation_source.math"
Remove Build Folders
Clear the build folders to free up space:
make rmbld
Return to Original State
Reset the project to its original state:
make rm