What does 'write A as a product of 4 elementary matrices' mean?

AI Thread Summary
The discussion focuses on the concept of elementary matrices and their role in transforming one matrix into another through row operations. It clarifies that an elementary matrix corresponds to a specific row operation, which can be one of three types: swapping rows, scaling a row, or adding a multiple of one row to another. To solve the problem, one must determine the row operation that converts the left matrix into the right matrix. Although the title mentions "4 elementary matrices," only one is necessary for this particular problem. Understanding these concepts is crucial for successfully completing the assignment.
LaraCroft
Messages
14
Reaction score
0

Homework Statement


So, if the problem asks...

Find the elementary matrices such that the respective matrix equation holds...what do I do?

[_ _ _] [4 4 -1] [4 4 -1 ]
[_ _ _] [4 -1 -5] = [4 -1 -5]
[_ _ _] [-4 1 4] [-12 3 12]

Does this mean to find a matrix that when multiplied with the other gives the matrix on the other side of the equal sign?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
i think that is what it means..
 
LaraCroft said:

Homework Statement


So, if the problem asks...

Find the elementary matrices such that the respective matrix equation holds...what do I do?

[_ _ _] [4 4 -1] [4 4 -1 ]
[_ _ _] [4 -1 -5] = [4 -1 -5]
[_ _ _] [-4 1 4] [-12 3 12]

Does this mean to find a matrix that when multiplied with the other gives the matrix on the other side of the equal sign?


Homework Equations





The Attempt at a Solution


This problem assumes that you know what an "elementary" matrix is!

An elementary matrix is one that corresponds to a "row operation". Multiplying any matrix by that elementary matrix is the same as doing the corresponding row operation to the matrix.

There are three kinds of row operations:
a) Swap two rows of the matrix.
b) Multiply every number in one row by the same number.
c) Add a multiple of one row to another.

You get the elementary operation corresponding to a row operation just by performing that row operation on the identity matrix.

What row operation will change the matrix on the left into the matrix on the right? Although your title says "4 elementary matrices", for this problem onlyone is required.
 
Back
Top