ME 310 Numerical Methods. Solving Systems of Linear Algebraic Equations

Size: px
Start display at page:

Download "ME 310 Numerical Methods. Solving Systems of Linear Algebraic Equations"

Transcription

1 ME 3 Nmercl Methods Solng Sstems of Lner Algebrc Eqtons These presenttons re prepred b Dr. Cnet Sert Mechncl Engneerng Deprtment Mddle Est Techncl Unerst Ankr, Trke csert@met.ed.tr The cn not be sed wthot the permsson of the thor

2 Mth Introdcton f (,,..., n ) = f (,,..., n ) =... A generl set of eqtons. n eqtons, n nknowns. f n (,,..., n ) = Lner Algebrc Eqton: An eqton of the form f()= where f s polnoml wth lner terms n n = b n n = b n + n nn n = b n A generl set of lner lgebrc eqtons. n eqtons, n nknowns. Mtr Form: [A] {} = {b} [A] nn Coeffcent mtr {} n Unknown ector {b} n Rght-Hnd-Sde (RHS) ector

3 Reew of Mtrces [A] n n m m nm n m nd row Elements re ndcted b j row colmn Row ector: m th colmn r r rn n [ R] Colmn ector: [C] c c c m m Sqre mtr: [A] nm s sqre mtr f n=m. A sstem of n eqtons wth n nknonws hs sqre coeffcent mtr. Mn (prncple) dgonl: of [A] nn conssts of elements ; =,...,n Smmetrc mtr: If j = j [A] nn s smmetrc mtr Dgonl mtr: [A] nn s dgonl f j = for ll =,...,n ; j=,...,n nd j Identt mtr: [A] nn s n dentt mtr f t s dgonl wth = =,...,n. Shown s [I] 3

4 Reew of Mtrces (cont d) Upper trnglr mtr: [A] nn s pper trnglr f j = =,...,n ; j=,...,n nd >j Lower trnglr mtr: [A] nn s lower trnglr f j = =,...,n ; j=,...,n nd <j Bnded mtr: [A] nn s bnded mtr f j = for ll j > HBW or j > HBW, where HBW s the hlf bndwdth. Trdgonl mtr: s bnded mtr wth HBW=. Inerse of mtr: [A] - s the nerse of [A] nn f [A] - [A]=[I] Trnspose of mtr: [B] s the trnspose of [A] nn f b j = j Shown s [A] or [A] T Mtr mltplcton: [C] ps = [A] pr [B] rs c b =,...,p ; j=,...,s Note: [A][B] [B][A] j r k k kj Agmented mtr: s specl w of showng two mtrces together. b For emple A gmented wth the colmn ector B s b b b Determnnt of mtr: s sngle nmber. Determnnt of [A] s shown s A. 4

5 Grphcl Method for Solng Smll (n3) Set of Eqtons Consder set of eqtons + = b + = b Plot these on the Crtesn coordnte sstem wth es nd. b b For n=3, ech eqton wll be plne on 3D coordnte sstem. Solton s the pont where these plnes ntersect. For n>3, grphcl solton s not prctcl. 5

6 Grphcl Method (cont d) Grphcl Method s sefl to llstrte: () no solton () nfntel mn soltons (3) ll-condtoned sstem In sstem () nd (), eqtons re lnerl dependent. In sstem (3), the slopes of the lnes re er close to ech other. Mthemtcll Coeffcent mtrces of () & () re snglr. Ther determnnts re zero nd ther nerse do not est. Coeffcent mtr of (3) s lmost snglr. Its nerse s dffclt to tke. Ths sstem hs nqe solton, whch s not es to determne nmercll becse of ts etreme senstt to rond-off errors. 6

7 Crmer s Rle for Solng Set of Eqtons Determnnt of sstem Determnnt of mtr s D Determnnt of 33 mtr s D Determnnt of generl nn mtr cn be clclted recrsel sng the boe pttern. Determnnt of snglr sstem s zero. - 3 = 5-6 = 7 Determnnt of n lll-condtoned sstem s close to zero. - 3 = = 7 Wrnng: Mltpl both eqtons of the boe sstem wth 3 = = 7 Ths sstem s s ll-condtoned s the preos one bt t hs determnnt tmes lrger. Therefore we need to scle sstem when we tlk bot the mgntde of ts determnnt. Detls wll come lter. 7

8 Crmer s Rle for Solng Set of Eqtons (Cont d) Crmer s Rle: Ech nknown s clclted s frcton of two determnnts. The denomntor s the determnnt of the sstem, D. The nmertor s the determnnt of modfed sstem obtned b replcng the colmn of coeffcents of the nknown beng clclted b the RHS ector. For 33 sstem b b 3 3 b b D D b b D 3 b b b 3 For snglr sstem D= Solton cn not be obtned. For lrge sstems Crmer s rle s not prctcl becse clcltng determnnts s costl. To sole n nn sstem of eqtons, Crmer s rle needs n+ determnnt eltons. Usng recrse lgorthm, determnnt of n nn mtr reqres n!+n- rthmetc opertons (+,-,, ). Therefore solng n nn sstem wth the Crmer s Rle needs more thn (n+)(n!+n-). For sstem ths mens bot opertons (Check these nmbers). 8

9 C nd Mtrces: A mtr s nothng bt n rr of rrs. In C rr ndces strt from. C does not do check rr bonds. Complers mght he swtches for ths. A D rr ( mtr) s declred s doble A[4][5] nd ts elements re reched s A[][j] If o do not know the sze of the mtrces before strtng the progrm, o need to se dnmc memor llocton wth ponters. Ths cn be qte confsng. Eercse : () Wrte two fnctons to dd nd mltpl two mtrces. These fnctons shold tke two mtrces nd ther szes s npt rgments nd clclte thrd mtr. The shold check f the npt mtrces re stble for ddton or mlplcton. () Wrte mn progrm. Generte two smll mtrces. Add nd mltpl them b cllng proper fnctons. Eercse : () Wrte fncton tht clcltes the determnnt of mtr. Cll ths fncton recrsel to sole sstems of eqtons sng the Crmer s Rle. () Use ths progrm to sole set of eqtons. Generte the coeffcent mtr of the sstem nsde loop. Mke sre tht or sstem s not snglr. How long t tkes to sole ths sstem? Tr solng lrger sstems. 9

10 Elmnton of Unknowns Method Emple : Gen set of eqtons: = = 5.5 Mltpl the st eqn b 8.6 nd the nd eqn b 6.: = = 34. Add these eqtons: = 59.9 Sole for : = 59.9/5.6 = Usng the st eqn sole for : = (3..5* )/6. = Check f these stsf the nd eqn: 4.8* * = 5.54 (Dfference s de to the rond-off errors).

