geometry
PerpendicularLine
find the line which goes through a given point and is perpendicular to a given line
Calling Sequence
Parameters
Description
Examples
PerpendicularLine(lp, P, l )
lp
-
the name of the line to be created
P
point
l
line
The routine finds the line lp which goes through point P and is perpendicular to line l.
For a detailed description of the line to be created lp, use the routine detail (e.g., detail(lp))
The command with(geometry,PerpendicularLine) allows the use of the abbreviated form of this command.
with⁡geometry:
point⁡P,2,3,line⁡l,x+y=1,x,y
P,l
PerpendicularLine⁡lp,P,l
detail⁡lp
name of the objectlpform of the objectline2dequation of the line1+x−y=0
See Also
geometry[line]
geometry[PerpenBisector]
geometry[point]
Download Help Document