English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2 answers

Matrix multiplication XY, should Y be a near-inverse, should yield the identity matrix. Remember how matrix multiplication works; multiplying the 1st row of X with the 1st column of Y should yield a result of 1, since the 1st row, 1st column of the identity matrix is 1. This means

1(7) + 3(b) + 3(-1) = 1
7 + 3b - 3 = 1
4 + 3b = 1
3b = -3
b = -1

If we take the first row of X and the 3rd column of Y, we should get an answer of 0, since entry (1, 3) in the identity matrix is 0. Therefore,

1(a) + 3(1) + 3(0) = 0
a + 3 = 0
a = -3

And there you have it;
a = -3, b = -1

2007-03-14 22:36:07 · answer #1 · answered by Puggy 7 · 0 0

Since Y is the inverse of X, just find the inverse of X.
Use the source to do this.


7 -3 -3
-1 0 1
-1 1 0
is the inverse of X and is equal to Y.

Hence, a= -3 and b = -1.

Sometimes word problems have too many words in them.

2007-03-15 13:22:08 · answer #2 · answered by ? 5 · 0 0

fedest.com, questions and answers