1 A lower bound. Lecture notes: Online bipartite matching algorithms

Size: px
Start display at page:

Download "1 A lower bound. Lecture notes: Online bipartite matching algorithms"

Transcription

1 Cornll Univrsity, Fall 217 Lctur nots: Onlin bipartit matching algorithms CS 682: Algorithms 6 8 Spt In practic whn dsigning algorithms, it is oftn th cas that th input is a stram of data arriving ovr a span of tim, and th algorithm nds to mak dcisions in ral-tim, bfor th ntir input stram has bn obsrvd. This is th subjct of onlin algorithms. In ths lctur nots w xplor a spcific and archtypical xampl in th dsign and analysis of onlin algorithms: th onlin bipartit matching problm. In th onlin bipartit matching problm, thr is a bipartit graph G = (V, E) whos vrtx st V is partitiond into two sids L, R, known as th lft and right or offlin and onlin sids; vry dg of G has on ndpoint in L and th othr ndpoint in R. Th contnts of th st L ar known to th algorithm at initialization tim (t = ), whras th rmaining information about G is rvald at tims t = 1, 2,..., n = R, by xposing on vrtx of R at ach tim stp. Whn vrtx j R arrivs, all of its incidnt dgs ar rvald. Th algorithm is thn allowd to tak on of th following actions: slct on of th dgs (i, j) that was rvald in th currnt stp; or do nothing. Th st of slctd dgs is rquird to b a matching; thus, if vrtx i L blongs to a prviously slctd dg, thn (i, j) may not b slctd in th currnt tim stp. Th algorithm s objctiv is to maximiz th numbr of dgs slctd. A variation of this problm is th onlin bipartit fractional matching problm, in which th input squnc is th sam, but th algorithm s output at tim j is a tupl of numbrs (x ij ) i L satisfying: x ij = whn (i, j) E. i L x ij 1. for all i L, j R x ij 1. In othr words, th matrix of valus (x ij ) (i,j) L R vntually computd by th algorithm must blong to th fractional matching polytop of G. Fractional matching is of intrst as a problm in its own right, and also as a window into th dsign of randomizd onlin bipartit matching algorithms. From any such randomizd algorithm, on can dfin a corrsponding dtrministic onlin fractional bipartit matching algorithm, obtaind by stting x ij to b th unconditional probability that th onlin algorithm slcts dg (i, j). (Not that this unconditional probability can b computd at th tim whn vrtx j arrivs i.., it dos not dpnd on any information to b rvald in th futur which is th rason why th fractional matching algorithm is a valid onlin algorithm.) Not that thr is no obvious way to invrt this transformation; in othr words, givn a dtrministic fractional onlin matching algorithm, thr is no obvious way to obtain a randomizd onlin matching algorithm whos xpctd bhavior yilds th dsignatd fractional algorithm. 1 A lowr bound What should w hop to achiv in an onlin bipartit matching algorithm? If w ar unrasonably optimistic, w might hop to dsign an algorithm that is guarantd to output a maximum cardinality matching. Th following xampl shows that this is hoplss. Suppos L = {i 1, i 2 } and R = {j 1, j 2 }. Considr two possibl input squncs. In both of thm, vrtx j 1 arrivs at

2 tim t = 1 and rvals that it is connctd to both i 1 and i 2. At tim t = 2, vrtx j 2 arrivs and rvals that it has only on nighbor: in Input 1 this nighbor is i 1 ; in Input 2 it is i 2. Notic that th maximum matching has siz 2 in both of ths inputs: j 2 can b matchd to its only nighbor, whras j 1 can b matchd to th rmaining lmnt of L. Also notic that in both cass, this is th uniqu matching of siz 2. Thrfor, an onlin algorithm that sks to slct th maximum matching facs an insurmountabl prdicamnt: at tim t = 1 it must match j 1 to on of its nighbors, thr is a uniqu choic that is consistnt with picking th maximum matching, and thr is no way to know which choic this is until tim t = 2. Thus, for vry dtrministic onlin algorithm, w can find an input instanc that causs th algorithm to slct a matching of siz at most 1, whil th maximum matching has siz 2. On can plac this impossibility rsult in th broadr contxt of comptitiv analysis of onlin algorithms, which valuats algorithms according to th following critrion. Dfinition 1. An onlin algorithm for a maximization problm is c-comptitiv if thr xists a constant b such that for all input squncs, c ALG + b OPT, whr ALG and OPT dnot th valus of th algorithm s solution and th optimum on, rspctivly. It is strictly c-comptitiv if b = in th abov bound. A randomizd algorithm is c-comptitiv (against an oblivious advrsary) if th abov holds with E[ALG] in plac of ALG. Our analysis of th two four-vrtx input squncs abov implis that dtrministic onlin matching algorithms cannot b strictly c-comptitiv for any c < 2. By considring inputs comprising an arbitrarily long squnc of disjoint copis of ithr Input 1 or Input 2, w can liminat th word strictly and conclud that dtrministic algorithms cannot b c-comptitiv for any c < 2. Our abov discussion of th rlationship btwn randomizd and fractional algorithms shows that a lowr bound on th comptitiv ratio of dtrministic fractional onlin algorithms implis th sam lowr bound on th comptitiv ratio of randomizd onlin algorithms. In particular, th comptitiv ratio of fractional (and hnc randomizd) onlin matching algorithms can b boundd blow by 4/3, by an asy analysis of th sam st of input squncs that furnishd th lowr bound of 2 for dtrministic algorithms. 2 Th grdy algorithm It turns out that th xampl prsntd in Sction 1 is th worst possibl for dtrministic algorithms, from th standpoint of comptitiv analysis. Thr is a strictly 2-comptitiv dtrministic onlin algorithm. In fact, a comptitiv ratio of 2 is achivd by th most naïv algorithm: th grdy algorithm that matchs ach nw vrtx j to an arbitrary unmatchd nighbor, i, whnvr an unmatchd nighbor xists. This fact follows dirctly from two simpl lmmas. Lmma 1. Lt G b any graph, M a maximum matching in G, and M a maximal matching in G (i.., on that is not a propr subst of any othr matching). Th cardinalitis of M and M satisfy 2 M M. Proof. Construct a function f from M to M as follows. For vry dg in M, dfin f() to b any dg in M that has an ndpoint in common with. Thr must b at last on such dg

