Outline for Today. A simple data structure for string searching. A compact, powerful, and flexible data structure for string algorithms.

Size: px
Start display at page:

Download "Outline for Today. A simple data structure for string searching. A compact, powerful, and flexible data structure for string algorithms."

Transcription

1 Suffix Tr

2 Outli fr Tday Rviw frm Lat Tim A quick rfrhr tri. Suffix Tri A impl data tructur fr trig archig. Suffix Tr A cmpact, pwrful, ad flxibl data tructur fr trig algrithm. Gralizd Suffix Tr A v mr flxibl data tructur.

3 Rviw frm Lat Tim

4 A B C D B D A E A I O A R D T N T K U G D N A E D T T E I I A O K T

5 Tri A tri i a tr that tr a cllcti f trig vr m alphabt Σ. Each d crrpd t a prfix f m trig i th t. Tri ar mtim calld prfix tr. If Σ = O(1), all irti, dlti, ad lkup tak tim O( w ), whr w i th trig i quti. Ca al dtrmi whthr a trig w i a prfix f m trig i th tri i tim O( w ) by walkig th tri ad rturig whthr w did't fall ff.

6 Ah-Craick Strig Matchig Th Ah-Craick trig matchig algrithm i a algrithm fr fidig all ccurrc f a t f trig P₁,, Pₖ iid a trig T. Rutim i O(m + + z), whr m = T, = P₁ + + Pₖ z i th umbr f match.

7 Ah-Craick Strig Matchig Th rutim f Ah-Craick ca b plit apart it tw pic: O() prprcig tim t build th matchr, ad O(m + z) tim t fid all match. Uful i th ca whr th pattr ar fixd, but th txt might chag.

8 Gmic Databa May trig algrithm th day prtai t cmputatial gmic. Typically, hav a hug databa with may vry larg trig. Mr cmm prblm: giv a fixd trig T t arch ad chagig pattr P₁,, Pₖ, fid all match i T. Quti: Ca w itad prprc T t mak it ay t arch fr variabl pattr?

9 Suffix Tri

10 Subtrig, Prfix, ad Suffix Rcall: If x i a ubtrig f w, th x i a uffix f a prfix f w. Writ w = αxω; th x i a uffix f αx. Fact: If x i a ubtrig f w, th x i a prfix f a uffix f w. Writ w = αxω; th x i a prfix f xω Thi cd fact i f u bcau tri upprt fficit prfix archig.

11 Suffix Tri A uffix tri f T i a tri f all th uffic f T. I tim O(), ca dtrmi whthr P₁,, Pₖ xit i T by archig fr ach i th tri.

12 A Typical Trafrm Typically, w appd m w charactr Σ t th d f T, th ctruct th tri fr T. Laf d crrpd t uffix. Itral d crrpd t prfix f th uffix.

13 Ctructig Suffix Tri Oc w build a igl uffix tri fr trig T, w ca fficitly dtct whthr pattr match i tim O(). Quti: Hw lg d it tak t ctruct a uffix tri? Prblm: Thr' a Ω(m2 ) lwr bud th wrt-ca cmplxity f ay algrithm fr buildig uffix tri.

14 A Dgrat Ca a b a b b a b b b b b a m b m b b b b b b b Thr Thr ar ar Θ(m) Θ(m) cpi cpi f f d d chaid chaid tgthr tgthr a a b m m.. Spac Spac uag: uag: Ω(m Ω(m 2 2 ). ).

15 Crrctig th Prblm Bcau uffix tri may hav Ω(m2 ) d, all uffix tri algrithm mut ru i tim Ω(m 2 ) i th wrt-ca. Ca w rduc th umbr f d i th tri?

16 Patricia Tri A illy d i a tri i a d that ha xactly child. A Patricia tri (r radix tri) i a tri whr all illy d ar mrgd with thir part.

17 Patricia Tri A illy d i a tri i a d that ha xactly child. A Patricia tri (r radix tri) i a tri whr all illy d ar mrgd with thir part

18 Suffix Tr A uffix tr fr a trig T i a Patricia tri f T whr ach laf i labld with th idx whr th crrpdig uffix tart i T

19 Prprti f Suffix Tr If T = m, th uffix tr ha xactly m + 1 laf d. Fr ay T ε, all itral d i th uffix tr hav at lat tw childr. Numbr f d i a uffix tr i Θ(m)

20 Suffix Tr Rprtati Suffix tr may hav Θ(m) d, but th labl th dg ca hav iz ω(1). Thi ma that a aïv rprtati f a uffix tr may tak ω(m) pac. Uful fact: Each dg i a uffix tr i labld with a ccutiv rag f charactr frm w. Trick: Rprt ach dg labl α a a pair f itgr [tart, d] rprtig whr i th trig α appar.

21 Suffix Tr Rprtati tart d child 3 4

22 Buildig Suffix Tr Uig thi rprtati, uffix tr ca b ctructd uig pac Θ(m). Claim: Thr ar Θ(m)-tim algrithm fr buildig uffix tr. Th algrithm ar t trivial. W'll dicu f thm xt tim.

23 A Applicati: Strig Matchig

24 Strig Matchig Giv a uffix tr, ca arch t if a pattr P xit i tim O(). Giv a O(m + ) trig-matchig algrithm. T ca b prprcd i tim O(m) t fficitly upprt biary trig matchig quri

25 Strig Matchig Claim: Aftr pdig O(m) tim prprcig T, ca fid all match f a trig P i tim O( + z), whr z i th umbr f match

26 Strig Matchig Claim: Aftr pdig O(m) tim prprcig T, ca fid all match f a trig P i tim O( + z), whr z i th umbr f match. Obrvati 1: 1: Evry Evry ccurrc f f P i i T i i a prfix prfix f f m m uffix uffix f f T. T

27 Strig Matchig Claim: Aftr pdig O(m) tim prprcig T, ca fid all match f a trig P i tim O( + z), whr z i th umbr f match. Obrvati 2: 2: Bcau Bcau th th prfix prfix i i th th am am ach ach tim tim (amly, (amly, P), P), all all th th uffix uffix will will b b i i th th am am ubtr. ubtr

28 Strig Matchig Claim: Aftr pdig O(m) tim prprcig T, ca fid all match f a trig P i tim O( + z), whr z i th umbr f match

29 Strig Matchig Claim: Aftr pdig O(m) tim prprcig T, ca fid all match f a trig P i tim O( + z), whr z i th umbr f match

30 Strig Matchig Claim: Aftr pdig O(m) tim prprcig T, ca fid all match f a trig P i tim O( + z), whr z i th umbr f match

31 Fidig All Match T fid all match f trig P, tart by archig th tr fr P. If th arch fall ff th tr, rprt match. Othrwi, lt v b th d at which th arch tp, r th dpit f th dg whr it tp if it d i th middl f a dg. D a DFS ad rprt all laf umbr fud. Th idic rprtd thi way giv back all piti at which P ccur.

32 Claim: Th DFS t fid all lav i th ubtr crrpdig t prfix P tak tim O(z), whr z i th umbr f match. Prf: If th DFS rprt z match, it mut hav viitd z diffrt laf d. Sic ach itral d f a uffix tr ha at lat tw childr, th ttal umbr f itral d viitd durig th DFS i at mt z 1. Durig th DFS, w d't d t actually match th charactr th dg. W jut fllw th dg, which tak tim O(1). Thrfr, th DFS viit at mt O(z) d ad dg ad pd O(1) tim pr d r dg, th ttal rutim i O(z).

