Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
geometry[IsOnLine] - test if a point, a list, or a set of points is on a line
Calling Sequence
IsOnLine(f, l, cond)
Parameters
f
-
point, list or set of points
l
line
cond
(optional) name
Description
The routine returns true if the point f or the list/set of points f is on line l; false if it is not; and FAIL if it is unable to reach a conclusion.
In case of FAIL, if the third optional argument is given, the condition that makes f on line l is assigned to this argument. It will be either of the form or of the form where expr, expr_i are Maple expressions.
The command with(geometry,IsOnLine) allows the use of the abbreviated form of this command.
Examples
IsOnLine: "hint: the following conditions must be satisfied: {-2/5+b = 0, -1/2+a = 0}"
make the necessary assumptions
See Also
geometry[IsOnCircle]
Download Help Document