Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
DifferentialGeometry[IntersectSubspaces] - find the intersection of a list of vector subspaces of vectors, forms or tensors
Calling Sequence
IntersectSubspaces(S)
Parameters
S
-
a list [A1, A2, ...], where each Ai is a list of vectors, forms or tensors
Description
IntersectSubspaces(S) computes the intersection of the subspaces spanned by the elements of the list.
This command is part of the DifferentialGeometry package, and so can be used in the form IntersectSubspaces(...) only after executing the command with(DifferentialGeometry). It can always be used in the long form DifferentialGeometry:-IntersectSubspaces.
Examples
Initialize a 4-dimensional manifold M with coordinates [x, y, z, w].
Example 1.
Find the intersection of the three 3 dimensional subspaces spanned by A1, A2, A3.
Example 2.
Find the intersection of the subspaces of 2-forms spanned by B1 and B2. Check the result using the GetComponents command.
The command GetComponents returns the components of the 2-form in C with respect to the 2-forms in B1 and B2. This proves that the 2-form in C does indeed belong to the intersection of the spans of B1 and B2.
See Also
DifferentialGeometry, DGbasis, GetComponents
Download Help Document