Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries

Size: px
Start display at page:

Download "Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries"

Transcription

1 Output-Sensitive Algoithms fo Computing Neaest-Neighou Decision Boundaies David Bemne Eik Demaine Jeff Eickson John Iacono Stefan Langeman Pat Moin Godfied Toussaint ABSTRACT. Given a set R of ed points and a set B of lue points, the neaest-neighou decision ule classifies a new point q as ed (espectively, lue) if the closest point to q in R B comes fom R (espectively, B). This ule implicitly patitions space into a ed set and a lue set that ae sepaated y a ed-lue decision ounday. In this pape we develop output-sensitive algoithms fo computing this decision ounday fo point sets on the line and in R 2. Both algoithms un in time O(n log k), whee k is the nume of points that contiute to the decision ounday. This unning time is the est possile when paameteizing with espect to n and k. 1 Intoduction Let S e a set of n points in the plane that is patitioned into a set of ed points denoted y R and a set of lue points denoted y B. The neaest-neighou decision ule classifies a new point q as the colo of the closest point to q in S. The neaest-neighou decision ule is popula in patten ecognition as a means of leaning y example. Fo this eason, the set S is often efeed to as a taining set. Seveal popeties make the neaest-neighou decision ule quite attactive, including its intuitive simplicity and the theoem that the asymptotic eo ate of the neaest-neighou ule is ounded fom aove y twice the Bayes eo ate [6, 8, 15]. (See [16] fo an extensive suvey of the neaestneighou decision ule and its elatives.) Futhemoe, fo point sets in small dimensions, thee ae efficient and pactical algoithms fo pepocessing a set S so that the neaest neighou of a quey point q can e found quickly. The neaest-neighou decision ule implicitly patitions the plane into a ed set and a lue set that meet at a ed-lue decision ounday. One attactive aspect of the neaest-neighou decision ule is that it is often possile to educe the size of the taining set S without changing the decision ounday. To see this, conside the Voonoĭ diagam of S, which patitions the plane into convex (possily unounded) polygonal Voonoĭ cells, whee the Voonoĭ cell of point p S is the set of all points that ae close to p than to any othe point in S (see Figue 1.a). If the Voonoĭ cell of a ed point is completely suounded y the Voonoi cells of othe ed points then the point can e emoved fom S and this will not change This eseach was patly funded y the Alexande von Humoldt Foundation and NSERC Canada Faculty of Compute Science, Univesity of New Bunswick, emne@un.ca MIT Laoatoy fo Compute Science, edemaine@mit.edu Compute Science Depatment, Univesity of Illinois, jeffe@cs.uiuc.edu Polytechnic Univesity, jiacono@poly.edu Chagé de echeches du FNRS, Univesité Lie de Buxelles, stefan.langeman@ul.ac.e School of Compute Science, Caleton Univesity, moin@cs.caleton.ca School of Compute Science, McGill Univesity, godfied@cs.mcgill.ca 1

2 (a) () Figue 1: The Voonoĭ diagam (a) efoe Voonoĭ condensing and () afte Voonoĭ condensing. Note that the decision ounday (in old) is unaffected y Voonoĭ condensing. Note: In this figue, and all othe figues, ed points ae denoted y white cicles and lue points ae denoted y lack disks. the classification of any point in the plane (see Figue 1.). We say that these points do not contiute to the decision ounday, and the emaining points contiute to the decision ounday. The peceding discussion suggests that one appoach to educing the size of the taining set S is to simply compute the Voonoĭ diagam of S and emove any points of S whose Voonoĭ cells ae suounded y Voonoĭ cells of the same colo. Indeed, this method is efeed to as Voonoĭ condensing [17]. Thee ae seveal O(n log n) time algoithms fo computing the Voonoĭ diagam a set of points in the plane, so Voonoĭ condensing can e implemented to un in O(n log n) time. 1 Howeve, in this pape we show that we can do significantly ette when the nume of points that contiute to the decision ounday is small. Indeed, we show how to do Voonoĭ condensing in O(n log k) time, whee k is the nume of points that contiute to the decision ounday (i.e., the nume of points of S that emain afte Voonoĭ condensing). Algoithms, like these, in which the size of the input and the size of the output play a ole in the unning time ae efeed to as output-sensitive algoithms. Reades familia with the liteatue on output-sensitive convex hull algoithms may ecognize the expession O(n log k) as the unning time of optimal algoithms fo computing convex hulls of n point sets with k exteme points, in 2 o 3 dimensions [2, 4, 5, 12, 18]. This is no coincidence. Given a set of n points in R 2, we can colo them all ed and add thee lue points at infinity (see Figue 2). In this set, the only points that contiute to the neaest-neighou decision ounday ae the thee lue points and the ed points on the convex hull of the oiginal set. Thus, identifying the points that contiute to the neaest-neighou decision ounday is at least as difficult as computing the exteme points of a set. The emainde of this pape is oganized as follows: In Section 2 we descie an algoithm fo computing the neaest-neighou decision ounday of points on a line that uns in O(n log k) time. In Section 3 we pesent an algoithm fo points in the plane that also uns in O(n log k) time. Finally, in Section 4 we summaize and conclude with open polems. 1 Histoically, the fist efficient algoithm fo specifically computing the neaest-neighou decision ounday is due to Dasaathy and White [7] and uns in O(n 4 ) time. The fist O(n log n) time algoithm fo computing the Voonoĭ diagam of a set of n points in the plane is due to Shamos [14]. 2

3 Figue 2: The elationship etween convex hulls and decision oundaies. Each vetex of the convex hull of R contiutes to the decision ounday. 2 A 1-Dimensional Algoithm In the 1-dimensional vesion of the neaest-neighou decision ounday polem, the input set S consists of n eal numes. Imagine soting S, so that S = {s 1,..., s n } whee s i < s i+1 fo all 1 i < n. The decision ounday consists of all pais (s i, s i+1 ) whee s i is ed and s i+1 is lue, o vice-vesa. Thus, this polem is solveale in linea-time if the points of S ae soted. Since soting the elements of S can e done using any nume of O(n log n) time soting algoithms, this immediately implies an O(n log n) time algoithm. Next, we give an algoithm that uns in O(n log k) time and is simila in spiit to Hoae s quicksot [11]. To find the decision ounday in O(n log k) time, we egin y computing the median element m = s n/2 in O(n) time using any one of the existing linea-time median finding algoithms (see [3]). Using an additional O(n) time, we split S into the sets S 1 = {s 1,..., s n/2 1 } and S 2 = {s n/2 +1,..., s n } y compaing each element of S to the median element m. At the same time we also find s n/2 1 and S n/2 +1 y finding the maximum and minimum elements of S 1 and S 2, espectively. We then check if (s n/2 1, m) and/o (m, s n/2 +1 ) ae pat of the decision ounday and epot them if necessay. At this point, a standad divide-and-conque algoithm would ecuse on oth S 1 and S 2 to give an O(n log n) time algoithm. Howeve, we can impove on this y oseving that it is not necessay to ecuse on a supolem if it contains only elements of one colo, since it will not contiute a pai to the decision ounday. Theefoe, we ecuse on each of S 1 and S 2 only if they contain at least one ed element and one lue element. 3

