Det: Matrix determinant

View source: R/RcppExports.R

DetR 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)

dccmidas documentation built on May 29, 2024, 5:26 a.m.

Related to Det in dccmidas...