Differentiator

Differentiator-readme

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