4 The coectness of the aove algoithm is clea. To analyze its unning time we oseve that the unning time is ounded y the ecuence T (n, k) O(n) + T (n/2, l) + T (n/2, k l), whee l is the nume of points that contiute to the decision ounday in S 1 and whee T (1, k) = O(1) and T (n, 0) = O(n). An easy inductive agument that uses the concavity of the logaithm shows that this ecuence is maximized when l = k/2, in which case the ecuence solves to O(n log k) [5]. Theoem 1. The neaest-neighou decision ounday of a set of n eal numes can e computed in O(n log k) time, whee k is the nume of elements that contiute to the decision ounday. 3 A 2-Dimensional Algoithm In the 2-dimensional neaest-neighou decision ounday polem the Voonoĭ cells of S ae (possily unounded) convex polygons and the goal is to find all Voonoĭ edges that ound two cells whose defining points have diffeent colos. Thoughout this section we will assume that the points of S ae in geneal position so that no fou points of S lie on a common cicle. This assumption is not vey estictive, since geneal position can e simulated using infinitesmal petuations of the input points. It will e moe convenient to pesent ou algoithm using the teminology of Delaunay tiangulations. A Delaunay tiangle in S is a tiangle whose vetices (v 1, v 2, v 3 ) ae in S and such that the cicle with v 1, v 2 and v 3 on its ounday does not contain any point of S in its inteio. A Delaunay tiangulation of S is a patitioning of the convex hull of S into Delaunay tiangles. Altenatively, a Delaunay edge is a line segment whose vetices (v 1, v 2 ) ae in S and such that thee exists a cicle with v 1 and v 2 on its ounday that does not contain any point of S in its inteio. When S is in geneal position, the Delaunay tiangulation of S is unique and contains all tiangles whose edges ae Delaunay edges (see [13]). It is well known that the Delaunay tiangulation and the Voonoi diagam ae dual in the sense that two points of S ae joined y an edge in the Delaunay tiangulation if and only if thei Voonoi cells shae an edge. We call a Delaunay tiangle o Delaunay edge ichomatic if its set of defining vetices contains at least one ed and at least one lue point of S. Thus, the polem of computing the neaest-neighou decision ounday is equivalent to the polem of finding all ichomatic Delaunay edges. 3.1 The High Level Algoithm In the next few sections, we will descie an algoithm that, given a value κ k, finds the set of all ichomatic Delaunay tiangles in S in O((κ 2 + n) log κ) time, which fo κ n simplifies to O(n log κ). To otain an algoithm that uns in O(n log k) time, we epeatedly guess the value of κ, un the algoithm until we find the entie decision ounday o until it detemines that κ < k and, in the latte case, estat the algoithm with a lage value of κ. If we eve each a point whee the value of κ exceeds n then we stop the entie algoithm and un an O(n log n) time algoithm to compute the entie Delaunay tiangulation of S. The values of κ that we use ae κ = 2 2i fo i = 0, 1, 2,..., log log n. Since the algoithm will 4

5 Figue 3: A pivot opeation. teminate once κ k o κ n, the total cost of all uns of the algoithm is theefoe as equied. T n,k = log log k i=0 O(n log 2 2i ) = log log k i=0 O(n2 i ) = O(n log k), 3.2 Pivots A key suoutine in ou algoithm is the pivot 2 opeation. A pivot in the set of points S takes as input a ay and epots the lagest cicle whose cente is on the ay, has the oigin of the ay on its ounday and has no point of S in its inteio. We will make use of the following data stuctuing esult, due to Chan [4]. Fo completeness, we also include a poof. Lemma 1 (Chan 1996). Let S e a set of n points in R 2. Then, fo any intege 1 m n, thee exists a data stuctue of size O(n) that can e constucted in O(n log m) time, and that can pefom pivots in S in O( n m log m) time pe pivot. Poof. Dokin and Kikpatick [9, 10] show how to pepocess a set S of n points in O(n log n) time to answe pivot queies in O(log n) time pe quey. Chan s data stuctue simply patitions S into n/m goups each of size m and then uses the Dokin-Kikpatick data stuctue on each goup. The time to uild all n/m data stuctues is n m O(m log m) = O(n log m). To pefom a quey, we simply quey each of the n/m data stuctues in O(log m) time pe data stuctue and epot the smallest cicle found, fo a quey time of n m O(log m) = O( n m log n). In the following, we will e using Lemma 1 with a value of m = κ 2, so that the time to constuct the data stuctue is O(n log κ) and the quey time is O( n κ 2 log κ). We will use two such data stuctues, one fo pefoming pivots in the set R of ed points and one fo pefoming pivots in the set B of lue points. 2 The tem pivot comes fom linea pogamming. The elationship etween a (pola dual) linea pogamming pivot and the cicula pivot descied hee is evident when we conside the paaolic lifting that tansfoms the polem of computing a 2-dimensional Delaunay tiangulation to that of computing a 3-dimensional convex hull of a set of points on the paaoloid z = x 2 + y 2. In this case, the cicle is the pojection of the intesection of a plane with the paaoloid. 5

