geometry
bisector
find the bisector of a given triangle
Calling Sequence
Parameters
Description
Examples
bisector(bA, A, ABC, P)
bA
-
A-bisector of ABC
A
vertex of ABC
ABC
triangle
P
(optional) name
The bisector bA of the angle at A of the triangle ABC is a line segment (or its extension) from vertex A that bisects an angle at A.
If the optional argument P is given, the object returned is a line segment AP where P is the intersection of the bisector at A and the opposite sides.
For a detailed description of the bisector bA, use the routine detail (i.e., detail(bA))
Note that the routine only works if the vertices of the triangle are known.
The command with(geometry,bisector) allows the use of the abbreviated form of this command.
with⁡geometry:
triangle⁡ABC,point⁡A,0,0,point⁡B,2,0,point⁡C,1,3:
define the ``line'' bisector bA
bisector⁡bA,A,ABC
detail⁡bA
assume that the names of the horizontal and vertical axes are _x and _y, respectively
name of the objectbAform of the objectline2dequation of the line−3⁢_x⁢4+_y⁢2⁢10+4=0
define the ``segment'' bisector bA
bisector⁡bA,A,ABC,n
name of the objectbAform of the objectsegment2dthe two ends of the segment0,0,2⁢10+12+10,62+10
See Also
geometry[altitude]
geometry[median]
Download Help Document