Learn R Programming

EigenR (version 1.2.3)

Eigen_absdet: Absolute value of the determinant

Description

Absolute value of the determinant of a real matrix.

Usage

Eigen_absdet(M)

Arguments

M

a real square matrix

Value

The absolute value of the determinant of M.

Examples

Run this code
# NOT RUN {
set.seed(666L)
M <- matrix(rpois(25L, 1), 5L, 5L)
Eigen_absdet(M)
# }

Run the code above in your browser using DataLab