Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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