33 Rvr Ah-Craick Giv pattr P₁, Pₖ f ttal lgth, uffix tr ca fid all match f th pattr i tim O(m + + z). Sarch fr all match f ach Pᵢ; ttal tim acr all arch i O( + z). Act a a rvr Ah-Craick: Ah-Craick prprc th pattr i tim O(), th pd O(m + z) tim pr ttd trig. Suffix tr prprc th trig i tim O(m), th pd O( + z) tim pr t f ttd pattr.

34 Athr Applicati: Lgt Rpatd Subtrig

35 Lgt Rpatd Subtrig Cidr th fllwig prblm: Giv a trig T, fid th lgt ubtrig w f T that appar i at lat tw diffrt piti. Applicati t cmputatial bilgy: mr tha half f th huma gm i frmd frm rpatd DNA quc!

36 Lgt Rpatd Subtrig Obrvati 1: 1: If If w i i a rpatd rpatd ubtrig ubtrig f f T, T, it it mut mut b b a prfix prfix f f at at lat lat tw tw diffrt diffrt uffix. uffix

37 Lgt Rpatd Subtrig Obrvati 2: 2: If If w i i a rpatd rpatd ubtrig ubtrig f f T, T, it it mut mut crrpd t t a prfix prfix f f a path path t t a a itral itral d. d

38 Lgt Rpatd Subtrig Obrvati Obrvati 3: 3: If If w i i a lgt lgt rpatd rpatd ubtrig, ubtrig, it it crrpd crrpd t t a full full path path t t a a itral itral d. d

39 Lgt Rpatd Subtrig Fr ach d v i a uffix tr, lt (v) b th trig that it crrpd t. Th trig dpth f a d v i dfid a (v), th lgth f th trig v crrpd t. Th lgt rpatd ubtrig i T ca b fud by fidig th itral d i T with th maximum trig dpth.

40 Lgt Rpatd Subtrig Hr' a O(m)-tim algrithm fr lvig th lgt rpatd ubtrig prblm: Build th uffix tr fr T i tim O(m). Ru a DFS vr T, trackig th trig dpth a yu g, t fid th itral d f maximum trig dpth. Rcvr th trig T crrpd t. Gd xrci: Hw might yu fid th lgt ubtrig f T that rpat at lat k tim?

41 Challg Prblm: Slv thi prblm i liar tim withut uig uffix tr (r uffix array).

42 Tim-Out Fr Aucmt!

43 OH Thi Wk I will b plittig my OH it tw tim lt thi wk: Mday: 3:30PM 4:45PM Tuday: 1:30PM 2:30PM Thi i a tmprary chag; rmal OH tim rum xt wk.

44 PS4 Gradig Th TA hav t yt fiihd gradig PS4. Q3 i tugh t grad! W'll hav it rady by Wdday. Sluti ar availabl up frt.

45 Fial Prjct Lgitic W'v rlad a hadut with m uggtd data tructur r tchiqu yu might wat t xplr fr th fial prjct. W rcmmd tryig t fid a grup f 2-3 ppl ad fidig m tpic that lk itrtig. W'll rla dtail abut th frmal fial prjct prpal Wdday.

46 Yur Quti

47 Hw d fuctial data tructur wrk, ad what ar m cmm? Chck Chck ut ut Chri Chri Okaaki' Okaaki' bk bk Purly Purly Fuctial Fuctial Data Data Structur Structur fr fr a a xcllt xcllt xpiti xpiti th th tpic. tpic. Sm Sm data data tructur tructur lik lik bimial bimial hap hap ad ad rd/black rd/black tr tr ar ar actually actually air air t t cd cd up up i i a purly purly fuctial fuctial ttig. ttig. Sm Sm w w tructur tructur (lik (lik kw kw bimial bimial radm radm acc acc lit) lit) d d t t b b itrducd itrducd i i plac plac f f cmm cmm tructur tructur lik lik array. array.

48 What' th bt way t b prpard fr th midtrm? A fw fw uggti: uggti: Mak Mak ur ur yu yu udrtad udrtad th th ituiti ituiti bhid bhid th th diffrt diffrt data data tructur. tructur Mak Mak ur ur that that yu yu ca ca lv lv all all th th hmwrk hmwrk prblm, prblm, v v if if yu'r yu'r wrkig wrkig i i a pair. pair Lk Lk vr vr th th radig radig fr fr ach ach cla cla t t gt gt a bttr bttr udrtadig udrtadig f f ach ach tpic. tpic.

49 Back t CS166!

50 Gralizd Suffix Tr

51 Suffix Tr fr Multipl Strig Suffix tr tr ifrmati abut a igl trig ad xprt a hug amut f tructural ifrmati abut that trig. Hwvr, may applicati rquir ifrmati abut th tructur f multipl diffrt trig.

52 Gralizd Suffix Tr A gralizd uffix tr fr T₁,, Tₖ i a Patricia tri f all uffix f T₁₁,, Tₖₖ. Each Tᵢ ha a uiqu d markr. Lav ar taggd with i:j, maig jth uffix f trig Tᵢ ₁ ₂ 1:8 ₁ ₂ 2:7 1:7 2:6 ₁ ₂ 1:4 2:3 f ₂ ₁ ₁ f ₂ 2:1 2:2 ₁ 1:0 ₁ ₂ 1:5 2:4 ₁ ₁ f f ₂ ₁ 1:2 1:1 2:0 ff₂ ₂ 1:6 ₂ 2:5 ₁ 1:3

53 Gralizd Suffix Tr Claim: A gralizd uffix tr fr trig T₁,, Tₖ f ttal lgth m ca b ctructd i tim Θ(m). U a tw-pha algrithm: Ctruct a uffix tr fr th igl trig T₁₁T₂₂ Tₖₖ i tim Θ(m). Thi will d up with m ivalid uffix. D a DFS vr th uffix tr ad pru th ivalid uffix. Ru i tim O(m) if implmtd itlligtly.

54 Applicati f Gralizd Suffix Tr

55 Lgt Cmm Subtrig Cidr th fllwig prblm: Giv tw trig T₁ ad T₂, fid th lgt trig w that i a ubtrig f bth T₁ ad T₂. Ca lv i tim O( T₁ T₂ ) uig dyamic prgrammig. Ca w d bttr?

56 Lgt Cmm Subtrig ₁ ₂ 1:8 2:7 f ₁ f ₂ ₁ 1:7 2:6 ₂ ₂ 1:5 ₁ ₂ ₂ ₁ 1:4 2:3 2:1 2:2 2:4 2:1 2:2 1:0 ₁ ₁ 1:2 1:1 f f ₂ 2:0 ₁ ₂ 1:6 2:5 ₁ 1:3 ₁ ₁ ff₂ ₂

57 Lgt Cmm Subtrig Build a gralizd uffix tr fr T₁ ad T₂ i tim O(m). Atat ach itral d i th tr with whthr that d ha at lat laf d frm ach f T₁ ad T₂. Tak tim O(m) uig DFS. Ru a DFS vr th tr t fid th markd d with th hight trig dpth. Tak tim O(m) uig DFS Ovrall tim: O(m).

58 Lgt Cmm Exti

