Exercise 3.1.1

Answers

1.
Yes. Since every elementary matrix comes from In, a square matrix.
2.
No. For example, 2I1 is an elementary matrix of type 2.
3.
Yes. It’s an elementary matrix of type 2 with scalar 1.
4.
No. For example, the product of two elementary matrices
( 20 0 1 ) ( 01 1 0 ) = ( 02 1 0 )

is not an elementary matrix.

5.
Yes. This is Theorem 3.2.
6.
No. For example, the sum of two elementary matrices
( 20 0 1 ) ( 01 1 0 ) = ( 21 1 1 )

is not an elementary matrix.

7.
Yes. See Exercise 3.1.5.
8.
No. For example, let A = ( 10 0 0 ) and B = ( 10 1 0 ). Then we can obtain B by add one time the first row of A to the second row of B. But all column operation on A can not change the fact that the second row of A is two zeros.
9.
Yes. If B = EA, we have E1B = A and E1 is an elementary matrix of row operation.
User profile picture
2011-06-27 00:00
Comments