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[MultivariateCalculus][CrossSectionTutor] - plot or animate the intersection between a curve and a plane
Calling Sequence
CrossSectionTutor()
CrossSectionTutor(f(x,y), g(x,y,z)=K, x=a..b, y=c..d)
CrossSectionTutor(f(x,y,z), g(x,y,z)=K, x=a..b, y=c..d, z=e..f)
Parameters
f(x, y)
-
(optional) algebraic function in two variables
f(x, y, z)
(optional) equation in three variables
g(x, y, z)
(optional) linear algebraic function representing the plane
K
(optional) constant, list, or range representing the constant in the plane equation
x, y, z
(optional) variable
a..b, c..d, e..f
(optional) intervals
Description
The CrossSectionTutor command launches a tutor interface that computes, plots, and animates the resultant cross section between plane(s) and a curve.
If f(x,y), g(x,y,z)=K, x=a..b, y=c..d, and z=e..f are not specified, CrossSectionTutor uses defaults.
The CrossSection command offers equivalent capabilities to CrossSectionTutor where interaction takes place in the worksheet interface. See the Student[MultivariateCalculus][CrossSection] help page.
To change the default colors of the plot objects, see the Student[SetColors] help page.
When the CrossSectionTutor is running, interaction with the worksheet is not possible.
Examples
See Also
Student, Student[MultivariateCalculus], Student[MultivariateCalculus][CrossSection]
Download Help Document