Math's Activity 2
Math's Activity 2
MATRICES
BY:ANUSHKA MISHRA
XII B
OBJECTIVE
• TO Learn to do matrix
multiplication , finding out
determinant and inverse of the
following.
Matrices multiplication
MATRIX A MATRIX B
3 4 5 1 5 3
1 1 4 4 9 2
2 1 4 5 6 7
INVERSE OF A INVERSE OF B
0 -1 1
-0.5 0.166667 0.166667
0.363636364 0.181818182 -0.6363636
0.176471 0.078431 -0.09804
-0.090909091 0.454545455 -0.090909091 0.205882 -0.18627 0.107843
Proof of
inverse A
PROOF OF
INVERSE B
METHOD
1. Calculate matrix multiplication on spread sheet by using formula
=mmulti(array1,array2)
2. Calculate determinant A & B by using formula
=mdeterm(array1,array2)
3. Calculate matrix inverse by using formula =minverse(array1,array2)
4. Next calculate all the things manually
5. You will get all the answers same .
OBSERVATION
The matrix multiplication is A*B
44 81 52
25 38 33
26 43 36
The determinant of A and B is
A= 11
B= -102