3 in M, bcaus othrwis M {} would b a matching, contradicting our hypothsis that M is maximal. For vry dg = (i, j) M, th st f 1 ( ) has at most two lmnts. (At most on with ndpoint i, and at most on with ndpoint j.) Th inquality 2 M M follows immdiatly. Lmma 2. Th grdy onlin bipartit matching algorithm always slcts a maximal matching in G. Proof. Lt M dnot th matching slctd by th grdy algorithm. For vry dg = (i, j) that dos not blong to M, considr th tim stp in which vrtx j arrivd. Eithr j was matchd to a vrtx othr than i at that tim, or j was not matchd to any vrtx bcaus all of its nighbors (including i) wr alrady matchd in M. In both cass, M contains an dg having ithr i or j as an ndpoint, and thrfor M {} is not a matching. 3 Onlin fractional matching: th watrfilling algorithm It turns out that onlin fractional matching algorithms can achiv comptitiv ratios significantly bttr than 2, as w will s in this sction. First, a usful bit of trminology: w will rfr to th sum j R x ij as th fractional dgr of vrtx i in fractional matching x. For a vrtx j R th fractional dgr is dfind similarly. Prhaps th most natural ida for onlin fractional matching is to hav ach vrtx j balanc load qually among its nighbors. In othr words, if a nw vrtx j arrivs and has d nighbors, thn for ach nighbor i w st th valu of x ij to b 1/d, unlss that would violat th dgr constraint of vrtx i (th constraint that j x ij 1) in which cas w mrly incras x ij as much as possibl givn th dgr constraint. Howvr, this statlss balancing algorithm fails to b bttr than 2-comptitiv. To construct a countrxampl, w tak th xampl form Sction 1 and blow up ach vrtx into n vrtics, carfully modifying th dg st to caus th algorithm to mak catastrophic dcisions. Th st L now has 2n vrtics, which w will labl as a 1, a 2,..., a n, b 1, b 2,..., b n, and th st R has 2n vrtics labld c 1, c 2,..., c n, d 1, d 2,..., d n. Each vrtx c j has n + 1 nighbors: it is connctd to a j and also to b 1, b 2,..., b n. Each vrtx d j has only on nighbor, namly b j. Th maximum matching in this graph has siz 2n: it matchs (a i, c i ) and (b i, d i ) for i = 1,..., n. If th vrtics c 1,..., c n, d 1,..., d n arriv in that ordr, th statlss balancing algorithm will first 1 assign a valu of to ach dg incidnt to c n+1 1,..., c n. Thus, whn d 1,..., d n start arriving, ach of thm has a uniqu nighbor and th fractional dgr of that nighbor is alrady n, so n+1 d j can contribut only 1 additional units to th siz of th fractional matching. Thus, whn n+1 th algorithm is finishd procssing th ntir graph, th total siz of its fractional matching is n + n, only slightly mor than half of th optimum. n+1 What wnt wrong in this algorithm? Th vrtics b 1,..., b n ar mor highly dmandd than a 1,..., a n and it was unwis for vrtics c 1,..., c n to us up almost all of th capacity of b 1,..., b n whil using almost non of a 1,..., a n. Th first vrtx, c 1, can b forgivn for making this mistak sinc all of its nighbors lookd indistinguishabl whn it arrivd. But latr on, w should hav known bttr: w had alrady sn that th capacitis of b 1,..., b n wr bing dpltd and should hav takn masurs to consrv that capacity. In short, thr was nothing vidntly wrong with th load-balancing ida, but it was silly to do statlss load-balancing; instad, w should hav kpt track of th currnt stat (th amount of load alrady placd on ach vrtx in L) and adjustd our load-balancing dcisions to corrct for imbalancs in th currnt load vctor.

