How do I solve linear algebra questions involving matrices?

vg19
Messages
67
Reaction score
0
Hi,
I am having trouble with the following questions
1) Let U be such that AU=0 implies that A=0. If AU=BU, show that A=B.
So far, I did this, but it doesn't seem right to me.
To Show:
A=B
0=A
=AU
=BU
=0
Therefore A = B.
2)If A=
[a b]
[c d] (2x2 matrix, sorry not to sure on how to place them here)

where a is not equal to 0, show that A factors in the form A =
[1 0][y z]
[x 1][0 w] (those are two 2x2 matricies multiplied together)

Im not too sure on how to start on this question at all.

Thanks in advance
 
Physics news on Phys.org
Your mistake in the first one is in assuming A=0. This is not necessarily the case. You want to show that AU=BU \rightarrow A=B, or equivalently AU-BU=0 \rightarrow A=B. You never said what kind of objects A, B and U are, but presumably they have some sort of linearity property, correct? If this is the case, then it is easy to rearange the equation to get it to say something times U = 0. You are told in the problem that this implies that something is zero. Take it from there.
 
Sorry, A, U, and B are matricies. I am not too sure I understand the part when you said A may not be 0. What does it mean when it says "implies that A = 0"?

Thanks!
 
vg19 said:
Sorry, A, U, and B are matricies. I am not too sure I understand the part when you said A may not be 0. What does it mean when it says "implies that A = 0"?
Thanks!
When they say "AU=0 implies that A=0" they mean that if AU=0, then A=0 where A is any matrix that can be multiplied by U. Don't get confused by the fact that they later use the same letter when they say "If AU=BU, show that A=B". When they say A, they mean any matrix.
 
If AU= BU then AU-BU= 0. That's what you need to use "If AU= 0,...".
 
Great! I am pretty sure I understand it now. Thanks a lot
 
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