A New Competitive Ratio for Network Applications with Hard Performance Guarantees

Size: px
Start display at page:

Download "A New Competitive Ratio for Network Applications with Hard Performance Guarantees"

Transcription

1 A Nw Compttv Rato for Ntwork Applcatons wth Hard Prformanc Guarants Han Dng Dpartmnt of ECE Txas A&M Unvrsty Collg Staton, TX 77840, USA Emal: I-Hong Hou Dpartmnt of ECE Txas A&M Unvrsty Collg Staton, TX 77840, USA Emal: Abstract Ntwork applcatons n hghly mobl systms nd to mploy onln algorthms that do not rly on prcs prdctons about futur vnts In ordr to mt hard prformanc guarants n th prsnc of unknown futur vnts, common practc s to add rdundancy to th systms In ths papr, w dfn a nw compttv rato that rflcts th amount of rdundancy ndd to nsur som gvn prformanc guarants W study two spcal applcatons, namly, onln ob allocatons n cloud computng and onln schdulng n dlayd mobl offloadng, and propos onln algorthms for ach of thm W prov that our algorthms ar optmal By comparng our algorthms wth commonly usd othr polcs, w also show that our polcs nd much lss rdundancy than thos commonly usd polcs to provd th sam dgr of prformanc guarants I INTRODUCTION Many xstng studs us compttv rato to valuat th prformanc of onln algorthm that nds to mak dcsons wthout any knowldg of futur vnts Tradtonally, compttv rato s dfnd as th worst-cas rato btwn th prformanc of an onln algorthm, and that of th optmal soluton For xampl, Moharr, and Sanghav and Shakkotta [] hav studd th compttv ratos of onln polcs for ob allocatons n cloud computng, and proposd an onln algorthm that guarants to allocat as many obs as th optmal polcy Mao, Koksal, and Shroff [2] hav studd th packt schdulng problm n mult-hop ntworks wth nd-to-nd dadln guarants Thy proposd an onln schdulng polcy that has a compttv rato of O(P logp), manng that th polcy s guarantd to dlvr /O(P logp) as many packts as th optmal polcy, whr P s th lngth of th longst path n th ntwork Whl xstng studs on compttv ratos rval mportant nsghts about onln algorthms, thy ar nsuffcnt to captur srvc rqurmnts of many mrgng ntwork applcatons For xampl, by only guarantng to allocat 63% as many obs as th optmal polcy, th algorthm n [] may nd to drop up to 37% of obs In a ntwork whos longst path has lngth 0, th polcy n [2] may drop mor than 90% of packts Most mrgng ntwork applcatons cannot survv such hgh drop ratos In ordr to mt th strngnt srvc rqurmnt of ntwork applcatons, currnt practc s to add mor rdundancy to th systm, such as ncrasng th numbr of srvrs n data cntrs, and ncrasng ntwork bandwdth Motvatd by ths obsrvaton, w dfn a nw compttv rato that capturs th mnmum amount of rdundancy ndd to provd a crtan dgr of srvc guarants Our rcnt studs [3], [4] hav valuatd compttv ratos of onln algorthms for two spcfc applcatons: onln ob allocaton n cloud computng, and onln packt schdulng for dlayd mobl offloadng W dmonstrat that both applcatons can b formulatd as lnar programmng problms that bar som smlarts wth th wll-studd onln packng problm [5] For both applcatons, addng rdundancy nto th systm s quvalnt to rlaxng som constrants n thr corrspondng lnar programmng problms W thn propos onln algorthms and dmonstrat that thy ar optmal, or clos to optmal, n vw of our nw dfnton of compttv rato Ths papr provds a brf ovrvw of th studd applcatons and th tchncal approach of valuatng th nw compttv rato II AN EXAMPLE OF ONLINE PACKING PROBLEM WITH STANDARD COMPETITIVE RATIO ANALYSIS W frst gv an ovrvw of th basc prmal-dual approach for studyng th compttv rato W focus on th ad-aucton problm, whch s a spcal cas of th onln packng problm [5] Thr ar a st of n buyrs, and ach buyr has a budgt of B() Sllr has a collcton of m products whch arrvs on by on Whn a product arrvs, ach buyr wll provd ts bd b(, ) for ths product Th sllr chooss a buyr and slls th product to t wth prc b(,) W us y(,) to b th ndcator functon that product s sold to buyr Th goal s to maxmz th total rvnu of th sllr Thr ar two constrants of th problm Frst, buyrs cannot spnd mor than thr budgts Scond,

2 ach product cannot b allocatd to mor than on buyr Thus w hav th followng lnar programmng: Packng Max b(, )y(, ) () st, Th dual of Packng s: Covrng b(,)y(,) B(), n, (2) y(,), m, (3) y(,) 0,, (4) Mn B()x()+ z() (5) st b(,)x()+z() b(,),,, (6) x(),z() 0,, (7) Whn a nw product arrvs, a nw st of constants b(,) appar for th Packng problm, and th sllr nds to dtrmn a nw st of varabls y(,) At th man tm, a nw st of constrants n th form of (6) appar for th Covrng problm, and th sllr nds to dtrmn a nw st of varabls z() and updats xstng ons x() It s wll-known that any fasbl soluton of Covrng has an obctv functon, B()x()+ z(), that s no smallr than that of th optmal soluton of Packng Th standard prmal-dual approach ams to dtrmn and updat varabls x(),y(,) and z() so as to mantan a dsrabl rato btwn ts solutons to Covrng and Packng A dtald dscrpton of th approach s shown n Algorthm Algorthm Algorthm for Onln Ad-aucton Problm : Intally, x = 0, y = 0 2: for ach nw product do 3: argmax b(,)( x()) 4: f x( ) < thn 5: z() b(,)( x( )) 6: x( ) x( )(+ b(,) B( ) )+ b(,) (c ) B( ) 7: y(,) 8: Product s assgnd to buyr, charg th buyr th mnmum btwn b(,) and ts rmanng budgt Thorm ( [5]): Algorthm s ( /c)( Q max )- compttv, whr c = ( + Q max ) ( Qmax ), Q max = max, { b(,) B() } Whn Q max 0, th compttv rato gos to ( /) III ONLINE JOB ALLOCATION WITH HARD ALLOCATION RATIO REQUIREMENT In ths scton, w dscuss th onln ob allocaton problm for cloud computng For xampl, n YouTub, or Ntflx, ach vdo s rplcatd only n a small numbr of srvrs, and ach srvr can only srv a lmtd numbr of strams smultanously Whn a usr maks a rqust to watch a vdo, a srvr wll b slctd for ths rqust If no srvr can procss ths rqust, th rqust s droppd, whch can sgnfcantly mpact usr satsfacton Th systm prformanc dpnds on th numbr of rqusts that can b allocatd For cloud computng, mrly achvng a compttv rato of ( /) s not accptabl, as vn a small porton of droppd rqusts can rsult n sgnfcant rvnu loss Thrfor, w nd a dffrnt concpt of compttv rato to valuat onln polcs A Systm Modl W formulat th problm of maxmzng th numbr of allocatd rqusts as a lnar programmng problm W us J to dnot th st of srvrs, and I = {,2,} to dnot th arrval squnc of obs A srvr has a total amount of C unts capacty Each ob can b srvd by a subst of srvrs If K =, thn ob can b srvd by srvr ; othrws, cannot b srvd by Th corrspondng srvr subst s rvald whn ob arrvs Th systm thr allocats t to a srvr or drop t If ob s allocatd to srvr, thn ob taks on unt of capacty n W us X to dnot th assgnmnt of th obs If X =, thn ob s assgnd to srvr If X = 0, ob s not assgnd to srvr Smlarly to scton II, w can us lnar programmng to formulat ths problm Allocaton: Max K X (8) st K X C, J, (9) K X, I, (0) X 0, I, J () In ordr to allocat a hgh rato of all rqusts wthout knowng any nformaton about futur rqusts, currnt practc s to ncras th capacty of srvrs by addng rdundancy Suppos that th systm capacty s ncrasd by R tms Thn th problm of maxmzng th numbr of srvd obs can b formulatd as follows: Allocaton(R): Max K X (2) st K X RC, J, (3) K X, I, (4) X 0, I, J (5)