59 Lgt Cmm Exti Giv tw trig T₁ ad T₂ ad tart piti i ad j, th lgt cmm xti f T₁ ad T₂, tartig at piti i ad j, i th lgth f th lgt trig w that appar at piti i i T₁ ad piti j i T₂. W'll dt thi valu by LCE T₁, T₂ (i, j). Typically, T₁ ad T₂ ar fixd ad multipl (i, j) quri ar pcifid. f f

60 Lgt Cmm Exti Obrvati: LCE T₁, T₂ (i, j) i th lgth f th lgt cmm prfix f th uffix f T₁ ad T₂ tartig at piti i ad j. Th gralizd uffix tr f T₁ ad T₂ mak it ay t qury fr th uffix ad tr ifrmati abut thir cmm prfix.

61 A Obrvati ₁ ₂ 1:8 ₁ ₂ 2:7 1:7 2:6 ₁ ₂ 1:4 2:3 f ₂ f ₂ 2:1 2:2 ₁ 1:0 ₁ ₂ 1:5 2:4 ₁ ₁ 1:2 1:1 f f ₂ 2:0 ₁ ₂ 1:6 2:5 ₁ 1:3 ₁ ₁ ff₂ ₂

62 A Obrvati Ntati: Lt S[i:] dt th uffix f trig S tartig at piti i. Claim: LCE T₁, T₂ (i, j) i giv by th trig labl f th LCA f T₁[i:] ad T₂[j:] i th gralizd uffix tr f T₁ ad T₂. Ad hy... d't w hav a way f cmputig th i tim O(1)?

63 Cmputig LCE' Giv tw trig T₁ ad T₂, ctruct a gralizd uffix tr fr T₁ ad T₂ i tim O(m). Ctruct a LCA data tructur fr th gralizd uffix tr i tim O(m). U Fichr-Hu plu a Eulr tur f th d i th tr. Ca w qury fr th d rprtig th LCE i tim O(1).

64 Th Ovrall Ctructi Uig a O(m)-tim DFS, atat ach d i th uffix tr with it trig dpth. T cmput LCE: Fid th lav crrpdig t T₁[i:] ad T₂[j:]. Fid thir LCA; lt it trig dpth b d. Rprt T₁[i:i + d 1] r T₂[j:j + d 1]. Ovrall, rquir O(m) prprcig tim t upprt O(1) qury tim.

65 A Applicati: Lgt Palidrmic Subtrig

66 Palidrm A palidrm i a trig that' th am frward ad backward. A palidrmic ubtrig f a trig T i a ubtrig f T that' a palidrm. Surpriigly, f grat imprtac i cmputatial bilgy. A C T G T G A C

67 Lgt Palidrmic Subtrig Th lgt palidrmic ubtrig prblm i th fllwig: Giv a trig T, fid th lgt ubtrig f T that i a palidrm. Hw might w lv thi prblm?

68 A Iitial Ida T dal with th iu f trig gig frward ad backward, tart ff by frmig T ad T R, th rvr f T. Iitial Ida: Fid th lgt cmm ubtrig f T ad T R. Ufrtuatly, thi d't wrk: T = abbccbbabccbba T R = abbccbabbccbba Lgt cmm ubtrig: abbccb

69 Palidrm Ctr ad Radii Fr w, lt' fcu v-lgth palidrm. A v-lgth palidrm ubtrig ww R f a trig T ha a ctr ad radiu: Ctr: Th pt btw th duplicatd ctr charactr. Radiu: Th lgth f th trig gig ut i ach dircti. Ida: Fr ach ctr, fid th largt crrpdig radiu.

70 Palidrm Ctr ad Radii a b b a c c a b c c b

71 Palidrm Ctr ad Radii a b b a c c a b c c b b c c b a c c a b b a

72 A Algrithm I tim O(m), ctruct TR. Prprc T ad T R i tim O(m) t upprt LCE quri. Fr ach pt btw tw charactr i T, fid th lgt palidrm ctrd at that lcati by xcutig LCE quri th crrpdig lcati i T ad T R. Each qury tak tim O(1) if it jut rprt th lgth. Ttal tim: O(m). Rprt th lgt trig fud thi way. Ttal tim: O(m).

73 Suffix Tr: Th Catch

74 Spac Uag Suffix tr ar mmry hg. Supp Σ = {A, C, G, T, }. Each itral d d 15 machi wrd: fr ach charactr, wrd fr th tart/d idx ad a child pitr. Thi i till O(m), but it' a hug hidd ctat.

75 Cmbatig Spac Uag I 1990, Udi Mabr ad G Myr itrducd th uffix array a a pac-fficit altrativ t uffix tr. Rquir wrd pr charactr; typically, a xtra wrd i trd a wll (dtail Wdday) Ca't upprt all prati prmittd by uffix tr, but ha much bttr prfrmac. Curiu? Dtail ar xt tim!

76 Nxt Tim Suffix Array A pac-fficit altrativ t uffix tr. LCP Array A uful auxiliary data tructur fr pdig up uffix array. Ctructig Suffix Tr Hw arth d yu build uffix tr i tim O(m)? Ctructig Suffix Array Start by buildig uffix array i tim O(m)... Ctructig LCP Array ad addig i LCP array i tim O(m).

Suffix Trees ind Suffix Arriys

Suffix Trees ind Suffix Arriys Suffix Tr id Suffix Arriy Outli fr Tdiy Suffix Trf A impl diti tructur fr trig irchig. Suffix Tr A pwrful, id fxibl diti tructur fr trig ilgrithm. Suffix Array A cmpict iltritiv t uffix tr. Applfcatf f

More information

Outline for Today. A space-efficient data structure for substring searching. Converting from suffix arrays to suffix trees.

Outline for Today. A space-efficient data structure for substring searching. Converting from suffix arrays to suffix trees. Suffix Array Outli for Today Rviw from Lat Tim Suffix Array A urpriigly hlpful auxiliary tructur. Cotructig Suffix Tr A pac-fficit data tructur for ubtrig archig. LCP Array Quick rviw of uffix tr. Covrtig

More information

Lectur 22. RF and Microwave Circuit Design Γ-Plane and Smith Chart Analysis. ECE 303 Fall 2005 Farhan Rana Cornell University

Lectur 22. RF and Microwave Circuit Design Γ-Plane and Smith Chart Analysis. ECE 303 Fall 2005 Farhan Rana Cornell University ctur RF ad Micrwav Circuit Dig -Pla ad Smith Chart Aalyi I thi lctur yu will lar: -pla ad Smith Chart Stub tuig Quartr-Wav trafrmr ECE 33 Fall 5 Farha Raa Crll Uivrity V V Impdac Trafrmati i Tramii i ω

More information

(1) Then we could wave our hands over this and it would become:

(1) Then we could wave our hands over this and it would become: MAT* K285 Spring 28 Anthony Bnoit 4/17/28 Wk 12: Laplac Tranform Rading: Kohlr & Johnon, Chaptr 5 to p. 35 HW: 5.1: 3, 7, 1*, 19 5.2: 1, 5*, 13*, 19, 45* 5.3: 1, 11*, 19 * Pla writ-up th problm natly and

More information

Source code. where each α ij is a terminal or nonterminal symbol. We say that. α 1 α m 1 Bα m+1 α n α 1 α m 1 β 1 β p α m+1 α n

