If I have to vectors x and b, how can I solve matrix A in Ax = b? Or is this not possible?
Eg:
x, y, x' and y' are known. Is it possible to get a0-a3 and b0-b3?Code:Ax = b [a0, a1, a2, a3][x] = [x'] [b0, b1, b2, b3][y] [y']
Thanks
If I have to vectors x and b, how can I solve matrix A in Ax = b? Or is this not possible?
Eg:
x, y, x' and y' are known. Is it possible to get a0-a3 and b0-b3?Code:Ax = b [a0, a1, a2, a3][x] = [x'] [b0, b1, b2, b3][y] [y']
Thanks