Consider two square matrices a and b with dimension m x m. Ab = ba
Answers
Answer:
A*b=b*a
if
A=a=b=
Step-by-step explanation:
To Find:
A*b=b*a
Solution:
if A=b=a=
then
A*b=
Similarly
b*a=
which shows that:
A*b=b*a Proved
a*b = [ 1 0 ] = b*a
[ 0 1 ]
ab = ba
GIVEN: Two Square matrices a and b of dimensions m*m
TO PROVE: ab = ba
SOLUTION:
As we are given,
We have two square matrices a and b with the dimensions as m*m.
Let us assume the matrices a = b = [ 1 0 ]
[ 0 1 ]
With dimensions as 2*2
Therefore,
Matrix a = [ 1 0 ]
[ 0 1 ]
Similarly,
Matrix b = [ 1 0 ]
[ 0 1 ]
Now,
We find a*b,
a*b = [ 1 0 ]
[ 0 1 ] ------Equation 1
Also,
For b*a,
b*a = [ 1 0 ]
[ 0 1 ] ------Equation 2
Now,
From equation 1 and2
We get,
a*b = [ 1 0 ] = b*a = [ 1 0 ]
[ 0 1 ] [ 0 1 ]
Therefore we get,
a*b = [ 1 0 ] = b*a
[ 0 1 ]
a*b = b*a
Hence proved.
#SPJ2