0% found this document useful (0 votes)
21 views8 pages

Gauss Seidel and Jordan Quiz8 Adv - Math

Uploaded by

malu aratia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views8 pages

Gauss Seidel and Jordan Quiz8 Adv - Math

Uploaded by

malu aratia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 8

EQUATIONS: POSSIBLE SOLUTION:

X= 3x+2y+3z=5 X= (5-2y-3z)/3
Y= x+3y+2z=4 Y= (4-x-2z)/3
Z= 2x+y+3z=7 Z= (7-2x-y)/3
APPROX: (1,0,1)
GAUSS-SEIDEL METHOD
iteration x y z |e%|x
0 1.000000000 0.000000000 1.000000000
1 0.666666667 0.444444444 1.740740741 50%
2 -0.370370370 0.296296296 2.481481481 -280%
3 -1.012345679 0.016460905 3.002743484 -63%
4 -1.347050754 -0.219478738 3.304526749 -25%
5 -1.491540924 -0.372504191 3.451862013 -10%
6 -1.536859219 -0.455621602 3.509780013 -3%
7 -1.539365612 -0.493398138 3.524043120 0%
8 -1.528444362 -0.506547293 3.521145339 -1%
9 -1.516780477 -0.508503400 3.514021451 -1%
10 -1.508352518 -0.506563462 3.507756166 -1%
11 -1.503380525 -0.504043936 3.503601662 0%
12 -1.500905705 -0.502099206 3.501303538 0%
13 -1.499904068 -0.500901003 3.500236379 0%
14 -1.499635711 -0.500279016 3.499850146 0%
15 -1.499664135 -0.500012052 3.499780107 0%
16 -1.499772073 -0.499929381 3.499824509 0%
17 -1.499871588 -0.499925810 3.499889662 0%
18 -1.499939122 -0.499946734 3.499941659 0%
19 -1.499977170 -0.499968716 3.499974352 0%
20 -1.499995208 -0.499984499 3.499991638 0%
21 -1.500001972 -0.499993768 3.499999238 0%
22 -1.500003392 -0.499998361 3.500001715 0%
23 -1.500002808 -0.500000208 3.500001941 0%
24 -1.500001803 -0.500000693 3.500001433 0%
25 -1.500000971 -0.500000632 3.500000858 0%
26 -1.500000437 -0.500000426 3.500000433 0%
27 -1.500000149 -0.500000239 3.500000179 0%
28 -1.500000020 -0.500000113 3.500000051 0%
29 -1.499999975 -0.500000042 3.499999998 0%
30 -1.499999970 -0.500000009 3.499999983 0%
31 -1.499999977 -0.499999996 3.499999983 0%
32 -1.499999986 -0.499999994 3.499999988 0%
33 -1.499999993 -0.499999995 3.499999993 0%
34 -1.499999997 -0.499999997 3.499999997 0%
35 -1.499999999 -0.499999998 3.499999999 0%
36 -1.500000000 -0.499999999 3.500000000 0%
37 -1.500000000 -0.500000000 3.500000000 0%
38 -1.500000000 -0.500000000 3.500000000 0%
39 -1.500000000 -0.500000000 3.500000000 0%
40 -1.500000000 -0.500000000 3.500000000 0%
41 -1.500000000 -0.500000000 3.500000000 0%
42 -1.500000000 -0.500000000 3.500000000 0%
43 -1.500000000 -0.500000000 3.500000000 0%
44 -1.500000000 -0.500000000 3.500000000
THOD
|e%|y |e%|z max|e%|

100% 43% 100%


50% 30% 50%
1700% 17% 1700%
-108% 9% 9%
-41% 4% 4%
-18% 2% 2%
-8% 0% 0%
-3% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0% 0% 0%
0%
EQUATIONS: POSSIBLE SOLUTION:
3x+2y+3z=5 (5-2y-3z)/3
x+3y+2z=4 (4-x-2z)/3
2x+y+3z=7 (7-2x-y)/3

APPROX: (1,0,1)

