geometry[GergonnePoint] - find the Gergonne point of a given triangle
|
Calling Sequence
|
|
GergonnePoint(G, ABC)
|
|
Parameters
|
|
G
|
-
|
the name of the Gergonne point
|
ABC
|
-
|
triangle
|
|
|
|
|
Description
|
|
•
|
Let H, E, and F be the points of contact of the inscribed circle of triangle ABC with the sides BC, CA, AB respectively. AH, BE, CF are concurrent.
|
•
|
The point of concurrency is called the Gergonne point of the triangle, after J. D. Gergonne (1771-1859), founder-editor of the mathematics journal Annales de mathematiques. Just why the point was named after Gergonne is not known.
|
•
|
For a detailed description of the Gergonne point G, use the routine detail (i.e., detail(G))
|
•
|
Note that the routine only works if the vertices of the triangle are known.
|
•
|
The command with(geometry,GergonnePoint) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
draw the picture of the above definition for the triangle T
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
|
|
Download Help Document
Was this information helpful?