Finding an Elementary Matrix E for A and B

In summary, an elementary matrix E can be obtained by taking the identity matrix and interchanging the first and third column, which emulates the interchanging of the corresponding rows in matrix A. These matrices are used in numerical linear algebra to solve systems of linear equations. The elementary matrix for this specific problem is (0 0 1;0 1 0; 1 0 0).
  • #1
ephemeral1
28
0

Homework Statement


A= 1 2 -3 B= -1 2 0
0 1 2 0 1 2
-1 2 0 1 2 -3

Find an elementary matrix E such that EA=B

Homework Equations



None

The Attempt at a Solution


I don't know how to start this problem. Please help. Thank you.
 
Physics news on Phys.org
  • #2
the elementary matrix that you want is gotten by taking the identity matrix and interchanging the first and third column. this emulates the interchanging of the corresponding rows in A. As we would expect elementary matrices are invertible so we can make operations on the matrix in both directions retracing our steps or continuing until we reach a certain form. in numerical linear algebra these matrices (along with certain conditions which ensure a minimum of error in the computations) are used to solve systems of linear equations. if you want to check it out look up the LU factorization.
 
  • #3
ephemeral1 said:

Homework Statement



[tex]A=\begin{pmatrix}1 & 2 & -3 \\ 0 & 1 & 2 \\ -1 & 2 & 0\end{pmatrix}B=\begin{pmatrix}-1 & 2 & 0 \\ 0 & 1 & 2 \\ 1 & 2 & -3\end{pmatrix}[/tex]

Find an elementary matrix E such that EA=B.

I don't know how to start this problem.
First, what are the elementary row operations? Second, how are they represented by matrices?
 
  • #4
since this question is basically trivial the answer is given by (0 0 1;0 1 0; 1 0 0). plug this into the equation to verify the result. try solving a system of linear equations. the steps that you take in this process are called elementary operations. giving your problem a context i think is important.
 

FAQ: Finding an Elementary Matrix E for A and B

What is an elementary matrix?

An elementary matrix is a square matrix that can be obtained from the identity matrix by performing a single elementary row operation (multiply a row by a constant, swap two rows, or add a multiple of one row to another).

How do I find the elementary matrix for a given matrix A?

To find the elementary matrix for a given matrix A, you can perform the same elementary row operation on the identity matrix as was performed on A. The resulting matrix will be the elementary matrix E.

What is the purpose of finding an elementary matrix for A and B?

Finding an elementary matrix for A and B allows us to perform the same row operations on A as on B, without changing the solution to the system of equations. This is useful in solving systems of linear equations and performing other matrix operations.

Can an elementary matrix be used to solve any type of matrix problem?

No, an elementary matrix can only be used for solving systems of linear equations and performing other matrix operations. It cannot be used for finding the inverse of a matrix or solving non-linear equations.

Is the elementary matrix unique for a given matrix A?

Yes, the elementary matrix is unique for a given matrix A. This means that no matter which elementary row operation is performed on A, the resulting matrix E will be the same.

Similar threads

Replies
2
Views
717
Replies
4
Views
831
Replies
4
Views
786
Replies
4
Views
920
Replies
2
Views
2K
Replies
10
Views
1K
Replies
25
Views
3K
Back
Top