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][BasisFormat] - query or set Vector display style
Calling Sequence
BasisFormat(fmt)
Parameters
fmt
-
(optional) truefalse; specify display style
Description
By default, free Vectors, rooted Vectors and vector fields created by commands in the Student[VectorCalculus] package are displayed using basis format, that is, as a sum of scalar multiples of basis vectors. Basis vectors are displayed by using the letter "e" subscripted by a coordinate name. If the Vector displayed is a vector field, the basis vectors display with an overbar.
The BasisFormat(fmt) calling sequence determines whether basis format style is used. If fmt is true, free Vectors, rooted Vectors and vector fields are displayed using basis format. If fmt is false, free Vectors, rooted Vectors and vector fields are displayed using standard Vector notation.
The position Vectors, being Vectors that are always in cartesian coordinates rooted at the origin, are always displayed in standard Vector notation. The BasisFormat(fmt) calling sequence has no effect on the position Vector.
Note: In standard Vector notation, there is no visual distinction between vector fields and the other Vectors.
The BasisFormat command returns the basis format setting when the command was invoked, not the new setting.
Examples
The default notation is basis format for free Vectors, rooted Vectors and vector fields.
To use standard Vector notation, set BasisFormat to false. This will not affect position Vectors.
See Also
Coordinates, Student[VectorCalculus], Student[VectorCalculus][PositionVector], Student[VectorCalculus][RootedVector], Student[VectorCalculus][SetCoordinates], Student[VectorCalculus][Vector], Student[VectorCalculus][VectorField]
Download Help Document