Pole - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


geometry

  

Pole

  

find the pole of a given line with respect to a given conic or a given circle

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Pole(P, p, c)

Parameters

P

-

the name of the pole of the line

p

-

line

c

-

conic or circle

Description

• 

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.

Examples

> 

with⁡geometry:

> 

_EnvHorizontalName≔x:_EnvVerticalName≔y:

> 

circle⁡c,x2+y2=1,ellipse⁡e,x24+y2=1

c,e

(1)
> 

line⁡l1,3⁢x−1=0,line⁡l2,34⁢x−1=0

l1,l2

(2)
> 

Pole⁡P1,l1,c

P1

(3)
> 

coordinates⁡P1

3,0

(4)
> 

Pole⁡P2,l2,e

P2

(5)
> 

coordinates⁡P2

3,0

(6)

See Also

geometry[HorizontalName]

geometry[Polar]

geometry[VerticalName]