Class 12MathematicsChapter 3: Matrices 3.3 Operations on Matrices
Addition, scalar multiplication, and matrix multiplication with examples.
Two matrices A and B of the same order can be added:
(A+B)ij=aij+bij
(kA)ij=k⋅aij
If A is m×n and B is n×p, then AB is m×p:
(AB)ij=k=1∑naik⋅bkj
Note: In general, AB=BA. Matrix multiplication is not commutative.
Let A=[1324] and B=[5768].
AB=[1×5+2×73×5+4×71×6+2×83×6+4×8]=[19432250]