11 Ne Gss Elmnton Method It s formlzed w of the preos elmnton technqe. Consder the followng sstem of n eqtons n n = b () n n = b ()... n + n nn n = b n (n) Step (optonl): Form the gmented mtr of [A B]. Step Forwrd Elmnton: Redce the sstem to n pper trnglr sstem. (.) Frst elmnte from nd to n th eqtons. - Mltpl the st eqn. b / & sbtrct t from the nd eqton. Ths s the new nd eqn. - Mltpl the st eqn. b 3 / & sbtrct t from the 3 rd eqton. Ths s the new 3 rd eqn Mltpl the st eqn. b n / & sbtrct t from the n th eqton. Ths s the new n th eqn. Importnt: In these steps the st eqn s the pot eqton nd s the pot element. Note tht dson b zero m occr f the pot element s zero. Ne-Gss Elmnton does not check for ths.

12 Ne Gss Elmnton Method (cont d) (.) Now elmnte from 3 rd to n th eqtons. ndctes tht the sstem s modfed once. The modfed sstem s n 3 n 3 nn n3 n 3n 33 3 n 3 n 3 b b b b ndctes tht the sstem s modfed once. The modfed sstem s n 3 n 3 nn n3 3n 33 n 3 n 3 b b b b Repet (.) nd (.) pto (.n-). b nn 3n 33 n 3 n 3 Prmes re remoed for clrt. At the end of Step, we wll get ths pper trnglr sstem

13 Ne Gss Elmnton Method (cont d) Step Bck sbsttton: Fnd the nknowns strtng from the lst eqton. (.) Lst eqton noles onl n. Sole for t. (.) Use ths n n the (n-) th eqton nd sole for n-.... (.n) Use ll preosl clclted les n the st eqn nd sole for. Emple : Sole the followng sstem sng Ne Gss Elmnton = = = = -34 Step : Form the gmented mtr

14 Ne Gss Elmnton Method (cont d) Step : Forwrd elmnton (.) Elmnte (Does not chnge. Pot s 6) (.) Elmnte (Does not chnge.) 4-6 (Does not chnge. Pot s -4) (.3) Elmnte (Does not chnge.) 4-6 (Does not chnge.) -5-9 (Does not chnge. Pot s ) -3-3 Step : Bck sbsttton (.) Fnd 4 4 = (-3)/(-3) = (.) Fnd 3 3 = (-9+5*)/ = - (.3) Fnd = (-6-*(-)-*)/(-4) = (.4) Fnd = (6+*-*(-)-4*)/6 = 3 4

15 Psedocode for the Ne Gss Elmnton Method For generl nn sstem [A] {} = {B} Forwrd Elmnton LOOP k from to n- LOOP from k+ to n FACTOR = A k / A kk LOOP j from k+ to n A j = A j FACTOR * A kj END LOOP B = B FACTOR * B k ENDLOOP ENDLOOP Bck Sbsttton X n = B n / A nn LOOP from n- to SUM =. LOOP j from + to n SUM = SUM + A j * X j END LOOP X = (B SUM) / A ENDLOOP Eercse 3: Implement ths n C. Wrte mn progrm nd two fnctons. Yo need to know how to pss mtrces to the fnctons. 5

16 Operton Cont for the Ne Gss Elmnton Method Let s cont the FLOPS (flotng pont opertons). Consder onl mltplctons nd dsons, snce the re more epense to perform. Forwrd Elmnton FACTOR = A k / A kk s elted (n k) tmes. A j = A j FACTOR * A kj s elted tmes. B = B FACTOR * B k s elted tmes. Totl * nd / Bck Sbsttton SUM = SUM + A j * X j s elted (n ) tmes. X = (B SUM) / A s elted tmes. Totl * nd / Totl n 3 /3 + n / + O(n ) + O(n) s n ncreses n 3 /3 n k n (n k)(n k ) (n ) n 3 n 3 O(n) O(n n k n k n k ) n n (n k)(n k) (n k) Emple 3: n * & / n FE * & / n BS Totl * & / n 3 /3 % de to FE % % 3.34 E E E % 6

17 Potng In Ne Gss Elmnton, dson b zero occrs f the pot element s zero. Note tht zero pot elements m be creted drng the elmnton step een f the re not present n the orgnl mtr. Potng s sed to od ths problem. We nterchnge rows nd colmns t ech step to pt the coeffcent wth the lrgest mgntde on the dgonl. In ddton to odng the dson b zero problem, potng redces the rond-off errors. It mkes the solton of ll-condtoned sstems eser. Complete potng ses both row nd colmn nterchnges. It s not sed freqentl. Prtl potng ses onl row nterchnges. We wll se ths. When there re lrge dfferences n mgntde of coeffcents n one eqton compred to the other eqtons we m lso need sclng. Detls wll come lter. 7

18 Potng Emple Emple 4: Sole the followng sstem sng Gss Elmnton wth potng = = = = 6 Step : Form the gmented mtr Step : Forwrd Elmnton (.) Elmnte. Bt the pot element s. We he to nterchnge the st row wth one of the rows below t. Interchnge t wth the 4 th row becse 6 s the lrgest possble pot Now elmnte

19 Potng Emple (cont d) (.) Elmnte.from the 3 rd nd 4 th eqns. Pot element s There s no dson b zero problem. Stll we wll perform potng to redce rond-off errors. Interchnge the nd nd 3 rd rows. Note tht complete potng wold nterchnge nd nd 3 rd colmns Elmnte (.3) Elmnte >.88, therefore no potng s necessr Step : Bck sbsttton 4 = /.56 = = [ *(-.9999)] / 6.88 =.3335 = [ *(-.9999) 4*.3335] / =. = [6 (-5)*(-.9999) (-6)*.3335 *.] / 6 = -.5 Ect solton s = [- /3 -.5] T. Use more thn 5 sg. fgs. to redce rond-off errors. 9

20 Sclng Normlze the eqtons so tht the mmm coeffcent n eer row s eql to.. Tht s, dde ech row b the coeffcent n tht row wth the mmm mgntde. It s dsed to scle sstem before clcltng ts determnnt. Ths s especll mportnt f we re clcltng the determnnt to see f the sstem s ll-condtoned or not. Consder the followng sstems 3 = 5-3 = = = 7 The re ctll the sme sstem. In the second one the eqtons re mltpled b. Determnnt of the st sstem s (-6) (-3)(3.98) = -.6, whch s close to zero. Determnnt of the nd sstem s (-6) (-3)(39.8) = -6, whch s not tht close to zero. So s ths sstem ll-condtoned or not? Scle ths sstem. The re the sme, se the st one = = Now clclte the determnnt s.6667* *(-.6633) =.33. Use ths le n jdgng the sstems condton. Note tht How close to zero? s stll n open qeston. There re other ws to determne sstems condton (See pge 77).

