Det {dccmidas}R Documentation

Matrix determinant

Description

Calculates the determinant of a numeric matrix.

Usage

Det(x)

Arguments

x

a numeric matrix

Value

The determinant of x.

Examples

x<-matrix(sample(1:25,25,replace=TRUE),ncol=5)
Det(x)

[Package dccmidas version 0.1.2 Index]