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
Tensor[GenerateSymmetricTensors] - generate a list of symmetric tensors from a list of tensors
Calling Sequences
GenerateTensors(Tlist, r)
Parameters
Tlist - a list of tensor fields
r - a positive integer, the number of tensors to be chosen from Tlist
Description
With Tlist = [t_1, t_2, ..., t_N], the command GenerateSymmetricTensors(Tlist) will generate a list of symmetric tensors by forming all possible r-fold tensor products t_i1 &t t_i2 ... &t t_ir and symmetrizing the result.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form GenerateSymmetricTensors(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-GenerateSymmetricTensors.
Examples
Example 1.
First create a 4 dimensional manifold M.
Create a list L1 of all rank 2 covariant symmetric tensors from the 1-forms dx, dy, dz.
See Also
DifferentialGeometry, Tensor, GenerateForms, GenerateTensors
Download Help Document