3 W valuat th prformanc of onln polcs by comparng th numbr of allocatd obs undr onln polcy wth R tms th srvrs capacty aganst that undr offln polcy wth unt capacty Spcfcally, gvn K and {C }, lt Γ opt b th optmal valu of K X n Allocaton, and Γ η (R) b th valu of K X n Allocaton(R) undr polcy η W dfn th compttv rato as follows: Dfnton : An onln polcy η s sad to b (R,θ)- compttv f thr xsts a functon Θ(C mn ) such that for all {K } and {C } wth C C mn, Γ opt /Γ η (R) Θ(C mn ), and Θ(C mn ) θ as C mn B Schdulng Polcy In ths scton, w wll propos an onln polcy for th onln allocaton problm usng prmal dual mthod as ntroducd n Scton II Th dual problm of Allocaton can b wrttn as: Dual(Allocaton): Mn C α + β, (6) st α +β, I,K = (7) α 0,, (8) β 0,, (9) Intally, th systm sts α, β, and X to b 0 Whn a ob arrvs, th polcy chcks th valus of α for all srvr wth K =, and slcts srvr whch has th mnmum valu of α If α <, ob s allocatd to srvr, and α wll b ncrasng y ba crtan rato as α (+ ) +, whr d = (+/C ) RC, C (d )C for all Th valu of d s chosn to achv th optmal compttv rato If α, ob s dscardd Th polcy s shown as Algorthm 2 [3] Algorthm 2 PD Algorthm for Onln Job Allocaton : Intally, α = 0, β = 0, X = 0 2: d (+/C ) RC, 3: for ach arrvng ob do 4: argmn K=α 5: f α < thn 6: β α 7: α α (+ )+ C (d )C 8: X 9: Job s assgnd to srvr 0: ls : Dscard ob C Compttv Rato W hav th followng thorms on th compttv ratos of onln polcs Th dtald proof can b found n [3] Thorm 2: Algorthm 2 s (R, R R )-compttv Proof: W prov Thorm 2 by thr stps: Frst, w show that all constrants n Dual(Allocaton) ar satsfd Intally, α and β ar 0 By stp 7 n Algorthm 2, α s non-dcrasng, and thus (8) holds From stp 5 and stp 6 w know thatβ 0 constant (9) holds If α, constrant (7) holds If α <, β = α α Thus α +β, constrrant (7) holds Scond, w show that all constrants n Allocaton(R) ar satsfd By nducton, w can prov that α [n] = ( d )(dn/rc ), whr α [n] s th valu of α aftr n obs hav bn allocatd to srvr Thn aftr RC obs hav bn allocatd to srvr, α = Snc stp 5 n Algorthm 2 shows that obs can b allocatd to srvrs whn α <, w know that constrant (3) s satsfd Nxt, w drv th rato btwn X and C α + β Both formulas ar ntally 0 W now consdr th amounts of chang of ths two formulas whn a ob arrvs W us P(R) to dnot th chang of X, and D to dnot th chang of C α + β If ob s dscardd, thn {X }, {α } and {β } rman unchangd, and thrfor P(R) = D = 0 On th othr hand, consdr th cas whn ob s assgnd to srvr W hav X = and P(R) = W also hav D P(R) = D =C ( α + )+ α C (d )C =+ d = d d = (+/C ) RC (+/C ) RC Whn w mposs a lowr bound on C by rqurng C C mn, for all, and lt C mn, w hav D P(R) R R, whnvr a ob s allocatd to som srvr Thrfor, w hav, C α + β X = R R Fnally, by wak dualty, Algorthm 2 s (R, R R )- compttv Thorm 3: Any onln polcy cannot b bttr than (R, R R )-compttv From Thorm 3 and 2, w know that our proposd polcy achvs th optmal bound W also valuat th nw compttv rato for two commonly usd allocaton polcs, namly, on th shortst quu (JSQ) and on th most rsdu quu(jmq) JSQ allocats ach arrvng ob to th srvr wth th fwst obs JMQ allocats ach arrvng ob to th srvr wth most rmanng spac, whch s th srvr capacty mnus th numbr of allocatd obs n ths srvr

4 Rqurd capacty PD JSQ, JMQ /β Fg Capacty rqurmnts of ob allocaton problm Thorm 4: JSQ and JMQ cannot b bttr than (R,+ R )-compttv-pr-sampl-path Our rsults can b ntrprtd as follows: Suppos th offln optmal polcy can allocat all obs To guarant that at last θ of th obs ar allocatd by onln polcs, our polcy nds to ncras th capacty by R = lnθ tms so that R R /( θ ) On th othr hand, JSQ and JMQ both nd to ncras at last (θ ) tms, whch s an ordr hghr capacty to achv th sam allocaton rato rqurmnt than our polcy W llustrat th capacty rqurmnt for dffrnt allocaton ratos n Fg IV ONLINE SCHEDULING FOR DELAYED MOBILE OFFLOADING In ths scton, w study anothr problm calld dlayd mobl offloadng Dlayd mobl offloadng ams to offload mobl traffc from cllular ntworks to WF ntworks so as to rduc th congston of cllular ntworks A Systm Modl W consdr a cllular ntwork systm n whch WF hotspots ar dployd by th cllular oprator to rduc th ntwork congston Mobl usrs ar movng wthn th ara of th ntwork Thy may ntr th systm at any tm and any locatons W us M to dnot th st of WF APs and I to dnot th st of mobl usrs Usr nformaton s rvald only aftr t ntrs th systm, that s, a mobl usr spcfs th amount of data, dnotd by C, that t nds to obtan, and a dadln T Hr w assum that tm s slottd and numbrd as t =,2, Usrs mov wthn th systm and trs to download as much data from WF APs as possbl bfor th dadln Aftr dadln, usrs downloads th rmanng data from cllular ntwork As th usrs ar movng n th systm, th connctvty and channl capacty btwn APs and usrs may chang from tm to tm A usr s only abl to connct to on AP at any pont of tm To rprsnt th connctvty of a clnt and AP m at tm slot t, w us K mt to dnot th channl capacty At tm t, f thr s no conncton btwn and m, w st K mt = 0 Snc usr cannot connct to any srvr bfor ts ntranc tm and aftr dadln T, w st thos corrspondng K mt to b 0 W normalz th systm so that0 K mt for all,m,t Whn clnt s connctd to AP m at tm t, th AP dtrmns th porton of tm t spnds on transmttng to n tm slot t, dnotd by X mt Thus, th amount of data that mobl usr obtans from m durng tm t s K mt X mt Our goal s to maxmz th total data dlvrd by WF, whch s th total amount of K mt X mt of all clnts from all APs bfor thr rspctv dadlns Smlar to th prvous scton, w assum that th cllular oprator may b abl to ncras th capacty of WF hotspots Whn th capacty of WF APs ar ncrasd by R tms, w can also dscrb th systm as ncrasng th srvng tm by R tms wth th orgnal capacty Th problm of maxmzng total offloadd traffc can b wrttn as th followng lnar programmng problm: Offload(R): Max mt K mt X mt (20) st mt K mt X mt C, I, (2) X mt R, m M,t, (22) X mt 0, I,m M,t (23) W us Γ opt to dnot th offln optmal valu of mt X mtk mt whn R = Lt Γ η (R) b th valu of mt X mtk mt for th Offload(R) problm undr polcy η W dfn th compttv rato blow: Dfnton 2: A polcy η s sad to b (R,β)-compttv f Γ opt /Γ η (R) β, as mn I C, for all systms B Schdulng Polcy In ths scton, w frst propos an onln polcy usng PD mthod Th dual problm to Offload(R) whn R = s: Dual(Offload): Mn Y mt + C Z, mt (24) st Y mt +K mt Z K mt,,m,t, (25) Y mt 0, m,t, (26) Z 0,, (27) Intally, X mt, Y mt, and Z = 0 ar st to b 0 APs kp track of and updat Z for ach clnt At ach tm t, ach AP m chooss a clnt whch has maxmum valu of K mt ( Z ) Lt ths clnt b m If K mt ( Z ) > 0, thn w st X m mt to b R AP m updats Z m by sttng

