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[VectorCalculus][SpaceCurve] - plot a space curve in R^2 or R^3
Calling Sequence
SpaceCurve(C, t=a..b, opts)
Parameters
C
-
Vector; specify the components of the curve
t
name; specify the parameter of the curve
a, b
real constants; specify the range of the curve
opts
equation(s) of the form option=value where option is one of caption or Student plot options;
Description
The SpaceCurve(C, t=a..b) calling sequence plots a space curve in R^2 or R^3. The plot is displayed in Cartesian coordinates.
The opts argument can contain any of the Student plot options or caption
caption = string A caption for the plot. The default is Graph of the curve represented parametrically by the components of the given vector. For more information about specifying a caption , see plot/typesetting.
Examples
See Also
plot, plots[spacecurve], Student[VectorCalculus], Student[VectorCalculus][Curvature], Student[VectorCalculus][PrincipalNormal], Student[VectorCalculus][RadiusOfCurvature], Student[VectorCalculus][SetCoordinates], Student[VectorCalculus][SpaceCurveTutor], Student[VectorCalculus][TangentVector], Student[VectorCalculus][TNBFrame], Student[VectorCalculus][Torsion]
Download Help Document