<< Cos SYMSCI Toolbox Diag >>

SYMSCI Toolbox >> SYMSCI Toolbox > Det

Det

determinant of symbolic matrix

Syntax

d = Det( A )

Arguments

A

symbolic square matrix

d

symbolic

Description

Returns the determinant d of a symbolic square matrix A.

Examples

// create a fancy (3,3)-matrix
A = Diag(Vec("x"(ones(1:3)))) + int32(1)

// determinant of A
Det(A)

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< Cos SYMSCI Toolbox Diag >>