6 C C C (a) () Figue 4: The (a) fist and () second pivot used to find a ichomatic edge (, ). 3.3 Finding the Fist Edge The fist step in ou algoithm is to find a single ichomatic edge of the Delaunay tiangulation. Refe to Figue 4. To do this, we egin y choosing any ed point and any lue point. We then pefom a pivot in the set B along the ay with oigin that contains. This gives us a cicle C that has no lue points in its inteio and has as well as some lue point (possily = ) on its ounday. Next, we pefom a pivot in the set R along the ay oiginating at and passing though the cente of C. This gives us a cicle C 1 that has no point of S in its inteio and has and some ed point (possily = ) on its ounday. Theefoe, (, ) is a ichomatic edge in the Delaunay tiangulation of S. The aove agument shows how to find a ichomatic Delaunay edge using only 2 pivots, one in R and one in B. The second pat of the agument also implies the following useful lemma. Lemma 2. If thee is a cicle with a ed point and a lue point on its ounday, and no ed (espectively, lue) points in its inteio, then (espectively, ) contiutes to the decision ounday. 3.4 Finding Moe Points Let Q e the set of points that contiute to the decision ounday, i.e., the set of points that ae the vetices of ichomatic tiangles in the Delaunay tiangulation of S. Suppose that we have aleady found a set P Q and we wish to eithe (1) find a new point p Q \ P o (2) veify that P = Q. To do this, we will make use of the augmented Delaunay tiangulation of P (see Figue 5). This is the Delaunay tiangulation of P {v 1, v 2, v 3 }, whee v 1, v 2, and v 3 ae thee lack points at infinity (see Figue 5). Fo any tiangle t, we use the notation C(t) to denote the cicle whose ounday contains the thee vetices of t (note that if t contains a lack point then C(t) is a halfplane). The following lemma allows us to tell when we have found the entie set of points Q that contiute to the decision ounday. Lemma 3. Let P Q. The following statements ae equivalent: 1. Fo evey tiangle t in the augmented Delaunay tiangulation of P, if t has a lue (espectively, ed) vetex then C(t) does not have a ed (espectively, lue) vetex of S in its inteio. 2. P = Q. 6

7 v 3 v 1 v 2 Figue 5: The augmented Delaunay tiangulation of S. t C(t) Figue 6: If Statement 1 of Lemma 3 is not tue then P Q. Poof. Fist we show that if Statement 1 of the lemma is not tue, then Statement 2 is also not tue, i.e., P Q. Suppose thee is some tiangle t in the augmented Delaunay tiangulation of P such that t has a lue vetex and C(t) contains a ed point of S in its inteio. Pivot in R along the ay oiginating at and passing though the cente of C(t) (see Figue 6). This will give a cicle C with and some ed point / P on its ounday and with no ed points in its inteio. Theefoe, y Lemma 2, contiutes to the decision ounday and is theefoe in Q, so P Q. A symmetic agument applies when t has a ed vetex and C(t) contains a lue vetex in its inteio. Next we show that if Statement 2 of the lemma is not tue then Statement 1 is not tue. Suppose that P Q. Let e a point in Q \ P and, without loss of geneality, assume is a ed point. Since is in Q, thee is a cicle C with and some othe lue point on its ounday and with no points of S in its inteio. We will use and to show that the augmented Delaunay tiangulation of P contains a tiangle t such that eithe (1) is a vetex of t and C(t) contains in its inteio, o (2) C(t) contains oth and in its inteio. In eithe case, Statement 1 of the lemma is not tue ecause of tiangle t. Refe to Figue 7 fo what follows. Conside the lagest cicle C 1 that is concentic with C and that contains no point of P in its inteio (this cicle is at least as lage as C). The cicle C 1 will have at least one point p 1 of P on its ounday (it could e that p 1 =, if P ). Next, pefom a pivot in P along the ay oiginating at p 1 and containing the cente of C 1. This will give a cicle C 2 that contains C 1 and with two points p 1 and p 2 of P {v 1, v 2, v 3 } on its ounday and with no points of P {v 1, v 2, v 3 } 7

8 in its inteio. Theefoe, (p 1, p 2 ) is an edge in the augmented Delaunay tiangulation of P. The edge (p 1, p 2 ) patitions the inteio of C 2 into two pieces, one that contains and one that does not. It is possile to move the cente of C 2 along the pependicula isecto of (p 1, p 2 ) maintaining p 1 and p 2 on the ounday of C 2. Thee ae two diections in which the cente of C 2 can e moved to accomplish this. In one diection, say d, the pat of the inteio that contains only inceases, so move the cente in this diection until a thid point p 3 P {v 1, v 2, v 3 } is on the ounday of C 2. The esulting cicle has the points p 1, p 2, and p 3 on its ounday and no points of P in its inteio, so p 1, p 2 and p 3 ae the vetices of a tiangle t in the augmented Delaunay tiangulation of P. The cicumcicle C(t) contains in its inteio and contains eithe in its inteio o on its ounday. In eithe case, t contadicts Statement 1, as pomised. Note that the fist paagaph in the poof of Lemma 3 gives a method of testing whethe P = Q, and when this is not the case, of finding a point in Q\P. Fo each tiangle t in the Delaunay tiangulation of P, if t contains a lue vetex then pefom a pivot in R along the ay oiginating at and passing though C(t). If the esult of this pivot is C(t), then do nothing. Othewise, the pivot finds a cicle C with no ed points in its inteio and that has one lue point and one ed point / P on its ounday. By Lemma 2, the point must e in Q. If t contains a ed vetex, epeat the aove pocedue swapping the oles of ed and lue. If oth pivots (fom the ed point and the lue point) find the cicle C(t), then we have veified Statement 1 of Lemma 3 fo the tiangle t. The aove pocedue pefoms at most two pivots fo each tiangle t in the augmented Delaunay tiangulation of P. Theefoe, this pocedue pefoms O( P ) = O(κ) pivots. Since we epeat this pocedue at most κ times efoe deciding that κ < k, we pefom O(κ 2 ) pivots, at a total cost of O(κ 2 n κ log κ) = O(n log κ). The only othe wok done y the algoithm is that of ecomputing 2 the augmented Delaunay tiangulation of P each time we add a new vetex to P. Since each such computation takes O( P log P ) time and P κ, the total amount of wok done in computing all these tiangulations is O(κ 2 log κ). In summay, we have an algoithm that given S and κ decides whethe the condensed set Q of points in S that contiute to the decision ounday has size at most κ, and if so, computes Q. This algoithm uns in O((κ 2 + n) log κ) time. By tying inceasingly lage values of κ as descied in Section 3.1 we otain ou main theoem. Theoem 2. The neaest-neighou decision ounday of a set of n points in R 2 can e computed in O(n log k) time, whee k is the nume of points that contiute to the decision ounday. Remak: Theoem 2 extends to the case whee thee ae moe than 2 colo classes and ou goal is to find all Voonoĭ edges ounding two cells of diffeent colo. The only modification equied is that, fo each colo class, R, we use two pivoting data stuctues, one fo R and one fo S \ R. When pefoming pivots fom a point in R, we use the data stuctue fo pivots in S \ R. Othewise, the details of the algoithm ae identical. Remak: In the patten-ecognition community patten classification ules ae often implemented as neual netwoks. In the teminology of neual netwoks, Theoem 2 states that it is possile, in O(n log k) time, to design a simple one-laye neual netwok that implements the neaest-neighou decision ule and uses only k McCulloch-Pitts neuons (theshold logic units). 8

