Elementary Matrices for Transforming Matrices A to B

Click For Summary

Homework Help Overview

The problem involves finding two elementary matrices that transform matrix A into matrix B through specific row operations. The matrices A and B are both defined, with A being a 4x5 matrix and B also a 4x5 matrix, indicating a focus on linear algebra concepts related to matrix transformations.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the nature of elementary matrices, with one noting the need for square matrices and questioning the dimensions of the matrices involved. There is a mention of specific row operations, such as multiplying a row by a scalar and swapping rows, as potential methods to create the required elementary matrices.

Discussion Status

The discussion is ongoing, with participants exploring the properties of elementary matrices and their relationship to the identity matrix. Some guidance has been provided regarding the operations needed to form the elementary matrices, but no consensus has been reached on the exact forms of the matrices.

Contextual Notes

There is a noted concern about the dimensions of the matrices, particularly regarding the requirement for elementary matrices to be square. Additionally, participants are considering the implications of the operations on the identity matrix to form the necessary elementary matrices.

krisrai
Messages
14
Reaction score
0

Homework Statement



You are given matrices A:

A=
[-4 5 9 0 3
-5 1 3 8 -5
-6 0 4 0 -9
-1 -1 -4 3 -5]
and

B=
[-4 5 9 0 3
-6 0 4 0 -9
-40 8 24 64 -40
-1 -1 -4 3 -5 ]

Find two elementary matrices E and F that transform matrix A into matrix B.

Homework Equations



The solution might not be unique, however, after multiplying A on the left with elementary matrices E and F your result should be matrix B. That is, F E A = B.

The Attempt at a Solution



I know one Elementary matrix already which is R2*8
and the second elementary matrix swaps row 2 with row 3do I write it like this:
F=
[1 0 0 0 0
0 8 0 0 0
0 0 1 0 0
0 0 0 1 0] --is it okay to have the last column full of zeros??

and the next elementary matrix, do i write it like this:
[1 0 0 0 0
0 0 1 0 0
0 1 0 0 0
0 0 0 1 0]
 
Last edited:
Physics news on Phys.org
I think elementary matrices need to be square matrices ...

think about 4x4 matrices

edit 2: (undoing edit 1 lol): can you multiply those matrices?!
5x4 * 5x4..
 
Last edited:
Note that elementary matrices are invertible, so they have to be square matrices. Note that a 4x4 matrix multiplied to a 4x5 matrix will give you a 4x5 matrix, which is what you want.

As you pointed out, you need 2 matrices, one which reflects 8*R2 and one which swaps R2, R3. Note that the elementary matrix which performs a desired row operation when multiplied to another matrix is obtained by executing the same row operation on the identity matrix.
 
An elementary matrix is a matrix created from the identity matrix by a single "row operation". I see that A and B differ in only two ways: The second and third rows have been swapped and the (new) third row is multiplied by 8. Apply those two operations to the identity matrix to get the two elementary matrices required.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K