Difference between revisions of "AngleBisector Command"

From GeoGebra Manual
Jump to: navigation, search
Line 8: Line 8:
 
:{{example|1=<div><code><nowiki>AngleBisector[(1, 1), (4, 4), (7, 1)]</nowiki></code> yields ''a: x = 4''.</div>}}
 
:{{example|1=<div><code><nowiki>AngleBisector[(1, 1), (4, 4), (7, 1)]</nowiki></code> yields ''a: x = 4''.</div>}}
 
:{{Note|The second point is apex of this angle. }}
 
:{{Note|The second point is apex of this angle. }}
 +
 +
 +
==CAS Syntax==
 +
;AngleBisector[ <Line>, <Line> ]
 +
:Returns both angle bisectors of the lines.
 +
;AngleBisector[ <Point>, <Point>, <Point> ]
 +
:Returns the angle bisector of the angle defined by the three points.
 +
 +
 
{{Note|See also [[File:Tool Angular Bisector.gif]] [[Angle Bisector Tool|Angle Bisector]] tool .}}
 
{{Note|See also [[File:Tool Angular Bisector.gif]] [[Angle Bisector Tool|Angle Bisector]] tool .}}

Revision as of 12:10, 26 August 2014



AngleBisector[ <Line>, <Line> ]
Returns both angle bisectors of the lines.
Example:
AngleBisector[x + y = 1, x - y = 2] yields a: x = 1.5 and b: y = -0.5.
AngleBisector[ <Point>, <Point>, <Point> ]
Returns the angle bisector of the angle defined by the three points.
Example:
AngleBisector[(1, 1), (4, 4), (7, 1)] yields a: x = 4.
Note: The second point is apex of this angle.


CAS Syntax

AngleBisector[ <Line>, <Line> ]
Returns both angle bisectors of the lines.
AngleBisector[ <Point>, <Point>, <Point> ]
Returns the angle bisector of the angle defined by the three points.


Note: See also Tool Angular Bisector.gif Angle Bisector tool .
© 2024 International GeoGebra Institute