9 C 1 C p 1 p 1 = C = C 1 p 2 p 1 p 2 p 1 = C 2 C 1 C 2 C 1 p 2 t p 1 p 2 t p 1 = p 3 p 3 C 2 C 2 C(t) C(t) (1) (2) Figue 7: If P Q then Statement 1 of Lemma 3 is not tue. The left column (1) coesponds to the case whee P and the ight column (2) coesponds to the case whee P. 9

10 4 Conclusions We have given O(n log k) time algoithms fo computing neaest-neighou decisions oundaies in 1 and 2 dimensions, whee k is the nume of points that contiute to the decision ounday. A standad application of Ben-O s lowe-ound technique [1] shows that even the 1-dimensional algoithm is optimal in the algeaic decision tee model of computation. We have not studied algoithms fo dimensions d 3. In this case, it is not even clea what the tem output-sensitive means. Should k e the nume of points that contiute to the decision ounday, o should k e the complexity of the decision ounday? In the fist case, k n fo any dimension d, while in the second case, k could e as lage as Ω(n d/2 ). To the est of ou knowledge, oth ae open polems. Refeences [1] M. Ben-O. Lowe ounds fo algeaic computation tees (peliminay epot). In Poceedings of the Fifteenth Annual ACM Symposium on Theoy of Computing, pages 80 86, [2] B. K. Bhattachaya and S. Sen. On a simple, pactical, optimal, output-sensitive andomized plana convex hull algoithm. Jounal of Algoithms, 25(1): , [3] M. Blum, R. W. Floyd, V. Patt, R. L. Rivest, and R. E. Tajan. Time ounds fo selection. Jounal of Computing and Systems Science, 7: , [4] T. M. Chan. Optimal output-sensitive convex hull algoithms in two and thee dimensions. Discete & Computational Geomety, 16: , [5] T. M. Chan, J. Snoeyink, and C. K. Yap. Pimal dividing and dual puning: Output-sensitive constuction of fou-dimensional polytopes and thee-dimensional Voonoi diagams. Discete & Computational Geomety, 18: , [6] T. M. Cove and P. E. Hat. Neaest neighou patten classification. IEEE Tansactions on Infomation Theoy, 13:21 27, [7] B. Dasaathy and L. J. White. A chaacteization of neaest-neighou ule decision sufaces and a new appoach to geneate them. Patten Recognition, 10:41 46, [8] L. Devoye. On the inequality of Cove and Hat. IEEE Tansactions on Patten Analysis and Machine Intelligence, 3:75 78, [9] D. P. Dokin and D. G. Kikpatick. Fast detection of poyhedal intesection. Theoetical Compute Science, 27: , [10] D. P. Dokin and D. G. Kikpatick. A linea algoithm fo detemining the sepaation of convex polyheda. Jounal of Algoithms, 6: , [11] C. A. R. Hoae. ACM Algoithm 64: Quicksot. Communications of the ACM, 4(7):321, [12] D. G. Kikpatick and R. Seidel. The ultimate plana convex hull algoithm? SIAM Jounal on Computing, 15(1): , [13] F. P Pepaata and M. I. Shamos. Computational Geomety. Spinge-Velag,

11 [14] M. I. Shamos. Geometic complexity. In Poceedings of the 7th ACM Symposium on the Theoy of Computing (STOC 1975), pages , [15] C. Stone. Consistent nonpaametic egession. Annals of Statistics, 8: , [16] G. T. Toussaint. Poximity gaphs fo instance-ased leaning. Manuscipt, [17] G. T. Toussaint, B. K. Bhattachaya, and R. S. Poulsen. The application of Voonoi diagams to non-paametic decision ules. In Poceedings of Compute Science and Statistics: 16th Symposium of the Inteface, [18] R. Wenge. Randomized quick hull. Algoithmica, 17: ,

Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries

Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries Output-Sensitive Algoithms fo Computing Neaest-Neighbou Decision Boundaies David Bemne 1, Eik Demaine 2, Jeff Eickson 3, John Iacono 4, Stefan Langeman 5, Pat Moin 6, and Godfied Toussaint 7 1 Faculty

More information

COLLAPSING WALLS THEOREM

COLLAPSING WALLS THEOREM COLLAPSING WALLS THEOREM IGOR PAK AND ROM PINCHASI Abstact. Let P R 3 be a pyamid with the base a convex polygon Q. We show that when othe faces ae collapsed (otated aound the edges onto the plane spanned

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

MULTILAYER PERCEPTRONS

MULTILAYER PERCEPTRONS Last updated: Nov 26, 2012 MULTILAYER PERCEPTRONS Outline 2 Combining Linea Classifies Leaning Paametes Outline 3 Combining Linea Classifies Leaning Paametes Implementing Logical Relations 4 AND and OR

More information

Forest-Like Abstract Voronoi Diagrams in Linear Time

Forest-Like Abstract Voronoi Diagrams in Linear Time Foest-Like Abstact Voonoi Diagams in Linea Time Cecilia Bohle, Rolf Klein, and Chih-Hung Liu Abstact Voonoi diagams ae a well-studied data stuctue of poximity infomation, and although most cases equie

More information

β β β β β B B B B o (i) (ii) (iii)

β β β β β B B B B o (i) (ii) (iii) Output-Sensitive Algoithms fo Unifom Patitions of Points Pankaj K. Agawal y Binay K. Bhattachaya z Sandeep Sen x Octobe 19, 1999 Abstact We conside the following one and two-dimensional bucketing poblems:

More information

Fall 2014 Randomized Algorithms Oct 8, Lecture 3

Fall 2014 Randomized Algorithms Oct 8, Lecture 3 Fall 204 Randomized Algoithms Oct 8, 204 Lectue 3 Pof. Fiedich Eisenband Scibes: Floian Tamè In this lectue we will be concened with linea pogamming, in paticula Clakson s Las Vegas algoithm []. The main

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

The Chromatic Villainy of Complete Multipartite Graphs

The Chromatic Villainy of Complete Multipartite Graphs Rocheste Institute of Technology RIT Schola Wos Theses Thesis/Dissetation Collections 8--08 The Chomatic Villainy of Complete Multipatite Gaphs Anna Raleigh an9@it.edu Follow this and additional wos at:

More information

A solution to a problem of Grünbaum and Motzkin and of Erdős and Purdy about bichromatic configurations of points in the plane

A solution to a problem of Grünbaum and Motzkin and of Erdős and Purdy about bichromatic configurations of points in the plane A solution to a poblem of Günbaum and Motzkin and of Edős and Pudy about bichomatic configuations of points in the plane Rom Pinchasi July 29, 2012 Abstact Let P be a set of n blue points in the plane,

More information

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE THE p-adic VALUATION OF STIRLING NUMBERS ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE Abstact. Let p > 2 be a pime. The p-adic valuation of Stiling numbes of the

More information

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi Opuscula Math. 37, no. 3 (017), 447 456 http://dx.doi.og/10.7494/opmath.017.37.3.447 Opuscula Mathematica ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS D.A. Mojdeh and B. Samadi Communicated

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

Math 2263 Solutions for Spring 2003 Final Exam

Math 2263 Solutions for Spring 2003 Final Exam Math 6 Solutions fo Sping Final Exam ) A staightfowad appoach to finding the tangent plane to a suface at a point ( x, y, z ) would be to expess the cuve as an explicit function z = f ( x, y ), calculate

