I have the following equation that I want to solve:
H*b0 = M(Q+1)b(Q+1)+l+M'B
The unknowns
are b0, b(q+1)
and B
. The sizes of the known matrices are:
H=(42 x 42)
M(Q+1) = (42 x 21-P)
l = (42 x 1)
M' = (42 x 4)
So I want to figure out how to find the vectors.
Is there a built in command that I could do to do this?
This comes from This paper
EDIT:: Size of unknowns should be (all are column vectors):
b0 = 21
b(q+1) = 21-P (P=4 in this case)
B = P (4 in this case)