A= ⎣⎡3−11021⎦⎤ , B = [40−12]
C = [134125] , D = ⎣⎡1−13502214⎦⎤ ,
E= ⎣⎡0−14111323⎦⎤
1. Since C is not a square matrix , C² doesn't exist. Hence -4C² doesn't exist
2. E - D = ⎣⎡−101−41−111−1⎦⎤
So (E-D)^T = ⎣⎡−1−410111−1−1⎦⎤
3. BC = [40−12] X [134125]
= [16152310]
4. B^T = [4−102]
B^TB = [4−102] [40−12]
= [16−4−45]
(B^TB)C = [16−4−45] [134125]
= [41160−111217]
5. 3B is of order 2x2 and AB is of order 3x2
So 3B - AB is not conformable for subtraction
Comments