A=[a 0 0 2] B=[0 -b 1 0] and M=[1 -1 1 1] and BA=M² , find the values of a and b .
Answers
Answered by
3
Given that
According to statement,
So, on comparing we get
Additional Information :-
1. Matrix multiplication is not Commutative always. i.e AB or BA is not equal always.
2. Matrix multiplication is associative. i.e A(BC) = (AB)C
3. Matrix multiplication is Distributive A(B + C) = AB + AC
4. Let A and B are two matrices of order m × n and p × q, then matrix multiplication AB is possible only when number of columns = number of rows, i.e. n = p.
Similar questions