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:

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



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