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
Tensor[CanonicalTensors] - create various standard tensors
Calling Sequences
CanonicalTensors(keyword, spatial_type, signature, frameName)
Parameters
keyword - a keyword string, one of "Metric", "SymplecticForm", "ComplexStructure"
spatial_type - a string, either "bas" or "vrt", the spatial type of the tensor to be created
signature - required for the keyword "Metric", a pair of integers p (number of + 1), q (number of - 1) specifying the signature of the metric
frameName - (optional) a name or a string, the name of the manifold on which the tensor is to be defined
Description
This command will create the standard (flat) metric, symplectic form or complex structure.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form CanonicalTensors(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-CanonicalTensors.
Examples
Example 1.
First create a 10 dimensional fiber bundle E over a 4 dimensional manifold M.
Create a metric on the tangent space of M with signature 3, 1.
Create a Riemannian metric on the fibers of E.
Create a symplectic form on M.
Create a complex structure on the fibers of E.
See Also
DifferentialGeometry, Tensor, GenerateForms, GenerateTensors
Download Help Document