Finding elementary matrices E1 and E2 such that: B = E1E2A, confused

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, I've been searching in this book forever to find an example but no luck. My problem states:
Find two Elementary matrices E1 and E2 such that B = E_2E_1A
A =
2 3
-1 8

B =
1 11
3 -24

Can someone explain to me what they want me to do?
The books says:
A -> E1A->E2E1A -> Ek ... E2E1A;
Ei denote the elementary matrix corresponding to the ith row operation. and suppose that a series of k elementary row operations is applied to an arbitrary matrix A.

THanks!
 
Physics news on Phys.org
mr_coffee said:
Hello everyone, I've been searching in this book forever to find an example but no luck. My problem states:
Find two Elementary matrices E1 and E2 such that B = E_2E_1A
A =
2 3
-1 8

B =
1 11
3 -24

Can someone explain to me what they want me to do?

Staring at the matrices for a moment makes it clear that the two row operations they want are:

(1) Add the second row to the first row.
(2) Multiply the second row by -3.

Can you write down these matrices?

Carl
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top