MTM
ldivide
element-wise division on the left
Calling Sequence
Parameters
Description
Examples
ldivide(M1,M2)
M1
-
array
M2
The ldivide(M1,M2) function performs element-wise division of M2 by M1. The result, R, is formed as R[i,j] = M2[i,j] / M1[i,j].
Arrays M1 and M2 must be the same size.
with⁡MTM:
M1≔Matrix⁡2,3,fill=6:
M2≔Matrix⁡2,3,fill=2:
ldivide⁡M1,M2
131313131313
See Also
MTM[mldivide]
MTM[mrdivide]
MTM[rdivide]
Download Help Document