As the title states, the problem seems fairly simple, but I'm having great difficulties with it. I am solving for a matrix which consists of three vectors made up of nine unknowns (we can cut it down to six using known symmetries). So, six unknowns, six equations that I have derived. Nothing too tricky. I'm going to name the unknowns: a, e, i, b, d, and c. The equations are as follows:
$a^2 + e^2 + i^2 = 29.1$
$b^2 + e^2 + d^2 = 29.1$
$c^2 + d^2 + i^2 = 156.25$
$(ae)+(be)+(di) = -14.55$
$(bd)+(cd)+(ei) = 0$
$(de)+(ai)+(ci) = 0$
That's literally it. I've spent a lot of time messing around with these equations but I've gotten nowhere, so maybe there's something that I'm missing. Any help at all would be appreciated.
edit: Additional background information. The matrix consists of (a1, a2, a3; b1, b2, b3; c1, c2, c3). Symmetries: a2=b1, a3=c1, b3=c2. The magnitude of vector a=5.394, b=5.394, c=12.5. Cos of vectors 12 = -.5. Cos of vectors 13, and 23 =0. This is the entirety of the information that I have to work with.