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
Matlab[inv] - compute the inverse of a MapleMatrix or MatlabMatrix in MATLAB(R)
Calling Sequence
inv(X)
Parameters
X
-
MapleMatrix or MatlabMatrix
Description
The inv command computes the inverse of a square matrix using MATLAB.
Executing the inv command returns a Matrix or a constant.
Examples
Define the Maple matrix
The inverse of this MapleMatrix is computed as
[0.212499999999999966 , 0.0250000000000000360 , -0.150000000000000022]
[ ]
[-0.224999999999999977 , 0.149999999999999966 , 0.100000000000000032]
[0.312500000000000000 , -0.374999999999999944 , 0.249999999999999944]
Alternatively, the matrix is set in MATLAB and inverted as a MatlabMatrix.
See Also
LinearAlgebra[MatrixInverse], Matlab, Matlab[evalM], Matlab[getvar], Matlab[setvar], MatlabMatrix
Download Help Document