Finding an Elementary Matrix E for A and B

  • Thread starter Thread starter ephemeral1
  • Start date Start date
  • Tags Tags
    Elementary Matrix
Click For Summary

Homework Help Overview

The discussion revolves around finding an elementary matrix E that transforms matrix A into matrix B through the equation EA = B. The matrices involved are 3x3 and pertain to linear algebra concepts, specifically elementary matrices and row operations.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants express uncertainty about how to begin the problem, with some questioning the definition and representation of elementary row operations. Others suggest that an elementary matrix can be derived from the identity matrix by performing specific operations, such as interchanging columns.

Discussion Status

The discussion includes various attempts to clarify the problem, with some participants providing insights into the nature of elementary matrices and their applications in linear algebra. There is a mix of exploratory questions and suggestions regarding the approach to finding the matrix E.

Contextual Notes

Some participants note the lack of initial understanding regarding elementary row operations and their matrix representations, which may impact the ability to solve the problem effectively.

ephemeral1
Messages
28
Reaction score
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
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.
 
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?
 
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.
 

Similar threads

Replies
9
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K