ldet: Matrix determinant

View source: R/functions.R

ldetR Documentation

Matrix determinant

Description

Compute the determinant of a matrix.

Usage

ldet(A, logarithm = TRUE)

Arguments

A

a matrix

logarithm

logical; if TRUE (default) return the logarithm of the modulus of the determinant.

Value

the determinant of A.


RestoreNet documentation built on May 29, 2024, 4 a.m.

Related to ldet in RestoreNet...