Equation differentiator
Equations Field
Differentiator
The program differentiates given equation and exports the result as a scientific article.
Usage
-
Install necessary packages (ubuntu) (will install espeak and graphviz):
make install -
Compile the project:
make -
Clean the project:
make clean -
Differentiate the equation:
make run ARGS="equation_source.math" -
Remove build folders:
make rmbld -
Return project to its original state:
make rm