5 t to b Z m (+ K m mt )+ K m mt Hr d s st to b C (d )C m ( + /C mn ) Cmn AP m broadcasts th updatd Z m to all APs Th dtald aglorthm s dscrbd as Algorthm 3 Algorthm 3 PD Algorthm for Onln Mobl Offloadng : Intally, X mt = 0, Y mt = 0, Z = 0 2: C mn mn C,d (+/C mn ) Cmn/R 3: for ach tm slot t do 4: for ach AP m do 5: m argmax {K mt ( Z )} 6: f K m mt( Z m ) > 0 thn 7: Y mt K m mt( Z m ) m mt 8: Z m Z m (+ K m mt )+ K C m (d )C m 9: X m mt R 0: AP m transmts to clnt m at tm t : f p,s t X m ps K m ps > C m thn 2: X m mt C m p,s<t X m ps K m ps K m mt C Compttv Rato Our prvous work [4] has stablshd th nw compttv ratos of Algorthm 3 and othr commonly usd polcs /R Thorm 5: Algorthm 3 s (R, R[ /R ] )-compttv It s approxmatly (R,+ 2R )-compttv Thorm 6: For any gvn ǫ > 0, thr xsts a R 0, such that, whn R > R 0, no polcy has bttr compttv rato than (R,+ 2R ǫ R ) /R Snc R[ /R ] + 2R Thorms 6 and 5 show that our proposd polcy s clos to th thortcal bound of th nw compttv rato W valuat thr commonly usd polcs, ncludng round robn (RR) polcy, max-wght (MW) polcy, and proportonal far (PF) polcy as comparson Wth round robn polcy (RR), ach AP vnly dstrbuts ts capacty among all connctd clnts Wth max-wght (MW) polcy, of all connctd clnts, ach AP slcts th on wth maxmum valu of th product of K mt and th clnt s rmanng data Wth proportonal far (PF) polcy, of all connctd clnts, ach AP slcts th on wth K th maxmum valu of mt Throughput of clnt W hav th followng thorm Thorm 7: RR, MW, and PF schdulng polcs cannot hav bttr compttv rato than (R,+ R ) Suppos on nds to guarant to offload at last θ as much data as th optmal offln polcy, PD algorthm nds to ncras capacty by approxmatly θ 2 tms, whl RR, MW, and PF polcs nd at lastθ capacty to achv th sam rqurmnt In othr words, PD Rqurd capacty PD RR, MW, PF /β Fg 2 Capacty rqurmnts of mobl offloadng problm nds about half as much capacty to provd th sam guarant as th othr thr polcs Fg 2 llustrats th dffrncs btwn ths polcs V CONCLUSION In ths papr, w us a nw dfnton of compttv rato to valuat onln polcs Instad of smply consdrng th prformanc rato of an onln polcy and th offln optmal polcy, w consdr how ncrasng rsourc can affct th prformanc rato W us two spcal cass to xplan ths quston In ob allocaton problm, w show that th commonly usd JSQ and JMQ polcs nd an ordr hghr capacty to achv th sam allocaton rato rqurmnt than our polcy In mobl offloadng problm, w show that th commonly usd RR, MW, and PF polcs nd at last doubl th capacty of our polcy to offload th sam amount of data REFERENCES [] S Moharr, S Sanghav, and S Shakkotta, Onln load balancng undr graph constrants, n ACM SIGMETRICS Prformanc Evaluaton Rvw, vol 4, pp , ACM, 203 [2] Z Mao, C E Koksal, and N B Shroff, Optmal onln schdulng wth arbtrary hard dadlns n multhop communcaton ntworks, IEEE/ACM Transactons on Ntworkng, vol 24, pp 77 89, Fb 206 [3] H Dng and I-H Hou, Onln ob allocaton wth hard allocaton rato rqurmnt, n Computr Communcatons (INFOCOM), 206 IEEE Confrnc on, p to appar, Aprl 206 [4] H Dng and I-H Hou, Onln schdulng for dlayd mobl offloadng, n Computr Communcatons (INFOCOM), 205 IEEE Confrnc on, pp , Aprl 205 [5] N Buchbndr, K Jan, and J S Naor, Onln prmal-dual algorthms for maxmzng ad-auctons rvnu, n Procdngs of th 5th Annual Europan Confrnc on Algorthms, ESA 07, (Brln, Hdlbrg), pp , Sprngr-Vrlag, 2007

On the Capacity-Performance Trade-off of Online Policy in Delayed Mobile Offloading

On the Capacity-Performance Trade-off of Online Policy in Delayed Mobile Offloading On th Capacty-Prformanc Trad-off of Onln Polcy n Dlayd Mobl Offloadng Han Dng and I-Hong Hou Abstract WF offloadng, whr mobl usrs opportunstcally obtan data through WF rathr than cllular ntworks, s a promsng

More information

ON THE COMPLEXITY OF K-STEP AND K-HOP DOMINATING SETS IN GRAPHS

ON THE COMPLEXITY OF K-STEP AND K-HOP DOMINATING SETS IN GRAPHS MATEMATICA MONTISNIRI Vol XL (2017) MATEMATICS ON TE COMPLEXITY OF K-STEP AN K-OP OMINATIN SETS IN RAPS M FARAI JALALVAN AN N JAFARI RA partmnt of Mathmatcs Shahrood Unrsty of Tchnology Shahrood Iran Emals:

More information

Economics 600: August, 2007 Dynamic Part: Problem Set 5. Problems on Differential Equations and Continuous Time Optimization

Economics 600: August, 2007 Dynamic Part: Problem Set 5. Problems on Differential Equations and Continuous Time Optimization THE UNIVERSITY OF MARYLAND COLLEGE PARK, MARYLAND Economcs 600: August, 007 Dynamc Part: Problm St 5 Problms on Dffrntal Equatons and Contnuous Tm Optmzaton Quston Solv th followng two dffrntal quatons.

More information

