Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Linear Algebra
See also: ' trans

Function: inv
Description: computes the inverse matrix. The functionality extends to higher dimensional arrays.

Usage: z = inv (x)
Input:
x array of square matrices
Output:
z array of square matrices

Note:

Example:
x = #(1,2)~#(3,4)
inv(x)
y = #(1,2)~#(2,4)
inv(y)

Result:
Contents of invers

[1,]    -2   1.5

[2,]     1  -0.5

Contents of invers

[1,]     +NAN     +NAN

[2,]     +NAN     +NAN



(C) MD*TECH Method and Data Technologies, 05.02.2006