rusty009
- 68
- 0
Hi all,
I'm having trouble solving this matrix problem, basically I have,
s=r*H
where s = [ 1 1 0] and,
H=
1 0 1 1 0 0
0 1 1 0 1 0
1 1 0 0 0 1
I am trying to find out what the matrix r is but it won't work in matlab. I have tried inverting H but it isn't a square matrix. So I tried pseudoinverse psinv and it still doesn't seem to be working. Any help would be greatly appreciated.
I'm having trouble solving this matrix problem, basically I have,
s=r*H
where s = [ 1 1 0] and,
H=
1 0 1 1 0 0
0 1 1 0 1 0
1 1 0 0 0 1
I am trying to find out what the matrix r is but it won't work in matlab. I have tried inverting H but it isn't a square matrix. So I tried pseudoinverse psinv and it still doesn't seem to be working. Any help would be greatly appreciated.
(as HallsofIvy pointed out). The above would have been useful for consistent sizes and a full rank matrix.