det: Matrix Determinant

View source: R/linalg.R

detR Documentation

Matrix Determinant

Description

From base::det().

Usage

det(x, ...)

Arguments

x

If yac_symbol treat as such, else call base::det().

...

further arguments passed to base::det()

Examples

(x <- matrix(1:4, ncol = 2))
det(x)
det(ysym(x))

Ryacas documentation built on Jan. 17, 2023, 1:11 a.m.