Skip to main content

Equation

Returns the equation of a geometrical object.

Syntax

equation(Line | Circumference | Conic | Plane)
equation(Line | Circumference | Conic | Plane, List)

Description

Given any object of the above, returns its equation with the usual variables x, y (and z).

calc.equation1.calc.png

Given any object of the above and a list, returns its equation with the usual variables xx, yy (and zz) replaced by the values in the list.

calc.equation2.calc.png