Learn R Programming

RestoreNet (version 1.0.1)

ldet: Matrix determinant

Description

Compute the determinant of a matrix.

Usage

ldet(A, logarithm = TRUE)

Value

the determinant of A.

Arguments

A

a matrix

logarithm

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