Sale has ended but you can still get this app.
Download Math Graph Now

Official Description

Math Graph est un traceur de fonctions et de courbes paramétrées avec des équations sous forme cartésienne.
Les équations peuvent autant être de la forme "y=" que de la forme "x=".
La fonction racine carrée s'obtient à l'aide de "sqrt()", la valeur absolue avec "abs()" et la fonction exponentielle avec "e^x".
Les différentes équations sont à séparer par un point virgule dans le champ de saisie.

Voici quelques exemples :

y=sqrt(1+x^2);
{x=t*cos(t);y=t};
y=ln(1+e^x);Math Graph is a function plotter and parametric curves with equations in Cartesian form.
The equations can all be of the form "y =" and the form "x =".
The square root function is achieved using "sqrt ()", the absolute value with "abs ()" and the exponential function with "e ^ x".
Different equations are separated by a semicolon in the input field.

Here are some examples:

y = sqrt (x ^ 2 + 1);
{* T = x cos (t), y = t};
y = ln (1 + e ^ x);