Lucas Test is based on Euler s theorem which states that if n is any integer and a is coprime to n, then a φ(n) 1modn.

Lucas Test is based on Euler s theorem which states that if n is any integer and a is coprime to n, then a φ(n) 1modn. Modul 10 Addtonal Topcs 10.1 Lctur 1 Prambl: Dtrmnng whthr a gvn ntgr s prm or compost s known as prmalty tstng. Thr ar prmalty tsts whch mrly tll us whthr a gvn ntgr s prm or not, wthout gvng us th factors

More information

A Note on Estimability in Linear Models

A Note on Estimability in Linear Models Intrnatonal Journal of Statstcs and Applcatons 2014, 4(4): 212-216 DOI: 10.5923/j.statstcs.20140404.06 A Not on Estmablty n Lnar Modls S. O. Adymo 1,*, F. N. Nwob 2 1 Dpartmnt of Mathmatcs and Statstcs,

More information

10/7/14. Mixture Models. Comp 135 Introduction to Machine Learning and Data Mining. Maximum likelihood estimation. Mixture of Normals in 1D

10/7/14. Mixture Models. Comp 135 Introduction to Machine Learning and Data Mining. Maximum likelihood estimation. Mixture of Normals in 1D Comp 35 Introducton to Machn Larnng and Data Mnng Fall 204 rofssor: Ron Khardon Mxtur Modls Motvatd by soft k-mans w dvlopd a gnratv modl for clustrng. Assum thr ar k clustrs Clustrs ar not rqurd to hav

More information

The Hyperelastic material is examined in this section.

The Hyperelastic material is examined in this section. 4. Hyprlastcty h Hyprlastc matral s xad n ths scton. 4..1 Consttutv Equatons h rat of chang of ntrnal nrgy W pr unt rfrnc volum s gvn by th strss powr, whch can b xprssd n a numbr of dffrnt ways (s 3.7.6):

More information

COMPLEX NUMBER PAIRWISE COMPARISON AND COMPLEX NUMBER AHP

COMPLEX NUMBER PAIRWISE COMPARISON AND COMPLEX NUMBER AHP ISAHP 00, Bal, Indonsa, August -9, 00 COMPLEX NUMBER PAIRWISE COMPARISON AND COMPLEX NUMBER AHP Chkako MIYAKE, Kkch OHSAWA, Masahro KITO, and Masaak SHINOHARA Dpartmnt of Mathmatcal Informaton Engnrng

More information

Optimal Ordering Policy in a Two-Level Supply Chain with Budget Constraint

Optimal Ordering Policy in a Two-Level Supply Chain with Budget Constraint Optmal Ordrng Polcy n a Two-Lvl Supply Chan wth Budgt Constrant Rasoul aj Alrza aj Babak aj ABSTRACT Ths papr consdrs a two- lvl supply chan whch consst of a vndor and svral rtalrs. Unsatsfd dmands n rtalrs

More information

Grand Canonical Ensemble

Grand Canonical Ensemble Th nsmbl of systms mmrsd n a partcl-hat rsrvor at constant tmpratur T, prssur P, and chmcal potntal. Consdr an nsmbl of M dntcal systms (M =,, 3,...M).. Thy ar mutually sharng th total numbr of partcls

More information

CHAPTER 33: PARTICLE PHYSICS

CHAPTER 33: PARTICLE PHYSICS Collg Physcs Studnt s Manual Chaptr 33 CHAPTER 33: PARTICLE PHYSICS 33. THE FOUR BASIC FORCES 4. (a) Fnd th rato of th strngths of th wak and lctromagntc forcs undr ordnary crcumstancs. (b) What dos that

More information

Approximately Maximizing Efficiency and Revenue in Polyhedral Environments

Approximately Maximizing Efficiency and Revenue in Polyhedral Environments Approxmatly Maxmzng Effcncy and Rvnu n olyhdral Envronmnts Thành Nguyn Cntr for Appld Mathmatcs Cornll Unvrsty Ithaca, NY, USA. thanh@cs.cornll.du Éva Tardos Computr Scnc Dpartmnt Cornll Unvrsty Ithaca,

More information

Basic Polyhedral theory

Basic Polyhedral theory Basic Polyhdral thory Th st P = { A b} is calld a polyhdron. Lmma 1. Eithr th systm A = b, b 0, 0 has a solution or thr is a vctorπ such that π A 0, πb < 0 Thr cass, if solution in top row dos not ist

More information

Folding of Regular CW-Complexes

Folding of Regular CW-Complexes Ald Mathmatcal Scncs, Vol. 6,, no. 83, 437-446 Foldng of Rgular CW-Comlxs E. M. El-Kholy and S N. Daoud,3. Dartmnt of Mathmatcs, Faculty of Scnc Tanta Unvrsty,Tanta,Egyt. Dartmnt of Mathmatcs, Faculty

More information

Random Access Techniques: ALOHA (cont.)

Random Access Techniques: ALOHA (cont.) Random Accss Tchniqus: ALOHA (cont.) 1 Exampl [ Aloha avoiding collision ] A pur ALOHA ntwork transmits a 200-bit fram on a shard channl Of 200 kbps at tim. What is th rquirmnt to mak this fram collision

More information

8-node quadrilateral element. Numerical integration

8-node quadrilateral element. Numerical integration Fnt Elmnt Mthod lctur nots _nod quadrlatral lmnt Pag of 0 -nod quadrlatral lmnt. Numrcal ntgraton h tchnqu usd for th formulaton of th lnar trangl can b formall tndd to construct quadrlatral lmnts as wll

More information

Authentication Transmission Overhead Between Entities in Mobile Networks

Authentication Transmission Overhead Between Entities in Mobile Networks 0 IJCSS Intrnatonal Journal of Computr Scnc and twork Scurty, VO.6 o.b, March 2006 Authntcaton Transmsson Ovrhad Btwn Entts n Mobl tworks Ja afr A-Sararh and Sufan Yousf Faculty of Scnc and Tchnology,

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Outlier-tolerant parameter estimation

