Elementary Matrices for Transforming Matrices A to B

Note that the order in which you apply the operations does not matter. What two elementary matrices do you get?In summary, two elementary matrices can transform matrix A into matrix B by swapping the second and third rows and multiplying the third row by 8. These elementary matrices can be obtained by applying the same row operations to the identity matrix, and their order of application does not matter.
  • #1
krisrai
15
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
  • #2
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:
  • #3
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.
 
  • #4
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.
 

1. What is a matrix and how is it used?

A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is used to represent and solve systems of linear equations, perform transformations, and organize data in various fields such as engineering, economics, and computer science.

2. What are the basic operations that can be performed on matrices?

The basic operations on matrices include addition, subtraction, multiplication, and division. Addition and subtraction can only be done on matrices of the same size, while multiplication and division can be performed on matrices of different sizes as long as certain conditions are met.

3. What is a determinant and how is it calculated?

A determinant is a value that represents certain properties of a matrix, such as its invertibility and the magnitude of its transformation. It is calculated by summing the products of the elements of a specific row or column with their corresponding minors (determinants of submatrices).

4. How is a matrix represented in mathematics?

In mathematics, a matrix is represented by a capital letter, such as A, B, or C. The dimensions of the matrix are denoted by the number of rows and columns, for example, a matrix with 2 rows and 3 columns would be written as a 2x3 matrix.

5. What are the applications of linear algebra and matrices in real life?

Linear algebra and matrices have numerous applications in various fields, including physics, engineering, economics, and computer science. They are used to solve systems of equations, analyze and manipulate data, and model real-life situations such as traffic flow and population growth.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
56
  • Calculus and Beyond Homework Help
Replies
2
Views
357
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
969
  • Calculus and Beyond Homework Help
Replies
25
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
932
  • Calculus and Beyond Homework Help
Replies
2
Views
360
  • Calculus and Beyond Homework Help
Replies
2
Views
511
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
305
Back
Top