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[GenerateTensors] - generate a list of tensors from a list of lists of tensors
Calling Sequences
GenerateTensors(Tlist)
Parameters
Tlist - a list of lists of tensor fields
Description
With Tlist = [T_1, T_2, ..., T_r] the command GenerateTensors(Tlist) will generate a list of tensors by forming all possible r-fold tensor products t1 &t t2 ... &t tr, where the first tensor t1 belongs to the list T_1, the second tensor t2 belongs to the list T_2, and so on.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form GenerateTensors(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-GenerateTensors.
Examples
Example 1.
First create a 3 dimensional manifold M.
Create a list L1 of all type (1, 1) tensors on M.
Example 2.
Create a list L2 of all rank 3 covariant tensors which are symmetric in their first 2 indices.
Example 3.
Create a list L3 of all rank 3 covariant tensors which are skew-symmetric in their first 2 indices.
See Also
DifferentialGeometry, Tensor, DGinfo, GenerateSymmetricTensors, GenerateForms
Download Help Document