Source code. where each α ij is a terminal or nonterminal symbol. We say that. α 1 α m 1 Bα m+1 α n α 1 α m 1 β 1 β p α m+1 α n Adminitrivia Lctur : Paring If you do not hav a group, pla pot a rqut on Piazzza ( th Form projct tam... itm. B ur to updat your pot if you find on. W will aign orphan to group randomly in a fw day. Programming

More information

Lecture 4: Parsing. Administrivia

Lecture 4: Parsing. Administrivia Adminitrivia Lctur 4: Paring If you do not hav a group, pla pot a rqut on Piazzza ( th Form projct tam... itm. B ur to updat your pot if you find on. W will aign orphan to group randomly in a fw day. Programming

More information

Solution to 1223 The Evil Warden.

Solution to 1223 The Evil Warden. Solutio to 1 Th Evil Ward. This is o of thos vry rar PoWs (I caot thik of aothr cas) that o o solvd. About 10 of you submittd th basic approach, which givs a probability of 47%. I was shockd wh I foud

More information

Even/Odd Mode Analysis of the Wilkinson Divider

Even/Odd Mode Analysis of the Wilkinson Divider //9 Wilkinn Dividr Evn and Odd Md Analyi.dc / Evn/Odd Md Analyi f th Wilkinn Dividr Cnidr a matchd Wilkinn pwr dividr, with a urc at prt : Prt Prt Prt T implify thi chmatic, w rmv th grund plan, which

More information

Some Families of Higher Order Three-Step Iterative Techniques. where is a real number and y (5)

Some Families of Higher Order Three-Step Iterative Techniques. where is a real number and y (5) Lif Scic Jural 03;0s http://www.lifscicsit.cm Sm Familis f Highr Orr Thr-Stp Itrativ Tchiqus Nair Ahma Mir Sahr Akmal Kha Naila Rafiq Nusrut Yasmi. Dpartmt f Basic Scics Riphah Itratial Uivrsit Islamaba

More information

Worksheet: Taylor Series, Lagrange Error Bound ilearnmath.net

Worksheet: Taylor Series, Lagrange Error Bound ilearnmath.net Taylor s Thorm & Lagrag Error Bouds Actual Error This is th ral amout o rror, ot th rror boud (worst cas scario). It is th dirc btw th actual () ad th polyomial. Stps:. Plug -valu ito () to gt a valu.

More information

H2 Mathematics Arithmetic & Geometric Series ( )

H2 Mathematics Arithmetic & Geometric Series ( ) H Mathmatics Arithmtic & Gomtric Sris (08 09) Basic Mastry Qustios Arithmtic Progrssio ad Sris. Th rth trm of a squc is 4r 7. (i) Stat th first four trms ad th 0th trm. (ii) Show that th squc is a arithmtic

More information

1985 AP Calculus BC: Section I

1985 AP Calculus BC: Section I 985 AP Calculus BC: Sctio I 9 Miuts No Calculator Nots: () I this amiatio, l dots th atural logarithm of (that is, logarithm to th bas ). () Ulss othrwis spcifid, th domai of a fuctio f is assumd to b

More information

PREPARATORY MATHEMATICS FOR ENGINEERS

PREPARATORY MATHEMATICS FOR ENGINEERS CIVE 690 This qusti ppr csists f 6 pritd pgs, ch f which is idtifid by th Cd Numbr CIVE690 FORMULA SHEET ATTACHED UNIVERSITY OF LEEDS Jury 008 Emiti fr th dgr f BEg/ MEg Civil Egirig PREPARATORY MATHEMATICS

More information

Gradebook & Midterm & Office Hours

Gradebook & Midterm & Office Hours Your commnts So what do w do whn on of th r's is 0 in th quation GmM(1/r-1/r)? Do w nd to driv all of ths potntial nrgy formulas? I don't undrstand springs This was th first lctur I actually larnd somthing

More information

CDS 101: Lecture 5.1 Reachability and State Space Feedback

CDS 101: Lecture 5.1 Reachability and State Space Feedback CDS, Lctur 5. CDS : Lctur 5. Rachability ad Stat Spac Fdback Richard M. Murray ad Hido Mabuchi 5 Octobr 4 Goals: Di rachability o a cotrol systm Giv tsts or rachability o liar systms ad apply to ampls

More information

Review Exercises. 1. Evaluate using the definition of the definite integral as a Riemann Sum. Does the answer represent an area? 2

Review Exercises. 1. Evaluate using the definition of the definite integral as a Riemann Sum. Does the answer represent an area? 2 MATHEMATIS --RE Itgral alculus Marti Huard Witr 9 Rviw Erciss. Evaluat usig th dfiitio of th dfiit itgral as a Rima Sum. Dos th aswr rprst a ara? a ( d b ( d c ( ( d d ( d. Fid f ( usig th Fudamtal Thorm

More information

Bohr type models of the atom give a totally incorrect picture of the atom and are of only historical significance.

Bohr type models of the atom give a totally incorrect picture of the atom and are of only historical significance. VISUAL PHYSICS ONLIN BOHR MODL OF TH ATOM Bhr typ mdls f th atm giv a ttally icrrct pictur f th atm ad ar f ly histrical sigificac. Fig.. Bhr s platary mdl f th atm. Hwvr, th Bhr mdls wr a imprtat stp

More information

The Language of SOCIAL MEDIA. Christine Dugan

The Language of SOCIAL MEDIA. Christine Dugan Th Languag f SOCIAL MEDIA Christin Dugan Tabl f Cntnts Gt th Wrd Out...4 A Nw Kind f Languag...6 Scial Mdia Talk...12 Cnncting with Othrs...28 Changing th Dictinary...36 Glssary...42 Indx...44 Chck It

More information

The Phase Probability for Some Excited Binomial States

The Phase Probability for Some Excited Binomial States Egypt. J. Sl., Vl. 5, N., 3 Th Pha Prbability fr S Excitd Biial Stat. Darwih Faculty f Educati, Suz Caal Uivrity at Al-Arih, Egypt. I thi papr, th pha prprti i Pgg-Bartt frali ar cidrd. Th pha ditributi

More information

CDS 101: Lecture 5.1 Reachability and State Space Feedback

CDS 101: Lecture 5.1 Reachability and State Space Feedback CDS, Lctur 5. CDS : Lctur 5. Rachability ad Stat Spac Fdback Richard M. Murray 7 Octobr 3 Goals: Di rachability o a cotrol systm Giv tsts or rachability o liar systms ad apply to ampls Dscrib th dsig o

More information

All staff should All work as team to communication achieve highest should be clinical quality smooth and no in healthcare barriers should exist 4

All staff should All work as team to communication achieve highest should be clinical quality smooth and no in healthcare barriers should exist 4 rd a h u Hav y ls? f Si 1 Sils 2 av h t n Sils d in with ct cnn thr ach but k s i ris it ships t c a f In latin tin r n i nt niza a g r an within althcar sp h 3 uld h s f f All sta am t st a k r w st h

More information

ECEN 5005 Crystals, Nanocrystals and Device Applications Class 14 Group Theory For Crystals

ECEN 5005 Crystals, Nanocrystals and Device Applications Class 14 Group Theory For Crystals ECEN 5005 Cryta Naocryta ad Dvic Appicatio Ca 14 Group Thory For Cryta Spi Aguar Motu Quatu Stat of Hydrog-ik Ato Sig Ectro Cryta Fid Thory Fu Rotatio Group 1 Spi Aguar Motu Spi itriic aguar otu of ctro

More information

EE 119 Homework 6 Solution

EE 119 Homework 6 Solution EE 9 Hmwrk 6 Slutin Prr: J Bkr TA: Xi Lu Slutin: (a) Th angular magniicatin a tlcp i m / th cal lngth th bjctiv ln i m 4 45 80cm (b) Th clar aprtur th xit pupil i 35 mm Th ditanc btwn th bjctiv ln and

More information

Math 34A. Final Review

Math 34A. Final Review Math A Final Rviw 1) Us th graph of y10 to find approimat valus: a) 50 0. b) y (0.65) solution for part a) first writ an quation: 50 0. now tak th logarithm of both sids: log() log(50 0. ) pand th right

More information

ELEC 372 LECTURE NOTES, WEEK 11 Dr. Amir G. Aghdam Concordia University

ELEC 372 LECTURE NOTES, WEEK 11 Dr. Amir G. Aghdam Concordia University ELEC 37 LECTURE NOTES, WEE Dr Amir Aghdam Cncrdia Univrity Part f th nt ar adaptd frm th matrial in th fllwing rfrnc: Mdrn Cntrl Sytm by Richard C Drf and Rbrt H Bihp, Prntic Hall Fdback Cntrl f Dynamic

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 301 Signals & Systms Prof. Mark Fowlr ot St #21 D-T Signals: Rlation btwn DFT, DTFT, & CTFT 1/16 W can us th DFT to implmnt numrical FT procssing This nabls us to numrically analyz a signal to find

More information

ALOHA Product no.: 03007

ALOHA Product no.: 03007 EN s l d m S vrsatil, s yu! Yur styl is vry prsal as is yur MySpdy. Attach f ths trdy spdmtrs t yur bik ad shw vry wh yu rally ar. Satch up yur favrit dsig ad xprss yur idividuality mr tha vr wh ut ad

More information

Helping you learn to save. Pigby s tips and tricks

Helping you learn to save. Pigby s tips and tricks Hlpg yu lan t av Pigby tip and tick Hlpg vy littl av Pigby ha bn tachg hi find all abut ny and hw t av f what ty want. Tuffl i avg f a nw tappy bubbl d and Pi can t wait t b abl t buy nw il pat. Pigby

More information

Roadmap. XML Indexing. DataGuide example. DataGuides. Strong DataGuides. Multiple DataGuides for same data. CPS Topics in Database Systems

Roadmap. XML Indexing. DataGuide example. DataGuides. Strong DataGuides. Multiple DataGuides for same data. CPS Topics in Database Systems Roadmap XML Indxing CPS 296.1 Topics in Databas Systms Indx fabric Coopr t al. A Fast Indx for Smistructurd Data. VLDB, 2001 DataGuid Goldman and Widom. DataGuids: Enabling Qury Formulation and Optimization

More information

cycle that does not cross any edges (including its own), then it has at least

cycle that does not cross any edges (including its own), then it has at least W prov th following thorm: Thorm If a K n is drawn in th plan in such a way that it has a hamiltonian cycl that dos not cross any dgs (including its own, thn it has at last n ( 4 48 π + O(n crossings Th

More information

LECTURE 5 Guassian Wave Packet

LECTURE 5 Guassian Wave Packet LECTURE 5 Guassian Wav Pact 1.5 Eampl f a guassian shap fr dscribing a wav pact Elctrn Pact ψ Guassian Assumptin Apprimatin ψ As w hav sn in QM th wav functin is ftn rprsntd as a Furir transfrm r sris.

More information

KISS: A Bit Too Simple. Greg Rose

KISS: A Bit Too Simple. Greg Rose KI: A Bit Too impl Grg Ros ggr@qualcomm.com Outli KI radom umbr grator ubgrators Efficit attack N KI ad attack oclusio PAGE 2 O approach to PRNG scurity "A radom umbr grator is lik sx: Wh it's good, its

More information

Chapter Five. More Dimensions. is simply the set of all ordered n-tuples of real numbers x = ( x 1

Chapter Five. More Dimensions. is simply the set of all ordered n-tuples of real numbers x = ( x 1 Chatr Fiv Mor Dimsios 51 Th Sac R W ar ow rard to mov o to sacs of dimsio gratr tha thr Ths sacs ar a straightforward gralizatio of our Euclida sac of thr dimsios Lt b a ositiv itgr Th -dimsioal Euclida

More information

DTFT Properties. Example - Determine the DTFT Y ( e ) of n. Let. We can therefore write. From Table 3.1, the DTFT of x[n] is given by 1

DTFT Properties. Example - Determine the DTFT Y ( e ) of n. Let. We can therefore write. From Table 3.1, the DTFT of x[n] is given by 1 DTFT Proprtis Exampl - Dtrmi th DTFT Y of y α µ, α < Lt x α µ, α < W ca thrfor writ y x x From Tabl 3., th DTFT of x is giv by ω X ω α ω Copyright, S. K. Mitra Copyright, S. K. Mitra DTFT Proprtis DTFT

More information

Strongly Connected Components

Strongly Connected Components Strongly Connctd Componnts Lt G = (V, E) b a dirctd graph Writ if thr is a path from to in G Writ if and is an quivalnc rlation: implis and implis s quivalnc classs ar calld th strongly connctd componnts

More information

section 1 Influencing Change Toolkit How to: Influence People

section 1 Influencing Change Toolkit How to: Influence People Influncing Chang Tlkit Hw t: Influnc Ppl Influncing ppl mans having an ffct n thm, changing r mdifying thir viw. In rdr t influnc chang, w nd t influnc th ppl wh ar in a psitin t mak that chang happn.

More information

ECE602 Exam 1 April 5, You must show ALL of your work for full credit.

ECE602 Exam 1 April 5, You must show ALL of your work for full credit. ECE62 Exam April 5, 27 Nam: Solution Scor: / This xam is closd-book. You must show ALL of your work for full crdit. Plas rad th qustions carfully. Plas chck your answrs carfully. Calculators may NOT b

More information

Engineering Differential Equations Practice Final Exam Solutions Fall 2011

Engineering Differential Equations Practice Final Exam Solutions Fall 2011 9.6 Enginring Diffrntial Equation Practic Final Exam Solution Fall 0 Problm. (0 pt.) Solv th following initial valu problm: x y = xy, y() = 4. Thi i a linar d.. bcau y and y appar only to th firt powr.

More information

A Simple Proof that e is Irrational

A Simple Proof that e is Irrational Two of th most bautiful ad sigificat umbrs i mathmatics ar π ad. π (approximatly qual to 3.459) rprsts th ratio of th circumfrc of a circl to its diamtr. (approximatly qual to.788) is th bas of th atural

More information

COMPSCI 230 Discrete Math Trees March 21, / 22

COMPSCI 230 Discrete Math Trees March 21, / 22 COMPSCI 230 Dict Math Mach 21, 2017 COMPSCI 230 Dict Math Mach 21, 2017 1 / 22 Ovviw 1 A Simpl Splling Chck Nomnclatu 2 aval Od Dpth-it aval Od Badth-it aval Od COMPSCI 230 Dict Math Mach 21, 2017 2 /

More information

Modern Physics. Unit 5: Schrödinger s Equation and the Hydrogen Atom Lecture 5.6: Energy Eigenvalues of Schrödinger s Equation for the Hydrogen Atom

Modern Physics. Unit 5: Schrödinger s Equation and the Hydrogen Atom Lecture 5.6: Energy Eigenvalues of Schrödinger s Equation for the Hydrogen Atom Mdrn Physics Unit 5: Schrödingr s Equatin and th Hydrgn Atm Lctur 5.6: Enrgy Eignvalus f Schrödingr s Equatin fr th Hydrgn Atm Rn Rifnbrgr Prfssr f Physics Purdu Univrsity 1 Th allwd nrgis E cm frm th

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordiary Diffrtial Equatio Aftr radig thi chaptr, you hould b abl to:. dfi a ordiary diffrtial quatio,. diffrtiat btw a ordiary ad partial diffrtial quatio, ad. Solv liar ordiary diffrtial quatio with fid

More information

If σis unknown. Properties of t distribution. 6.3 One and Two Sample Inferences for Means. What is the correct multiplier? t

If σis unknown. Properties of t distribution. 6.3 One and Two Sample Inferences for Means. What is the correct multiplier? t /8/009 6.3 Oe a Tw Samle Iferece fr Mea If i kw a 95% Cfiece Iterval i 96 ±.96 96.96 ± But i ever kw. If i ukw Etimate by amle taar eviati The etimate taar errr f the mea will be / Uig the etimate taar

More information

Session : Plasmas in Equilibrium

Session : Plasmas in Equilibrium Sssio : Plasmas i Equilibrium Ioizatio ad Coductio i a High-prssur Plasma A ormal gas at T < 3000 K is a good lctrical isulator, bcaus thr ar almost o fr lctros i it. For prssurs > 0.1 atm, collisio amog

More information

On a problem of J. de Graaf connected with algebras of unbounded operators de Bruijn, N.G.

On a problem of J. de Graaf connected with algebras of unbounded operators de Bruijn, N.G. O a problm of J. d Graaf coctd with algbras of uboudd oprators d Bruij, N.G. Publishd: 01/01/1984 Documt Vrsio Publishr s PDF, also kow as Vrsio of Rcord (icluds fial pag, issu ad volum umbrs) Plas chck

More information

ph People Grade Level: basic Duration: minutes Setting: classroom or field site

ph People Grade Level: basic Duration: minutes Setting: classroom or field site ph Popl Adaptd from: Whr Ar th Frogs? in Projct WET: Curriculum & Activity Guid. Bozman: Th Watrcours and th Council for Environmntal Education, 1995. ph Grad Lvl: basic Duration: 10 15 minuts Stting:

More information

Final Exam : Solutions

Final Exam : Solutions Comp : Algorihm and Daa Srucur Final Exam : Soluion. Rcuriv Algorihm. (a) To bgin ind h mdian o {x, x,... x n }. Sinc vry numbr xcp on in h inrval [0, n] appar xacly onc in h li, w hav ha h mdian mu b

More information

MONTGOMERY COLLEGE Department of Mathematics Rockville Campus. 6x dx a. b. cos 2x dx ( ) 7. arctan x dx e. cos 2x dx. 2 cos3x dx

MONTGOMERY COLLEGE Department of Mathematics Rockville Campus. 6x dx a. b. cos 2x dx ( ) 7. arctan x dx e. cos 2x dx. 2 cos3x dx MONTGOMERY COLLEGE Dpartmt of Mathmatics Rockvill Campus MATH 8 - REVIEW PROBLEMS. Stat whthr ach of th followig ca b itgratd by partial fractios (PF), itgratio by parts (PI), u-substitutio (U), or o of

More information

ln x = n e = 20 (nearest integer)

ln x = n e = 20 (nearest integer) H JC Prlim Solutios 6 a + b y a + b / / dy a b 3/ d dy a b at, d Giv quatio of ormal at is y dy ad y wh. d a b () (,) is o th curv a+ b () y.9958 Qustio Solvig () ad (), w hav a, b. Qustio d.77 d d d.77

More information

LECTURE 13 Filling the bands. Occupancy of Available Energy Levels

LECTURE 13 Filling the bands. Occupancy of Available Energy Levels LUR 3 illig th bads Occupacy o Availabl rgy Lvls W hav dtrmid ad a dsity o stats. W also d a way o dtrmiig i a stat is illd or ot at a giv tmpratur. h distributio o th rgis o a larg umbr o particls ad

More information

Brief Introduction to Statistical Mechanics

Brief Introduction to Statistical Mechanics Brif Introduction to Statistical Mchanics. Purpos: Ths nots ar intndd to provid a vry quick introduction to Statistical Mchanics. Th fild is of cours far mor vast than could b containd in ths fw pags.

More information

6. Negative Feedback in Single- Transistor Circuits

6. Negative Feedback in Single- Transistor Circuits Lctur 8: Intrductin t lctrnic analg circuit 36--366 6. Ngativ Fdback in Singl- Tranitr ircuit ugn Paprn, 2008 Our aim i t tudy t ffct f ngativ fdback n t mall-ignal gain and t mall-ignal input and utput

More information

Consider serial transmission. In Proakis notation, we receive

Consider serial transmission. In Proakis notation, we receive 5..3 Dciio-Dirctd Pha Trackig [P 6..4] 5.-1 Trackr commoly work o radom data igal (plu oi), o th kow-igal modl do ot apply. W till kow much about th tructur o th igal, though, ad w ca xploit it. Coidr

More information

PURE MATHEMATICS A-LEVEL PAPER 1

PURE MATHEMATICS A-LEVEL PAPER 1 -AL P MATH PAPER HONG KONG EXAMINATIONS AUTHORITY HONG KONG ADVANCED LEVEL EXAMINATION PURE MATHEMATICS A-LEVEL PAPER 8 am am ( hours) This papr must b aswrd i Eglish This papr cosists of Sctio A ad Sctio

More information

PHYS-333: Problem set #2 Solutions

PHYS-333: Problem set #2 Solutions PHYS-333: Problm st #2 Solutions Vrsion of March 5, 2016. 1. Visual binary 15 points): Ovr a priod of 10 yars, two stars sparatd by an angl of 1 arcsc ar obsrvd to mov through a full circl about a point

More information

ANOVA- Analyisis of Variance

ANOVA- Analyisis of Variance ANOVA- Aalii of Variac CS 700 Comparig altrativ Comparig two altrativ u cofidc itrval Comparig mor tha two altrativ ANOVA Aali of Variac Comparig Mor Tha Two Altrativ Naïv approach Compar cofidc itrval

More information

Washington State University

Washington State University he 3 Ktics ad Ractor Dsig Sprg, 00 Washgto Stat Uivrsity Dpartmt of hmical Egrg Richard L. Zollars Exam # You will hav o hour (60 muts) to complt this xam which cosists of four (4) problms. You may us

More information

European Business Confidence Survey December 2012 Positive expectations for 2013

European Business Confidence Survey December 2012 Positive expectations for 2013 Dcmbr 2012 Erpa Bsiss Cfic rv Dcmbr 2012 Psitiv xpctatis fr 2013 Lasrp a Ivigrs EMEA hav rctl cmplt thir latst Erpa Bsiss Cfic rv. Th fiigs sggst a psitiv start t 2013 a a mr ptimistic tlk cmpar t that

More information

(Reference: sections in Silberberg 5 th ed.)

(Reference: sections in Silberberg 5 th ed.) ALE. Atomic Structur Nam HEM K. Marr Tam No. Sctio What is a atom? What is th structur of a atom? Th Modl th structur of a atom (Rfrc: sctios.4 -. i Silbrbrg 5 th d.) Th subatomic articls that chmists

More information

DFT: Discrete Fourier Transform

DFT: Discrete Fourier Transform : Discrt Fourir Trasform Cogruc (Itgr modulo m) I this sctio, all lttrs stad for itgrs. gcd m, = th gratst commo divisor of ad m Lt d = gcd(,m) All th liar combiatios r s m of ad m ar multils of d. a b

More information

Today is. first we went to the park, and then we went to the library

Today is. first we went to the park, and then we went to the library dhlpr Nam: Today is. Novmbr Dcmbr Jauary Fix th stc. first w wt to th park, ad th w wt to th library qustio hopful Writ th words ito th boxs. umbrs stc childr wkd Writ th hidd word. Start at o lttr ad

More information

O QP P. Limit Theorems. p and to see if it will be less than a pre-assigned number,. p n

O QP P. Limit Theorems. p and to see if it will be less than a pre-assigned number,. p n Limit Trms W ft av t d fr apprximatis w gts vry larg. Fr xampl, smtims fidig t prbability distributis f radm variabls lad t utractabl matmatical prblms. W ca s tat t distributi fr crtai fuctis f a radm

More information

+ x. x 2x. 12. dx. 24. dx + 1)

+ x. x 2x. 12. dx. 24. dx + 1) INTEGRATION of FUNCTION of ONE VARIABLE INDEFINITE INTEGRAL Fidig th idfiit itgrals Rductio to basic itgrals, usig th rul f ( ) f ( ) d =... ( ). ( )d. d. d ( ). d. d. d 7. d 8. d 9. d. d. d. d 9. d 9.

More information

Chapter 2 Infinite Series Page 1 of 11. Chapter 2 : Infinite Series

Chapter 2 Infinite Series Page 1 of 11. Chapter 2 : Infinite Series Chatr Ifiit Sris Pag of Sctio F Itgral Tst Chatr : Ifiit Sris By th d of this sctio you will b abl to valuat imror itgrals tst a sris for covrgc by alyig th itgral tst aly th itgral tst to rov th -sris

More information

Linear Algebra Existence of the determinant. Expansion according to a row.

Linear Algebra Existence of the determinant. Expansion according to a row. Lir Algbr 2270 1 Existc of th dtrmit. Expsio ccordig to row. W dfi th dtrmit for 1 1 mtrics s dt([]) = (1) It is sy chck tht it stisfis D1)-D3). For y othr w dfi th dtrmit s follows. Assumig th dtrmit

More information

Statistics 3858 : Likelihood Ratio for Exponential Distribution

Statistics 3858 : Likelihood Ratio for Exponential Distribution Statistics 3858 : Liklihood Ratio for Expotial Distributio I ths two xampl th rjctio rjctio rgio is of th form {x : 2 log (Λ(x)) > c} for a appropriat costat c. For a siz α tst, usig Thorm 9.5A w obtai

More information

Another Explanation of the Cosmological Redshift. April 6, 2010.

Another Explanation of the Cosmological Redshift. April 6, 2010. Anthr Explanatin f th Csmlgical Rdshift April 6, 010. Jsé Francisc García Juliá C/ Dr. Marc Mrncian, 65, 5. 4605 Valncia (Spain) E-mail: js.garcia@dival.s h lss f nrgy f th phtn with th tim by missin f

More information

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0 unction Spacs Prrquisit: Sction 4.7, Coordinatization n this sction, w apply th tchniqus of Chaptr 4 to vctor spacs whos lmnts ar functions. Th vctor spacs P n and P ar familiar xampls of such spacs. Othr

More information

Frequency Response. Lecture #12 Chapter 10. BME 310 Biomedical Computing - J.Schesser

Frequency Response. Lecture #12 Chapter 10. BME 310 Biomedical Computing - J.Schesser Frquncy Rspns Lcur # Chapr BME 3 Bimdical Cmpuing - J.Schssr 99 Idal Filrs W wan sudy Hω funcins which prvid frquncy slciviy such as: Lw Pass High Pass Band Pass Hwvr, w will lk a idal filring, ha is,

More information

Homework #3. 1 x. dx. It therefore follows that a sum of the

Homework #3. 1 x. dx. It therefore follows that a sum of the Danil Cannon CS 62 / Luan March 5, 2009 Homwork # 1. Th natural logarithm is dfind by ln n = n 1 dx. It thrfor follows that a sum of th 1 x sam addnd ovr th sam intrval should b both asymptotically uppr-

More information

Derivation of Electron-Electron Interaction Terms in the Multi-Electron Hamiltonian

Derivation of Electron-Electron Interaction Terms in the Multi-Electron Hamiltonian Drivation of Elctron-Elctron Intraction Trms in th Multi-Elctron Hamiltonian Erica Smith Octobr 1, 010 1 Introduction Th Hamiltonian for a multi-lctron atom with n lctrons is drivd by Itoh (1965) by accounting

More information

. This is made to keep the kinetic energy at outlet a minimum.

. This is made to keep the kinetic energy at outlet a minimum. Runnr Francis Turbin Th shap th blads a Francis runnr is cmplx. Th xact shap dpnds n its spciic spd. It is bvius rm th quatin spciic spd (Eq.5.8) that highr spciic spd mans lwr had. This rquirs that th

More information

Pupil / Class Record We can assume a word has been learned when it has been either tested or used correctly at least three times.

Pupil / Class Record We can assume a word has been learned when it has been either tested or used correctly at least three times. 2 Pupi / Css Rr W ssum wr hs b r wh i hs b ihr s r us rry s hr ims. Nm: D Bu: fr i bus brhr u firs hf hp hm s uh i iv iv my my mr muh m w ih w Tik r pp push pu sh shu sisr s sm h h hir hr hs im k w vry

More information

Chapter (8) Estimation and Confedence Intervals Examples

Chapter (8) Estimation and Confedence Intervals Examples Chaptr (8) Estimatio ad Cofdc Itrvals Exampls Typs of stimatio: i. Poit stimatio: Exampl (1): Cosidr th sampl obsrvatios, 17,3,5,1,18,6,16,10 8 X i i1 17 3 5 118 6 16 10 116 X 14.5 8 8 8 14.5 is a poit

More information

Granite Bay Grinder. Folsom Lake Recreation Area. Saturday, March 19 th North Conference Sunday, March 20 th South Conference.

Granite Bay Grinder. Folsom Lake Recreation Area. Saturday, March 19 th North Conference Sunday, March 20 th South Conference. it Bay Grir Flsm Lak Rcrati Ara Saturay, March 19 th Nrth Cfrc Suay, March 0 th Suth Cfrc This vu is ial fr rirs a spctatrs alik. Th curs will mstly b sigltrack thrugh trs a tall grass, alg with th sa

More information

Coulomb s Law Worksheet Solutions

Coulomb s Law Worksheet Solutions PHLYZIS ulb Law Wrkht Slutin. w charg phr 0 c apart attract ach thr with a frc f 3.0 0 6 N. What frc rult fr ach f th fllwing chang, cnir paratly? a Bth charg ar ubl an th itanc rain th a. b An uncharg,

More information

MATH Midterm Examination Victor Matveev October 26, 2016

MATH Midterm Examination Victor Matveev October 26, 2016 MATH 33- Midterm Examiati Victr Matveev Octber 6, 6. (5pts, mi) Suppse f(x) equals si x the iterval < x < (=), ad is a eve peridic extesi f this fucti t the rest f the real lie. Fid the csie series fr

More information

MSLC Math 151 WI09 Exam 2 Review Solutions

MSLC Math 151 WI09 Exam 2 Review Solutions Eam Rviw Solutions. Comput th following rivativs using th iffrntiation ruls: a.) cot cot cot csc cot cos 5 cos 5 cos 5 cos 5 sin 5 5 b.) c.) sin( ) sin( ) y sin( ) ln( y) ln( ) ln( y) sin( ) ln( ) y y

More information

u 3 = u 3 (x 1, x 2, x 3 )

u 3 = u 3 (x 1, x 2, x 3 ) Lctur 23: Curvilinar Coordinats (RHB 8.0 It is oftn convnint to work with variabls othr than th Cartsian coordinats x i ( = x, y, z. For xampl in Lctur 5 w mt sphrical polar and cylindrical polar coordinats.

More information

Discrete Fourier Transform. Nuno Vasconcelos UCSD

Discrete Fourier Transform. Nuno Vasconcelos UCSD Discrt Fourir Trasform uo Vascoclos UCSD Liar Shift Ivariat (LSI) systms o of th most importat cocpts i liar systms thory is that of a LSI systm Dfiitio: a systm T that maps [ ito y[ is LSI if ad oly if

More information

INTEGRATION BY PARTS

INTEGRATION BY PARTS Mathmatics Rvision Guids Intgration by Parts Pag of 7 MK HOME TUITION Mathmatics Rvision Guids Lvl: AS / A Lvl AQA : C Edcl: C OCR: C OCR MEI: C INTEGRATION BY PARTS Vrsion : Dat: --5 Eampls - 6 ar copyrightd

More information

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information

priority queue ADT heaps 1

priority queue ADT heaps 1 COMP 250 Lctur 23 priority quu ADT haps 1 Nov. 1/2, 2017 1 Priority Quu Li a quu, but now w hav a mor gnral dinition o which lmnt to rmov nxt, namly th on with highst priority..g. hospital mrgncy room

More information

3 2x. 3x 2. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

3 2x. 3x 2.   Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Math B Intgration Rviw (Solutions) Do ths intgrals. Solutions ar postd at th wbsit blow. If you hav troubl with thm, sk hlp immdiatly! () 8 d () 5 d () d () sin d (5) d (6) cos d (7) d www.clas.ucsb.du/staff/vinc

More information

07 - SEQUENCES AND SERIES Page 1 ( Answers at he end of all questions ) b, z = n

07 - SEQUENCES AND SERIES Page 1 ( Answers at he end of all questions ) b, z = n 07 - SEQUENCES AND SERIES Pag ( Aswrs at h d of all qustios ) ( ) If = a, y = b, z = c, whr a, b, c ar i A.P. ad = 0 = 0 = 0 l a l

More information

More Foundations. Undirected Graphs. Degree. A Theorem. Graphs, Products, & Relations

More Foundations. Undirected Graphs. Degree. A Theorem. Graphs, Products, & Relations Mr Funtins Grphs, Pruts, & Rltins Unirt Grphs An unirt grph is pir f 1. A st f ns 2. A st f gs (whr n g is st f tw ns*) Friy, Sptmr 2, 2011 Ring: Sipsr 0.2 ginning f 0.4; Stughtn 1.1.5 ({,,,,}, {{,}, {,},

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

Markov processes and the Kolmogorov equations

Markov processes and the Kolmogorov equations Chapter 6 Markv prcesses ad the Klmgrv equatis 6. Stchastic Differetial Equatis Csider the stchastic differetial equati: dx(t) =a(t X(t)) dt + (t X(t)) db(t): (SDE) Here a(t x) ad (t x) are give fuctis,

More information

Alpha and beta decay equation practice

Alpha and beta decay equation practice Alpha and bta dcay quation practic Introduction Alpha and bta particls may b rprsntd in quations in svral diffrnt ways. Diffrnt xam boards hav thir own prfrnc. For xampl: Alpha Bta α β alpha bta Dspit

More information

Bifurcation Theory. , a stationary point, depends on the value of α. At certain values

Bifurcation Theory. , a stationary point, depends on the value of α. At certain values Dnamic Macroconomic Thor Prof. Thomas Lux Bifurcation Thor Bifurcation: qualitativ chang in th natur of th solution occurs if a paramtr passs through a critical point bifurcation or branch valu. Local

More information

Week 3: Connected Subgraphs

Week 3: Connected Subgraphs Wk 3: Connctd Subgraphs Sptmbr 19, 2016 1 Connctd Graphs Path, Distanc: A path from a vrtx x to a vrtx y in a graph G is rfrrd to an xy-path. Lt X, Y V (G). An (X, Y )-path is an xy-path with x X and y

More information

Probability & Statistics,

Probability & Statistics, Probability & Statistics, BITS Pilai K K Birla Goa Campus Dr. Jajati Kshari Sahoo Dpartmt of Mathmatics BITS Pilai, K K Birla Goa Campus Poisso Distributio Poisso Distributio: A radom variabl X is said

More information

CS 361 Meeting 12 10/3/18

CS 361 Meeting 12 10/3/18 CS 36 Mting 2 /3/8 Announcmnts. Homwork 4 is du Friday. If Friday is Mountain Day, homwork should b turnd in at my offic or th dpartmnt offic bfor 4. 2. Homwork 5 will b availabl ovr th wknd. 3. Our midtrm

More information

CPE702 Algorithm Analysis and Design Week 11 String Processing

CPE702 Algorithm Analysis and Design Week 11 String Processing CPE702 Agorithm Anaysis and Dsign Wk 11 String Procssing Prut Boonma prut@ng.cmu.ac.th Dpartmnt of Computr Enginring Facuty of Enginring, Chiang Mai Univrsity Basd on Sids by M.T. Goodrich and R. Tamassia

More information

in dust whoever knee mothers yearning our neigh rest frog sit hour shake full trying

in dust whoever knee mothers yearning our neigh rest frog sit hour shake full trying Wrt a shrt stry. Us as may f ths wrds as yu ca. Crcl ach wrd th wrd b that appars yur stry. dust whvr k mthrs yarg ur gh rst frg st hur shak full tryg Cmplt ach aalgy wth th bst wrd. at ght lgs chckrs

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information

Time : 1 hr. Test Paper 08 Date 04/01/15 Batch - R Marks : 120

Time : 1 hr. Test Paper 08 Date 04/01/15 Batch - R Marks : 120 Tim : hr. Tst Papr 8 D 4//5 Bch - R Marks : SINGLE CORRECT CHOICE TYPE [4, ]. If th compl umbr z sisfis th coditio z 3, th th last valu of z is qual to : z (A) 5/3 (B) 8/3 (C) /3 (D) o of ths 5 4. Th itgral,

More information

From Elimination to Belief Propagation

From Elimination to Belief Propagation School of omputr Scinc Th lif Propagation (Sum-Product lgorithm Probabilistic Graphical Modls (10-708 Lctur 5, Sp 31, 2007 Rcptor Kinas Rcptor Kinas Kinas X 5 ric Xing Gn G T X 6 X 7 Gn H X 8 Rading: J-hap

More information

Types of Communication

Types of Communication Tps f Cmmunicatin Analg: cntinuus ariabls with nis {rrr 0} 0 (imprfct) Digital: dcisins, discrt chics, quantizd, nis {rrr} 0 (usuall prfct) Mssag S, S, r S M Mdulatr (t) channl; adds nis and distrtin M-ar

More information