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
Physics[Inverse] - compute the inverse of an object with respect to noncommutative products
Calling Sequence
Inverse(f)
Parameters
f
-
any mathematical expression
Description
The Inverse command, when applied to an object, represents the object's (noncommutative) multiplicative inverse; that is, Inverse(Z) * Z = Z * Inverse(Z) = 1, where * herein represents the Physics[*] product, whose commutativity depends on the operands (see also type, commutative).
The %Inverse command is the inert form of Inverse; that is, it represents the same mathematical operation while displaying the operation unevaluated. To evaluate the operation, use the value command.
The results returned by Inverse are constructed as follows:
- If is of commutative type, then return .
- If is a matrix, then return its inverse.
- If is equal to Inverse(g) for some , then return .
- If is a noncommutative product, then distribute:.
- If is a * (commutative) product, then distribute:.
- Otherwise, return the unevaluated expression .
All noncommutative products introduced by Inverse have their operands sorted and normalized automatically by the Physics[*] operator. This ensures that the basic simplifications and identities for these products are taken into account in the returned results.
A `print/Inverse` procedure makes the display of this function appear as a power, as in
Inverse(Q);
Examples
First, set prefixes for identifying anticommutative and noncommutative variables.
Consider now the list of objects of commutative, anticommutative, and noncommutative types.
The multiplicative inverses of these objects are:
In turn out that the multiplicative inverses of these inverses are the original objects themselves.
See Also
Physics, Physics conventions, Physics examples, Physics/*, Setup, type/anticommutative, type/noncommutative
Download Help Document