More information

THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX. Jaejin Lee

THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX. Jaejin Lee Koean J. Math. 23 (2015), No. 3, pp. 427 438 http://dx.doi.og/10.11568/kjm.2015.23.3.427 THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX Jaejin Lee Abstact. The Schensted algoithm fist descibed by Robinson

More information

ASTR415: Problem Set #6

ASTR415: Problem Set #6 ASTR45: Poblem Set #6 Cuan D. Muhlbege Univesity of Mayland (Dated: May 7, 27) Using existing implementations of the leapfog and Runge-Kutta methods fo solving coupled odinay diffeential equations, seveal

More information

Geometry Unit 4b - Notes Triangle Relationships

Geometry Unit 4b - Notes Triangle Relationships Geomety Unit 4b - Notes Tiangle Relationships This unit is boken into two pats, 4a & 4b. test should be given following each pat. quidistant fom two points the same distance fom one point as fom anothe.

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

Geometry of the homogeneous and isotropic spaces

Geometry of the homogeneous and isotropic spaces Geomety of the homogeneous and isotopic spaces H. Sonoda Septembe 2000; last evised Octobe 2009 Abstact We summaize the aspects of the geomety of the homogeneous and isotopic spaces which ae most elevant

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

4/18/2005. Statistical Learning Theory

4/18/2005. Statistical Learning Theory Statistical Leaning Theoy Statistical Leaning Theoy A model of supevised leaning consists of: a Envionment - Supplying a vecto x with a fixed but unknown pdf F x (x b Teache. It povides a desied esponse

More information

NOTE. Some New Bounds for Cover-Free Families

NOTE. Some New Bounds for Cover-Free Families Jounal of Combinatoial Theoy, Seies A 90, 224234 (2000) doi:10.1006jcta.1999.3036, available online at http:.idealibay.com on NOTE Some Ne Bounds fo Cove-Fee Families D. R. Stinson 1 and R. Wei Depatment

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

arxiv: v1 [math.co] 4 May 2017

arxiv: v1 [math.co] 4 May 2017 On The Numbe Of Unlabeled Bipatite Gaphs Abdullah Atmaca and A Yavuz Ouç axiv:7050800v [mathco] 4 May 207 Abstact This pape solves a poblem that was stated by M A Haison in 973 [] This poblem, that has

More information

CERFACS 42 av. Gaspard Coriolis, Toulouse, Cedex 1, France. Available at Date: April 2, 2008.

CERFACS 42 av. Gaspard Coriolis, Toulouse, Cedex 1, France. Available at   Date: April 2, 2008. ON THE BLOCK TRIANGULAR FORM OF SYMMETRIC MATRICES IAIN S. DUFF and BORA UÇAR Technical Repot: No: TR/PA/08/26 CERFACS 42 av. Gaspad Coiolis, 31057 Toulouse, Cedex 1, Fance. Available at http://www.cefacs.f/algo/epots/

More information

Lifting Private Information Retrieval from Two to any Number of Messages

Lifting Private Information Retrieval from Two to any Number of Messages Lifting Pivate Infomation Retieval fom Two to any umbe of Messages Rafael G.L. D Oliveia, Salim El Rouayheb ECE, Rutges Univesity, Piscataway, J Emails: d746@scaletmail.utges.edu, salim.elouayheb@utges.edu

More information

Compactly Supported Radial Basis Functions

Compactly Supported Radial Basis Functions Chapte 4 Compactly Suppoted Radial Basis Functions As we saw ealie, compactly suppoted functions Φ that ae tuly stictly conditionally positive definite of ode m > do not exist The compact suppot automatically

More information

On the Structure of Linear Programs with Overlapping Cardinality Constraints

On the Structure of Linear Programs with Overlapping Cardinality Constraints On the Stuctue of Linea Pogams with Ovelapping Cadinality Constaints Tobias Fische and Mac E. Pfetsch Depatment of Mathematics, TU Damstadt, Gemany tfische,pfetsch}@mathematik.tu-damstadt.de Januay 25,

More information

EM-2. 1 Coulomb s law, electric field, potential field, superposition q. Electric field of a point charge (1)

EM-2. 1 Coulomb s law, electric field, potential field, superposition q. Electric field of a point charge (1) EM- Coulomb s law, electic field, potential field, supeposition q ' Electic field of a point chage ( ') E( ) kq, whee k / 4 () ' Foce of q on a test chage e at position is ee( ) Electic potential O kq

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM Poceedings of the ASME 2010 Intenational Design Engineeing Technical Confeences & Computes and Infomation in Engineeing Confeence IDETC/CIE 2010 August 15-18, 2010, Monteal, Quebec, Canada DETC2010-28496

More information

An intersection theorem for four sets

An intersection theorem for four sets An intesection theoem fo fou sets Dhuv Mubayi Novembe 22, 2006 Abstact Fix integes n, 4 and let F denote a family of -sets of an n-element set Suppose that fo evey fou distinct A, B, C, D F with A B C

More information

On the Comparison of Stability Analysis with Phase Portrait for a Discrete Prey-Predator System

On the Comparison of Stability Analysis with Phase Portrait for a Discrete Prey-Predator System Intenational Jounal of Applied Engineeing Reseach ISSN 0973-4562 Volume 12, Nume 24 (2017) pp. 15273-15277 Reseach India Pulications. http://www.ipulication.com On the Compaison of Staility Analysis with

More information

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies Supplementay infomation Efficient Enumeation of Monocyclic Chemical Gaphs with Given Path Fequencies Masaki Suzuki, Hioshi Nagamochi Gaduate School of Infomatics, Kyoto Univesity {m suzuki,nag}@amp.i.kyoto-u.ac.jp

More information

SUFFICIENT CONDITIONS FOR MAXIMALLY EDGE-CONNECTED AND SUPER-EDGE-CONNECTED GRAPHS DEPENDING ON THE CLIQUE NUMBER

