geometry
AreConjugate
test if two triangles are conjugate for a circle
Calling Sequence
Parameters
Description
Examples
AreConjugate(T1, T2, c)
T1, T2
-
two triangles
c
circle
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.
with⁡geometry:
_EnvHorizontalName≔x:_EnvVerticalName≔y:
triangle⁡T1,point⁡P1,1,32,point⁡P2,2,1,point⁡P3,0,1:
line⁡l1,y=0,x,y,line⁡l2,y=x,x,y,line⁡l3,x+y−2=0,x,y:
triangle⁡T2,l1,l2,l3:
circle⁡c,point⁡o,1,2,1
AreConjugate⁡T1,T2,c
true
See Also
geometry[circle]
geometry[HorizontalName]
geometry[Pole]
geometry[triangle]
geometry[VerticalName]
Download Help Document