Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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