Skip to content

Equation differentiator

Equations Field

Differentiator

The program differentiates given equation and exports the result as a scientific article.

Usage

  1. Install necessary packages (ubuntu) (will install espeak and graphviz):

    make install
  2. Compile the project:

    make
  3. Clean the project:

    make clean
  4. Differentiate the equation:

    make run ARGS="equation_source.math"
  5. Remove build folders:

    make rmbld
  6. Return project to its original state:

    make rm