21 Scled Prtl Potng Sclng s lso sefl when some rows he coeffcents tht re lrge compred to those n other rows. Consder the followng sstem + = + = Ect solton s (.,.99998) () If we sole ths sstem wth Gss Elmnton, no potng s necessr ( s lrger thn ). Use onl 3 sg. fgs to emphsze the rond-off errors..* +.* 5 =.* 5 =.* WRONG - 5.* 4 = -5.* 4 =.* OK (b) Frst scle the sstem nd thn sole wth Gss Elmnton..* -5 + = + = Ths sstem now needs potng. Interchnge the rows nd sole..* -5 + =.* + = =. OK + =.* = =. OK Conclson: Sclng showed tht potng s necessr. Bt sclng tself s not necessr (pot the orgnl sstem nd sole). Sclng lso ntrodces ddtonl rond-off errors. Therefore se sclng to decde whether potng s necessr or not bt thn se the orgnl coeffcents.

22 Emple for Gss Elmnton wth Scled Prtl Potng Emple 5: Sole the followng sstem sng Gss Elmnton wth scled prtl potng. Keep nmbers s frctons of ntegers to elmnte rond-off errors Strt b formng the scle ector. It hs the lrgest coeffcent (n mgntde) of ech row. SV = {3 8 6 } Ths scle ector wll be pdted f we nterchnge rows drng potng. Step : Forwrd Elmnton

23 Emple for Gss Elmnton wth Scled Potng (cont d) (.) Compre scled coeffcents 3/3, 6/8, 6/6, /. Thrd one s the lrgest (ctll forth one s the sme bt we se the frst occrnce). Interchnge rows nd Updte the scle ector SV = {6 8 3 } Elmnte. Sbtrct (-6/6) tmes row from row. Sbtrct (3/6) tmes row from row 3. Sbtrct (/6) tmes row from row 4. Resltng sstem s

24 Emple for Gss Elmnton wth Scled Potng (cont d) (.) Compre scled coeffcents /8, /3, 4/. Second one s the lrgest. Interchnge rows nd Updte the scle ector SV = {6 3 8 } Elmnte. Sbtrct (/(-)) tmes row from row 3. Sbtrct ((-4)/(-)) tmes row from row 4. Resltng sstem s /3-83/6-45/ -/3 5/3 3 4

25 Emple for Gss Elmnton wth Scled Potng (cont d) (.3) Compre scled coeffcents (3/3)/8, (/3)/. Frst one s lrger. No need for potng. Scle ector remns the sme SV = {6 3 8 } Elmnte 3. Sbtrct ((-/3)/(3/3)) tmes row 3 from row 4. Resltng sstem s /3-83/6-45/ -6/3-6/3 Step : Bck sbsttton Eqton 4 4 = Eqton 3 3 = - Eqton = Eqton = 3 These re ect reslts becse rond-off errors re elmnted b not sng flotng pont nmbers. 5

26 Ill-condtoned Sstems The he lmost snglr coeffcent mtrces. The he nqe solton. Consder the followng 33 sstem The solton of ths sstem s [ ] T Chnge b from.6 to.6. The soltons chnges to [ ] T Or chnge from 3. to 3.. The soltons chnges to [ ] T Ths s tpcl ll-condtoned sstem. Its solton s er senste to the chnges n the coeffcent mtr or the rght-hnd-sde ector. Ths mens t s er senste to rond-off errors. Doble precson mst be sed to redce rond-off errors s mch s possble. Scled potng shold lso be sed to decrese rond-off errors. Fortntel not mn engneerng problems wll reslt n n ll-condtoned sstem. 6

27 Other Uses of Gss Elmnton Ges the LU decomposton of A sch tht [L][U]=[A]. LU decomposton s sefl f we re solng mn sstems wth the sme coeffcent mtr A bt dfferent rght-hnd-sde ectors (See pge 66). It cn be sed to clclte the determnnt of mtr. At the end of the Forwrd Elmnton step we get n pper trnglr mtr. For ths mtr the determnnt s jst the mltplcton of dgonl elements. If we nterchnged rows m tmes, thn the detemnnt cn be clclted s A = (-) m * * * nn Emple 6: Remember the emple we sed to descrbe potng. The A mtr ws After the Forwrd Elmnton step we fond the followng pper trnglr mtr To get ths, we sed potng nd nterchnged rows twce. Therefore the determnnt of A s A = (-) * 6 * ( ) * 6.88 *.56 =

28 Gss-Jordn Method Ths s nother elmnton technqe. It s rton of Gss Elmnton. The dfference s, when n nknown s elmnted, t s elmnted from ll other eqtons, not jst the sbseqent ones. At the sme tme ll rows re normlzed b ddng them to ther pot element. At the end of the forwrd elmnton step Gss-Jordn method elds n dentt mtr, not n pper trnglr one. There s no need for bck sbsttton. Rght-hnd-sde ector hs the reslts. Emple 7: Sole the followng 44 sstem sng G-J method wth potng. Note tht ths s the sme sstem tht we sed to demonstrte Gss Elmnton wth potng Interchnge rows nd 4, dde the new frst row b 6 nd elmnte from the nd, 3 rd nd 4 th eqtons

29 Gss-Jordn Method (cont d) Interchnge rows nd 3, dde the new second row b nd elmnte from the st, 3 rd nd 4 th eqtons No potng s reqred. Dde the thrd row b 6.88 nd elmnte 3 from the st, nd nd 4 th eqtons Dde the lst row b.5599 nd elmnte 4 from the st, nd nd 3 rd eqtons Rght-hnd-sde ector s the solton. No bck sbsttton s reqred. Gss-Jordn reqres lmost 5% more opertons thn Gss Elmnton (n 3 / nsted of n 3 /3). 9

30 Clcltng the Inerse of Mtr wth Gss-Jordn Clcltng the nerse of mtr s mportnt f we wnt to sole mn sstems wth the sme coeffcent mtr, bt dfferent rght-hnd-sde ectors. To tke the nerse of A, gment t wth n dentt mtr nd ppl the Gss-Jordn method. Emple 8: Fnd the nerse of the followng mtr. - A = 3 Agment A wth 33 dentt mtr. - 3 Appl the Gss-Jordn method to ths sstem to get mtr t the rght s the nerse of A. Ths nerse cn now be sed to sole sstem wth the coeffcent mtr A nd dfferent rght-hnd-sde ectors s {} = [A] - {B} LU decomposton cn be sed for the sme prpose nd t s more effcent (See pge 73). 3

31 Iterte Methods - Gss-Sedel Method Gss Elmnton nd ts rnts re clled drect methods. The re not preferred for lrge sstems. Iterte methods strt wth n ntl solton ector nd tertel conerge to the tre solton. The stop when the pre-specfed tolernce s reched nd rond-off errors re not n sse. Gen the sstem [A]{}={B} nd strtng les {}, Gss-Sedel ses the frst eqton to sole for, second for, etc. = (b n n ) / = (b n n ) / n = (b n n n..... (n-)(n-) n- ) / nn After the frst terton o get {}. Use these les to strt new terton. Repet ntl the tolernce s stsfed s k k, % k s for ll the nknowns (=,,n), where k nd k- represent the present nd preos tertons. 3

