Previous Up Next

13.6.8  Finding the orthocenter of a triangle in the plane: orthocenter

The orthocenter command finds the orthocenter of a triangle.


Example.
Input:

orthocenter(triangle(0,1+i,-1+i))

or:

orthocenter(0,1+i,-1+i)

Output:

which is the point (0,0), the orthocenter of the triangle.


Previous Up Next