Really simple matrix reduction

  • Thread starter Thread starter NeonVomitt
  • Start date Start date
  • Tags Tags
    Matrix Reduction
NeonVomitt
Messages
7
Reaction score
0

Homework Statement



I don't know why I keep getting this wrong...some help would be greatly appreciated.

A =

[ 0 -6 ]
[-2 -3 ]

(1) Write A as a product of 4 elementary matrices:

Wouldn't that just mean to Reduce Row echelon it, and show it in 4 steps?

(2) Write A^-1 as a product of 4 elementary matrices

Wouldn't I just find the inverse of A, and write down the steps?

I did all that and I got it wrong...so maybe if someone could show me, it would really help me out!


Homework Equations




THANKS

The Attempt at a Solution

 
Physics news on Phys.org
the product of the matrices at the end of each step should give back the original matrix.
 
NeonVomitt said:

Homework Statement



I don't know why I keep getting this wrong...some help would be greatly appreciated.

A =

[ 0 -6 ]
[-2 -3 ]

(1) Write A as a product of 4 elementary matrices:

In this case an elementary matrix means a matrix which you obtain by preforming a single row operation on the identity matrix.

Wouldn't that just mean to Reduce Row echelon it, and show it in 4 steps?
Yes but you have to express the row operations as a matrix.

(2) Write A^-1 as a product of 4 elementary matrices

Wouldn't I just find the inverse of A, and write down the steps?
Remember A is expressed as the product of four elementary matrices.

(A_1 A_2 A_3 A_4)^{-1}

gives what when the brackets are removed.
 
rock.freak667 said:
the product of the matrices at the end of each step should give back the original matrix.

that is what RREF does anyways.

So if,

[ -2 -3 ]
[ 0 -6]

[1 3/2 ]
[0 -6 ]

[ 1 3/2 ]
[ 0 1 ]

[1 0 ]
[0 1 ]

Is that not the answer in four elementary matrix steps for the first question?

And for the second question it is the same, but steps on the other side (inverse matrix)?
 
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