geometry
Pole
find the pole of a given line with respect to a given conic or a given circle
Calling Sequence
Parameters
Description
Examples
Pole(P, p, c)
P
-
the name of the pole of the line
p
line
c
conic or circle
The pole of a line p with respect to a circle c, center O is the inverse of foot of perpendicular from O to p. Alternatively, the point of intersection of the polars of any two points on p.
For a detailed description of the pole of P, use the routine detail.
The command with(geometry,Pole) allows the use of the abbreviated form of this command.
with⁡geometry:
_EnvHorizontalName≔x:_EnvVerticalName≔y:
circle⁡c,x2+y2=1,ellipse⁡e,x24+y2=1
c,e
line⁡l1,3⁢x−1=0,line⁡l2,34⁢x−1=0
l1,l2
Pole⁡P1,l1,c
P1
coordinates⁡P1
3,0
Pole⁡P2,l2,e
P2
coordinates⁡P2
See Also
geometry[HorizontalName]
geometry[Polar]
geometry[VerticalName]
Download Help Document