Learn R Programming

Ryacas (version 1.1.5)

det: 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

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

Run the code above in your browser using DataLab