Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.1E: Elementary Matrices Exercises

( \newcommand{\kernel}{\mathrm{null}\,}\)

Exercises for 1

solutions

2

For each of the following elementary matrices, describe the corresponding elementary row operation and write the inverse.

E=[103010001] E=[001010100] E=[1000120001] E=[100210001] E=[010100001] E=[100010005]

  1. Interchange rows 1 and 3 of I. E1=E.
  2. Add (2) times row 1 of I to row 2. E1=[100210001]
  3. Multiply row 3 of I by 5. E1=[1000100015]

In each case find an elementary matrix E such that B=EA.

  1. A=[2131], B=[2112]
  2. A=[1201], B=[1201]
  3. A=[1112], B=[1211]
  4. A=[4132], B=[1132]
  5. A=[1111], B=[1111]
  6. A=[2113], B=[1321]
  1. [1001]
  2. [1101]
  3. [0110]

Let A=[1211] and
C=[1121].

  1. Find elementary matrices E1 and E2 such that C=E2E1A.
  2. Show that there is no elementary matrix E such that C=EA.
  1. The only possibilities for E are [0110], [k001], [100k], [1k01], and [10k1]. In each case, EA has a row different from C.

If E is elementary, show that A and EA differ in at most two rows.

  1. Is I an elementary matrix? Explain.
  2. Is 0 an elementary matrix? Explain.
  1. No, 0 is not invertible.

In each case find an invertible matrix U such that UA=R is in reduced row-echelon form, and express U as a product of elementary matrices.

A=[112210] A=[1215121] A=[121031121332] A=[211031211231]

  1. [1201][10012][1051]
    A=[107013]. Alternatively,
    [10012][1101][1051]
    A=[107013].

  2. [120010001][1000150001][100010011]
    [100010201][100310001]

    [001010100]A=[1015150175250000]

In each case find an invertible matrix U such that UA=B, and express U as a product of elementary matrices.

  1. A=[213112], B=[112301]
  2. A=[210111], B=[301210]
  1. U=[1110]=[1101][0110]

In each case factor A as a product of elementary matrices.

A=[1121] A=[2312] A=[102011216] A=[1030142215]

  1. A=[0110][1021][1001]
    [1201]

  2. A=[100010201][100010021]
    [103010001][100014001]

[ex:ex2_5_9] Let E be an elementary matrix.

  1. Show that ET is also elementary of the same type.
  2. Show that ET=E if E is of type I or II.

Show that every matrix A can be factored as A=UR where U is invertible and R is in reduced row-echelon form.

UA=R by Theorem [thm:005294], so A=U1R.

If A=[1213] and
B=[5253] find an elementary matrix F such that AF=B.

[Hint: See Exercise [ex:ex2_5_9].]

In each case find invertible U and V such that UAV=[Ir000], where r=rankA.

A=[111224] A=[3221] A=[112121030141] A=[110132111013]

  1. U=A1, V=I2; rankA=2
  2. U=[210310211],
    V=[1013011400100001]; rankA=2

Prove Lemma [lem:005213] for elementary matrices of:

type I; type II.

While trying to invert A, [AI] is carried to [PQ] by row operations. Show that P=QA.

If A and B are n×n matrices and AB is a product of elementary matrices, show that the same is true of A.

If U is invertible, show that the reduced row-echelon form of a matrix [UA] is [IU1A].

Write U1=EkEk1E2E1, Ei elementary. Then [IU1A]=[U1UU1A]
=U1[UA]=EkEk1E2E1[UA]. So [UA][IU1A] by row operations
(Lemma [lem:005213]).

[ex:ex2_5_17] Two matrices A and B are called row-equivalent (written ArB) if there is a sequence of elementary row operations carrying A to B.

  1. Show that ArB if and only if A=UB for some invertible matrix U.
  2. Show that:
    1. ArA for all matrices A.
    2. If ArB, then BrA
    3. If ArB and BrC, then ArC.
  3. Show that, if A and B are both row-equivalent to some third matrix, then ArB.
  4. Show that [113201411086] and
    [1145211181222] are row-equivalent. [Hint: Consider (c) and Theorem [thm:001017].]

  1. (i) ArA because A=IA. (ii) If ArB, then A=UB, U invertible, so B=U1A. Thus BrA. (iii) If ArB and BrC, then A=UB and B=VC, U and V invertible. Hence A=U(VC)=(UV)C, so ArC.

If U and V are invertible n×n matrices, show that UrV. (See Exercise [ex:ex2_5_17].)

(See Exercise [ex:ex2_5_17].) Find all matrices that are row-equivalent to:

[000000] [000001] [100010] [120001]

  1. If BrA, let B=UA, U invertible. If U=[dbbd], B=UA=[00b00d] where b and d are not both zero (as U is invertible). Every such matrix B arises in this way: Use U=[abba]–it is invertible by Example [exa:003540].

Let A and B be m×n and n×m matrices, respectively. If m>n, show that AB is not invertible. [Hint: Use Theorem [thm:001473] to find x0 with Bx=0.]

Define an elementary column operation on a matrix to be one of the following: (I) Interchange two columns. (II) Multiply a column by a nonzero scalar. (III) Add a multiple of a column to another column. Show that:

  1. If an elementary column operation is done to an m×n matrix A, the result is AF, where F is an n×n elementary matrix.
  2. Given any m×n matrix A, there exist m×m elementary matrices E1,,Ek and n×n elementary matrices F1,,Fp such that, in block form,

    EkE1AF1Fp=[Ir000]

Suppose B is obtained from A by:

  1. interchanging rows i and j;
  2. multiplying row i by k0;
  3. adding k times row i to row j (ij).

In each case describe how to obtain B1 from A1. [Hint: See part (a) of the preceding exercise.]

  1. Multiply column i by 1/k.

Two m×n matrices A and B are called equivalent (written AeB) if there exist invertible matrices U and V (sizes m×m and n×n) such that A=UBV.

  1. Prove the following the properties of equivalence.
    1. AeA for all m×n matrices A.
    2. If AeB, then BeA.
    3. If AeB and BeC, then AeC.
  2. Prove that two m×n matrices are equivalent if they have the same rank. [Hint: Use part (a) and Theorem [thm:005369].]

2.1E: Elementary Matrices Exercises is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

Support Center

How can we help?