What can you do?

Unit conversor

  • Free Units:

    Convert units freely defining the units of the input value and the output system.

  • By magnitude:

    Convert between different units for a particular magnitude.

Symbolic solver

  • Equation:
    Solve equations analitically from a symbolic expression.
  • Eigenvalues:

    Find the eigenvalues and eigenvectors of a matrix.

  • Integral:

    Solve the undetermined integral of a function from a symbolic expression.

  • Derivative:

    Find the derivative of a function from a symbolic expression.

Plotter

  • Plot:

    Plot a function from its symbolic expression between two limits.

How is it built?

  • Flask + Jinja2 + Tailwind CSS for the backend and frontend.
  • Plotly for the plotter.
  • Sympy for the symbolic solver.
  • Custum classes for the units conversor and the units parser.