geometry
EulerLine
find the Euler line of a given triangle
Calling Sequence
Parameters
Description
Examples
EulerLine(Ell, T)
Ell
-
the name of the Euler line
T
triangle
The Euler line Ell of triangle T is the line on which the orthocenter, centroid and circumcenter lie.
For a detailed description of the Euler line, use the routine detail (e.g., detail(Ell))
Note that the routine only works if the vertices of triangle T are known.
The command with(geometry,EulerLine) allows the use of the abbreviated form of this command.
with⁡geometry:
triangle⁡T,point⁡A,0,0,point⁡B,2,0,point⁡C,1,3,a,b:
EulerLine⁡Ell,T
detail⁡Ell
name of the objectEllform of the objectline2dequation of the line−23+2⁢a3=0
See Also
geometry[centroid]
geometry[circumcircle]
geometry[draw]
geometry[orthocenter]
geometry[triangle]
Download Help Document