MTM
plus
matrix addition
Calling Sequence
Parameters
Description
Examples
plus(M1,M2)
M1
-
array
M2
The plus(M1,M2) function performs matrix addition of M1 + M2. If M1 is a scalar, then M1 is added to each element of M2.
Arrays M1 and M2 must be the same size.
with⁡MTM:
M1≔Matrix⁡2,3,fill=1:
M2≔Matrix⁡2,3,fill=2:
plus⁡M1,M2
333333
See Also
MTM[ldivide]
MTM[Minus]
MTM[mrdivide]
MTM[mtimes]
MTM[rdivide]
MTM[times]
Download Help Document