mxdet function

Numerical and Symbolic Determinant

Numerical and Symbolic Determinant

Computes the determinant of a numeric or character matrix.

mxdet(x)

Arguments

  • x: numeric or character matrix.

Returns

numeric or character.

Examples

### numeric matrix x <- matrix(1:4, nrow = 2) mxdet(x) ### symbolic matrix x <- matrix(letters[1:4], nrow = 2) mxdet(x)

References

Guidotti E (2022). "calculus: High-Dimensional Numerical and Symbolic Calculus in R." Journal of Statistical Software, 104(5), 1-37. tools:::Rd_expr_doi("10.18637/jss.v104.i05")

See Also

Other matrix algebra: mxinv(), mxtr(), mx()

  • Maintainer: Emanuele Guidotti
  • License: GPL-3
  • Last published: 2023-03-09