SUFFICIENT CONDITIONS FOR MAXIMALLY EDGE-CONNECTED AND SUPER-EDGE-CONNECTED GRAPHS DEPENDING ON THE CLIQUE NUMBER Discussiones Mathematicae Gaph Theoy 39 (019) 567 573 doi:10.7151/dmgt.096 SUFFICIENT CONDITIONS FOR MAXIMALLY EDGE-CONNECTED AND SUPER-EDGE-CONNECTED GRAPHS DEPENDING ON THE CLIQUE NUMBER Lutz Volkmann

More information

Euclidean Figures and Solids without Incircles or Inspheres

Euclidean Figures and Solids without Incircles or Inspheres Foum Geometicoum Volume 16 (2016) 291 298. FOUM GEOM ISSN 1534-1178 Euclidean Figues and Solids without Incicles o Insphees Dimitis M. Chistodoulou bstact. ll classical convex plana Euclidean figues that

More information

To Feel a Force Chapter 7 Static equilibrium - torque and friction

To Feel a Force Chapter 7 Static equilibrium - torque and friction To eel a oce Chapte 7 Chapte 7: Static fiction, toque and static equilibium A. Review of foce vectos Between the eath and a small mass, gavitational foces of equal magnitude and opposite diection act on

More information

Graphs of Sine and Cosine Functions

Graphs of Sine and Cosine Functions Gaphs of Sine and Cosine Functions In pevious sections, we defined the tigonometic o cicula functions in tems of the movement of a point aound the cicumfeence of a unit cicle, o the angle fomed by the

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Mach 6, 013 Abstact To study how balanced o unbalanced a maximal intesecting

More information

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix Jounal of Sciences, Islamic Republic of Ian (): - () Univesity of Tehan, ISSN - http://sciencesutaci Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matix H Ahsani

More information

MDS Array Codes with Optimal Rebuilding

MDS Array Codes with Optimal Rebuilding 0 IEEE Intenational Symposium on Infomation Theoy Poceedings MDS Aay Codes with Optimal Reuilding Itzhak Tamo, Zhiying Wang and Jehoshua Buck Electical Engineeing Depatment, Califonia Institute of Technology,

More information

When two numbers are written as the product of their prime factors, they are in factored form.

When two numbers are written as the product of their prime factors, they are in factored form. 10 1 Study Guide Pages 420 425 Factos Because 3 4 12, we say that 3 and 4 ae factos of 12. In othe wods, factos ae the numbes you multiply to get a poduct. Since 2 6 12, 2 and 6 ae also factos of 12. The

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Septembe 5, 011 Abstact To study how balanced o unbalanced a maximal intesecting

More information

7.2. Coulomb s Law. The Electric Force

7.2. Coulomb s Law. The Electric Force Coulomb s aw Recall that chaged objects attact some objects and epel othes at a distance, without making any contact with those objects Electic foce,, o the foce acting between two chaged objects, is somewhat

More information

Deterministic vs Non-deterministic Graph Property Testing

Deterministic vs Non-deterministic Graph Property Testing Deteministic vs Non-deteministic Gaph Popety Testing Lio Gishboline Asaf Shapia Abstact A gaph popety P is said to be testable if one can check whethe a gaph is close o fa fom satisfying P using few andom

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

The Congestion of n-cube Layout on a Rectangular Grid S.L. Bezrukov J.D. Chavez y L.H. Harper z M. Rottger U.-P. Schroeder Abstract We consider the pr

The Congestion of n-cube Layout on a Rectangular Grid S.L. Bezrukov J.D. Chavez y L.H. Harper z M. Rottger U.-P. Schroeder Abstract We consider the pr The Congestion of n-cube Layout on a Rectangula Gid S.L. Bezukov J.D. Chavez y L.H. Hape z M. Rottge U.-P. Schoede Abstact We conside the poblem of embedding the n-dimensional cube into a ectangula gid

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

Analysis of simple branching trees with TI-92

Analysis of simple branching trees with TI-92 Analysis of simple banching tees with TI-9 Dušan Pagon, Univesity of Maibo, Slovenia Abstact. In the complex plane we stat at the cente of the coodinate system with a vetical segment of the length one

More information

A generalization of the Bernstein polynomials

A generalization of the Bernstein polynomials A genealization of the Benstein polynomials Halil Ouç and Geoge M Phillips Mathematical Institute, Univesity of St Andews, Noth Haugh, St Andews, Fife KY16 9SS, Scotland Dedicated to Philip J Davis This

More information

EQUI-PARTITIONING OF HIGHER-DIMENSIONAL HYPER-RECTANGULAR GRID GRAPHS

EQUI-PARTITIONING OF HIGHER-DIMENSIONAL HYPER-RECTANGULAR GRID GRAPHS EQUI-PARTITIONING OF HIGHER-DIMENSIONAL HYPER-RECTANGULAR GRID GRAPHS ATHULA GUNAWARDENA AND ROBERT R MEYER Abstact A d-dimensional gid gaph G is the gaph on a finite subset in the intege lattice Z d in

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

B. Spherical Wave Propagation

B. Spherical Wave Propagation 11/8/007 Spheical Wave Popagation notes 1/1 B. Spheical Wave Popagation Evey antenna launches a spheical wave, thus its powe density educes as a function of 1, whee is the distance fom the antenna. We

More information

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS Jounal of Applied Analysis Vol. 14, No. 1 2008), pp. 43 52 KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS L. KOCZAN and P. ZAPRAWA Received Mach 12, 2007 and, in evised fom,

More information

Exploration of the three-person duel

Exploration of the three-person duel Exploation of the thee-peson duel Andy Paish 15 August 2006 1 The duel Pictue a duel: two shootes facing one anothe, taking tuns fiing at one anothe, each with a fixed pobability of hitting his opponent.

More information

SMT 2013 Team Test Solutions February 2, 2013

SMT 2013 Team Test Solutions February 2, 2013 1 Let f 1 (n) be the numbe of divisos that n has, and define f k (n) = f 1 (f k 1 (n)) Compute the smallest intege k such that f k (013 013 ) = Answe: 4 Solution: We know that 013 013 = 3 013 11 013 61

More information

gr0 GRAPHS Hanan Samet

gr0 GRAPHS Hanan Samet g0 GRPHS Hanan Samet ompute Science epatment and ente fo utomation Reseach and Institute fo dvanced ompute Studies Univesity of Mayland ollege Pak, Mayland 0 e-mail: hjs@umiacs.umd.edu opyight 199 Hanan

More information

Quasi-Randomness and the Distribution of Copies of a Fixed Graph

Quasi-Randomness and the Distribution of Copies of a Fixed Graph Quasi-Randomness and the Distibution of Copies of a Fixed Gaph Asaf Shapia Abstact We show that if a gaph G has the popety that all subsets of vetices of size n/4 contain the coect numbe of tiangles one

