detmatrix: Calculate the determinant of the matrix

Description Usage Arguments Details Value See Also Examples

View source: R/detmatrix.R

Description

Calculate the determinant of the matrix

Usage

1

Arguments

m

a matrix

Details

detmatrix calculates the determinant of the matrix given.

Value

the determinant

See Also

Other linear: choleskymatrix(), gdls(), invmatrix(), iterativematrix, lumatrix(), refmatrix(), rowops, tridiagmatrix(), vecnorm()

Examples

1
2
A <- matrix(c(1, 2, -7, -1, -1, 1, 2, 1, 5), 3)
detmatrix(A)

cmna documentation built on July 14, 2021, 5:11 p.m.