Previous Up Next

26.5.8  Finding the orthocenter of a triangle in the plane

The orthocenter command finds the orthocenter of a triangle.

Example

triangle(-i/2,1+i,-1+i), orthocenter(triangle(-i/2,1+i,-1+i))

or:

triangle(-i/2,1+i,-1+i), orthocenter(-i/2,1+i,-1+i)

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


Previous Up Next