determinant of symbolic matrix
d = Det( A )
symbolic square matrix
symbolic
Returns the determinant d of a symbolic square matrix A.
// create a fancy (3,3)-matrix A = Diag(Vec("x"(ones(1:3)))) + int32(1) // determinant of A Det(A)
SymEngine: C++ library for fast symbolic manipulation.