inv - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

inv

  

matrix inverse

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

inv(A)

Parameters

A

-

square matrix

Description

• 

The function inv(A) computes the matrix inverse of A.

Examples

withMTM:

AMatrix1,2,1,2,4,2,3,8,1

A1212−42381

(1)

invA

54381214180741812

(2)

See Also

LinearAlgebra[MatrixInverse]

MTM