4 This bring us to th watrfilling algorithm. It kps track of a watr lvl for ach i L rprsnting th currnt fractional dgr d(i) = j x ij, summing ovr all vrtics j R that hav arrivd in th past. Whn a nw vrtx j arrivs, it allocats its on unit of fractional dgr among its nighbors by finding th nighbors with th lowst watr lvl and continuously raising thir watr lvl until ithr on unit of watr has bn pourd into th graph, or th watr lvl of all nighbors rachs 1, whichvr coms first. In lss mtaphorical trms, th algorithm finds th uniqu numbr ˆl(j) such that max{ˆl(j), d(i)} = 1 + d(i), whr N(j) rprsnts th st of all nighbors of j. It thn sts l(j) = min{ˆl(j), 1} x ij = max{l(j), d(i)} d(i) (i, j) E and it updats d(i) to d(i) + x ij for all i. W will analyz th watrfilling algorithm using th primal-dual mthod. This mans that w ll us th fractional matching LP max s.t. i,j x ij j x ij 1 i i x ij 1 j x ij i, j and its dual min i α i + j β j s.t. α i + β j 1 (i, j) E α i, β j i, j In particular, w dfin a dual solution (α i ) i L, (β j ) j R by spcifying that α i = g(d(i)) i (1) β j = 1 g(l(j)) j, (2) whr g(y) = y 1 1. Th choic of this spcific function g will mak mor sns latr in th analysis. Th vital proprtis of g that ar ndd in th analysis ar: 1. g is an incrasing function. 2. g() = 3. g(1) = g(t) + g (t) = for all t. First, lt s obsrv that th dual solution dfind by (1)-(2) is fasibl. This is bcaus at th tim w finish procssing vrtx j, th inquality d(i) l(j) is satisfid by all nighboring vrtics i. Sinc th valu d(i) will not subsquntly dcras, w also hav d(i) l(j) at trmination. Furthrmor, sinc g is an incrasing function, w hav α i + β j = g(d(i)) + 1 g(l(j)) g(l(j)) + 1 g(l(j)) = 1,

