geometry
Equation
equation of the geometric object
Calling Sequence
Parameters
Description
Examples
Equation(obj)
Equation(obj, [x, y])
obj
-
the given geometric object
[x, y]
(optional) the names of the horizontal and vertical axis
The routine returns an algebraic representation of the given geometric object.
Users will be asked to provide the names of the axis if they are not assigned to two names and if the second optional argument is not given.
The command with(geometry,Equation) allows the use of the abbreviated form of this command.
with⁡geometry:
point⁡A,0,0,point⁡B,1,1:
line⁡l,A,B
l
Equation⁡l,x,y
−x+y=0
See Also
geometry/objects
Download Help Document