Scicos Block
fr - eng


MATDIV Matrix division

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

Contents

Palette

Description

The MATDIV block performs the right matrix division. It is a solution to x*B=A. The first input is the A matrix, the second input is the B matrix, and the output is x. If A is an M1-by-N matrix, B must be an M2-by-N where M1 and M2 can be different. The output x is an M1-by-M2 matrix.
The equivalent of MATDIV is the slash operator in Scilab.

Dialog box

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

Example

A=[1 7 3;23 32 29]
B=[21 18 34;13 10 19;11 54 36]
then the result of the x*B=A equation is (A/B):
x=[-0.475 0.712 0.156;-4.350 8.381 0.491]

Default properties

Interfacing function

Computational function

See also

Authors

Fady NASSIF INRIA