Symbolic Math Toolbox
  Go to function:
    Search    Help Desk 
det    Examples

Matrix determinant.

Syntax

Description

det(A) computes the determinant of A, where A is a symbolic or numeric matrix. det(A) returns a symbolic expression, if A is symbolic; a numeric value, if A is numeric.

Examples

The statements

return

The statements

return



[ Previous | Help Desk | Next ]