32 Gss-Sedel Emple Sole the followng sstem sng the Gss-Sedel Method = = 5 strtng wth = = 3 = = - Rerrnge the eqtons = ( ) / 6 = ( ) / 7 3 = ( + + ) / 5 Frst terton = ( ) / 6 = ( + - )/6 =.833 = ( ) / 7 = (5 + * )/7 =.38 3 = ( + + ) / 5 = ( *.38)/5 =.6 Second terton = ( ) / 6 = ( + *.38.6)/6 =.69 = ( ) / 7 = (5 + *.69 *.6)/7 =. 3 = ( + + ) / 5 = ( *.)/5 =.5 Contne lke ths to get (Do not forget to check conergence sng the specfed tolernce) Zeroth Frst Second Thrd Forth Ffth

33 Jcob Method Gss- Sedel lws ses the newest lble les. Jcob Method ses les from the preos terton. Emple 9: Repet the preos emple sng the Jcob method. Rerrnge the eqtons = ( ) / 6 = ( ) / 7 3 = ( + + ) / 5 Frst terton (se les) = ( ) / 6 = ( + - )/6 =.833 = ( ) / 7 = ( )/7 =.74 3 = ( + + ) / 5 = ( + + )/5 =. Second terton (se les) = ( ) / 6 = ( + *.74.)/6 =.38 = ( ) / 7 = (5 + *.833 *.)/7 =.8 3 = ( + + ) / 5 = ( *.74)/5 =.85 Contne to get Zeroth Frst Second Thrd Forth Ffth... Eghth

34 Conergence of the Iterte Methods Note tht these methods cn be seen s the mltple pplcton of Smple One-Pont Iterton. The m conerge or derge. A conergence crter cn be dered strtng from the conergence crter of the Smple One-Pont Iterton method. When the sstem of eqtons cn be ordered so tht ech dgonl entr of the coeffcent mtr s lrger n mgntde thn the sm of the mgntdes of the other coeffcents n tht row (dgonll domnnt sstem) the tertons conerge for n strtng les. Ths s sffcent bt not necessr crter. For ll,...,n Mn engneerng problems stsf ths reqrement. n j j j The emple we sed hs dgonll domnnt coeffcent mtr. Gss-Sedel conerges sll fster thn the Jcob method. Eercse 4: Interchnge the nd nd 3 rd eqtons of the preos emple. Is the sstem dgonll domnnt now? Sole ths sstem sng both terte methods. Compre ther conergence rtes wth tht of the soled emple. Do o obsere n dergence? 34

35 Improng Gss-Sedel wth Relton After ech new le of s compted, tht le s modfed b weghted erge of the reslts of the preos nd present tertons, new = l new + ( - l) old < l < : weghtng fctor If l = no relton (Orgnl Gss-Sedel) If <l< If <l< nder relton (Used to mke dergng sstem conerge) oer relton (Used to speed p the conergence of n lred conergng sstem. Clled SOR, Sccesse (or Smltneos) Oer Relton) Choce of l s problem specfc. Eercse 5: Sole the sstem we sed n the Gss-Sedel emple wth dfferent weghtng fctors. Do o notce n dfference n the conergence rte? 35

36 Psedocode for the Gss-Sedel Method LOOP k from to miter LOOP from to n = B LOOP j from to n IF ( j) = - A j j ENDLOOP = / A ENDLOOP CONVERGED = TRUE LOOP from to n Eercse 6: Improe ths psedocode wth relton. Eercse 7: Modf ths psedocode for the Jcob method. OUTPUT = ( old ) / * IF ( > tolernce) CONVERGED = FALSE ENDLOOP IF (CONVERGED = TRUE) STOP ENDLOOP 36

37 Solng Sstem of Nonlner Eqtons Emple : Solng Sstem Usng Smple One-Pont Iterton Sole the followng sstem of eqtons e 4 Pt the fnctons nto the form =g (,), =g (,) g g () ln( ) () 4 Select strtng les for nd, sch s =. nd =.. The don t need to stsf the eqtons. Use these les n g fnctons to clclte new les. = g ( ) = = g ( ) = - = g ( ) = = g ( ) = = g ( ) = = g ( 3 ) = = g ( 3 ) = = g ( 4 ) = The solton s conergng to the ect solton of =.469, = Eercse 8: Sole the sme sstem bt rerrnge the eqtons s =ln(-) nd strt from = =-.7. Remember tht ths method m derge. = (4- )/ 37