5 which vrifis dual fasibility. W claim that th fractional matching and th dual solution computd by our algorithm satisfy x ij α i + β j. (3) 1 (i,j) E i L j R By th wak duality, th sum on th right sid is an uppr bound on th siz of any fractional matching in G, and thrfor (3) implis that th watrfilling algorithm is ( ) -comptitiv. To prov (3), w compar β j with a paramtr β j dfind as follows. For t [, 1] lt n j (t) dnot th numbr of dgs (i, j) E such that th inquality d(i) t hld at th tim whn j arrivd. Not that n j (t) dt = 1 providd that l(j) < 1, bcaus in that cas vrtx j contributd on unit of watr and th intgrand dnots th rat at which watr was filling th systm as w incrasd th watr lvl l from t to t + dt. Now, dfin β j = (1 g(t)) n j (t) dt. Th inquality β j β j always holds: whn l(j) = 1 this is bcaus β j =, and whn l(j) < 1 it is bcaus 1 g(t) is a dcrasing function of t and thrfor (1 g(t)) n j (t) dt > (1 g(l(j)) n j (t) dt = 1 g(l(j)) = β j. Ltting d(i) dnot th dgr of a vrtx i L bfor th arrival of vrtx j, th amount by which th dual objctiv incrass whn procssing j is: β j + [g(l(j)) g(d(i))] = 1 g(l(j)) + = 1 g(l(j)) + = 1 = 1 d(i) g (t) dt g (t) n j (t) dt [1 g(t) + g (t)] n j (t) dt n j (t) dt hnc th incras in th dual objctiv is at most tims th incras in th primal objctiv. Sinc th primal and dual objctivs both start out at zro, this mans that th dual objctiv at trmination is at most tims th primal objctiv, crtifying inquality (3) and complting th proof that th watrfilling algorithm is ( ) -comptitiv. x ij,

6 4 Randomizd onlin matching: Th ranking algorithm (Most of this sction is an xcrpt from th papr Randomizd Primal-Dual Analysis of ranking for Onlin Bipartit Matching by N. Dvanur, K. Jain, and R. Klinbrg, 212.) Givn an onlin fractional matching algorithm, it is tmpting to try constructing a randomizd onlin matching algorithm whos probability of choosing dg (i, j) is qual to th valu x ij computd by th fractional matching algorithm. If such a transformation wr possibl, it would yild a randomizd onlin matching algorithm whos comptitiv ratio is xactly th sam as that of th givn fractional matching algorithm. Unfortunatly, such a transformation is not possibl in gnral. (For xampl, thr is no randomizd matching algorithm whos probability of slcting ach dg (i, j) is xactly qual to th valu assignd to that dg by th watrfilling algorithm. It is quit instructiv to try proving this.) Howvr, thr is a randomizd onlin matching algorithm, known as ranking, that achivs xactly th sam comptitiv ratio as th watrfilling algorithm, namly. Problm (1c) on this wk s homwork asks you to prov that ranking achivs th bst possibl comptitiv ratio for randomizd onlin matching algorithms. Th ranking algorithm is actually vry asy to dscrib: at initialization tim, it sampls a uniformly random total ordring of th vrtics in L. Subsquntly, as ach vrtx j R arrivs, if j has an unmatchd nighbor in L thn w choos th unmatchd nighbor i that coms arlist in th random ordring, and w add (i, j) to th matching. To analyz th ranking algorithm, w bgin with a rintrprtation of th algorithm in a way that is conduciv to our analysis. Instad of picking a random total ordring of th vrtics in L, ach vrtx in L picks a random numbr in [, 1] and a vrtx j R, upon its arrival, is assignd to th unmatchd nighbor who pickd th lowst numbr. Th algorithm is prsntd as Algorithm 1 blow. Algorithm 1: Th ranking algorithm. forach i L do Pick Y i [, 1] uniformly at random forach j R do Whn j arrivs, lt N(j) dnot th st of unmatchd nighbors of j; if N(j) = thn j rmains unmatchd ls Match j to arg min{y i : i N(j)} To analyz th algorithm, w not th standard LP rlaxation for matching and its dual. maximiz x ij s.t. minimiz α i + β j s.t. (i,j) E i L j R i V, x ij 1. (i, j) E, α i + β j 1. j:(i,j) E (i, j) E, x ij. i, j, α i, β j. Our analysis constructs a dual solution which is also randomizd. Th dual variabls w construct may not always b fasibl; in othr words, thy may violat th constraint α i +β j 1

7 for som dgs (i, j). Howvr, th xpctd valus of th dual variabls will constitut a fasibl dual solution. Th comptitiv ratio of will follow from th fact that th valu of th dual solution is always tims th siz of th matching found, and that th xpctation of th dual variabls constituts a fasibl dual solution (whos valu, of cours, is also tims th xpctd siz of th matching found). Our construction of th duals dpnds on a monoton non-dcrasing function h that is closly rlatd to th function g that cam up in th analysis of th watrfilling algorithm in Sction 3. Th formula for h is h(y) = y 1 and its rlvant proprtis ar: 1. h is an incrasing function; 2. h(1) = 1; θ 3. θ [, 1] h(y) dy + 1 h(θ) =. Not th similarity btwn th intgral quation in proprty 3 of h and th diffrntial quation in proprty 4 of th function g in Sction 3; not also, howvr, that if w diffrntiat both sids of th intgral quation dfining h w crtainly don t gt th diffrntial quation dfining g. Whnvr i is matchd to j, lt α i = h(y i), β j = (1 h(y i)). For all unmatchd i and j, st α i = β j =. It will b usful to intrprt th algorithm as follows: on matching i to j, w gnrat a valu of 1 for th primal, which translats to a valu of for th dual. Each unmatchd vrtx i L that is a nighbor of j offrs (1 h(y i)) of this valu to j (to b assignd to β j ), whil kping th rst to itslf (to b assignd to α i ). Thn j is matchd to th vrtx that maks th highst offr. Bfor w show that th xpctation of th duals is fasibl, w nd crtain proprtis of th algorithm spcifid by th following two lmmas. Lt (i, j) E b any dg in th graph. Considr an instanc of th algorithm on G \ {i}, with th sam choic of Y i for all othr i L. Lt y c b th valu of Y i for th i that is matchd to j. Dfin y c to b 1 if j is not matchd. Lt βj c b th valu of β j in this run, i.. βj c = (1 h(yc )). Lmma 3 (Dominanc Lmma). Givn Y i for all othr i L, i gts matchd if Y i < y c. Proof. Suppos i is not matchd whn j arrivs. This mans that th run of th algorithm until thn is idntical to th run without i. From th dfinition of y c, in th run without i, j is matchd to i such that Y i = y c. Sinc Y i < y c, j is matchd to i. Lmma 4 (Monotonicity Lmma). Givn Y i for all othr i L, for all choics of Y i, β j β c j. Proof. Considr xcuting th algorithm on graphs G and G\{i} in paralll. At th start of vry stp of th two paralll xcutions, th unmatchd vrtics in L for th G xcution constitut a suprst of th unmatchd vrtics in L for th G\{i} xcution. This statmnt is asily provn by induction: givn that it holds at th start of on stp, th only way it could b violatd at th start of th nxt stp is if th G xcution chooss a vrtx i L that is also unmatchd, but is not chosn, in th G \ {i} xcution. Instad th G \ {i} xcution must choos som othr vrtx i such that Y i < Y i. By our induction hypothsis i was also unmatchd in th G xcution, contradicting th fact that th algorithm chos i instad. Whn nod j arrivs, its unmatchd nighbors in th G xcution form a suprst of its unmatchd nighbors in th G \ {i} xcution, so in th both xcutions j has an unmatchd nighbor whos Y -valu is y c. If th algorithm instad chooss anothr nighbor of j, its Y -valu can b at most y c and hnc, by th monotonicity of h, w hav β j β c j.

8 W now show that th abov proprtis of h imply a comptitiv ratio of Lmma 5. ranking is -comptitiv. for ranking. Proof. Whnvr i is matchd to j, α i + β j =. Thrfor th ratio of th dual solution to th primal is always. W show that th dual is fasibl in xpctation. In particular, w show that for all (i, j) E, E Yi [α i + β j ] 1 for all choics of Y i for all i i L. By th Dominanc Lmma (Lmma 3) i is matchd whnvr Y i y c. Hnc E Yi [α i ] y c h(y) dy. 1 By th Monotonicity Lmma (Lmma 4), β j βj c = (1 h(yc )) for all choics of Y i. Th lmma now follows from th intgral quation listd abov as proprty 3 of h.

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

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming CPSC 665 : An Algorithmist s Toolkit Lctur 4 : 21 Jan 2015 Lcturr: Sushant Sachdva Linar Programming Scrib: Rasmus Kyng 1. Introduction An optimization problm rquirs us to find th minimum or maximum) of

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by D. Klain Vrsion 207.0.05 Corrctions and commnts ar wlcom. Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix A A k I + A + k!

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by Dan Klain Vrsion 28928 Corrctions and commnts ar wlcom Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix () A A k I + A + k!

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

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

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

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

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula 7. Intgration by Parts Each drivativ formula givs ris to a corrsponding intgral formula, as w v sn many tims. Th drivativ product rul yilds a vry usful intgration tchniqu calld intgration by parts. Starting

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

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

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C Tchniqus of Intgration c Donald Kridr and Dwight Lahr In this sction w ar going to introduc th first approachs to valuating an indfinit intgral whos intgrand dos not hav an immdiat antidrivativ. W bgin

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

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

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

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1 Chaptr 11 Th singular sris Rcall that by Thorms 10 and 104 togthr provid us th stimat 9 4 n 2 111 Rn = SnΓ 2 + on2, whr th singular sris Sn was dfind in Chaptr 10 as Sn = q=1 Sq q 9, with Sq = 1 a q gcda,q=1

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

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices Finding low cost TSP and 2-matching solutions using crtain half intgr subtour vrtics Sylvia Boyd and Robrt Carr Novmbr 996 Introduction Givn th complt graph K n = (V, E) on n nods with dg costs c R E,

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

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

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

