Vector transformations that lead to the identity matrix

geert200
Messages
1
Reaction score
0
Hi all,

I have a question that seems very simple but I just do not see it;)

Let α denote an r×1 vector with arbitrary entries; I'm trying to construct an 1×r vector m such that αm = I, where I is the r×r identity matrix...

The first question is: is this possible?

I tried the following;

let m = α'(α α')^{-1}, but then the problem is that (α α')^{-1} is not defined (rank 1)
how can I fix this;

Thanks in advance Geert
 
Physics news on Phys.org
You can't. For any two vectors α and m, αm has rank 1. I has rank r.
 
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