More information

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu Available at https://edupediapublicationsog/jounals Volume 3 Issue 4 Febuay 216 Using Laplace Tansfom to Evaluate Impope Integals Chii-Huei Yu Depatment of Infomation Technology, Nan Jeon Univesity of

More information

Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra

Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) Analytical Solutions fo Confined Aquifes with non constant Pumping using Compute Algeba

More information

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

Matrix Colorings of P 4 -sparse Graphs

Matrix Colorings of P 4 -sparse Graphs Diplomabeit Matix Coloings of P 4 -spase Gaphs Chistoph Hannnebaue Januay 23, 2010 Beteue: Pof. D. Winfied Hochstättle FenUnivesität in Hagen Fakultät fü Mathematik und Infomatik Contents Intoduction iii

More information

Explosive Contagion in Networks (Supplementary Information)

Explosive Contagion in Networks (Supplementary Information) Eplosive Contagion in Netwoks (Supplementay Infomation) Jesús Gómez-Gadeñes,, Laua Loteo, Segei N. Taaskin, and Fancisco J. Péez-Reche Institute fo Biocomputation and Physics of Comple Systems (BIFI),

More information

Interaction of Feedforward and Feedback Streams in Visual Cortex in a Firing-Rate Model of Columnar Computations. ( r)

Interaction of Feedforward and Feedback Streams in Visual Cortex in a Firing-Rate Model of Columnar Computations. ( r) Supplementay mateial fo Inteaction of Feedfowad and Feedback Steams in Visual Cotex in a Fiing-Rate Model of Columna Computations Tobias Bosch and Heiko Neumann Institute fo Neual Infomation Pocessing

More information

Liquid gas interface under hydrostatic pressure

Liquid gas interface under hydrostatic pressure Advances in Fluid Mechanics IX 5 Liquid gas inteface unde hydostatic pessue A. Gajewski Bialystok Univesity of Technology, Faculty of Civil Engineeing and Envionmental Engineeing, Depatment of Heat Engineeing,

More information

The Archimedean Circles of Schoch and Woo

The Archimedean Circles of Schoch and Woo Foum Geometicoum Volume 4 (2004) 27 34. FRUM GEM ISSN 1534-1178 The Achimedean Cicles of Schoch and Woo Hioshi kumua and Masayuki Watanabe Abstact. We genealize the Achimedean cicles in an abelos (shoemake

More information

On decompositions of complete multipartite graphs into the union of two even cycles

On decompositions of complete multipartite graphs into the union of two even cycles On decompositions of complete multipatite gaphs into the union of two even cycles A. Su, J. Buchanan, R. C. Bunge, S. I. El-Zanati, E. Pelttai, G. Rasmuson, E. Spaks, S. Tagais Depatment of Mathematics

More information

Approximating Maximum Diameter-Bounded Subgraph in Unit Disk Graphs

Approximating Maximum Diameter-Bounded Subgraph in Unit Disk Graphs Appoximating Maximum Diamete-Bounded Subgaph in Unit Disk Gaphs A. Kaim Abu-Affash 1 Softwae Engineeing Depatment, Shamoon College of Engineeing Bee-Sheva 84100, Isael abuaa1@sce.ac.il Paz Cami Depatment

More information

15.081J/6.251J Introduction to Mathematical Programming. Lecture 6: The Simplex Method II

15.081J/6.251J Introduction to Mathematical Programming. Lecture 6: The Simplex Method II 15081J/6251J Intoduction to Mathematical Pogamming ectue 6: The Simplex Method II 1 Outline Revised Simplex method Slide 1 The full tableau implementation Anticycling 2 Revised Simplex Initial data: A,

More information

Constraint Satisfaction Problems

Constraint Satisfaction Problems Constaint Satisfaction Polems Seach and Look-ahead Alet-Ludwigs-Univesität Feiug Stefan Wölfl, Chistian Becke-Asano, and Benhad Neel Noveme 17, 2014 Seach and Look-ahead Enfocing consistency is one way

More information

Turán Numbers of Vertex-disjoint Cliques in r- Partite Graphs

Turán Numbers of Vertex-disjoint Cliques in r- Partite Graphs Univesity of Wyoming Wyoming Scholas Repositoy Honos Theses AY 16/17 Undegaduate Honos Theses Sping 5-1-017 Tuán Numbes of Vetex-disjoint Cliques in - Patite Gaphs Anna Schenfisch Univesity of Wyoming,

More information

ONE-POINT CODES USING PLACES OF HIGHER DEGREE

ONE-POINT CODES USING PLACES OF HIGHER DEGREE ONE-POINT CODES USING PLACES OF HIGHER DEGREE GRETCHEN L. MATTHEWS AND TODD W. MICHEL DEPARTMENT OF MATHEMATICAL SCIENCES CLEMSON UNIVERSITY CLEMSON, SC 29634-0975 U.S.A. E-MAIL: GMATTHE@CLEMSON.EDU, TMICHEL@CLEMSON.EDU

More information

Do Managers Do Good With Other People s Money? Online Appendix

Do Managers Do Good With Other People s Money? Online Appendix Do Manages Do Good With Othe People s Money? Online Appendix Ing-Haw Cheng Haison Hong Kelly Shue Abstact This is the Online Appendix fo Cheng, Hong and Shue 2013) containing details of the model. Datmouth

More information

LET a random variable x follows the two - parameter

LET a random variable x follows the two - parameter INTERNATIONAL JOURNAL OF MATHEMATICS AND SCIENTIFIC COMPUTING ISSN: 2231-5330, VOL. 5, NO. 1, 2015 19 Shinkage Bayesian Appoach in Item - Failue Gamma Data In Pesence of Pio Point Guess Value Gyan Pakash

More information

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50 woking pages fo Paul Richads class notes; do not copy o ciculate without pemission fom PGR 2004/11/3 10:50 CHAPTER7 Solid angle, 3D integals, Gauss s Theoem, and a Delta Function We define the solid angle,

More information

Chapter 3: Theory of Modular Arithmetic 38

Chapter 3: Theory of Modular Arithmetic 38 Chapte 3: Theoy of Modula Aithmetic 38 Section D Chinese Remainde Theoem By the end of this section you will be able to pove the Chinese Remainde Theoem apply this theoem to solve simultaneous linea conguences

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

C/CS/Phys C191 Shor s order (period) finding algorithm and factoring 11/12/14 Fall 2014 Lecture 22