4. Money cannot be neutral in the short-run the neutrality of money is exclusively a medium run phenomenon.

4. Money cannot be neutral in the short-run the neutrality of money is exclusively a medium run phenomenon. PART I TRUE/FALSE/UNCERTAIN (5 points ach) 1. Lik xpansionary montary policy, xpansionary fiscal policy rturns output in th mdium run to its natural lvl, and incrass prics. Thrfor, fiscal policy is also

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

Combinatorial Networks Week 1, March 11-12

Combinatorial Networks Week 1, March 11-12 1 Nots on March 11 Combinatorial Ntwors W 1, March 11-1 11 Th Pigonhol Principl Th Pigonhol Principl If n objcts ar placd in hols, whr n >, thr xists a box with mor than on objcts 11 Thorm Givn a simpl

More information

Stochastic Submodular Maximization

Stochastic Submodular Maximization Stochastic Submodular Maximization Arash Asadpour, Hamid Nazrzadh, and Amin Sabri Stanford Univrsity, Stanford, CA. {asadpour,hamidnz,sabri}@stanford.du Abstract. W study stochastic submodular maximization

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

A Propagating Wave Packet Group Velocity Dispersion

A Propagating Wave Packet Group Velocity Dispersion Lctur 8 Phys 375 A Propagating Wav Packt Group Vlocity Disprsion Ovrviw and Motivation: In th last lctur w lookd at a localizd solution t) to th 1D fr-particl Schrödingr quation (SE) that corrsponds to

More information

Quasi-Classical States of the Simple Harmonic Oscillator

Quasi-Classical States of the Simple Harmonic Oscillator Quasi-Classical Stats of th Simpl Harmonic Oscillator (Draft Vrsion) Introduction: Why Look for Eignstats of th Annihilation Oprator? Excpt for th ground stat, th corrspondnc btwn th quantum nrgy ignstats

More information

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero.

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero. SETION 6. 57 6. Evaluation of Dfinit Intgrals Exampl 6.6 W hav usd dfinit intgrals to valuat contour intgrals. It may com as a surpris to larn that contour intgrals and rsidus can b usd to valuat crtain

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 07 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

More information

SCHUR S THEOREM REU SUMMER 2005

SCHUR S THEOREM REU SUMMER 2005 SCHUR S THEOREM REU SUMMER 2005 1. Combinatorial aroach Prhas th first rsult in th subjct blongs to I. Schur and dats back to 1916. On of his motivation was to study th local vrsion of th famous quation

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

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter WHEN THE CRAMÉR-RAO INEQUALITY PROVIDES NO INFORMATION STEVEN J. MILLER Abstract. W invstigat a on-paramtr family of probability dnsitis (rlatd to th Parto distribution, which dscribs many natural phnomna)

More information

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation.

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation. Lur 7 Fourir Transforms and th Wav Euation Ovrviw and Motivation: W first discuss a fw faturs of th Fourir transform (FT), and thn w solv th initial-valu problm for th wav uation using th Fourir transform

