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][VectorSpace] - creates a vector space at a given point in a given coordinate system
Calling Sequence
VectorSpace(c, origin)
Parameters
c
-
name or name[name, name, ...]; specify the coordinate system, possibly indexed by the coordinate variable names
origin
free or position Vector or list; root point of the vector space
Description
The VectorSpace(c, origin) command returns a module representing the vector space rooted at point origin in c coordinates.
The order of the arguments may be reversed. If no coordinate system argument is present, the current coordinate system is used.
The root point origin can be specified as a free or position Vector or as a list of coordinates. If it is a free or position Vector, its coordinate system attribute is checked and the Vector will be converted to c coordinates. If it is a list, the components are expected to be in c coordinates.
Once coordinates c are specified, the unit basis vectors are evaluated at the point origin. If the unit basis vectors evaluate to zero an error is raised.
The returned module is a valid right hand side for the space attribute on Vectors. If this attribute is present, it qualifies the Vector as a rooted Vector, and determines its root point and coordinate system.
The module itself has 3 exports:
GetRootPoint
Return the root point of the vector space
GetCoordinates
Return the coordinate system of the vector space
Vector(comps)
Create a rooted Vector based on the vector space, with components comps. comps is expected to be of type list(algebraic).
Examples
See Also
attributes, Student[VectorCalculus], Student[VectorCalculus][About], Student[VectorCalculus][GetCoordinates], Student[VectorCalculus][GetRootPoint], Student[VectorCalculus][GetSpace], Student[VectorCalculus][MapToBasis], Student[VectorCalculus][Vector]
Download Help Document