C/CS/Phys C191 Shor s order (period) finding algorithm and factoring 11/12/14 Fall 2014 Lecture 22 C/CS/Phys C9 Sho s ode (peiod) finding algoithm and factoing /2/4 Fall 204 Lectue 22 With a fast algoithm fo the uantum Fouie Tansfom in hand, it is clea that many useful applications should be possible.

More information

Rigid Body Dynamics 2. CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018

Rigid Body Dynamics 2. CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018 Rigid Body Dynamics 2 CSE169: Compute Animation nstucto: Steve Rotenbeg UCSD, Winte 2018 Coss Poduct & Hat Opeato Deivative of a Rotating Vecto Let s say that vecto is otating aound the oigin, maintaining

More information

Physics 211: Newton s Second Law

Physics 211: Newton s Second Law Physics 211: Newton s Second Law Reading Assignment: Chapte 5, Sections 5-9 Chapte 6, Section 2-3 Si Isaac Newton Bon: Januay 4, 1643 Died: Mach 31, 1727 Intoduction: Kinematics is the study of how objects

More information

Top K Nearest Keyword Search on Large Graphs

Top K Nearest Keyword Search on Large Graphs Top K Neaest Keywod Seach on Lage Gaphs Miao Qiao, Lu Qin, Hong Cheng, Jeffey Xu Yu, Wentao Tian The Chinese Univesity of Hong Kong, Hong Kong, China {mqiao,lqin,hcheng,yu,wttian}@se.cuhk.edu.hk ABSTRACT

More information

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function Intenational Confeence on Infomation echnology and Management Innovation (ICIMI 05) Gadient-based Neual Netwok fo Online Solution of Lyapunov Matix Equation with Li Activation unction Shiheng Wang, Shidong

More information

Physics 2A Chapter 10 - Moment of Inertia Fall 2018

Physics 2A Chapter 10 - Moment of Inertia Fall 2018 Physics Chapte 0 - oment of netia Fall 08 The moment of inetia of a otating object is a measue of its otational inetia in the same way that the mass of an object is a measue of its inetia fo linea motion.

More information

Physics 2020, Spring 2005 Lab 5 page 1 of 8. Lab 5. Magnetism

Physics 2020, Spring 2005 Lab 5 page 1 of 8. Lab 5. Magnetism Physics 2020, Sping 2005 Lab 5 page 1 of 8 Lab 5. Magnetism PART I: INTRODUCTION TO MAGNETS This week we will begin wok with magnets and the foces that they poduce. By now you ae an expet on setting up

More information

Lecture 8 - Gauss s Law

Lecture 8 - Gauss s Law Lectue 8 - Gauss s Law A Puzzle... Example Calculate the potential enegy, pe ion, fo an infinite 1D ionic cystal with sepaation a; that is, a ow of equally spaced chages of magnitude e and altenating sign.

More information

Chapter 2: Introduction to Implicit Equations

Chapter 2: Introduction to Implicit Equations Habeman MTH 11 Section V: Paametic and Implicit Equations Chapte : Intoduction to Implicit Equations When we descibe cuves on the coodinate plane with algebaic equations, we can define the elationship

More information

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations MATH 415, WEEK 3: Paamete-Dependence and Bifucations 1 A Note on Paamete Dependence We should pause to make a bief note about the ole played in the study of dynamical systems by the system s paametes.

More information

Section 8.2 Polar Coordinates

Section 8.2 Polar Coordinates Section 8. Pola Coodinates 467 Section 8. Pola Coodinates The coodinate system we ae most familia with is called the Catesian coodinate system, a ectangula plane divided into fou quadants by the hoizontal

More information

Lifting Gomory Cuts With Bounded Variables

Lifting Gomory Cuts With Bounded Variables Liting Gomoy Cuts With Bounded Vaiables Géad Conuéjols Teppe School o Business, Canegie Mellon Univesity, PA Email: gc0v@andew.cmu.edu Tamás Kis Compute and Automation Reseach Institute, Hungaian Academy

More information

AQI: Advanced Quantum Information Lecture 2 (Module 4): Order finding and factoring algorithms February 20, 2013

AQI: Advanced Quantum Information Lecture 2 (Module 4): Order finding and factoring algorithms February 20, 2013 AQI: Advanced Quantum Infomation Lectue 2 (Module 4): Ode finding and factoing algoithms Febuay 20, 203 Lectue: D. Mak Tame (email: m.tame@impeial.ac.uk) Intoduction In the last lectue we looked at the

More information

Chapter 13 Gravitation

Chapter 13 Gravitation Chapte 13 Gavitation In this chapte we will exploe the following topics: -Newton s law of gavitation, which descibes the attactive foce between two point masses and its application to extended objects

More information

TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA

TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA STATISTICA, anno LXXVI, n. 3, 2016 TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA Hadi Alizadeh Noughabi 1 Depatment of Statistics, Univesity

More information

Physics 2212 GH Quiz #2 Solutions Spring 2016

Physics 2212 GH Quiz #2 Solutions Spring 2016 Physics 2212 GH Quiz #2 Solutions Sping 216 I. 17 points) Thee point chages, each caying a chage Q = +6. nc, ae placed on an equilateal tiangle of side length = 3. mm. An additional point chage, caying

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

APPLICATION OF MAC IN THE FREQUENCY DOMAIN

APPLICATION OF MAC IN THE FREQUENCY DOMAIN PPLICION OF MC IN HE FREQUENCY DOMIN D. Fotsch and D. J. Ewins Dynamics Section, Mechanical Engineeing Depatment Impeial College of Science, echnology and Medicine London SW7 2B, United Kingdom BSRC he

More information

The Millikan Experiment: Determining the Elementary Charge

The Millikan Experiment: Determining the Elementary Charge LAB EXERCISE 7.5.1 7.5 The Elementay Chage (p. 374) Can you think of a method that could be used to suggest that an elementay chage exists? Figue 1 Robet Millikan (1868 1953) m + q V b The Millikan Expeiment:

More information

CSCE 478/878 Lecture 4: Experimental Design and Analysis. Stephen Scott. 3 Building a tree on the training set Introduction. Outline.

CSCE 478/878 Lecture 4: Experimental Design and Analysis. Stephen Scott. 3 Building a tree on the training set Introduction. Outline. In Homewok, you ae (supposedly) Choosing a data set 2 Extacting a test set of size > 3 3 Building a tee on the taining set 4 Testing on the test set 5 Repoting the accuacy (Adapted fom Ethem Alpaydin and

More information

Current Balance Warm Up

Current Balance Warm Up PHYSICS EXPERIMENTS 133 Cuent Balance-1 Cuent Balance Wam Up 1. Foce between cuent-caying wies Wie 1 has a length L (whee L is "long") and caies a cuent I 0. What is the magnitude of the magnetic field

More information