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

given that c=x-Ax where c and x are 2*1 vectors and A is a 2*2 martix, solve for x by a matrix method, given:
------| 0.2 0.5 |--------- | 50 |
A = | 0.3 0.5 | c= | 90 |

thx first guys!

2006-11-08 21:44:40 · 4 answers · asked by >< fighting! 3 in Science & Mathematics Mathematics

4 answers

If I've read your typing of the question correctly, we can say that
x = Ix where I is the 2*2 unit matrix, i.e.

1 0
0 1

Then the righthand side is equal to
(I - A)x, and

I - A = 0.8 -0.5
-0.3 0.5

Left-multiply both sides by the inverse of I - A, i.e. by

2.0 2.0
1.2 3.2
[Rule for inverse of a 2*2 matrix: exchange the elements on the main diagonal (0.8 and 0.5), change the sign on the other two, and divide each element by the determinant. In this case the determinant is
0.8*0.5 - (-0.3)*(-0.5)
= 0.25,
and so dividing by it is to multiply by 4]

If c is 50
90

then this gives

280 = x
348

2006-11-08 22:21:12 · answer #1 · answered by Hy 7 · 0 0

I assume that you mean matrix
A= [0.2 0.5]
.....[0.3 0.5]
and c=[50]
.......... [90]
now we have c=x-Ax
let x=[a]
.........[b]
then[50]=[a]-[0.2 0.5]*[a]
.......[90]..[b]..[0.3 0.5].[b]
..=[a]-[0.2a+0.5b]
....[b].[0.3a+0.5b]

...= [a-0.2a-0.5b]
........[b-0.3a-0.5b]

[50]=[0.8a-0.5b]
[90]..[0.7a-0.5b]compairing rows
of two sides we get two equations
50=0.8a-0.5
and 90=0.7a-0.5b
solve these for a and b ,u will get matrix x

2006-11-09 06:23:46 · answer #2 · answered by Dupinder jeet kaur k 2 · 0 0

are you related to steven hawkings ???

2006-11-09 05:47:01 · answer #3 · answered by Anonymous · 0 0

.........| 0.2 0.5 |
if A =
.........| 0.3 0.5 |

.......... | 0.8 -0.5 |
I - A =
...........| -0.3 0.5 |

50 = (0.8)x - (0.5) y
90 = (-0.3)x + (0.5) y

x = 280
y = 348

2006-11-09 07:40:58 · answer #4 · answered by paladin 1 · 0 0

fedest.com, questions and answers