Solve X', X for Y: Matrix Algebra Help

pinto89a
Messages
4
Reaction score
0
Find X if

X' * X =
(50, 300)
(300, 1000)

Then find Y if
Y * X =
(300, 2000)

Problem is that when I try to solve for X (or X') first, I get three equations with four unknowns (a11, a12, a21, a22). Any help?
 
Physics news on Phys.org
I'm not sure what your notation is. Does X' mean adjoint, transpose, or what? You should have 4 equations in 4 unknowns, however, since each entry of the resultant matrix is found by multiplying elements of the individual matrices (and there are 4 elements in the resultant matrix).
 
Yes, the ' is transpose.

I get
a11 ^2 + a21 ^2 = 50
a11 * a12 + a21 * a22 = 300
a12 ^2 + a22 ^2 = 1000

but I can't get the fourth equation?
 
The matrix X must be 2 columns, but how many rows? Is X a simple 2x2 matrix?
 

Similar threads

Replies
8
Views
255
Replies
7
Views
1K
Replies
2
Views
3K
Replies
4
Views
2K
Replies
4
Views
2K
Replies
2
Views
2K
Replies
13
Views
2K
Back
Top