matDet function

Matrix Determinant

Matrix Determinant

Calculates the determinant of AA.

matDet(A, logDet = FALSE)

Arguments

  • A: Numeric matrix.
  • logDet: Return the logarithm of the determinant?

Returns

Scalar.

  • Maintainer: Zachary McCaw
  • License: GPL-3
  • Last published: 2023-10-01

Useful links