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

Function: det
Description: det computes the determinant of a matrix.

Usage: z = det (x)
Input:
x n x n matrix
Output:
z scalar

Note:

Example:



x=#(1,0)~#(0,1)

det (x)

Result:



Contents of det

[1,]        1 


Group: Linear Algebra

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

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