I have this 2x2 matrix, which is multiplied by another 2x2 matrix.
| A B| Multiplied by | X Y| Which Equals | 1 0 |
| C D| Multiplied by | Z W| Which Equals | 0 1 |
How do I go about solving X, Y, Z, and W in terms of A, B, C, and D?
Thanks for the help!
2006-10-13
06:35:28
·
2 answers
·
asked by
debbi610g
1
in
Education & Reference
➔ Homework Help
I meant to write...
[A B
C D] abcd is Maxtrix A.
[X Y
Z W] xyzw is Matrix B.
Matrix A times Matrix B equals the matrix of
[1 0
0 1] 1001.
Hope that helps.
2006-10-13
16:03:16 ·
update #1