iii. reduced echelon form

11

Click here to load reader

Upload: alexis

Post on 11-Jan-2016

30 views

Category:

Documents


0 download

DESCRIPTION

III. Reduced Echelon Form. Example : Echelon forms are not unique. III.1. Gauss-Jordan Reduction III.2. Row Equivalence. III.1. Gauss-Jordan Reduction. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: III.  Reduced Echelon Form

III. Reduced Echelon Form

III.1. Gauss-Jordan Reduction

III.2. Row Equivalence

Example: Echelon forms are not unique.

2 2

4 3

1 22 220 1

2 2

4 3

1

1 2

1 1/ 24 0 1

2 2

4 3

1 22 220 1

2 1

2 020 1

Page 2: III.  Reduced Echelon Form

III.1. Gauss-Jordan Reduction

Definition 1.3: A matrix is in reduced echelon form if, in addition to being in echelon form, each leading entry is a one and is the only nonzero entry in its column.

Example 1.1:

2 2

3 7

1

x y z

y z

x z

1 1 2 2

0 1 3 7

1 0 1 1

1 3

1 1 2 2

0 1 3 7

0 1 1 1

2 3

1 1 2 2

0 1 3 7

0 0 4 8

3

1 1 2 2/4

0 1 3 7

0 0 1 2

3 2

3 1

1 1 0 23

0 1 0 12

0 0 1 2

2 1

1 0 0 1

0 1 0 1

0 0 1 2

Gauss-Jordan method: Solution via reduced echelon form.

Page 3: III.  Reduced Echelon Form

Example

2 6 1 2 5

0 3 1 4 1

0 3 1 2 5

2 3

2 6 1 2 5

0 3 1 4 1

0 0 0 2 4

3

2 6 1 2 5/2

0 3 1 4 1

0 0 0 1 2

3 2

3 1

2 6 1 0 94

0 3 1 0 92

0 0 0 1 2

2 1

2 0 1 0 92

0 3 1 0 9

0 0 0 1 2

1

2

1 0 0 9 / 2/2

0 1 0 3/3

0 0 0

1/ 2

1/ 3

1 2

( reduced echelon form )

33

3

1

2

4

9 / 2

3

1/ 2

1/ 3

0 1

2 0

x

xS x

xx

x

R

1

2

3

4

9 / 2 3

3 2

0 6

2 0

x

xt t

x

x

R

Page 4: III.  Reduced Echelon Form

Properties of the reduced echelon form:

• It is equivalent to parametrization by unmodified free variables.

• It is unique (to be proved later).

• Matrices sharing the same reduced echelon form are “equivalent”.

Definition: Equivalence Relation

~ is an equivalence relation if it is

1. Reflexive: a ~ a.

2. Symmetric: a ~ b → b ~ a.

3. Transitive: a ~ b & b ~ c → a ~ c.

Page 5: III.  Reduced Echelon Form

Lemma 1.4: Elementary row operations are reversible.

Proof:

1. Row swapping (ρi ρj ) : Inverse = ρj ρi .

2. Multiplication by constant (ρi → k ρi ) : Inverse = ρi → k1 ρi

3. Adding k row i to row j (ρj → k ρi + ρj ) : Inverse = ρj → k ρi + ρj

Lemma 1.5: Between matrices, ‘reduces to’ is an equivalence relation.

Proof:

1. Reflexivity: Any matrix reduces to itself through no row operations.

2. Symmetry: Follows from lemma 1.4.

3. Transitivity: A reduction from A to B followed by that from B to C gives a reduction from A to C.

Page 6: III.  Reduced Echelon Form

Definition 1.6: Row Equivalence2 matrices related by elementary row operations (interreducible) are row equivalent.

Row equivalence partitions the collection of matrices into row equivalence classes.

Since the reduced echelon form is unique, we have

1. Every matrix is row-equivalent to a unique reduced echelon form.

2. Every row equivalence class contains 1 and only 1 reduced echelon form matrix.

3. A row equivalence class can be represented by its reduced echelon form matrix.

4. Two matrices are in the same row equivalence class iff they share the same reduced echelon form.

Page 7: III.  Reduced Echelon Form

Exercises 1.III.1

1. List the reduced echelon forms possible for each size.(a) 22 (b) 2 3 (c) 3 2 (d) 3 3

Hint: Answer for (a) is given in Example 2.10.

Page 8: III.  Reduced Echelon Form

III.2. Row Equivalence

Definition 2.1: Linear Combination

A linear combination of x1 , …, xm is an expression of the form

c1 x1 + …+ cm xm where ci are scalars

Lemma 2.2: Linear Combination LemmaA linear combination of linear combinations is a linear combination.

Corollary 2.3:Where one matrix row reduces to another, each row of the second is a linear combination of the rows of the first.

Proof: By collecting coefficients.

Proof: By induction.

Notation: The ith row of matrix A is represented by αi .

Page 9: III.  Reduced Echelon Form

Lemma 2.5: In an echelon form matrix, no nonzero row is a linear combination of the other rows.I.e., all non-zero rows are linearly independent.Proof: By contradiction.

Theorem 2.7: Each matrix is row equivalent to a unique reduced echelon form matrix.

Proof: By construction via Gauss-Jordan reduction.

Example 2.8:

1 21 3 1 322 6 0 0

A

1 21 3 1 322 5 0 1

B

21 3

0 1

2 1

1 030 1

→ A and B are not row equivalent.

Page 10: III.  Reduced Echelon Form

Example 2.9:

Any nn non-singular matrix is row equivalent to the nn unit matrix.

Example 2.10:

The possible row equivalent classes for 22 matrices are

0 0

0 0

1 0

0 1

0 1

0 0

1

0 0

a

Page 11: III.  Reduced Echelon Form

Exercises 1.III.2

1. Give two reduced echelon form matrices that have their leading entries in the same columns, but that are not row equivalent.

2. In this matrix

the first and second columns add to the third.(a) Show that remains true under any row operation.(b) Make a conjecture.(c) Prove that it holds.

1 2 3

3 0 3

1 4 5

A