mtimes - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

mtimes

  

matrix multiplication

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

mtimes(M1,M2)

Parameters

M1

-

array

M2

-

array

Description

• 

The mtimes(M1,M2) function performs matrix multiplication of M1 * M2.  If either M1 or M2 is a scalar, then element-wise multiplication is performed instead.

Examples

withMTM:

M1Matrix2,3,fill=1:

M2Matrix3,2,fill=2:

mtimesM1,M2

6666

(1)

See Also

dot

MTM[ldivide]

MTM[plus]

MTM[Minus]

MTM[mrdivide]

MTM[rdivide]

MTM[times]