Previous Up Next

11.13.7  The Cartesian equation of a geometric object: equation

The equation command takes as argument a geometric object.

equation returns the Cartesian equation for the object. (Note that x and y must be formal variables, they might need to be purged with purge(x) and purge(y)).
Input:

equation(line(-1,i))

Output:

y = x + 1

Previous Up Next