1.5 Elementary Matrices and a Method for Finding Inverse of A

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:20 PM on 9/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

Inverse Row Operations

If matrix B results from matrix A by performing elementary row operations, then the matrix A can be recovered from B by performing the corresponding inverse operation:

1. Multiply the same row by 1/c

2. Interchange the same two rows

3. If B resulted by adding c times row ri of A to row rj, then add −c times rj to ri

2
New cards

Row Equivalent

Matrices A and B are said to be row equivalent if either (hence each) can be obtained from the other by a sequence of elementary row operations.

3
New cards

Elementary Matrix

A matrix E is called an elementary matrix if it can be obtained from an identity matrix by performing a single elementary row operation.

<p>A matrix E is called an elementary matrix if it can be obtained from an identity matrix by performing a single elementary row operation.</p>
4
New cards

Theorem 1.5.1 (Row Operations by Matrix Multiplication)

If the elementary matrix E results from performing a certain row operation on Im and if A is an m×n matrix, then the product EA is the matrix that results when this same row operation is performed on A.

5
New cards

Theorem 1.5.2 (Inverse of Elementary Matrices)

Every elementary matrix is invertible, and the inverse is also an elementary matrix.

E0E = I and EE0 = I, let E0 be the inverse row operation performed on I.

6
New cards

Theorem 1.5.3 (Equivalent Statements)

If A is an n×n matrix, then the following statements are equivalent, that is, all true or all false:

(a) A is invertible

(b) Ax = 0 has only the trivial solution

(c) The reduced row echelon form of A is In

(d) A is expressible as a product of elementary matrices

7
New cards

Row Operations to Find A−1

To find inverse of matrix A, reduce A to identity matrix using row operations while simultaneously applying the same operations to I to produce A-1

[ A | I ] → [ I | A-1 ]

If zero row or column is made in the process, A is not invertible.