38 38 Solng Sstem of Nonlner Eqtons (cont d) Solng Sstem Usng Newton-Rphson Method Consder the followng generl form of two eqton sstem Wrte st order TSE for these eqtons ) (, ) (, ) ( ) ( ) ( ) ( To fnd the solton set + = nd + =. Rerrnge The frst mtr s clled the Jcobn mtr. Sole for +, + nd terte. Cn be generlzed for n smltneos eqtons

39 39 Solng Sstem of Eqns Usng NR Method (cont d) Sole for + nd + sng Crmer s rle (ME ), The denomntor s the determnnt of the Jcobn mtr J. Emple : Sole the sme sstem of eqtons sttng wth =, = e 4 =, = = =- =.788 J = =, = = = = J = =, = = = =.3767 J = =3, 3 = = = =.7787 J 3 = Looks lke t s conergng to the root n the nd qdrnt -.8,.8. Eercse 9: Cn o strt wth = nd =? Eercse : Tr to fnd strtng ponts tht wll conerge to the solton n the 4 th qdrnt. J e, J e - J, e,,

40 4 Solng Sstem of Nonlner Eqtons (cont d) Preos N-R solton of sstem of nonlner eqtons cn be generlzed to the solton of sstem of n nonlner eqtons (See pge 57 for detls). Gen the followng n nonlner eqtons wth n nknowns f (,,..., n ) = f (,,..., n ) =..... f n (,,..., n ) = Form the Jcobn mtr. k s the terton conter. Clclte new [Z] t ech terton. Sole the followng sstem sng n of the technqes tht we lerned n ths chpter. [Z] k {} k+ = -{F} k + [Z] k {} k where F k = f ( k, k,..., n k ) k n n n n n n k f f f f f f f f f [Z]

41 Emple (Fll Em Qeston): 3 q 3 Lnk lengths: 4 = 4, =, 3 = 4, 4 = 5 q q 4 Crnk ngle: q = 45 = p/4 Use the Newton-Rphson method to sole the followng set of eqtons for q 3 nd q 4. Strt wth the followng ntl gesses: q 3 = 55, q 4 = 8 Perform two tertons. f (q 3, q 4 ) = cos(q ) + 3 cos(q 3 ) 4 cos(q 4 ) = f (q 3, q 4 ) = sn(q ) + 3 sn(q 3 ) 4 sn(q 4 ) = 4

42 4 N-R cn be ppled to nonlner eqtons s follows [Z] k {X} k+ = -{F} k + [Z] k {X} k where [Z] k s the Jcobn mtr of the k th terton Iterton : q 3 = 55, q 4 = 8 k k f f f f [Z] ) cos( f f ) cos( f f ) sn( f f ) sn( f f q q q q q q q q Emple (cont d)

43 Emple (cont d) Iterton : f f f f q q q q [Z] {F} Therefore the lner sstem s q.868q Sole ths sstem sng Gss Elmnton (or n other technqe tht we lerned) to get q 3 = q 4 =

44 Emple (cont d) Iterton : f f f f q q q q [Z] {F} Therefore the lner sstem s q.8334q Sole ths sstem sng Gss Elmnton (or n other technqe tht we lerned) to get q 3 = q 4 =

Newton-Raphson Method of Solving a Nonlinear Equation Autar Kaw

Newton-Raphson Method of Solving a Nonlinear Equation Autar Kaw Newton-Rphson Method o Solvng Nonlner Equton Autr Kw Ater redng ths chpter, you should be ble to:. derve the Newton-Rphson method ormul,. develop the lgorthm o the Newton-Rphson method,. use the Newton-Rphson

More information

+ + + - - This circuit than can be reduced to a planar circuit

+ + + - - This circuit than can be reduced to a planar circuit MeshCurrent Method The meshcurrent s analog of the nodeoltage method. We sole for a new set of arables, mesh currents, that automatcally satsfy KCLs. As such, meshcurrent method reduces crcut soluton to

More information

Vector Geometry for Computer Graphics

Vector Geometry for Computer Graphics Vector Geometry for Computer Grphcs Bo Getz Jnury, 7 Contents Prt I: Bsc Defntons Coordnte Systems... Ponts nd Vectors Mtrces nd Determnnts.. 4 Prt II: Opertons Vector ddton nd sclr multplcton... 5 The

More information

Multiplication and Division - Left to Right. Addition and Subtraction - Left to Right.

Multiplication and Division - Left to Right. Addition and Subtraction - Left to Right. Order of Opertions r of Opertions Alger P lese Prenthesis - Do ll grouped opertions first. E cuse Eponents - Second M D er Multipliction nd Division - Left to Right. A unt S hniqu Addition nd Sutrction

More information

Line-source based X-ray Tomography

Line-source based X-ray Tomography ne-sorce bsed X-ry Tomogrphy Deep Bhrhd Hengyong Y 4 Hong 3 Robert Plemmons 5 Ge Wng 4. Bomedcl mgng Dvson VT-WFU School o Bomedcl Engneerng & Scence We Forest Unversty Wnston-Slem C 757. Bomedcl Engneerng

More information

Resistive Network Analysis. The Node Voltage Method - 1

Resistive Network Analysis. The Node Voltage Method - 1 esste Network Anlyss he nlyss of n electrcl network conssts of determnng ech of the unknown rnch currents nd node oltges. A numer of methods for network nlyss he een deeloped, sed on Ohm s Lw nd Krchoff

More information

AREA OF A SURFACE OF REVOLUTION

AREA OF A SURFACE OF REVOLUTION AREA OF A SURFACE OF REVOLUTION h cut r πr h A surfce of revolution is formed when curve is rotted bout line. Such surfce is the lterl boundr of solid of revolution of the tpe discussed in Sections 7.

More information

Graphs on Logarithmic and Semilogarithmic Paper

Graphs on Logarithmic and Semilogarithmic Paper 0CH_PHClter_TMSETE_ 3//00 :3 PM Pge Grphs on Logrithmic nd Semilogrithmic Pper OBJECTIVES When ou hve completed this chpter, ou should be ble to: Mke grphs on logrithmic nd semilogrithmic pper. Grph empiricl

More information

Unit 6: Exponents and Radicals

Unit 6: Exponents and Radicals Eponents nd Rdicls -: The Rel Numer Sstem Unit : Eponents nd Rdicls Pure Mth 0 Notes Nturl Numers (N): - counting numers. {,,,,, } Whole Numers (W): - counting numers with 0. {0,,,,,, } Integers (I): -

More information

FI GERPRI T VERIFICATIO USI G OPTICAL SHIFTED PHASE- E CODED JOI T TRA SFORM CORRELATIO

FI GERPRI T VERIFICATIO USI G OPTICAL SHIFTED PHASE- E CODED JOI T TRA SFORM CORRELATIO FI GEPI VEIFICAIO USI G OPICAL SHIFED PHASE- E CODED JOI A SFOM COELAIO M. azrl Islam Emal: slamn@farmngdale.ed Secrt Sstems Farmngdale State Unerst of New York 350 Broad Hollow oad Farmngdale New York

More information

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions. Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd

More information

WHAT HAPPENS WHEN YOU MIX COMPLEX NUMBERS WITH PRIME NUMBERS?

WHAT HAPPENS WHEN YOU MIX COMPLEX NUMBERS WITH PRIME NUMBERS? WHAT HAPPES WHE YOU MIX COMPLEX UMBERS WITH PRIME UMBERS? There s n ol syng, you n t pples n ornges. Mthemtns hte n t; they love to throw pples n ornges nto foo proessor n see wht hppens. Sometmes they

More information

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values)

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values) www.mthsbo.org.uk CORE SUMMARY NOTES Functions A function is rule which genertes ectl ONE OUTPUT for EVERY INPUT. To be defined full the function hs RULE tells ou how to clculte the output from the input

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply

More information

