Matlab[det] - compute the determinant of a MapleMatrix or MatlabMatrix in MATLAB(R)
|
Parameters
|
|
X
|
-
|
MapleMatrix, or MatlabMatrix
|
|
|
|
|
Description
|
|
•
|
The Matlab[det] command computes the determinant of a matrix using MATLAB.
|
•
|
Since constants are considered one-by-one matrices, the determinant of a constant returns the constant.
|
•
|
Executing the Matlab[det] command returns a float.
|
|
|
Examples
|
|
Define the Maple matrix
>
|
|
>
|
|
The determinant of this MapleMatrix is computed as
>
|
|
A matrix is set in MATLAB, manipulated, and the new matrix's determinant is computed
>
|
|
>
|
|
>
|
|
|
|
Download Help Document
Was this information helpful?