Scicos Block
fr - eng


MATDET Matrix Determinant

\epsfig{file=MATDET.eps,height=90pt}

Contents

Palette

Description

The MATDET outputs the determinant of a square input matrix. If the input A=[A11 A12 A13;A21 A22 A23;A31 A32 A33] then the output of the block has the form of: y=A11*(A22*A33-A23*A32)-A12*(A21*A33-A23*A31)+A13*(A21*A32-A22*A31).
The equivalent of MATDET in Scilab is "det"

Dialog box

\begin{figure}\begin{center}
\epsfig{file=MATDET_gui.eps,width=300pt}
\end{center}\end{figure}

Example

U=[1 0 63;2 -2 5;9 9 4]
y=2215

Default properties

Interfacing function

Computational function

See also

Authors

Fady NASSIF INRIA