Find elementary matrix E such that B=EA

  • Thread starter Thread starter subopolois
  • Start date Start date
  • Tags Tags
    Elementary Matrix
subopolois
Messages
81
Reaction score
0

Homework Statement


im having problems with this question, i don't know how they got their answer. the question is: find elementary matrix E such that B=EA
A=-1 2 B= 1 -2 (these are matrices)
0 1 0 1


Homework Equations


elementary row operations


The Attempt at a Solution


-1 2|1 0 (row 1x-1) 1 -2|-1 0 (row 1+2 row 2) 1 0|-1 2
0 1|0 1 0 1|0 1 0 1|0 1

the answer in my book says its -1 0 but i don't know how they got that
0 1
 
Physics news on Phys.org
If you have learned about matrix inverses, the solution should be fairly simple...A quick calculation shows that \text{det}(A) \neq 0 and so its inverse exists...what do you get when you multiply both sides of the equation B=EA from the right by A^{-1}?

PS please try to use LaTeX for matrices here, your post is difficult to read.
 
More simply, an "elementary" matrix corresponds to a "row operation". Specifically, the elementary matrix corresponding to a given row operation is given by that row operation applied to the identity matrix.

Here, we get B from A by multiplying the top row by -1. Multiply the top row of the identity matrix by -1.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top