Learn R Programming

dccmidas (version 0.1.2)

Det: Matrix determinant

Description

Calculates the determinant of a numeric matrix.

Usage

Det(x)

Value

The determinant of x.

Arguments

x

a numeric matrix

Examples

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

Run the code above in your browser using DataLab