More information

4 x 4, and. where x is Town Square

4 x 4, and. where x is Town Square Accumulation and Population Dnsity E. A city locatd along a straight highway has a population whos dnsity can b approimatd by th function p 5 4 th distanc from th town squar, masurd in mils, whr 4 4, and

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

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers Roy D. Yates and David J.

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers Roy D. Yates and David J. Probability and Stochastic Procsss: A Frindly Introduction for Elctrical and Computr Enginrs Roy D. Yats and David J. Goodman Problm Solutions : Yats and Goodman,4.3. 4.3.4 4.3. 4.4. 4.4.4 4.4.6 4.. 4..7

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

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

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

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018 Propositional Logic Combinatorial Problm Solving (CPS) Albrt Olivras Enric Rodríguz-Carbonll May 17, 2018 Ovrviw of th sssion Dfinition of Propositional Logic Gnral Concpts in Logic Rduction to SAT CNFs

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

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator.

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator. Exam N a m : _ S O L U T I O N P U I D : I n s t r u c t i o n s : It is important that you clarly show your work and mark th final answr clarly, closd book, closd nots, no calculator. T i m : h o u r

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

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

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

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations MATH 39, WEEK 5: Th Fundamntal Matrix, Non-Homognous Systms of Diffrntial Equations Fundamntal Matrics Considr th problm of dtrmining th particular solution for an nsmbl of initial conditions For instanc,

More information

Equidistribution and Weyl s criterion

Equidistribution and Weyl s criterion Euidistribution and Wyl s critrion by Brad Hannigan-Daly W introduc th ida of a sunc of numbrs bing uidistributd (mod ), and w stat and prov a thorm of Hrmann Wyl which charactrizs such suncs. W also discuss

More information

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches.

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches. Subjct Chmistry Papr No and Titl Modul No and Titl Modul Tag 8/ Physical Spctroscopy / Brakdown of th Born-Oppnhimr approximation. Slction ruls for rotational-vibrational transitions. P, R branchs. CHE_P8_M

More information

Approximation and Inapproximation for The Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model

Approximation and Inapproximation for The Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model 20 3st Intrnational Confrnc on Distributd Computing Systms Workshops Approximation and Inapproximation for Th Influnc Maximization Problm in Social Ntworks undr Dtrministic Linar Thrshold Modl Zaixin Lu,

More information

2008 AP Calculus BC Multiple Choice Exam

2008 AP Calculus BC Multiple Choice Exam 008 AP Multipl Choic Eam Nam 008 AP Calculus BC Multipl Choic Eam Sction No Calculator Activ AP Calculus 008 BC Multipl Choic. At tim t 0, a particl moving in th -plan is th acclration vctor of th particl

More information

Chapter 10. The singular integral Introducing S(n) and J(n)

Chapter 10. The singular integral Introducing S(n) and J(n) Chaptr Th singular intgral Our aim in this chaptr is to rplac th functions S (n) and J (n) by mor convnint xprssions; ths will b calld th singular sris S(n) and th singular intgral J(n). This will b don

More information

On the irreducibility of some polynomials in two variables

On the irreducibility of some polynomials in two variables ACTA ARITHMETICA LXXXII.3 (1997) On th irrducibility of som polynomials in two variabls by B. Brindza and Á. Pintér (Dbrcn) To th mmory of Paul Erdős Lt f(x) and g(y ) b polynomials with intgral cofficints

More information

CS 6353 Compiler Construction, Homework #1. 1. Write regular expressions for the following informally described languages:

CS 6353 Compiler Construction, Homework #1. 1. Write regular expressions for the following informally described languages: CS 6353 Compilr Construction, Homwork #1 1. Writ rgular xprssions for th following informally dscribd languags: a. All strings of 0 s and 1 s with th substring 01*1. Answr: (0 1)*01*1(0 1)* b. All strings

More information

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012 Th van dr Waals intraction D. E. Sopr 2 Univrsity of Orgon 20 pril 202 Th van dr Waals intraction is discussd in Chaptr 5 of J. J. Sakurai, Modrn Quantum Mchanics. Hr I tak a look at it in a littl mor

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

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

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

The second condition says that a node α of the tree has exactly n children if the arity of its label is n.

The second condition says that a node α of the tree has exactly n children if the arity of its label is n. CS 6110 S14 Hanout 2 Proof of Conflunc 27 January 2014 In this supplmntary lctur w prov that th λ-calculus is conflunt. This is rsult is u to lonzo Church (1903 1995) an J. arkly Rossr (1907 1989) an is

More information

5.80 Small-Molecule Spectroscopy and Dynamics

5.80 Small-Molecule Spectroscopy and Dynamics MIT OpnCoursWar http://ocw.mit.du 5.80 Small-Molcul Spctroscopy and Dynamics Fall 008 For information about citing ths matrials or our Trms of Us, visit: http://ocw.mit.du/trms. Lctur # 3 Supplmnt Contnts

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

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

