geometry
altitude
find the altitude of a given triangle
Calling Sequence
Parameters
Description
Examples
altitude(hA, A, ABC, H)
hA
-
the A-altitude of ABC
A
vertex of ABC
ABC
triangle
H
(optional) name
An altitude from the vertex A of a triangle ABC is a line segment (or its extension) from vertex A perpendicular to the side BC.
If the optional argument H is given, the object returned (hA) is a line segment AH where H is the projection of A onto the side BC. If it is not given, the object returned is a line passing through A and is perpendicular to the side BC.
For a detailed description of the altitude hA, use the routine detail (i.e., detail(hA))
Note that the routine only works if the vertices of the triangle are known.
The command with(geometry,altitude) allows the use of the abbreviated form of this command.
assume that the names of the horizontal and vertical axes are _x and _y, respectively
See Also
geometry[bisector]
geometry[median]
geometry[triangle]
Download Help Document