Scicos Block
fr - eng


MATMUL Matrix Multiplication

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

Contents

Palette

Description

The MATMUL block computes the matrix multiplication of two inputs matrices.The number of rows of the second matrix must be equal to the number of columns of the first matrix. The output is a matrix where the number of rows is equal to that of the first input matrix and the number of columns is equal to that of the second input matrix.

Dialog box

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

Example

A=[1 2 3;4 5 6]
B=[9 8 7 6;5 4 3 2;9 7 5 3]
y=[46 37 28 19;115 94 73 52]

Default properties

Interfacing function

Computational function

See also

Authors