3 Finite Element Parametric Geometry

3 Finite Element Parametric Geometry 3 Finit Elmnt Paramtric Gomtry 3. Introduction Th intgral of a matrix is th matrix containing th intgral of ach and vry on of its original componnts. Practical finit lmnt analysis rquirs intgrating matrics,

More information

2.3 Matrix Formulation

2.3 Matrix Formulation 23 Matrix Formulation 43 A mor complicatd xampl ariss for a nonlinar systm of diffrntial quations Considr th following xampl Exampl 23 x y + x( x 2 y 2 y x + y( x 2 y 2 (233 Transforming to polar coordinats,

More information

What are those βs anyway? Understanding Design Matrix & Odds ratios

What are those βs anyway? Understanding Design Matrix & Odds ratios Ral paramtr stimat WILD 750 - Wildlif Population Analysis of 6 What ar thos βs anyway? Undrsting Dsign Matrix & Odds ratios Rfrncs Hosmr D.W.. Lmshow. 000. Applid logistic rgrssion. John Wily & ons Inc.

More information

arxiv: v3 [cs.ds] 14 Jul 2016

arxiv: v3 [cs.ds] 14 Jul 2016 Ngativ-Wight Shortst Paths and Unit Capacity Minimum Cost Flow in Õ m 0/7 log W Tim Michal B. Cohn Alksandr Mądry Piotr Sankowski Adrian Vladu MIT MIT Univrsity of Warsaw MIT micohn@mit.du madry@mit.du

More information

Limiting value of higher Mahler measure

Limiting value of higher Mahler measure Limiting valu of highr Mahlr masur Arunabha Biswas a, Chris Monico a, a Dpartmnt of Mathmatics & Statistics, Txas Tch Univrsity, Lubbock, TX 7949, USA Abstract W considr th k-highr Mahlr masur m k P )

More information

y = 2xe x + x 2 e x at (0, 3). solution: Since y is implicitly related to x we have to use implicit differentiation: 3 6y = 0 y = 1 2 x ln(b) ln(b)

y = 2xe x + x 2 e x at (0, 3). solution: Since y is implicitly related to x we have to use implicit differentiation: 3 6y = 0 y = 1 2 x ln(b) ln(b) 4. y = y = + 5. Find th quation of th tangnt lin for th function y = ( + ) 3 whn = 0. solution: First not that whn = 0, y = (1 + 1) 3 = 8, so th lin gos through (0, 8) and thrfor its y-intrcpt is 8. y

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

Examples and applications on SSSP and MST

Examples and applications on SSSP and MST Exampls an applications on SSSP an MST Dan (Doris) H & Junhao Gan ITEE Univrsity of Qunslan COMP3506/7505, Uni of Qunslan Exampls an applications on SSSP an MST Dijkstra s Algorithm Th algorithm solvs

More information

EEO 401 Digital Signal Processing Prof. Mark Fowler

EEO 401 Digital Signal Processing Prof. Mark Fowler EEO 401 Digital Signal Procssing Prof. Mark Fowlr Dtails of th ot St #19 Rading Assignmnt: Sct. 7.1.2, 7.1.3, & 7.2 of Proakis & Manolakis Dfinition of th So Givn signal data points x[n] for n = 0,, -1

More information

Principles of Humidity Dalton s law

Principles of Humidity Dalton s law Principls of Humidity Dalton s law Air is a mixtur of diffrnt gass. Th main gas componnts ar: Gas componnt volum [%] wight [%] Nitrogn N 2 78,03 75,47 Oxygn O 2 20,99 23,20 Argon Ar 0,93 1,28 Carbon dioxid

More information

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM Elctronic Journal of Diffrntial Equations, Vol. 2003(2003), No. 92, pp. 1 6. ISSN: 1072-6691. URL: http://jd.math.swt.du or http://jd.math.unt.du ftp jd.math.swt.du (login: ftp) LINEAR DELAY DIFFERENTIAL

More information

MA 262, Spring 2018, Final exam Version 01 (Green)

MA 262, Spring 2018, Final exam Version 01 (Green) MA 262, Spring 218, Final xam Vrsion 1 (Grn) INSTRUCTIONS 1. Switch off your phon upon ntring th xam room. 2. Do not opn th xam booklt until you ar instructd to do so. 3. Bfor you opn th booklt, fill in

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

Mor Tutorial at www.dumblittldoctor.com Work th problms without a calculator, but us a calculator to chck rsults. And try diffrntiating your answrs in part III as a usful chck. I. Applications of Intgration

More information

1 Isoparametric Concept

1 Isoparametric Concept UNIVERSITY OF CALIFORNIA BERKELEY Dpartmnt of Civil Enginring Spring 06 Structural Enginring, Mchanics and Matrials Profssor: S. Govindj Nots on D isoparamtric lmnts Isoparamtric Concpt Th isoparamtric

More information

Solution: APPM 1360 Final (150 pts) Spring (60 pts total) The following parts are not related, justify your answers:

Solution: APPM 1360 Final (150 pts) Spring (60 pts total) The following parts are not related, justify your answers: APPM 6 Final 5 pts) Spring 4. 6 pts total) Th following parts ar not rlatd, justify your answrs: a) Considr th curv rprsntd by th paramtric quations, t and y t + for t. i) 6 pts) Writ down th corrsponding

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

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