Outlier-tolerant parameter estimation Outlr-tolrant paramtr stmaton Baysan thods n physcs statstcs machn larnng and sgnal procssng (SS 003 Frdrch Fraundorfr fraunfr@cg.tu-graz.ac.at Computr Graphcs and Vson Graz Unvrsty of Tchnology Outln

More information

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list.

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list. 3 3 4 8 6 3 3 4 8 6 3 3 4 8 6 () (d) 3 Sarching Linkd Lists Sarching Linkd Lists Sarching Linkd Lists ssum th list is sortd, but is stord in a linkd list. an w us binary sarch? omparisons? Work? What if

More information

External Equivalent. EE 521 Analysis of Power Systems. Chen-Ching Liu, Boeing Distinguished Professor Washington State University

External Equivalent. EE 521 Analysis of Power Systems. Chen-Ching Liu, Boeing Distinguished Professor Washington State University xtrnal quvalnt 5 Analyss of Powr Systms Chn-Chng Lu, ong Dstngushd Profssor Washngton Stat Unvrsty XTRNAL UALNT ach powr systm (ara) s part of an ntrconnctd systm. Montorng dvcs ar nstalld and data ar

More information

Journal of Theoretical and Applied Information Technology 10 th January Vol. 47 No JATIT & LLS. All rights reserved.

Journal of Theoretical and Applied Information Technology 10 th January Vol. 47 No JATIT & LLS. All rights reserved. Journal o Thortcal and Appld Inormaton Tchnology th January 3. Vol. 47 No. 5-3 JATIT & LLS. All rghts rsrvd. ISSN: 99-8645 www.att.org E-ISSN: 87-395 RESEARCH ON PROPERTIES OF E-PARTIAL DERIVATIVE OF LOGIC

More information

Soft k-means Clustering. Comp 135 Machine Learning Computer Science Tufts University. Mixture Models. Mixture of Normals in 1D

Soft k-means Clustering. Comp 135 Machine Learning Computer Science Tufts University. Mixture Models. Mixture of Normals in 1D Comp 35 Machn Larnng Computr Scnc Tufts Unvrsty Fall 207 Ron Khardon Th EM Algorthm Mxtur Modls Sm-Suprvsd Larnng Soft k-mans Clustrng ck k clustr cntrs : Assocat xampls wth cntrs p,j ~~ smlarty b/w cntr

More information

Analyzing Frequencies

Analyzing Frequencies Frquncy (# ndvduals) Frquncy (# ndvduals) /3/16 H o : No dffrnc n obsrvd sz frquncs and that prdctd by growth modl How would you analyz ths data? 15 Obsrvd Numbr 15 Expctd Numbr from growth modl 1 1 5

More information

te Finance (4th Edition), July 2017.

te Finance (4th Edition), July 2017. Appndx Chaptr. Tchncal Background Gnral Mathmatcal and Statstcal Background Fndng a bas: 3 2 = 9 3 = 9 1 /2 x a = b x = b 1/a A powr of 1 / 2 s also quvalnt to th squar root opraton. Fndng an xponnt: 3

More information

Review - Probabilistic Classification

Review - Probabilistic Classification Mmoral Unvrsty of wfoundland Pattrn Rcognton Lctur 8 May 5, 6 http://www.ngr.mun.ca/~charlsr Offc Hours: Tusdays Thursdays 8:3-9:3 PM E- (untl furthr notc) Gvn lablld sampls { ɛc,,,..., } {. Estmat Rvw

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

Group Codes Define Over Dihedral Groups of Small Order

Group Codes Define Over Dihedral Groups of Small Order Malaysan Journal of Mathmatcal Scncs 7(S): 0- (0) Spcal Issu: Th rd Intrnatonal Confrnc on Cryptology & Computr Scurty 0 (CRYPTOLOGY0) MALAYSIA JOURAL OF MATHEMATICAL SCIECES Journal hompag: http://nspm.upm.du.my/ournal

More information

Fakultät III Univ.-Prof. Dr. Jan Franke-Viebach

Fakultät III Univ.-Prof. Dr. Jan Franke-Viebach Unv.Prof. r. J. FrankVbach WS 067: Intrnatonal Economcs ( st xam prod) Unvrstät Sgn Fakultät III Unv.Prof. r. Jan FrankVbach Exam Intrnatonal Economcs Wntr Smstr 067 ( st Exam Prod) Avalabl tm: 60 mnuts

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

Discrete Shells Simulation

Discrete Shells Simulation Dscrt Shlls Smulaton Xaofng M hs proct s an mplmntaton of Grnspun s dscrt shlls, th modl of whch s govrnd by nonlnar mmbran and flxural nrgs. hs nrgs masur dffrncs btwns th undformd confguraton and th

More information

Lecture 3: Phasor notation, Transfer Functions. Context

Lecture 3: Phasor notation, Transfer Functions. Context EECS 5 Fall 4, ctur 3 ctur 3: Phasor notaton, Transfr Functons EECS 5 Fall 3, ctur 3 Contxt In th last lctur, w dscussd: how to convrt a lnar crcut nto a st of dffrntal quatons, How to convrt th st of

More information

A Packet Buffer Evaluation Method Exploiting Queueing Theory for Wireless Sensor Networks

A Packet Buffer Evaluation Method Exploiting Queueing Theory for Wireless Sensor Networks DOI: 10.2298/CSIS110227057Q A Packt Buffr Evaluaton Mthod Explotng Quung Thory for Wrlss Snsor Ntworks T Qu 1,2, Ln Fng 2, Fng Xa 1*, Guow Wu 1, and Yu Zhou 1 1 School of Softwar, Dalan Unvrsty of Tchnology,

More information

Epistemic Foundations of Game Theory. Lecture 1

Epistemic Foundations of Game Theory. Lecture 1 Royal Nthrlands cadmy of rts and Scncs (KNW) Mastr Class mstrdam, Fbruary 8th, 2007 Epstmc Foundatons of Gam Thory Lctur Gacomo onanno (http://www.con.ucdavs.du/faculty/bonanno/) QUESTION: What stratgs

More information

Shortest Paths in Graphs. Paths in graphs. Shortest paths CS 445. Alon Efrat Slides courtesy of Erik Demaine and Carola Wenk

Shortest Paths in Graphs. Paths in graphs. Shortest paths CS 445. Alon Efrat Slides courtesy of Erik Demaine and Carola Wenk S 445 Shortst Paths n Graphs lon frat Sls courtsy of rk man an arola Wnk Paths n raphs onsr a raph G = (V, ) wth -wht functon w : R. Th wht of path p = v v v k s fn to xampl: k = w ( p) = w( v, v + ).

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

September 27, Introduction to Ordinary Differential Equations. ME 501A Seminar in Engineering Analysis Page 1. Outline

September 27, Introduction to Ordinary Differential Equations. ME 501A Seminar in Engineering Analysis Page 1. Outline Introucton to Ornar Dffrntal Equatons Sptmbr 7, 7 Introucton to Ornar Dffrntal Equatons Larr artto Mchancal Engnrng AB Smnar n Engnrng Analss Sptmbr 7, 7 Outln Rvw numrcal solutons Bascs of ffrntal quatons

More information

Relate p and T at equilibrium between two phases. An open system where a new phase may form or a new component can be added

Relate p and T at equilibrium between two phases. An open system where a new phase may form or a new component can be added 4.3, 4.4 Phas Equlbrum Dtrmn th slops of th f lns Rlat p and at qulbrum btwn two phass ts consdr th Gbbs functon dg η + V Appls to a homognous systm An opn systm whr a nw phas may form or a nw componnt

More information

VISUALIZATION OF DIFFERENTIAL GEOMETRY UDC 514.7(045) : : Eberhard Malkowsky 1, Vesna Veličković 2

VISUALIZATION OF DIFFERENTIAL GEOMETRY UDC 514.7(045) : : Eberhard Malkowsky 1, Vesna Veličković 2 FACTA UNIVERSITATIS Srs: Mchancs, Automatc Control Robotcs Vol.3, N o, 00, pp. 7-33 VISUALIZATION OF DIFFERENTIAL GEOMETRY UDC 54.7(045)54.75.6:59.688:59.673 Ebrhard Malkowsky, Vsna Vlčkovć Dpartmnt of

More information

MATCHED FILTER BOUND OPTIMIZATION FOR MULTIUSER DOWNLINK TRANSMIT BEAMFORMING

MATCHED FILTER BOUND OPTIMIZATION FOR MULTIUSER DOWNLINK TRANSMIT BEAMFORMING MATCHED FILTER BOUND OPTIMIZATION FOR MULTIUSER DOWNLINK TRANSMIT BEAMFORMING Guspp Montalbano? and Drk T. M. Slock?? Insttut Eurécom 2229 Rout ds Crêts, B.P. 193, 06904 Sopha Antpols CEDEX, Franc E-Mal:

More information

Preview. Graph. Graph. Graph. Graph Representation. Graph Representation 12/3/2018. Graph Graph Representation Graph Search Algorithms

Preview. Graph. Graph. Graph. Graph Representation. Graph Representation 12/3/2018. Graph Graph Representation Graph Search Algorithms /3/0 Prvw Grph Grph Rprsntton Grph Srch Algorthms Brdth Frst Srch Corrctnss of BFS Dpth Frst Srch Mnmum Spnnng Tr Kruskl s lgorthm Grph Drctd grph (or dgrph) G = (V, E) V: St of vrt (nod) E: St of dgs

More information

Construction of asymmetric orthogonal arrays of strength three via a replacement method

Construction of asymmetric orthogonal arrays of strength three via a replacement method isid/ms/26/2 Fbruary, 26 http://www.isid.ac.in/ statmath/indx.php?modul=prprint Construction of asymmtric orthogonal arrays of strngth thr via a rplacmnt mthod Tian-fang Zhang, Qiaoling Dng and Alok Dy

More information

THE joint congestion-control and scheduling problem in

THE joint congestion-control and scheduling problem in IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 20, NO. 10, OCTOBER 2009 1393 A Class of Cross-Layr Optmzaton Algorthms for Prformanc and Complxty Trad-Offs n Wrlss Ntworks aoyng Zhng, Fng

More information

Computing and Communications -- Network Coding

Computing and Communications -- Network Coding 89 90 98 00 Computing and Communications -- Ntwork Coding Dr. Zhiyong Chn Institut of Wirlss Communications Tchnology Shanghai Jiao Tong Univrsity China Lctur 5- Nov. 05 0 Classical Information Thory Sourc

More information

SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH.

SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH. SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH. K VASUDEVAN, K. SWATHY AND K. MANIKANDAN 1 Dpartmnt of Mathmatics, Prsidncy Collg, Chnnai-05, India. E-Mail:vasu k dvan@yahoo.com. 2,

More information

Jones vector & matrices

Jones vector & matrices Jons vctor & matrcs PY3 Colást na hollscol Corcagh, Ér Unvrst Collg Cork, Irland Dpartmnt of Phscs Matr tratmnt of polarzaton Consdr a lght ra wth an nstantanous -vctor as shown k, t ˆ k, t ˆ k t, o o

More information

MP IN BLOCK QUASI-INCOHERENT DICTIONARIES

MP IN BLOCK QUASI-INCOHERENT DICTIONARIES CHOOL O ENGINEERING - TI IGNAL PROCEING INTITUTE Lornzo Potta and Prr Vandrghynst CH-1015 LAUANNE Tlphon: 4121 6932601 Tlfax: 4121 6937600 -mal: lornzo.potta@pfl.ch ÉCOLE POLYTECHNIQUE ÉDÉRALE DE LAUANNE

More information

Section 6.1. Question: 2. Let H be a subgroup of a group G. Then H operates on G by left multiplication. Describe the orbits for this operation.

Section 6.1. Question: 2. Let H be a subgroup of a group G. Then H operates on G by left multiplication. Describe the orbits for this operation. MAT 444 H Barclo Spring 004 Homwork 6 Solutions Sction 6 Lt H b a subgroup of a group G Thn H oprats on G by lft multiplication Dscrib th orbits for this opration Th orbits of G ar th right costs of H

More information

Heisenberg Model. Sayed Mohammad Mahdi Sadrnezhaad. Supervisor: Prof. Abdollah Langari

Heisenberg Model. Sayed Mohammad Mahdi Sadrnezhaad. Supervisor: Prof. Abdollah Langari snbrg Modl Sad Mohammad Mahd Sadrnhaad Survsor: Prof. bdollah Langar bstract: n ths rsarch w tr to calculat analtcall gnvalus and gnvctors of fnt chan wth ½-sn artcls snbrg modl. W drov gnfuctons for closd

More information

A Quasi-Static Approach to Minimizing Energy Consumption in Real-Time Systems under Reward Constraints

A Quasi-Static Approach to Minimizing Energy Consumption in Real-Time Systems under Reward Constraints n Proc. Intl. Confrnc on Ral-Tm and mbddd Computng Systms and Applcatons, 2006, pp. 279-286. A Quas-Statc Approach to Mnmzng nrgy Consumpton n Ral-Tm Systms undr Rward Constrants Lus Aljandro Cortés 1

More information

Derangements and Applications

Derangements and Applications 2 3 47 6 23 Journal of Intgr Squncs, Vol. 6 (2003), Articl 03..2 Drangmnts and Applications Mhdi Hassani Dpartmnt of Mathmatics Institut for Advancd Studis in Basic Scincs Zanjan, Iran mhassani@iasbs.ac.ir

More information

The Equitable Dominating Graph

The Equitable Dominating Graph Intrnational Journal of Enginring Rsarch and Tchnology. ISSN 0974-3154 Volum 8, Numbr 1 (015), pp. 35-4 Intrnational Rsarch Publication Hous http://www.irphous.com Th Equitabl Dominating Graph P.N. Vinay

More information

Consider a system of 2 simultaneous first order linear equations

Consider a system of 2 simultaneous first order linear equations Soluon of sysms of frs ordr lnar quaons onsdr a sysm of smulanous frs ordr lnar quaons a b c d I has h alrna mar-vcor rprsnaon a b c d Or, n shorhand A, f A s alrady known from con W know ha h abov sysm

More information

Fakultät III Wirtschaftswissenschaften Univ.-Prof. Dr. Jan Franke-Viebach

Fakultät III Wirtschaftswissenschaften Univ.-Prof. Dr. Jan Franke-Viebach Unvrstät Sgn Fakultät III Wrtschaftswssnschaftn Unv.-rof. Dr. Jan Frank-Vbach Exam Intrnatonal Fnancal Markts Summr Smstr 206 (2 nd Exam rod) Avalabl tm: 45 mnuts Soluton For your attnton:. las do not

More information

UNIT 8 TWO-WAY ANOVA WITH m OBSERVATIONS PER CELL

UNIT 8 TWO-WAY ANOVA WITH m OBSERVATIONS PER CELL UNIT 8 TWO-WAY ANOVA WITH OBSERVATIONS PER CELL Two-Way Anova wth Obsrvatons Pr Cll Structur 81 Introducton Obctvs 8 ANOVA Modl for Two-way Classfd Data wth Obsrvatons r Cll 83 Basc Assutons 84 Estaton

More information

??? Dynamic Causal Modelling for M/EEG. Electroencephalography (EEG) Dynamic Causal Modelling. M/EEG analysis at sensor level. time.

??? Dynamic Causal Modelling for M/EEG. Electroencephalography (EEG) Dynamic Causal Modelling. M/EEG analysis at sensor level. time. Elctroncphalography EEG Dynamc Causal Modllng for M/EEG ampltud μv tm ms tral typ 1 tm channls channls tral typ 2 C. Phllps, Cntr d Rchrchs du Cyclotron, ULg, Blgum Basd on slds from: S. Kbl M/EEG analyss

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

Where k is either given or determined from the data and c is an arbitrary constant.

Where k is either given or determined from the data and c is an arbitrary constant. Exponntial growth and dcay applications W wish to solv an quation that has a drivativ. dy ky k > dx This quation says that th rat of chang of th function is proportional to th function. Th solution is

More information

Optimal Data Transmission and Channel Code Rate Allocation in Multi-path Wireless Networks

Optimal Data Transmission and Channel Code Rate Allocation in Multi-path Wireless Networks Optmal Data Transmsson and Channl Cod Rat Allocaton n Mult-path Wrlss Ntwors Kvan Ronas, Amr-Hamd Mohsnan-Rad,VncntW.S.Wong, Sathsh Gopalarshnan, and Robrt Schobr Dpartmnt of Elctrcal and Computr Engnrng

More information

Two Stage Procurement Processes With Competitive Suppliers and Uncertain Supplier Quality

Two Stage Procurement Processes With Competitive Suppliers and Uncertain Supplier Quality Unvrsty of Nbraska - Lncoln DgtalCommons@Unvrsty of Nbraska - Lncoln Supply Chan Managmnt and Analytcs Publcatons Busnss, Collg of 2014 Two Stag Procurmnt Procsss Wth Compttv Supplrs and Uncrtan Supplr

More information

CSE 417, Winter Greedy Algorithms 1/27/2012. Chapter 4. Ben Birnbaum Widad Machmouchi. 4.1 Interval Scheduling.

CSE 417, Winter Greedy Algorithms 1/27/2012. Chapter 4. Ben Birnbaum Widad Machmouchi. 4.1 Interval Scheduling. //0 CSE, Wntr 0 Grdy Algorthms Chaptr Grdy Algorthms Bn Brnbaum Wdad Machmouch Slds by Kvn Wayn. Copyrght 00 Parson-Addson Wsly. All rghts rsrvd. Slds adaptd rom Larry Ruzzo, Stv Tanmoto, and Kvn Wayn

More information

CHAPTER 7d. DIFFERENTIATION AND INTEGRATION

CHAPTER 7d. DIFFERENTIATION AND INTEGRATION CHAPTER 7d. DIFFERENTIATION AND INTEGRATION A. J. Clark School o Engnrng Dpartmnt o Cvl and Envronmntal Engnrng by Dr. Ibrahm A. Assakka Sprng ENCE - Computaton Mthods n Cvl Engnrng II Dpartmnt o Cvl and

More information

A Stackelberg Strategy for Routing Flow over Time

A Stackelberg Strategy for Routing Flow over Time A Stacklbrg Stratgy for Routng Flow ovr Tm Umang Bhaskar Lsa Flschr Ellot Anshlvch Abstract Routng gams ar usd to to undrstand th mpact of ndvdual usrs dcsons on ntwork ffcncy. Most pror work on routng

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

Chapter 6 Folding. Folding

Chapter 6 Folding. Folding Chaptr 6 Folding Wintr 1 Mokhtar Abolaz Folding Th folding transformation is usd to systmatically dtrmin th control circuits in DSP architctur whr multipl algorithm oprations ar tim-multiplxd to a singl

More information

Ερωτήσεις και ασκησεις Κεφ. 10 (για μόρια) ΠΑΡΑΔΟΣΗ 29/11/2016. (d)

Ερωτήσεις και ασκησεις Κεφ. 10 (για μόρια) ΠΑΡΑΔΟΣΗ 29/11/2016. (d) Ερωτήσεις και ασκησεις Κεφ 0 (για μόρια ΠΑΡΑΔΟΣΗ 9//06 Th coffcnt A of th van r Waals ntracton s: (a A r r / ( r r ( (c a a a a A r r / ( r r ( a a a a A r r / ( r r a a a a A r r / ( r r 4 a a a a 0 Th

More information

The Fourier Transform

The Fourier Transform /9/ Th ourr Transform Jan Baptst Josph ourr 768-83 Effcnt Data Rprsntaton Data can b rprsntd n many ways. Advantag usng an approprat rprsntaton. Eampls: osy ponts along a ln Color spac rd/grn/blu v.s.

More information

Decentralized Adaptive Control and the Possibility of Utilization of Networked Control System

Decentralized Adaptive Control and the Possibility of Utilization of Networked Control System Dcntralzd Adaptv Control and th Possblty of Utlzaton of Ntworkd Control Systm MARIÁN ÁRNÍK, JÁN MURGAŠ Slovak Unvrsty of chnology n Bratslava Faculty of Elctrcal Engnrng and Informaton chnology Insttut

More information

On spanning trees and cycles of multicolored point sets with few intersections

On spanning trees and cycles of multicolored point sets with few intersections On spanning trs and cycls of multicolord point sts with fw intrsctions M. Kano, C. Mrino, and J. Urrutia April, 00 Abstract Lt P 1,..., P k b a collction of disjoint point sts in R in gnral position. W

More information

Physics 256: Lecture 2. Physics

Physics 256: Lecture 2. Physics Physcs 56: Lctur Intro to Quantum Physcs Agnda for Today Complx Numbrs Intrfrnc of lght Intrfrnc Two slt ntrfrnc Dffracton Sngl slt dffracton Physcs 01: Lctur 1, Pg 1 Constructv Intrfrnc Ths wll occur

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

An Overview of Markov Random Field and Application to Texture Segmentation

An Overview of Markov Random Field and Application to Texture Segmentation An Ovrvw o Markov Random Fld and Applcaton to Txtur Sgmntaton Song-Wook Joo Octobr 003. What s MRF? MRF s an xtnson o Markov Procss MP (D squnc o r.v. s unlatral (causal: p(x t x,

More information

Network Congestion Games

Network Congestion Games Ntwork Congstion Gams Assistant Profssor Tas A&M Univrsity Collg Station, TX TX Dallas Collg Station Austin Houston Bst rout dpnds on othrs Ntwork Congstion Gams Travl tim incrass with congstion Highway

More information

Supplementary Materials

Supplementary Materials 6 Supplmntary Matrials APPENDIX A PHYSICAL INTERPRETATION OF FUEL-RATE-SPEED FUNCTION A truck running on a road with grad/slop θ positiv if moving up and ngativ if moving down facs thr rsistancs: arodynamic

More information

NON-SYMMETRY POWER IN THREE-PHASE SYSTEMS

NON-SYMMETRY POWER IN THREE-PHASE SYSTEMS O-YMMETRY OWER THREE-HAE YTEM Llana Marlna MATCA nvrsty of Orada, nvrstat str., no., 487, Orada; lmatca@uorada.ro Abstract. For thr-phas lctrcal systms, n non-symmtrcal stuaton, an analyz mthod costs on

More information

A Probabilistic Characterization of Simulation Model Uncertainties

A Probabilistic Characterization of Simulation Model Uncertainties A Proalstc Charactrzaton of Sulaton Modl Uncrtants Vctor Ontvros Mohaad Modarrs Cntr for Rsk and Rlalty Unvrsty of Maryland 1 Introducton Thr s uncrtanty n odl prdctons as wll as uncrtanty n xprnts Th

More information

Minimum Spanning Trees

Minimum Spanning Trees Mnmum Spnnng Trs Spnnng Tr A tr (.., connctd, cyclc grph) whch contns ll th vrtcs of th grph Mnmum Spnnng Tr Spnnng tr wth th mnmum sum of wghts 1 1 Spnnng forst If grph s not connctd, thn thr s spnnng

More information

Physics of Very High Frequency (VHF) Capacitively Coupled Plasma Discharges

Physics of Very High Frequency (VHF) Capacitively Coupled Plasma Discharges Physcs of Vry Hgh Frquncy (VHF) Capactvly Coupld Plasma Dschargs Shahd Rauf, Kallol Bra, Stv Shannon, and Kn Collns Appld Matrals, Inc., Sunnyval, CA AVS 54 th Intrnatonal Symposum Sattl, WA Octobr 15-19,

More information

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013 18.782 Introduction to Arithmtic Gomtry Fall 2013 Lctur #20 11/14/2013 20.1 Dgr thorm for morphisms of curvs Lt us rstat th thorm givn at th nd of th last lctur, which w will now prov. Thorm 20.1. Lt φ:

More information

SENSOR networks are wireless ad hoc networks used for. Minimum Energy Fault Tolerant Sensor Networks

SENSOR networks are wireless ad hoc networks used for. Minimum Energy Fault Tolerant Sensor Networks Mnmum Enrgy Fault Tolrant Snsor Ntworks Ptar Djukc and Shahrokh Vala Th Edward S Rogrs Sr Dpartmnt of Elctrcal and Computr Engnrng Unvrsty of Toronto, 0 Kng s Collg Road, Toronto, ON, MS 3G4, Canada -mal:{djukc,vala}@commutorontoca

More information

ST 524 NCSU - Fall 2008 One way Analysis of variance Variances not homogeneous

ST 524 NCSU - Fall 2008 One way Analysis of variance Variances not homogeneous ST 54 NCSU - Fall 008 On way Analyss of varanc Varancs not homognous On way Analyss of varanc Exampl (Yandll, 997) A plant scntst masurd th concntraton of a partcular vrus n plant sap usng ELISA (nzym-lnkd

More information

Square of Hamilton cycle in a random graph

Square of Hamilton cycle in a random graph Squar of Hamilton cycl in a random graph Andrzj Dudk Alan Friz Jun 28, 2016 Abstract W show that p = n is a sharp thrshold for th random graph G n,p to contain th squar of a Hamilton cycl. This improvs

More information

(Upside-Down o Direct Rotation) β - Numbers

(Upside-Down o Direct Rotation) β - Numbers Amrican Journal of Mathmatics and Statistics 014, 4(): 58-64 DOI: 10593/jajms0140400 (Upsid-Down o Dirct Rotation) β - Numbrs Ammar Sddiq Mahmood 1, Shukriyah Sabir Ali,* 1 Dpartmnt of Mathmatics, Collg

More information

A NEW GENERALISATION OF SAM-SOLAI S MULTIVARIATE ADDITIVE GAMMA DISTRIBUTION*

A NEW GENERALISATION OF SAM-SOLAI S MULTIVARIATE ADDITIVE GAMMA DISTRIBUTION* A NEW GENERALISATION OF SAM-SOLAI S MULTIVARIATE ADDITIVE GAMMA DISTRIBUTION* Dr. G.S. Davd Sam Jayakumar, Assstant Profssor, Jamal Insttut of Managmnt, Jamal Mohamd Collg, Truchraall 620 020, South Inda,

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

More information

Aim To manage files and directories using Linux commands. 1. file Examines the type of the given file or directory

Aim To manage files and directories using Linux commands. 1. file Examines the type of the given file or directory m E x. N o. 3 F I L E M A N A G E M E N T Aim To manag ils and dirctoris using Linux commands. I. F i l M a n a g m n t 1. il Examins th typ o th givn il or dirctory i l i l n a m > ( o r ) < d i r c t

More information

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim.

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim. MTH rviw part b Lucian Mitroiu Th LOG and EXP functions Th ponntial function p : R, dfind as Proprtis: lim > lim p Eponntial function Y 8 6 - -8-6 - - X Th natural logarithm function ln in US- log: function

More information

Abstract Interpretation: concrete and abstract semantics

Abstract Interpretation: concrete and abstract semantics Abstract Intrprtation: concrt and abstract smantics Concrt smantics W considr a vry tiny languag that manags arithmtic oprations on intgrs valus. Th (concrt) smantics of th languags cab b dfind by th funzcion

More information

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

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

Decentralized Power Control for Random Access with Iterative Multi-User Detection

Decentralized Power Control for Random Access with Iterative Multi-User Detection Dcntralzd Powr Control for Random Accss wth Itratv Mult-Usr Dtcton Chongbn Xu, Png Wang, Sammy Chan, and L Png Dpartmnt of Elctronc Engnrng, Cty Unvrsty of Hong ong, Hong ong SAR Emal: xcb5@mals.tsnghua.du.cn,

More information

Guo, James C.Y. (1998). "Overland Flow on a Pervious Surface," IWRA International J. of Water, Vol 23, No 2, June.

Guo, James C.Y. (1998). Overland Flow on a Pervious Surface, IWRA International J. of Water, Vol 23, No 2, June. Guo, Jams C.Y. (006). Knmatc Wav Unt Hyrograph for Storm Watr Prctons, Vol 3, No. 4, ASCE J. of Irrgaton an Dranag Engnrng, July/August. Guo, Jams C.Y. (998). "Ovrlan Flow on a Prvous Surfac," IWRA Intrnatonal

More information

A Distributed Real-time Database Index Algorithm Based on B+ Tree and Consistent Hashing

A Distributed Real-time Database Index Algorithm Based on B+ Tree and Consistent Hashing Avalabl onln at www.scncdrct.com Procda Engnrng 24 (2011) 171 176 2011 Intrnatonal Confrnc on Advancs n Engnrng A Dstrbutd Ral-tm Databas Indx Algorthm Basd on B+ Tr and Consstnt Hashng Xanhu L a, Cuhua

More information

Polytropic Process. A polytropic process is a quasiequilibrium process described by

Polytropic Process. A polytropic process is a quasiequilibrium process described by Polytropc Procss A polytropc procss s a quasqulbrum procss dscrbd by pv n = constant (Eq. 3.5 Th xponnt, n, may tak on any valu from to dpndng on th partcular procss. For any gas (or lqud, whn n = 0, th

More information

JEE-2017 : Advanced Paper 2 Answers and Explanations

JEE-2017 : Advanced Paper 2 Answers and Explanations DE 9 JEE-07 : Advancd Papr Answrs and Explanatons Physcs hmstry Mathmatcs 0 A, B, 9 A 8 B, 7 B 6 B, D B 0 D 9, D 8 D 7 A, B, D A 0 A,, D 9 8 * A A, B A B, D 0 B 9 A, D 5 D A, B A,B,,D A 50 A, 6 5 A D B

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

Capital Allocation and International Equilibrium with Pollution Permits *

Capital Allocation and International Equilibrium with Pollution Permits * Modrn conomy 3 87-99 http://dx.do.org/.436/m..36 Publshd Onln March (http://www.scrp.org/journal/m) Captal Allocaton Intrnatonal qulbrum wth Polluton Prmts * Prr-André Jouvt Glls Rotllon conomx Unvrsty

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

Problem Set 6 Solutions

Problem Set 6 Solutions 6.04/18.06J Mathmatics for Computr Scinc March 15, 005 Srini Dvadas and Eric Lhman Problm St 6 Solutions Du: Monday, March 8 at 9 PM in Room 3-044 Problm 1. Sammy th Shark is a financial srvic providr

More information

Joint Scheduling and Power-Allocation for Interference Management in Wireless Networks

Joint Scheduling and Power-Allocation for Interference Management in Wireless Networks Jont Schedulng and Power-Allocaton for Interference Management n Wreless Networks Xn Lu *, Edwn K. P. Chong, and Ness B. Shroff * * School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette,

More information