AreConjugate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


geometry

  

AreConjugate

  

test if two triangles are conjugate for a circle

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AreConjugate(T1, T2, c)

Parameters

T1, T2

-

two triangles

c

-

circle

Description

• 

Two triangles T1 and T2 are said to be conjugate, or polar, for a circle c if each vertex of one triangle is the pole of a side of the other triangle.

• 

The routine returns true if T1 and T2 are conjugate for c; false if they are not.

• 

The command with(geometry,AreConjugate) allows the use of the abbreviated form of this command.

Examples

withgeometry:

_EnvHorizontalNamex:_EnvVerticalNamey:

triangleT1,pointP1,1,32,pointP2,2,1,pointP3,0,1:

linel1,y=0,x,y,linel2,y=x,x,y,linel3,x+y2=0,x,y:

triangleT2,l1,l2,l3:

circlec,pointo,1,2,1

c

(1)

AreConjugateT1,T2,c

true

(2)

See Also

geometry[circle]

geometry[HorizontalName]

geometry[Pole]

geometry[triangle]

geometry[VerticalName]