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
Student[Precalculus][LineTutor] - illustrate various forms of the equation describing a straight line
Calling Sequence
LineTutor(f)
LineTutor(u, v)
Parameters
f
-
(optional) algebraic expression or equation of degree at most one in variables x and y
u
algebraic, 2-element list or 2-D Vector
v
Description
The LineTutor(f) command launches a tutor interface that illustrates the various forms of the equation of the line specified by f.
If f is not specified, LineTutor uses a default function.
The LineTutor(u,v) command launches the tutor interface initialized by the line defined by the data specified in the parameters.
* If u and v are both algebraic expressions, then u is taken as the slope and v as the y-intercept of the line.
* If one of u and v is an algebraic expressions and the other is either a list of 2 algebraic values or a 2-D Vector with algebraic components, then the algebraic value is taken as the slope and the list or Vector as a point on the line.
* If u and v are both 2-element lists or 2-D Vectors with algebraic components, then they are taken as points on the line. In this case, u and v must specify different points.
Examples
See Also
Student, Student[Precalculus], Student[Precalculus][InteractiveOverview], Student[Precalculus][Line]
Download Help Document