Learn R Programming

symengine (version 0.2.6)

det: Calculate the Determinant of DenseMatrix

Description

S4 method of det defined for DenseMatrix.

Usage

det(x, ...)

# S4 method for DenseMatrix det(x, ...)

Value

A Basic object.

Arguments

x

A DenseMatrix object.

...

Unused.

Examples

Run this code
mat <- Matrix(LETTERS[1:9], 3)
det(mat)

Run the code above in your browser using DataLab