ok more matrices....
say X is equal to
1 3 3
1 3 4
1 4 3
and Y is equal to
7 -3 a
b 0 1
-1 1 0
i need to determine the values of a, b such that Y is the inverse of X, that is XY= the identity matrix I subscript 3
so if i multiply YX it has to equal
1 0 0
0 1 0
0 0 1
???
i'm not sure if i'm understanding the question properly =(
thank you if anyone can help........
2007-03-14
22:30:06
·
2 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics
the identity matrix is equal to YX not XY....does this change the answers?
i then have to solve for linear equations using matrices with these X and Y values and they aren't soving properly
c+3d+3e = 3
c+3d+4e = -3
c+4d+3e = 6
the first two work out but not the last one..........
2007-03-14
23:18:51 ·
update #1