Proof: Matrix Rank of X = n with Y,Z of Rank n-1,1 Respectively

rhuelu
Messages
17
Reaction score
0
I'm trying to show that any matrix X with rank n can be written as the sum of matrices Z and Y with rank n-1 and 1, respectively.

Since X,Y, Z have the same dimensions, is this a simple matter of saying pick one of the columns in X with a pivot. Let Z= X with this column replaced by zeroes but all other entries the same as X. Let Y consist of the removed column and all other entries 0. Thus, X=Y+Z and Y has rank n-1 and Z has rank 1.

Does this look correct?
 
Physics news on Phys.org
Yes, that's fine.
 
it doesn't seem like this is the most formal logic in the world...is it trivial that the matrices constructed have ranks of n-1 and 1 or does this need to be shown as well
 
Since the rank of X is n, its columns are linearly independent. Hence any subset of those columns is linearly independent as well.
 
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