AreConcurrent Command

From GeoGebra Manual
Revision as of 21:37, 16 May 2018 by Zoltan (talk | contribs) (IsTangent added)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


AreConcurrent( <Line>, <Line>, <Line> )
Decides if the lines are concurrent. If the lines are parallel, they considered to have a common point in infinity, thus this command returns true in this case.

Normally this command computes the result numerically. This behavior can be changed by using the Prove command.

Example: AreConcurrent(Line((1, 2), (3, 4)), Line((1, 2), (3, 5)), Line((1, 2), (3, 6))) yields true since all three lines contain the point (1,2).
© 2024 International GeoGebra Institute