- #1
Poke
Homework Statement
Let A be an arbitrary m× n matrix. Find a matrix C such that CA = B for each of the following matrices B.
a. B is the matrix that results from multiplying row i of A by a nonzero number c.
b. B is the matrix that results from swapping rows i and j of A.
c. B is the matrix that results from adding c times row i of A to row j of A.
Homework Equations
Multiply the two matrices
The Attempt at a Solution
(a)
Let A = a11 a12 ... a1n
a21 a22 ... a2n
...
am1 am2 ... amn
.
And C = c11 c12 ... c1n
c21 c22 ... c2n
...
cm1 cm2 ... cmn
.
AC = a11c11 a12c12 ... a1nc1n
a21c21 a22c22 ... a2nc2n
...
am1cm1 am2cm2 ... amncmn
.
Because B = cA, c11, coefficients in matrix C are all constant c
So AC = c*a11 c*a12 ... c*a1n
c*a21 c*a22 ... c*a2n
...
c*am1 c*am2 ... c*amn
.
which is equal to cA. Then B = AC =cA.. Part (a) solved
For part b, I am not sure if it is actually asking to switch columns, if so..
C = 0 1
1 0
.
will do.
And part c will be,
C = 0 c
c 0
...
I have no idea if it is actually asking to switch ROWS instead :(
...
cm1 cm2 ... cmn
.
AC = a11c11 a12c12 ... a1nc1n
a21c21 a22c22 ... a2nc2n
...
am1cm1 am2cm2 ... amncmn
.
Because B = cA, c11, coefficients in matrix C are all constant c
So AC = c*a11 c*a12 ... c*a1n
c*a21 c*a22 ... c*a2n
...
c*am1 c*am2 ... c*amn
.
which is equal to cA. Then B = AC =cA.. Part (a) solved
For part b, I am not sure if it is actually asking to switch columns, if so..
C = 0 1
1 0
.
will do.
And part c will be,
C = 0 c
c 0
...
I have no idea if it is actually asking to switch ROWS instead :(