n + d + q = 24 and.05n +.1d +.25q = 2 { n + d + q = 24 (3) n + 2d + 5q = 40 (2)

n + d + q = 24 and.05n +.1d +.25q = 2 { n + d + q = 24 (3) n + 2d + 5q = 40 (2) MATH 16T Exam 1 : Part I (In-Class) Solutons 1. (0 pts) A pggy bank contans 4 cons, all of whch are nckels (5 ), dmes (10 ) or quarters (5 ). The pggy bank also contans a con of each denomnaton. The total

More information

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100 hsn.uk.net Higher Mthemtics UNIT 3 OUTCOME 1 Vectors Contents Vectors 18 1 Vectors nd Sclrs 18 Components 18 3 Mgnitude 130 4 Equl Vectors 131 5 Addition nd Subtrction of Vectors 13 6 Multipliction by

More information

Vectors. The magnitude of a vector is its length, which can be determined by Pythagoras Theorem. The magnitude of a is written as a.

Vectors. The magnitude of a vector is its length, which can be determined by Pythagoras Theorem. The magnitude of a is written as a. Vectors mesurement which onl descries the mgnitude (i.e. size) of the oject is clled sclr quntit, e.g. Glsgow is 11 miles from irdrie. vector is quntit with mgnitude nd direction, e.g. Glsgow is 11 miles

More information

So far circuit analysis has been performed on single-

So far circuit analysis has been performed on single- Three phase systems ntrdctn S far crct analyss has been perfrmed n sngle- phase crcts,.e. there has been ne crct wth a nmber f dfferent vltage and crrent srces whch were nt synchrnsed n any prpsefl way.

More information

Or more simply put, when adding or subtracting quantities, their uncertainties add.

Or more simply put, when adding or subtracting quantities, their uncertainties add. Propgtion of Uncertint through Mthemticl Opertions Since the untit of interest in n eperiment is rrel otined mesuring tht untit directl, we must understnd how error propgtes when mthemticl opertions re

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( ) Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

WiMAX DBA Algorithm Using a 2-Tier Max-Min Fair Sharing Policy

WiMAX DBA Algorithm Using a 2-Tier Max-Min Fair Sharing Policy WMAX DBA Algorthm Usng 2-Ter Mx-Mn Fr Shrng Polcy Pe-Chen Tseng 1, J-Yn Ts 2, nd Wen-Shyng Hwng 2,* 1 Deprtment of Informton Engneerng nd Informtcs, Tzu Ch College of Technology, Hulen, Twn pechen@tccn.edu.tw

More information

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive

More information

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered: Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

1. Introduction to CFD

1. Introduction to CFD . Introdcton to CFD Ths s a qck ntrodcton to the basc concepts nderlyng CFD. The concepts are llstrated by applyng them to a smple D example. We dscss the followng topcs brefly:. Applcatons of CFD. The

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

Lecture 3 Gaussian Probability Distribution

Lecture 3 Gaussian Probability Distribution Lecture 3 Gussin Probbility Distribution Introduction l Gussin probbility distribution is perhps the most used distribution in ll of science. u lso clled bell shped curve or norml distribution l Unlike

More information

LECTURE #05. Learning Objective. To describe the geometry in and around a unit cell in terms of directions and planes.

LECTURE #05. Learning Objective. To describe the geometry in and around a unit cell in terms of directions and planes. LECTURE #05 Chpter 3: Lttice Positions, Directions nd Plnes Lerning Objective To describe the geometr in nd round unit cell in terms of directions nd plnes. 1 Relevnt Reding for this Lecture... Pges 64-83.

More information

Factoring Polynomials

Factoring Polynomials Fctoring Polynomils Some definitions (not necessrily ll for secondry school mthemtics): A polynomil is the sum of one or more terms, in which ech term consists of product of constnt nd one or more vribles

More information

Section 5.4 Annuities, Present Value, and Amortization

Section 5.4 Annuities, Present Value, and Amortization Secton 5.4 Annutes, Present Value, and Amortzaton Present Value In Secton 5.2, we saw that the present value of A dollars at nterest rate per perod for n perods s the amount that must be deposted today

More information

Algebra Review. How well do you remember your algebra?

Algebra Review. How well do you remember your algebra? Algebr Review How well do you remember your lgebr? 1 The Order of Opertions Wht do we men when we write + 4? If we multiply we get 6 nd dding 4 gives 10. But, if we dd + 4 = 7 first, then multiply by then

More information

21 Vectors: The Cross Product & Torque

21 Vectors: The Cross Product & Torque 21 Vectors: The Cross Product & Torque Do not use our left hand when applng ether the rght-hand rule for the cross product of two vectors dscussed n ths chapter or the rght-hand rule for somethng curl

More information

Helicopter Theme and Variations

Helicopter Theme and Variations Helicopter Theme nd Vritions Or, Some Experimentl Designs Employing Pper Helicopters Some possible explntory vribles re: Who drops the helicopter The length of the rotor bldes The height from which the

More information

Math 135 Circles and Completing the Square Examples

Math 135 Circles and Completing the Square Examples Mth 135 Circles nd Completing the Squre Exmples A perfect squre is number such tht = b 2 for some rel number b. Some exmples of perfect squres re 4 = 2 2, 16 = 4 2, 169 = 13 2. We wish to hve method for

More information

Irregular Repeat Accumulate Codes 1

Irregular Repeat Accumulate Codes 1 Irregulr epet Accumulte Codes 1 Hu Jn, Amod Khndekr, nd obert McElece Deprtment of Electrcl Engneerng, Clforn Insttute of Technology Psden, CA 9115 USA E-ml: {hu, mod, rjm}@systems.cltech.edu Abstrct:

More information

Peak Inverse Voltage

Peak Inverse Voltage 9/13/2005 Peak Inerse Voltage.doc 1/6 Peak Inerse Voltage Q: I m so confused! The brdge rectfer and the fullwae rectfer both prode full-wae rectfcaton. Yet, the brdge rectfer use 4 juncton dodes, whereas

More information

Boolean Algebra. ECE 152A Winter 2012

Boolean Algebra. ECE 152A Winter 2012 Boolen Algebr ECE 52A Wnter 22 Redng Assgnent Brown nd Vrnesc 2 Introducton to Logc Crcuts 2.5 Boolen Algebr 2.5. The Venn Dgr 2.5.2 Notton nd Ternology 2.5.3 Precedence of Opertons 2.6 Synthess Usng AND,

More information

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3. The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Lecture 5. Inner Product

Lecture 5. Inner Product Lecture 5 Inner Product Let us strt with the following problem. Given point P R nd line L R, how cn we find the point on the line closest to P? Answer: Drw line segment from P meeting the line in right

More information

Positive Integral Operators With Analytic Kernels

Positive Integral Operators With Analytic Kernels Çnky Ünverte Fen-Edeyt Fkülte, Journl of Art nd Scence Sy : 6 / Arl k 006 Potve ntegrl Opertor Wth Anlytc Kernel Cn Murt D KMEN Atrct n th pper we contruct exmple of potve defnte ntegrl kernel whch re

More information

Lectures 8 and 9 1 Rectangular waveguides

Lectures 8 and 9 1 Rectangular waveguides 1 Lectures 8 nd 9 1 Rectngulr wveguides y b x z Consider rectngulr wveguide with 0 < x b. There re two types of wves in hollow wveguide with only one conductor; Trnsverse electric wves

More information

EN3: Introduction to Engineering. Teach Yourself Vectors. 1. Definition. Problems

EN3: Introduction to Engineering. Teach Yourself Vectors. 1. Definition. Problems EN3: Introducton to Engneerng Tech Yourself Vectors Dvson of Engneerng Brown Unversty. Defnton vector s mthemtcl obect tht hs mgntude nd drecton, nd stsfes the lws of vector ddton. Vectors re used to represent

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

Version 001 Summer Review #03 tubman (IBII20142015) 1

Version 001 Summer Review #03 tubman (IBII20142015) 1 Version 001 Summer Reiew #03 tubmn (IBII20142015) 1 This print-out should he 35 questions. Multiple-choice questions my continue on the next column or pge find ll choices before nswering. Concept 20 P03

More information

Texas Instruments 30X IIS Calculator

Texas Instruments 30X IIS Calculator Texas Instruments 30X IIS Calculator Keystrokes for the TI-30X IIS are shown for a few topcs n whch keystrokes are unque. Start by readng the Quk Start secton. Then, before begnnng a specfc unt of the

More information

ORIGIN DESTINATION DISAGGREGATION USING FRATAR BIPROPORTIONAL LEAST SQUARES ESTIMATION FOR TRUCK FORECASTING

ORIGIN DESTINATION DISAGGREGATION USING FRATAR BIPROPORTIONAL LEAST SQUARES ESTIMATION FOR TRUCK FORECASTING ORIGIN DESTINATION DISAGGREGATION USING FRATAR BIPROPORTIONAL LEAST SQUARES ESTIMATION FOR TRUCK FORECASTING Unversty of Wsconsn Mlwukee Pper No. 09-1 Ntonl Center for Freght & Infrstructure Reserch &

More information

(6)(2) (-6)(-4) (-4)(6) + (-2)(-3) + (4)(3) + (2)(-3) = -12-24 + 24 + 6 + 12 6 = 0

(6)(2) (-6)(-4) (-4)(6) + (-2)(-3) + (4)(3) + (2)(-3) = -12-24 + 24 + 6 + 12 6 = 0 Chapter 3 Homework Soluton P3.-, 4, 6, 0, 3, 7, P3.3-, 4, 6, P3.4-, 3, 6, 9, P3.5- P3.6-, 4, 9, 4,, 3, 40 ---------------------------------------------------- P 3.- Determne the alues of, 4,, 3, and 6

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES The goal: to measure (determne) an unknown quantty x (the value of a RV X) Realsaton: n results: y 1, y 2,..., y j,..., y n, (the measured values of Y 1, Y 2,..., Y j,..., Y n ) every result s encumbered

More information

2 DIODE CLIPPING and CLAMPING CIRCUITS

2 DIODE CLIPPING and CLAMPING CIRCUITS 2 DIODE CLIPPING nd CLAMPING CIRCUITS 2.1 Ojectives Understnding the operting principle of diode clipping circuit Understnding the operting principle of clmping circuit Understnding the wveform chnge of

More information

ASTIN COLLOQUIUM BERLIN 2003, TOPIC 1: RISK EVALUATION. Exposure Rating in Liability Reinsurance

ASTIN COLLOQUIUM BERLIN 2003, TOPIC 1: RISK EVALUATION. Exposure Rating in Liability Reinsurance ASTIN COLLOQUIUM BERLIN 23, TOPIC : RISK EVALUATION Exposre Ratng n Lablty Rensrance Dr. Thomas Mack and Mchael Fackler Chef Actary Non-Lfe Senor Actary Mnch Rensrance Company Mnch Rensrance Company 879

More information

Finite difference method

Finite difference method grd ponts x = mesh sze = X NÜÆ Fnte dfference method Prncple: dervatves n the partal dfferental eqaton are approxmated by lnear combnatons of fncton vales at the grd ponts 1D: Ω = (0, X), (x ), = 0,1,...,

More information

THE FLEXURE AND SHEAR DESIGN OF CORBEL (BRACKET)

THE FLEXURE AND SHEAR DESIGN OF CORBEL (BRACKET) http://silsipil96.blogspot.com/ sil_shri@hoo.com CHPTER 11 THE FLEXURE ND SHER DESIGN OF CORBEL (BRCKET 11.1 INTRODUCTION Corbel or brcket is reinorce concrete member is short-hnche cntilever se to spport

More information

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

We are now ready to answer the question: What are the possible cardinalities for finite fields?

We are now ready to answer the question: What are the possible cardinalities for finite fields? Chapter 3 Fnte felds We have seen, n the prevous chapters, some examples of fnte felds. For example, the resdue class rng Z/pZ (when p s a prme) forms a feld wth p elements whch may be dentfed wth the

More information

Vectors 2. 1. Recap of vectors

Vectors 2. 1. Recap of vectors Vectors 2. Recp of vectors Vectors re directed line segments - they cn be represented in component form or by direction nd mgnitude. We cn use trigonometry nd Pythgors theorem to switch between the forms

More information

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

More information

Experiment 6: Friction

Experiment 6: Friction Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht

More information

A Hadoop Job Scheduling Model Based on Uncategorized Slot

A Hadoop Job Scheduling Model Based on Uncategorized Slot Journl of Communctons Vol. 10, No. 10, October 2015 A Hdoop Job Schedulng Model Bsed on Unctegored Slot To Xue nd Tng-tng L Deprtment of Computer Scence, X n Polytechnc Unversty, X n 710048, Chn Eml: xt73@163.com;

More information

Mobility Control with Local Views of Neighborhood in Mobile Networks

Mobility Control with Local Views of Neighborhood in Mobile Networks Moblty Control wth Local Vews of Neghborhood n Moble Networks Zhen Jang Je W Robert Klne Dept. of Compter Scence Dept. of Compter Sc. and Eng. Dept. of Compter Scence West Chester Unversty Florda Atlantc

More information

Fuzzy Clustering for TV Program Classification

Fuzzy Clustering for TV Program Classification Fuzzy Clusterng for TV rogrm Clssfcton Yu Zhwen Northwestern olytechncl Unversty X n,.r.chn, 7007 yuzhwen77@yhoo.com.cn Gu Jnhu Northwestern olytechncl Unversty X n,.r.chn, 7007 guh@nwpu.edu.cn Zhou Xngshe

More information

Regular Sets and Expressions

Regular Sets and Expressions Regulr Sets nd Expressions Finite utomt re importnt in science, mthemtics, nd engineering. Engineers like them ecuse they re super models for circuits (And, since the dvent of VLSI systems sometimes finite

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Sequences and Series

Sequences and Series Secto 9. Sequeces d Seres You c thk of sequece s fucto whose dom s the set of postve tegers. f ( ), f (), f (),... f ( ),... Defto of Sequece A fte sequece s fucto whose dom s the set of postve tegers.

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Nme Chpter Eponentil nd Logrithmic Functions Section. Eponentil Functions nd Their Grphs Objective: In this lesson ou lerned how to recognize, evlute, nd grph eponentil functions. Importnt Vocbulr Define

More information

Basic Analysis of Autarky and Free Trade Models

Basic Analysis of Autarky and Free Trade Models Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

SPECIAL PRODUCTS AND FACTORIZATION

SPECIAL PRODUCTS AND FACTORIZATION MODULE - Specil Products nd Fctoriztion 4 SPECIAL PRODUCTS AND FACTORIZATION In n erlier lesson you hve lernt multipliction of lgebric epressions, prticulrly polynomils. In the study of lgebr, we come

More information

Integration. 148 Chapter 7 Integration

Integration. 148 Chapter 7 Integration 48 Chpter 7 Integrtion 7 Integrtion t ech, by supposing tht during ech tenth of second the object is going t constnt speed Since the object initilly hs speed, we gin suppose it mintins this speed, but

More information

Optimal Pricing Scheme for Information Services

Optimal Pricing Scheme for Information Services Optml rcng Scheme for Informton Servces Shn-y Wu Opertons nd Informton Mngement The Whrton School Unversty of ennsylvn E-ml: shnwu@whrton.upenn.edu e-yu (Shron) Chen Grdute School of Industrl Admnstrton

More information

Types of Injuries. (20 minutes) LEARNING OBJECTIVES MATERIALS NEEDED

Types of Injuries. (20 minutes) LEARNING OBJECTIVES MATERIALS NEEDED U N I T 3 Types of Injures (20 mnutes) PURPOSE: To help coaches learn how to recognze the man types of acute and chronc njures. LEARNING OBJECTIVES In ths unt, coaches wll learn how most njures occur,

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

Faraday's Law of Induction

Faraday's Law of Induction Introducton Faraday's Law o Inducton In ths lab, you wll study Faraday's Law o nducton usng a wand wth col whch swngs through a magnetc eld. You wll also examne converson o mechanc energy nto electrc energy

More information

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn 33337_0P03.qp 2/27/06 24 9:3 AM Chpter P Pge 24 Prerequisites P.3 Polynomils nd Fctoring Wht you should lern Polynomils An lgeric epression is collection of vriles nd rel numers. The most common type of

More information

Chem 350 Jasperse Ch. 3 Handouts 1

Chem 350 Jasperse Ch. 3 Handouts 1 Chem 350 Jsperse Ch. 3 nots 1 Strctre, Conformtions of Acyclic Alknes (3.7) A. Conformtions = Conformers = Rotmers = ifferent 3-D rrngements reslting from rottion ron single bon Norml zig-zg "swhorse"

More information

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of

More information

5.6 POSITIVE INTEGRAL EXPONENTS

5.6 POSITIVE INTEGRAL EXPONENTS 54 (5 ) Chpter 5 Polynoils nd Eponents 5.6 POSITIVE INTEGRAL EXPONENTS In this section The product rule for positive integrl eponents ws presented in Section 5., nd the quotient rule ws presented in Section

More information

Solution: Let i = 10% and d = 5%. By definition, the respective forces of interest on funds A and B are. i 1 + it. S A (t) = d (1 dt) 2 1. = d 1 dt.

Solution: Let i = 10% and d = 5%. By definition, the respective forces of interest on funds A and B are. i 1 + it. S A (t) = d (1 dt) 2 1. = d 1 dt. Chapter 9 Revew problems 9.1 Interest rate measurement Example 9.1. Fund A accumulates at a smple nterest rate of 10%. Fund B accumulates at a smple dscount rate of 5%. Fnd the pont n tme at whch the forces

More information

Singularity-Free Dynamic Modeling Including Wheel Dynamics for an Omni-Directional Mobile Robot with Three Caster Wheels

Singularity-Free Dynamic Modeling Including Wheel Dynamics for an Omni-Directional Mobile Robot with Three Caster Wheels 86 Interntonl Je Heon Jornl Chng, of Byng-J Control, Atomton, Y, Whee Kk nd Km, Systems, nd Seog-Yong vol. 6, no., Hn. 86-00, Febrry 008 Snglrty-Free Dynmc Modelng Incldng Wheel Dynmcs for n Omn-Drectonl

More information

1. Math 210 Finite Mathematics

1. Math 210 Finite Mathematics 1. ath 210 Fnte athematcs Chapter 5.2 and 5.3 Annutes ortgages Amortzaton Professor Rchard Blecksmth Dept. of athematcal Scences Northern Illnos Unversty ath 210 Webste: http://math.nu.edu/courses/math210

More information

Section 5.3 Annuities, Future Value, and Sinking Funds

Section 5.3 Annuities, Future Value, and Sinking Funds Secton 5.3 Annutes, Future Value, and Snkng Funds Ordnary Annutes A sequence of equal payments made at equal perods of tme s called an annuty. The tme between payments s the payment perod, and the tme

More information

3. Present value of Annuity Problems

3. Present value of Annuity Problems Mathematcs of Fnance The formulae 1. A = P(1 +.n) smple nterest 2. A = P(1 + ) n compound nterest formula 3. A = P(1-.n) deprecaton straght lne 4. A = P(1 ) n compound decrease dmshng balance 5. P = -

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

8.4. Annuities: Future Value. INVESTIGATE the Math. 504 8.4 Annuities: Future Value

8.4. Annuities: Future Value. INVESTIGATE the Math. 504 8.4 Annuities: Future Value 8. Annutes: Future Value YOU WILL NEED graphng calculator spreadsheet software GOAL Determne the future value of an annuty earnng compound nterest. INVESTIGATE the Math Chrstne decdes to nvest $000 at

More information

Econ 4721 Money and Banking Problem Set 2 Answer Key

Econ 4721 Money and Banking Problem Set 2 Answer Key Econ 472 Money nd Bnking Problem Set 2 Answer Key Problem (35 points) Consider n overlpping genertions model in which consumers live for two periods. The number of people born in ech genertion grows in

More information

9 CONTINUOUS DISTRIBUTIONS

9 CONTINUOUS DISTRIBUTIONS 9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete

More information

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration Source: http://www.mth.cuhk.edu.hk/~mt26/mt26b/notes/notes3.pdf 25-6 Second Term MAT26B 1 Supplementry Notes 3 Interchnge of Differentition nd Integrtion The theme of this course is bout vrious limiting

More information

MA 15800 Lesson 16 Notes Summer 2016 Properties of Logarithms. Remember: A logarithm is an exponent! It behaves like an exponent!

MA 15800 Lesson 16 Notes Summer 2016 Properties of Logarithms. Remember: A logarithm is an exponent! It behaves like an exponent! MA 5800 Lesson 6 otes Summer 06 Rememer: A logrithm is n eponent! It ehves like n eponent! In the lst lesson, we discussed four properties of logrithms. ) log 0 ) log ) log log 4) This lesson covers more

More information

Small Businesses Decisions to Offer Health Insurance to Employees

Small Businesses Decisions to Offer Health Insurance to Employees Smll Businesses Decisions to Offer Helth Insurnce to Employees Ctherine McLughlin nd Adm Swinurn, June 2014 Employer-sponsored helth insurnce (ESI) is the dominnt source of coverge for nonelderly dults

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

Review Problems for the Final of Math 121, Fall 2014

Review Problems for the Final of Math 121, Fall 2014 Review Problems for the Finl of Mth, Fll The following is collection of vrious types of smple problems covering sections.,.5, nd.7 6.6 of the text which constitute only prt of the common Mth Finl. Since

More information