Optimizing Product Launches in the Presence of Strategic Consumers Appendix

Optimizing Product Launches in the Presence of Strategic Consumers Appendix Optimizing Product Launchs in th Prsnc of Stratgic Consumrs Appndix Ilan Lobl Jigar Patl Gustavo Vulcano Jiawi Zhang Lonard N. Strn School of Businss, Nw York Univrsity, 44 Wst Fourth St., Nw York, NY

More information

Calculus II (MAC )

Calculus II (MAC ) Calculus II (MAC232-2) Tst 2 (25/6/25) Nam (PRINT): Plas show your work. An answr with no work rcivs no crdit. You may us th back of a pag if you nd mor spac for a problm. You may not us any calculators.

More information

Online Vertex-Weighted Bipartite Matching: Beating 1 1 with Random Arrivals

Online Vertex-Weighted Bipartite Matching: Beating 1 1 with Random Arrivals Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals Zhiyi Huang Dpartmnt of Computr Sicnc, Th Univrsity of Hong Kong, Hong Kong zhiyi@cs.hku.hk Zhihao Gavin Tang 2 Dpartmnt of Computr Sicnc,

More information

10. The Discrete-Time Fourier Transform (DTFT)

10. The Discrete-Time Fourier Transform (DTFT) Th Discrt-Tim Fourir Transform (DTFT Dfinition of th discrt-tim Fourir transform Th Fourir rprsntation of signals plays an important rol in both continuous and discrt signal procssing In this sction w

More information

Deift/Zhou Steepest descent, Part I

Deift/Zhou Steepest descent, Part I Lctur 9 Dift/Zhou Stpst dscnt, Part I W now focus on th cas of orthogonal polynomials for th wight w(x) = NV (x), V (x) = t x2 2 + x4 4. Sinc th wight dpnds on th paramtr N N w will writ π n,n, a n,n,

More information

Section 11.6: Directional Derivatives and the Gradient Vector

Section 11.6: Directional Derivatives and the Gradient Vector Sction.6: Dirctional Drivativs and th Gradint Vctor Practic HW rom Stwart Ttbook not to hand in p. 778 # -4 p. 799 # 4-5 7 9 9 35 37 odd Th Dirctional Drivativ Rcall that a b Slop o th tangnt lin to th

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

Generalizations of Ski-Rental

Generalizations of Ski-Rental Gnraliations of Ski-Rntal Hisham Harik, Jo Chung Octobr 23, 25 1 Th Ski Rntal Problm Suppos you want to start a nw hobby: skiing. In th ski shop, thy giv you th options to ithr rnt skis or buy skis. If

More information

Chapter 13 Aggregate Supply

Chapter 13 Aggregate Supply Chaptr 13 Aggrgat Supply 0 1 Larning Objctivs thr modls of aggrgat supply in which output dpnds positivly on th pric lvl in th short run th short-run tradoff btwn inflation and unmploymnt known as th Phillips

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

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

Homotopy perturbation technique

Homotopy perturbation technique Comput. Mthods Appl. Mch. Engrg. 178 (1999) 257±262 www.lsvir.com/locat/cma Homotopy prturbation tchniqu Ji-Huan H 1 Shanghai Univrsity, Shanghai Institut of Applid Mathmatics and Mchanics, Shanghai 272,

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

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN Intrnational Journal of Scintific & Enginring Rsarch, Volum 6, Issu 7, July-25 64 ISSN 2229-558 HARATERISTIS OF EDGE UTSET MATRIX OF PETERSON GRAPH WITH ALGEBRAI GRAPH THEORY Dr. G. Nirmala M. Murugan

More information

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM Jim Brown Dpartmnt of Mathmatical Scincs, Clmson Univrsity, Clmson, SC 9634, USA jimlb@g.clmson.du Robrt Cass Dpartmnt of Mathmatics,

More information

General Notes About 2007 AP Physics Scoring Guidelines

General Notes About 2007 AP Physics Scoring Guidelines AP PHYSICS C: ELECTRICITY AND MAGNETISM 2007 SCORING GUIDELINES Gnral Nots About 2007 AP Physics Scoring Guidlins 1. Th solutions contain th most common mthod of solving th fr-rspons qustions and th allocation

More information

Note If the candidate believes that e x = 0 solves to x = 0 or gives an extra solution of x = 0, then withhold the final accuracy mark.

Note If the candidate believes that e x = 0 solves to x = 0 or gives an extra solution of x = 0, then withhold the final accuracy mark. . (a) Eithr y = or ( 0, ) (b) Whn =, y = ( 0 + ) = 0 = 0 ( + ) = 0 ( )( ) = 0 Eithr = (for possibly abov) or = A 3. Not If th candidat blivs that = 0 solvs to = 0 or givs an tra solution of = 0, thn withhold

More information