Consider solving the following system for unknowns A1, A2, B, D, G:
w = 2 B^2 + D^2;
z = A1 B + A2 B + G D;
y = 2 A1 A2 + G^2;
x = A1^2 + A2^2 + G^2;
a2 A1 + a2 A2 + a G = x2 B + x4 B + x3 D;
Where w, z, y, x, a2, x2, x4, x3 are known quantities.
Any ideas ?
***** EDIT: This problem is solved. See comment below. *******