JACOBI
iteration x y z |e%|x
0 1.00000000 0.00000000 1.00000000
1 0.66666667 0.33333333 1.66666667 50%
2 -0.22222222 0.00000000 1.77777778 -400%
3 -0.11111111 0.22222222 2.48148148 -100%
4 -0.96296296 -0.28395062 2.33333333 -88%
5 -0.47736626 0.09876543 3.06995885 -102%
6 -1.46913580 -0.55418381 2.61865569 -68%
7 -0.58253315 0.07727481 3.49748514 -152%
8 -1.88233501 -0.80414571 2.69593050 -69%
9 -0.49316669 0.16349134 3.85627191 -282%
10 -2.29859947 -1.07312571 2.60761402 -79%
11 -0.22553021 0.36112381 4.22344155 -919%
12 -2.79752409 -1.40711763 2.36331220 -92%
13 0.24143288 0.69029990 4.66738860 1259%
14 -3.46092187 -1.85873670 1.94227811 -107%
15 0.96354635 1.19212188 5.26019348 459%
16 -4.38827473 -2.49464444 1.29359514 -122%
17 2.03616782 1.93369482 6.09039797 316%
18 -5.71286118 -3.40565458 0.33132318 -136%
19 3.60577987 3.01673827 7.27712565 258%
20 -7.62161783 -4.72001039 -1.07609934 -147%
21 5.88943960 4.59127217 8.98774868 229%
22 -10.38193013 -6.62164565 -3.12338379 -157%
23 9.20448089 6.87623257 11.46183530 213%
24 -14.37932368 -9.37605050 -6.09506478 -164%
25 14.01243178 10.18981775 15.04489929 203%
26 -20.17144445 -13.36741012 -10.40489377 -169%
27 20.98316718 14.99374400 20.23676634 196%
28 -28.56592901 -19.15223329 -16.65335946 -173%
29 31.08818165 21.95754931 27.76136377 192%
30 -40.73306331 -27.53696973 -25.71130420 -176%
31 45.73595069 32.05189057 38.66769878 189%
32 -58.36895916 -39.69044942 -38.84126398 -178%
33 66.96823026 46.68382904 54.47612258 187%
34 -83.93200861 -57.30682514 -57.87342985 -180%
35 97.74464661 67.89295610 77.39028078 186%
36 -120.98558485 -82.84173606 -85.46074978 -181%
37 142.35524048 98.63569480 110.60430192 185%
38 -174.69476512 -119.85461478 -125.44872526 -181%
39 207.01846844 143.19740521 158.74804834 184%
40 -252.54631848 -173.50485504 -183.41144736 -182%
41 300.74801739 207.78973774 228.53249734 184%
42 -365.39232249 -251.27100402 -267.42859084 -182%
43 436.60926019 301.41650139 329.68521634 184%
44 -528.96288393 -363.99323095 -389.21167392 -183%
45 633.54049456 437.12874392 476.30633294 183%
46 -766.05882889 -527.38438681 -565.73657768 -183%
47 918.99283555 633.84399475 688.83401486 183%
48 -1109.73001136 -764.22028843 -821.60988862 -183%
49 1332.75674757 918.98326287 996.89343705 183%
50 -1607.88227896 -1107.51454055 -1192.49891933 -183%
51 1932.50861304 1332.29337254 1443.42636616 183%
52 -2329.95528119 -1605.12044845 -1730.10353287 -183%
53 2801.85049851 1931.38744898 2090.67700361 183%
54 -3376.60196959 -2326.40150191 -2509.36281533 -183%
55 4061.96381660 2799.77586675 3028.86848036 183%
56 -4893.71905820 -3371.90025911 -3638.90116665 -183%
57 5888.50133939 4058.50713050 4388.77945850 183%
|e%|y |e%|z max|e%|

100% 40% 100%


#DIV/0! 6% #DIV/0!
100% 28% 100%
-178% 6% 6%
388% 24% 388%
-118% 17% 17%
817% 25% 817%
-110% 30% 30%
592% 30% 592%
-115% 48% 48%
397% 38% 397%
-126% 79% 79%
304% 49% 1259%
-137% 140% 140%
256% 63% 459%
-148% 307% 307%
229% 79% 316%
-157% 1738% 1738%
213% 95% 258%
-164% -776% -147%
203% 112% 229%
-169% -388% -157%
196% 127% 213%
-173% -288% -164%
192% 141% 203%
-176% -245% -169%
189% 151% 196%
-178% -222% -173%
187% 160% 192%
-180% -208% -176%
186% 166% 189%
-181% -200% -178%
185% 171% 187%
-181% -194% -180%
184% 175% 186%
-182% -191% -181%
184% 177% 185%
-182% -188% -181%
184% 179% 184%
-183% -187% -182%
184% 180% 184%
-183% -185% -182%
183% 181% 184%
-183% -185% -183%
183% 182% 183%
-183% -184% -183%
183% 182% 183%
-183% -184% -183%
183% 182% 183%
-183% -184% -183%
183% 183% 183%
-183% -183% -183%
183% 183% 183%
-183% -183% -183%
183% 183% 183%
-183% -183% -183%
183% 183% 183%

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy