Simultaneous Embedding of a Planar Graph and Its Dual on the Grid

Size: px
Start display at page:

Download "Simultaneous Embedding of a Planar Graph and Its Dual on the Grid"

Transcription

1 Simultaneous Embedding of a Planar Graph and Its Dual on the Grid Cesim Erten and Stephen G. Kobourov Department of Computer Siene University of Arizona {esim,kobourov}@s.arizona.edu Abstrat. Traditional representations of graphs and their duals suggest the requirement that the dual verties should be plaed inside their orresponding primal faes, and the edges of the dual graph should ross only their orresponding primal edges. We onsider the problem of simultaneously embedding a planar graph and its dual on a small integer grid suh that the edges are drawn as straight-line segments and the only rossings are between primal-dual pairs of edges. We provide an O(n) time algorithm that simultaneously embeds a 3-onneted planar graph anditsdualona(2n 2) (2n 2) integer grid, where n is the total number of verties in the graph and its dual. Key Words. Graph drawing, planar embedding, simultaneous embedding, onvex planar drawing. Introdution In this paper we address the problem of simultaneously drawing a planar graph and its dual on a small integer grid. The planar dual of an embedded planar graph G is the graph G formed by plaing a vertex inside eah fae of G, and onneting those verties of G whose orresponding faes in G share an edge. Eah vertex in G has a orresponding primal fae and eah edge in G has a orresponding primal edge in the original graph G. The traditional manual representations of a graph and its dual, suggest two natural requirements. One requirement is that we plae a dual vertex inside its orresponding primal fae and the other is that we draw a dual edge so that it only rosses its orresponding primal edge. We provide a linear-time algorithm that simultaneously draws a planar graph and its dual using straight-line segments on the integer grid while satisfying these two requirements.. Related Work Straight-line embedding a planar graph G on the grid, i.e., mapping the verties of G on a small integer grid suh that eah edge an be drawn as a straight-line segment and that no rossings between edges are reated, is a well-studied graph drawing problem. The first solution to this problem was given by de Fraysseix, A full version of this extended abstrat is at

2 Pah and Pollak [6] who provide an algorithm that embeds a planar graph on n verties on the (2n 4) (n 2) integer grid. Later, Shnyder [3] present another method that requires grid size (n 2) (n 2). Also, several restritions of this problem have been onsidered. Harel and Sardas [7] provide an algorithm to embed a bionneted graph on the (2n 4) (n 2) grid without triangulating the graph initially. The algorithm of Chrobak and Kant [4] embeds a 3-onneted planar graph on a (n 2) (n 2) grid so that eah fae is onvex. Miura, Nakano, and Nishizeki [] further restrit the graphs under onsideration to 4-onneted planar graphs with at least 4 verties on the outer fae and present an algorithm for straight-line embedding of suh graphs on a ( n/2 ) ( n/2 ) grid. In a paper dating bak to 963, Tutte [4] shows that there exists a simultaneous straight-line representation of any planar graph and its dual in whih the only intersetions are between orresponding primal-dual edges. However, a disadvantage of this representation is that the area required by the algorithm an be exponential in the number of verties of the graph. Brightwell and Sheinerman [2] show that every 3-onneted planar graph G an be represented as a olletion of irles, one irle representing eah vertex and eah fae, so that, for eah edge of G, the four irles representing the two endpoints and the two neighboring faes meet at a point. Moreover, the vertexirles ross the fae-irles at right angles. This result implies that one an represent a 3-onneted planar graph and its dual simultaneously in the plane with straight-line edges so that the primal edges ross the dual edges at right angles (provided that the vertex orresponding to the unbounded fae is loated at infinity). Mohar [2] extends the results of [2] by presenting an approximation algorithm that given a 3-onneted planar graph G = (V,E) and a rational number ɛ>0 finds an ɛ-approximation for the radii and the oordinates of the enters for the primal-dual irle representation for G and its dual. Mohar s algorithm runs in time polynomial in E(G) and log(/ɛ) and the angles of the primal-dual edge rossings are arbitrarily lose to π/2. Bern and Gilbert [] address a variation of the simultaneous planar-dual embedding problem: finding suitable loations for dual verties, given a straightline planar embedding of a planar graph, so that the edges of the dual graph are also straight-line segments and ross only their orresponding primal edges. They present a linear time algorithm for the problem in the ase of onvex 4- sided faes and show that the problem is NP-hard for the ase of onvex 5-sided faes..2 Our Results The simultaneous embedding in [2] guarantees right angles for the primal-dual edge rossings where the unbounded fae needs to be handled in a speial way by reating a vertex at infinity. Even without onsidering the unbounded fae, the methods in [2] and [2] do not provide bounds on the area required for the simultaneous embedding and they are less pratial than our approah. In this paper we present an algorithm for embedding a given planar graph G and its dual simultaneously so that following onditions are met:

3 Fig.. If the vertex orresponding to the outerfae is drawn expliitly, then one of the edges emanating from it must have a bend. The primal graph is drawn with straight-line segments without rossings. The dual graph is drawn with straight-line segments without rossings. Eah dual vertex lies inside its primal fae. A pair of edges ross if and only if the edges are a primal-dual pair. Both the primal and the dual verties are on the (2n 2) (2n 2) grid, where n is the number of verties in the primal and dual graphs. The running time of the algorithm is O(n). Similar to most primal-dual representation approahes, the unbounded (outer) fae must be treated differently. If the vertex orresponding to the unbounded fae is not expliitly drawn in the plane, then all of the onditions above are met. However, if it is drawn expliitly, then one of the dual edges emanating from it annot be a straight-line segment; see Fig.. In our grid-embedding algorithm, we provide an option for not drawing the vertex representing the outer fae expliitly, or if it is drawn, then one of the edges emanating from it has one bend (that also is on the grid). Note, that if the embedding is done on the surfae of a sphere, the edges emanating from this vertex are ars of great irles and the unbounded fae does not require speial treatment. In setion 2 we desribe the algorithm in detail and in setion 3, we briefly disuss the implementation and present several drawings of primal-dual graphs produed by our algorithm. 2 Algorithm for Embedding a Graph and Its Dual Let G be a 3-onneted planar graph. We onstrut a new graph G 2 that ombines information about both the planar graph G and its dual. For this onstrution we make some hanges in G. We introdue a new vertex v i orresponding toafaef i of G, for all i f, wherefis the number of faes of G.We onnet eah newly added vertex v i to eah vertex v j of F i with a single new edge and delete all the edges that originally belonged to G.Fig.2showsasample onstrution. We all the resulting planar graph G 2 fully-quadrilateralated (FQ), i.e., every fae of G 2 is a quadrilateral. Sine the original graph G is 3- onneted, the resulting graph G 2 is also 3-onneted (proven formally in [4]).

4 0 w v u Fig. 2. Creating graph G 2: the original 3-onneted graph G is drawn with solid lines and filled-in irles; we insert the dual verties (drawn as empty irles) and add the edges onneting primal and dual verties (drawn as dashed lines). To obtain G 2 we remove the original edges of G (drawn with solid lines). w Observation: If we an embed the graph G 2 on the grid so that eah inner fae of G 2 is stritly onvex and the outer fae of G 2 lies on a stritly onave quadrilateral, then we an embed the initial graph G and its dual so that we meet all the problem requirements with the only exeption that one edge of the primal graph G (or its dual) is drawn with one bend. The requirement that the edges of the dual graph be straight and ross only their orresponding primal edges is guaranteed by the strit onvexity of the quadrilateral faes. Let the outer fae of the graph G 2 be (u, v, w, w ), where u, w are primal verties and v, w are dual verties, as shown in Fig. 2. The exeption arises from the fat that we need to draw (u, w) and(v, w ), while both of these edges an not lie inside the quadrilateral (u, v, w, w ). In order to get around this problem we embed the quadrilateral (u, v, w, w )sothatitis stritly onave. This way only one bend for one of the edges (u, w) or(v, w ) will be suffiient. As a result all the edges in the primal and the dual graph are straight-line edges, exept for one edge. In fat, it is easy to hoose the exat edge we need (either from the primal or from the dual). Hene, the original problem an be transformed into a problem of straight-line embedding an FQ-3-onneted planar graph G on the grid so that eah internal fae of G is stritly onvex and the outer fae of G lies on a stritly onave quadrilateral. Note that this problem an be solved by the algorithm of Chrobak et al. [3]. However, the area guaranteed by their algorithm is O(n 3 ) O(n 3 ), whereas our algorithm guarantees a drawing on the (2n 2) (2n 2) grid, whih is stated in the main theorem in this paper: Theorem. Given a 3-onneted planar graph G, we an embed G and its dual on a (2n 2) (2n 2) grid, where n is the number of verties in G and its dual, so that eah dual vertex lies inside its primal fae, eah dual edge rosses

5 only its primal edge and every edge in the overall embedding is a straight-line segment exept for one edge whih has a bend plaed on the grid. Furthermore, the running time of the algorithm is O(n). 2. Overview of the Algorithm Given a 3-onneted graph G, we summarize our algorithm to simultaneously embed G and its dual as follows: Find a topologial embedding of G using [8]. Apply the onstrution desribed above to find G 2. Let G = G 2,whereGis an FQ-3-onneted planar graph. Find a suitable anonial labeling of the verties of G. Plae the verties of G on the grid one at a time using this ordering. Remove all the edges of G and draw the edges of G and its dual. Note that our method works only for 3-onneted graphs. A ommonly used tehnique for drawing a general planar graph is to embed the graph after fully triangulating it by adding some extra edges and then to remove the extra edges from the final embedding. Using the same idea, we ould first fully triangulate any given planar graph. Then after embedding the resulting 3-onneted planar graph and its dual, we ould remove the extra edges that were inserted initially. However, the problem with this approah is that after removing the extra edges there ould be faes with multiple dual verties inside. Thus the issue of hoosing a suitable loation for the duals of suh faes remains unresolved. In fat, depending on the drawing of that fae, it ould as well be the ase that no suitable loation for the dual exists []. In the rest of the paper we onsider only 3-onneted graphs. 2.2 The Canonial Labeling We present the anonial labeling for the type of graphs under onsideration. It is a simple restrition of the anonial labeling of [9], whih in turn is based on the ordering defined in [6]. Let G be an FQ-3-onneted planar graph with n verties. Let (u, v, w, w ) be the outer fae of G s.t. u, w are primal verties and v, w are dual verties. Then there exists a mapping δ from the verties of G onto v i, i msuh that δ maps u and v to v, w to v m and satisfies the following invariants for every 3 k m:. The subgraph G k G, indued by the verties labeled v i, i k is bionneted and the boundary of its exterior fae is a yle C k ontaining the edge (u, v). 2. Either one vertex or two verties an be labeled v k. (a) Let z 0 be the only vertex labeled v k.thenz 0 belongs to the exterior fae of G k, has at least two neighbors in G k and at least one neighbor in G G k.

6 0 v k =z G k 0000 u v z 0 z G 0 0 k u v (a) (b) Fig. 3. (a) One vertex, z 0, is labeled v k ; (b) Two verties, z 0 and z, are labeled v k. (b) Let z 0,z be the two verties labeled v k,where(z 0,z )isanedgein G.Thenz 0,z belong to the outer fae of G k, eah has exatly one neighbor in G k and at least one neighbor in G G k. Sine G is FQ, all the faes reated by adding v k,3 k m,havetobe quadrilaterals; see Fig. 3. Note that assigning the mappings onto v and v m as above provides us the embedding where all the edges of both the primal and the dual graph are straight exept for one primal edge, (u, w), whih has a bend. Alternatively assigning v and w to map onto v,anduto map onto v m would hoose a dual edge, (v, w ), to have a bend. Lemma. Every FQ-3-onneted planar graph has a anonial labeling as defined above. Kant [9] provides a linear-time algorithm to find a anonial labeling of a general 3-onneted planar graph. It is easy to see that the anonial labeling definition of [9] when applied to FQ-3-onneted planar graphs, gives us the labeling defined above. 2.3 The Plaement of the Verties The main idea behind most of the straight-line grid embedding algorithms is to ome up with a suitable ordering of the verties and then plae the verties one at a time using the given order, while making sure that the newly plaed vertex (or verties) is (are) visible to all the neighbors. In order to realize this last goal, at eah step, a set of verties are shifted to the right without affeting the planarity of the drawing so far. Our plaement algorithm is similar to the algorithm of Chrobak and Kant [4], with some hanges in the invariants that we maintain to guarantee the visibility together with strit onvexity of the faes.

7 Let the anonial labeling, δ, that maps the verties of G onto v,v 2,...v m be defined as in the previous setion. Let U(g i ) denote the verties under g i. U(g i ) should be shifted to the right whenever the vertex g i is shifted to the right. U(g i ) is initialized to {g i } for every vertex g i of G. Let δ(g i )=v i and δ(g j )=v j. Then we define Low(g i,g j )=iif i <j,low(g i,g j )=jif j <i.ifi =j then let Low(g i,g j ) be the one that is plaed to the left. Let x(g i ), y(g i ) respetively denote the x and y oordinates of the vertex g i. Embed the First Quadrilateral Fae: We start by plaing the verties mapped onto v and v 2. The ones that are mapped onto v are u and v. We plae u at (0, 0) and v at (3, 0). Note that two verties should be mapped to v 2. We plae the vertex that is mapped to v 2 and that has an edge with u at (, ) and the other at (2, ). Then, for every k, 3 k m, we do the following: Update U(g i ): Let C k = (u =, 2,..., r = v). Let p, q C k, respetively be the first and the last neighbor of the vertex(verties) mapped to v k. If only one vertex, z 0,ismappedtov k,weupdateu( p ), U( q )andu(z 0 )as follows: Low( p, p+ )=p+= U( p )=U( p ) U( p+ ) Low( q 2, q )=q 2= U( q )=U( q ) U( q ) U(z 0 )=U(z 0 ) Low( q 2, q ) i=low( p, p+)+ U( i ) We do not hange U(g i ) if two verties, z 0 and z, are mapped to v k. Shift to the right: We then perform the neessary shifting. We shift eah vertex g i r i=q U( i) to the right by one if only one vertex is mapped to v k,by two otherwise. Loate the New Verties: Finally we loate the vertex(verties) mapped to v k on the grid. Let v k denote the number of verties mapped to v k.thenwe have: If p has no neighbors in G G k x(z 0 )=x( p ) y(z 0 )=y( q )+x( q ) x( p ) v k + otherwise x(z 0 )=x( p )+ y(z 0 )=y( q )+x( q ) x( p ) v k If v k = 2 define z also: x(z )=x(z 0 )+ y(z )=y(z 0 ) Upto this step the algorithm is just a restrition of the one in [4] and it guarantees the onvex drawing of the faes. Then, in order to guarantee stritonvexity, we note the following degenerate ases; see Fig. 4:

8 Degeneraies: We hek for the following: If only one vertex, z 0,ismappedtov k (d ) If x(z 0 )=x( p+ )=x( p+2 ) Shift eah vertex g i r i=p+ U( i) to the right by one. Perform the loation alulation for z 0 again. (d 2) If k<mand z 0, q, q+ are aligned and q has no neighbors in G G k Shift eah vertex g i r i=q+ U( i) to the right by one. If two verties, z 0 and z are mapped to v k (d 3) If y(z 0 )=y(z )=y( p ) Shift eah vertex g i r i=q U( i) to the right by one. Perform the loation alulation for z 0 and z again. (d 4) If k<mand z, q, q+ are aligned and q has no neighbors in G G k Shift eah vertex g i r i=q+ U( i) to the right by one. p z 0... p+2 p+ q p... z 0 o 35 q o 35 q+ p z 0 z o 35 q z 0 p z o 35 q o 35 q+ (a) (b) () (d) Fig. 4. Four possible degenerate ases: type d,typed 2,typed 3,typed Proof of Corretness Lemma 2. Let C k =(u=, 2,..., r = v) be the exterior fae of G k after the k th plaement step. Let α( j, j+ ) denote the angle of the vetor j j+,for j r. The following holds for 2 k m :. α( j, j+ ) lies in [ 45, artan /2] {0} [45, 90 ].Itannotliein ( 45, artan /2] if j has a neighbor in G G k. 2. If j C k, j / {, r } s.t. j does not have a neighbor in G G k,then: (a) If Low( j, j )=j then α( j, j+ )=90 otherwise α( j, j )= 45. (b) If α( j, j+ )=90 then α( j, j ) 90. () If α( j, j+ )= 45 then α( j, j ) 45. Preserving Planarity Let only one vertex, z 0,bemappedtov k.if(z 0, j ) is an edge in G k for some j C k, then the plaement algorithm and the previous lemma guarantees that 90 < α(z 0, j ) < 45, for j p, j q. Then no rossing is reated between a new edge (z 0, j ) and the edges of C k. Beause suh a rossing would imply that there exists j <js.t. j C k and α( j, j ) < 45. But this is impossible by the first part of the above lemma. The proof of this lemma is in drawing.ps

9 z 0 j 0 j+ j+2 j+2 j+ z 0 j z z 0 p q (a) (b) () Fig. 5. The verties pointed to by the arrows must lie in the indiated area. The dashed lines indiate open boundaries that are not inluded in the area. The same idea applies to the ase where v k = 2. Then the following orollary holds: Corollary. Insertion of the vertex(verties) mapped to v k,atthek th plaement step, where 2 k m preserves planarity. Stritly Convex Faes Let v k =andz 0 be the vertex mapped to v k. Let F j =( j, j+, j+2,z 0 ) be a quadrilateral fae reated after the insertion of z 0.IfLow( j, j+ )=j+, then by the previous lemma α( j, j+ )= 45. Fig. 5(a) shows the area where z 0 and j+2 must lie. If Low( j, j+ )=j,then α( j+, j+2 )=90. Fig. 5(b) shows the area where z 0 and j+2 must lie in this ase. Both ases imply that F j =( j, j+, j+2,z 0 ) is stritly onvex. If v k =2andz 0,z are mapped to v k, the plaement algorithm requires that p must lie in the area shown in Fig. 5(), whih implies that the newly reated fae is stritly onvex. The following orollary holds: Corollary 2. The newly reated faes after the insertion of the vertex(verties) mapped to v k,atthek th plaement step, where 2 k m, are stritly onvex. Shifting Preserves Planarity and Stritly Convex Faes The above disussion shows that after the insertion of the vertex(verties) at the kth plaement step, no new edge rossing is reated and all the newly added faes are stritly onvex. In order to omplete the proof of orretness we only need to prove that the same holds for shifting also: Lemma 3. Let C k =(u=, 2,..., r = v) be the exterior fae of G k after the k th plaement step, where 2 k<m. For any given j, where j r, shifting the verties in r i=j U( i), totherightbysunits preserves the planarity and the stritly onvex faes of G k. Proof Sketh: The laim holds trivially for k = 2. Assume it holds for k = k, where 2 k <m. We assume v k =. The ase where v k = 2 is similar. Let z 0 be the vertex mapped to v k and p, q C k, respetively be the first and the last neighbor of z 0 in G k. If j p then by the indutive assumption the planarity of G k and the stritly onvex faes of G k are preserved. The faes introdued by z 0 shifts

10 rigidly to the right, whih, by the previous orollaries, implies that G k is planar and all its faes are stritly onvex. If j>q, then by the indutive assumption the planarity of G k and the stritly onvex faes are preserved. Sine neither z 0 nor any of its neighbors in G k are shifted the lemma follows. If shifting the newly inserted vertex z 0, we indutively apply the shifting to j = Low( p, p+ )+ing k. By the indutive assumption the planarity and stritly onvex faes are preserved for G k. Sine we applied a shifting starting with j then, all the faes exept the first one are shifted rigidly to the right, whih implies that those faes are stritly onvex. Then the only problem ould arise with the leftmost fae. If Low( p, p+ )=p,then p+, p+2 and z 0 are all shifted to the right by the same amount. Sine initially the fae ( p, p+, p+2,z 0 ) was stritly onvex, it ontinues to be so after shifting those three verties also. In the ase where Low( p, p+ )=p+, the only shifted verties are z 0 and p+2. Again shifting those two verties does not hange the property that the fae is onvex. If j = q, the situation is very similar to the previous ase, exept now the only deformed fae is the rightmost fae, instead of the leftmost one. The same idea applies to this ase also, i.e., given that initially the fae is stritly onvex, it remains to be so after shifting 2.5 Grid Size Lemma 4. The plaement algorithm requires a grid of size at most (2n 4) (2n 4). Proof Sketh: If no degeneraies are reated then the exat grid size required is (n ) (n ). We show that eah degenerate ase an be assoiated with a newly added quadrilateral fae of G. Degenerate ase of type d is assoiated with the fae ( p, p+, p+2,z 0 ). Degenerate ase of type d 2 at some step k of the algorithm, is assoiated with afae(z 0, q, q+,g i ), where g i is a vertex that will be added at some step k >kof the algorithm. We know that suh a fae exists, sine k<m, q has no neighbors in G G k and eah fae under onsideration is a quadrilateral. Similar argument holds for degenerate ase of type d 4. Finally degenerate ase of type d 3 is assoiated with the fae ( p, q,z,z 0 ). Fig. 4 shows all four types of degeneraies that an our. Note that eah quadrilateral fae is assoiated with at most one degeneray. Sine an FQ graph G with n verties has n 3 inside faes, the plaement algorithm requires grid size of at most (2n 4) (2n 4). Final Shifting Let (u, v, w, w ) be the outer fae of G. The plaement algorithm and Lemma-2 imply that the outer fae is the isoseles right triangle uvw and that w lies on the line segment (v, w ). We need to do one final right shift to guarantee that the outer fae (u, v, w, w ) lies on a stritly onave quadrilateral. For this we just shift v to the right by one. As a result we an draw

11 Fig. 6. Dodeahedral graph and its dual representation. The filled-in verties and solid edges represent the verties and edges of the primal graph; the empty irles and dashed edges represent verties of the dual graph. the edge (v, w ) as a straight-line segment. In order to draw the edge (u, w), we plae a bend point at (x(w ),y(w ) + 2), where x(w )andy(w ), respetively denote the x and y oordinates of the vertex w. We onnet the bend point with u and w. Then the total area required is (2n 2) (2n 2) and Theorem- follows. 3 Implementation We have implemented our algorithm to visualize 3-onneted planar graphs and their duals using the LEDA/AGD libraries [0]. Finding a suitable anonial labeling takes linear time [9]. We make use of the tehnique introdued by [5] to do the plaement step. It is based on the fat that storing relative x-oordinates of the previously embedded verties is suffiient at every step. Then the plaement step also requires only linear time. Overall, the algorithm runs in linear time. Fig. 6 shows the primal/dual drawing we get for the dodeahedral graph and Fig. 7 shows the primal/dual drawing of an arbitrary 3-onneted planar graph. 4 Aknowledgements We would like to thank Anna Lubiw for introduing us to the problem of simultaneous graph embedding and for stimulating disussions about it. Referenes. M. Bern and J. R. Gilbert. Drawing the planar dual. Information Proessing Letters, 43():7 3, Aug. 992.

12 Fig. 7. A random 3-onneted planar graph with 6 verties and its dual representation. 2. G. R. Brightwell and E. R. Sheinerman. Representations of planar graphs. SIAM Journal on Disrete Mathematis, 6(2):24 229, May M. Chrobak, M. T. Goodrih, and R. Tamassia. Convex drawings of graphs in two and three dimensions. In Pro. 2th Annu. ACM Sympos. Comput. Geom., pages , M. Chrobak and G. Kant. Convex grid drawings of 3-onneted planar graphs. International Journal of Computational Geometry and Appliations, 7(3):2 223, M. Chrobak and T. Payne. A linear-time algorithm for drawing planar graphs. Inform. Proess. Lett., 54:24 246, H. de Fraysseix, J. Pah, and R. Pollak. How to draw a planar graph on a grid. Combinatoria, 0():4 5, D. Harel and M. Sardas. An algorithm for straight-line drawing of planar graphs. Algorithmia, 20(2):9 35, J. Hoproft and R. E. Tarjan. Effiient planarity testing. Journal of the ACM, 2(4): , G. Kant. Drawing planar graphs using the anonial ordering. Algorithmia, 6:4 32, 996. (speial issue on Graph Drawing, edited by G. Di Battista and R. Tamassia). 0. K. Mehlhorn and S. Näher. The LEDA Platform of Combinatorial and Geometri Computing. Cambridge University Press, K. Miura, S.-I. Nakano, and T. Nishizeki. Grid drawings of 4-onneted plane graphs. Disrete and Computational Geometry, 26():73 87, B. Mohar. Cirle paking of maps in polynomial time. European Journal of Combinatoris, 8: , W. Shnyder. Embedding planar graphs on the grid. In Proeedings of the st ACM-SIAM Symposium on Disrete Algorithms (SODA), pages 38 48, W. T. Tutte. How to draw a graph. Proeedings London Mathematial Soiety, 3(52): , 963.

Chapter 1 Microeconomics of Consumer Theory

Chapter 1 Microeconomics of Consumer Theory Chapter 1 Miroeonomis of Consumer Theory The two broad ategories of deision-makers in an eonomy are onsumers and firms. Eah individual in eah of these groups makes its deisions in order to ahieve some

More information

Channel Assignment Strategies for Cellular Phone Systems

Channel Assignment Strategies for Cellular Phone Systems Channel Assignment Strategies for Cellular Phone Systems Wei Liu Yiping Han Hang Yu Zhejiang University Hangzhou, P. R. China Contat: wliu5@ie.uhk.edu.hk 000 Mathematial Contest in Modeling (MCM) Meritorious

More information

Weighting Methods in Survey Sampling

Weighting Methods in Survey Sampling Setion on Survey Researh Methods JSM 01 Weighting Methods in Survey Sampling Chiao-hih Chang Ferry Butar Butar Abstrat It is said that a well-designed survey an best prevent nonresponse. However, no matter

More information

Computer Networks Framing

Computer Networks Framing Computer Networks Framing Saad Mneimneh Computer Siene Hunter College of CUNY New York Introdution Who framed Roger rabbit? A detetive, a woman, and a rabbit in a network of trouble We will skip the physial

More information

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk Classial Eletromagneti Doppler Effet Redefined Copyright 04 Joseph A. Rybzyk Abstrat The lassial Doppler Effet formula for eletromagneti waves is redefined to agree with the fundamental sientifi priniples

More information

1.3 Complex Numbers; Quadratic Equations in the Complex Number System*

1.3 Complex Numbers; Quadratic Equations in the Complex Number System* 04 CHAPTER Equations and Inequalities Explaining Conepts: Disussion and Writing 7. Whih of the following pairs of equations are equivalent? Explain. x 2 9; x 3 (b) x 29; x 3 () x - 2x - 22 x - 2 2 ; x

More information

5.2 The Master Theorem

5.2 The Master Theorem 170 CHAPTER 5. RECURSION AND RECURRENCES 5.2 The Master Theorem Master Theorem In the last setion, we saw three different kinds of behavior for reurrenes of the form at (n/2) + n These behaviors depended

More information

In order to be able to design beams, we need both moments and shears. 1. Moment a) From direct design method or equivalent frame method

In order to be able to design beams, we need both moments and shears. 1. Moment a) From direct design method or equivalent frame method BEAM DESIGN In order to be able to design beams, we need both moments and shears. 1. Moment a) From diret design method or equivalent frame method b) From loads applied diretly to beams inluding beam weight

More information

How To Fator

How To Fator CHAPTER hapter 4 > Make the Connetion 4 INTRODUCTION Developing seret odes is big business beause of the widespread use of omputers and the Internet. Corporations all over the world sell enryption systems

More information

Sebastián Bravo López

Sebastián Bravo López Transfinite Turing mahines Sebastián Bravo López 1 Introdution With the rise of omputers with high omputational power the idea of developing more powerful models of omputation has appeared. Suppose that

More information

3 Game Theory: Basic Concepts

3 Game Theory: Basic Concepts 3 Game Theory: Basi Conepts Eah disipline of the soial sienes rules omfortably ithin its on hosen domain: : : so long as it stays largely oblivious of the others. Edard O. Wilson (1998):191 3.1 and and

More information

( 1 ) Obtain the equation of the circle passing through the points ( 5, - 8 ), ( - 2, 9 ) and ( 2, 1 ).

( 1 ) Obtain the equation of the circle passing through the points ( 5, - 8 ), ( - 2, 9 ) and ( 2, 1 ). PROBLEMS 03 CIRCLE Page ( ) Obtain the equation of the irle passing through the points ( 5 8 ) ( 9 ) and ( ). [ Ans: x y 6x 48y 85 = 0 ] ( ) Find the equation of the irumsribed irle of the triangle formed

More information

Static Fairness Criteria in Telecommunications

Static Fairness Criteria in Telecommunications Teknillinen Korkeakoulu ERIKOISTYÖ Teknillisen fysiikan koulutusohjelma 92002 Mat-208 Sovelletun matematiikan erikoistyöt Stati Fairness Criteria in Teleommuniations Vesa Timonen, e-mail: vesatimonen@hutfi

More information

Chapter 6 A N ovel Solution Of Linear Congruenes Proeedings NCUR IX. (1995), Vol. II, pp. 708{712 Jerey F. Gold Department of Mathematis, Department of Physis University of Utah Salt Lake City, Utah 84112

More information

USA Mathematical Talent Search. PROBLEMS / SOLUTIONS / COMMENTS Round 3 - Year 12 - Academic Year 2000-2001

USA Mathematical Talent Search. PROBLEMS / SOLUTIONS / COMMENTS Round 3 - Year 12 - Academic Year 2000-2001 USA Mathematial Talent Searh PROBLEMS / SOLUTIONS / COMMENTS Round 3 - Year - Aademi Year 000-00 Gene A. Berg, Editor /3/. Find the smallest positive integer with the property that it has divisors ending

More information

A Context-Aware Preference Database System

A Context-Aware Preference Database System J. PERVASIVE COMPUT. & COMM. (), MARCH 005. TROUBADOR PUBLISHING LTD) A Context-Aware Preferene Database System Kostas Stefanidis Department of Computer Siene, University of Ioannina,, kstef@s.uoi.gr Evaggelia

More information

Programming Basics - FORTRAN 77 http://www.physics.nau.edu/~bowman/phy520/f77tutor/tutorial_77.html

Programming Basics - FORTRAN 77 http://www.physics.nau.edu/~bowman/phy520/f77tutor/tutorial_77.html CWCS Workshop May 2005 Programming Basis - FORTRAN 77 http://www.physis.nau.edu/~bowman/phy520/f77tutor/tutorial_77.html Program Organization A FORTRAN program is just a sequene of lines of plain text.

More information

A Holistic Method for Selecting Web Services in Design of Composite Applications

A Holistic Method for Selecting Web Services in Design of Composite Applications A Holisti Method for Seleting Web Servies in Design of Composite Appliations Mārtiņš Bonders, Jānis Grabis Institute of Information Tehnology, Riga Tehnial University, 1 Kalu Street, Riga, LV 1658, Latvia,

More information

Shortest Inspection-Path. Queries in Simple Polygons

Shortest Inspection-Path. Queries in Simple Polygons Shortest Inspection-Path Queries in Simple Polygons Christian Knauer, Günter Rote B 05-05 April 2005 Shortest Inspection-Path Queries in Simple Polygons Christian Knauer, Günter Rote Institut für Informatik,

More information

Capacity at Unsignalized Two-Stage Priority Intersections

Capacity at Unsignalized Two-Stage Priority Intersections Capaity at Unsignalized Two-Stage Priority Intersetions by Werner Brilon and Ning Wu Abstrat The subjet of this paper is the apaity of minor-street traffi movements aross major divided four-lane roadways

More information

Hierarchical Clustering and Sampling Techniques for Network Monitoring

Hierarchical Clustering and Sampling Techniques for Network Monitoring S. Sindhuja Hierarhial Clustering and Sampling Tehniques for etwork Monitoring S. Sindhuja ME ABSTRACT: etwork monitoring appliations are used to monitor network traffi flows. Clustering tehniques are

More information

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds Intelligent Measurement Proesses in 3D Optial Metrology: Produing More Aurate Point Clouds Charles Mony, Ph.D. 1 President Creaform in. mony@reaform3d.om Daniel Brown, Eng. 1 Produt Manager Creaform in.

More information

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA LBNL-52402 Marh 2003 On the Speed of Gravity and the v/ Corretions to the Shapiro Time Delay Stuart Samuel 1 arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrene Berkeley National Laboratory

More information

Asymmetric Error Correction and Flash-Memory Rewriting using Polar Codes

Asymmetric Error Correction and Flash-Memory Rewriting using Polar Codes 1 Asymmetri Error Corretion and Flash-Memory Rewriting using Polar Codes Eyal En Gad, Yue Li, Joerg Kliewer, Mihael Langberg, Anxiao (Andrew) Jiang and Jehoshua Bruk Abstrat We propose effiient oding shemes

More information

Optimal Online Buffer Scheduling for Block Devices *

Optimal Online Buffer Scheduling for Block Devices * Optimal Online Buffer Sheduling for Blok Devies * ABSTRACT Anna Adamaszek Department of Computer Siene and Centre for Disrete Mathematis and its Appliations (DIMAP) University of Warwik, Coventry, UK A.M.Adamaszek@warwik.a.uk

More information

SHAFTS: TORSION LOADING AND DEFORMATION

SHAFTS: TORSION LOADING AND DEFORMATION ECURE hird Edition SHAFS: ORSION OADING AND DEFORMAION A. J. Clark Shool of Engineering Department of Civil and Environmental Engineering 6 Chapter 3.1-3.5 by Dr. Ibrahim A. Assakkaf SPRING 2003 ENES 220

More information

Finding and counting given length cycles

Finding and counting given length cycles Finding and counting given length cycles Noga Alon Raphael Yuster Uri Zwick Abstract We present an assortment of methods for finding and counting simple cycles of a given length in directed and undirected

More information

10.1 The Lorentz force law

10.1 The Lorentz force law Sott Hughes 10 Marh 2005 Massahusetts Institute of Tehnology Department of Physis 8.022 Spring 2004 Leture 10: Magneti fore; Magneti fields; Ampere s law 10.1 The Lorentz fore law Until now, we have been

More information

Isaac Newton. Translated into English by

Isaac Newton. Translated into English by THE MATHEMATICAL PRINCIPLES OF NATURAL PHILOSOPHY (BOOK 1, SECTION 1) By Isaa Newton Translated into English by Andrew Motte Edited by David R. Wilkins 2002 NOTE ON THE TEXT Setion I in Book I of Isaa

More information

Open and Extensible Business Process Simulator

Open and Extensible Business Process Simulator UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Siene Karl Blum Open and Extensible Business Proess Simulator Master Thesis (30 EAP) Supervisors: Luiano Garía-Bañuelos,

More information

) ( )( ) ( ) ( )( ) ( ) ( ) (1)

) ( )( ) ( ) ( )( ) ( ) ( ) (1) OPEN CHANNEL FLOW Open hannel flow is haraterized by a surfae in ontat with a gas phase, allowing the fluid to take on shapes and undergo behavior that is impossible in a pipe or other filled onduit. Examples

More information

Electrician'sMathand BasicElectricalFormulas

Electrician'sMathand BasicElectricalFormulas Eletriian'sMathand BasiEletrialFormulas MikeHoltEnterprises,In. 1.888.NEC.CODE www.mikeholt.om Introdution Introdution This PDF is a free resoure from Mike Holt Enterprises, In. It s Unit 1 from the Eletrial

More information

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle.

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle. Chapter 3.1 Angles Define what an angle is. Define the parts of an angle. Recall our definition for a ray. A ray is a line segment with a definite starting point and extends into infinity in only one direction.

More information

cos t sin t sin t cos t

cos t sin t sin t cos t Exerise 7 Suppose that t 0 0andthat os t sin t At sin t os t Compute Bt t As ds,andshowthata and B ommute 0 Exerise 8 Suppose A is the oeffiient matrix of the ompanion equation Y AY assoiated with the

More information

Class One: Degree Sequences

Class One: Degree Sequences Class One: Degree Sequences For our purposes a graph is a just a bunch of points, called vertices, together with lines or curves, called edges, joining certain pairs of vertices. Three small examples of

More information

1 if 1 x 0 1 if 0 x 1

1 if 1 x 0 1 if 0 x 1 Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or

More information

REDUCTION FACTOR OF FEEDING LINES THAT HAVE A CABLE AND AN OVERHEAD SECTION

REDUCTION FACTOR OF FEEDING LINES THAT HAVE A CABLE AND AN OVERHEAD SECTION C I E 17 th International Conferene on Eletriity istriution Barelona, 1-15 May 003 EUCTION FACTO OF FEEING LINES THAT HAVE A CABLE AN AN OVEHEA SECTION Ljuivoje opovi J.. Elektrodistriuija - Belgrade -

More information

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs.

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs. Chapter 19 State Diagrams In this hapter, we ll see state diagrams, an example of a different way to use direted graphs. 19.1 Introdution State diagrams are a type of direted graph, in whih the graph nodes

More information

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sienes Vol. 2 (2012) No. 3, pp. 9-17 An integrated optimization model of a Closed- Loop Supply Chain under unertainty Xiaoxia

More information

Supply chain coordination; A Game Theory approach

Supply chain coordination; A Game Theory approach aepted for publiation in the journal "Engineering Appliations of Artifiial Intelligene" 2008 upply hain oordination; A Game Theory approah Jean-Claude Hennet x and Yasemin Arda xx x LI CNR-UMR 668 Université

More information

Largest Fixed-Aspect, Axis-Aligned Rectangle

Largest Fixed-Aspect, Axis-Aligned Rectangle Largest Fixed-Aspect, Axis-Aligned Rectangle David Eberly Geometric Tools, LLC http://www.geometrictools.com/ Copyright c 1998-2016. All Rights Reserved. Created: February 21, 2004 Last Modified: February

More information

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS Virginia Department of Taxation INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS www.tax.virginia.gov 2614086 Rev. 07/14 * Table of Contents Introdution... 1 Important... 1 Where to Get Assistane... 1 Online

More information

Arrangements And Duality

Arrangements And Duality Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,

More information

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES Proeedings of FEDSM 98 998 ASME Fluids Engineering Division Summer Meeting June 2-25, 998 Washington DC FEDSM98-529 THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES John D. Wright Proess

More information

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System Marker Traking and HMD Calibration for a Video-based Augmented Reality Conferening System Hirokazu Kato 1 and Mark Billinghurst 2 1 Faulty of Information Sienes, Hiroshima City University 2 Human Interfae

More information

Smooth functions statistics

Smooth functions statistics Smooth functions statistics V. I. rnold To describe the topological structure of a real smooth function one associates to it the graph, formed by the topological variety, whose points are the connected

More information

A Note on Maximum Independent Sets in Rectangle Intersection Graphs

A Note on Maximum Independent Sets in Rectangle Intersection Graphs A Note on Maximum Independent Sets in Rectangle Intersection Graphs Timothy M. Chan School of Computer Science University of Waterloo Waterloo, Ontario N2L 3G1, Canada tmchan@uwaterloo.ca September 12,

More information

x 2 f 2 e 1 e 4 e 3 e 2 q f 4 x 4 f 3 x 3

x 2 f 2 e 1 e 4 e 3 e 2 q f 4 x 4 f 3 x 3 Karl-Franzens-Universitat Graz & Technische Universitat Graz SPEZIALFORSCHUNGSBEREICH F 003 OPTIMIERUNG und KONTROLLE Projektbereich DISKRETE OPTIMIERUNG O. Aichholzer F. Aurenhammer R. Hainz New Results

More information

On Some Mathematics for Visualizing High Dimensional Data

On Some Mathematics for Visualizing High Dimensional Data On Some Mathematis for Visualizing High Dimensional Data Edward J. Wegman Jeffrey L. Solka Center for Computational Statistis George Mason University Fairfax, VA 22030 This paper is dediated to Professor

More information

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS Virginia Department of Taxation INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS www.tax.virginia.gov 2614086 Rev. 01/16 Table of Contents Introdution... 1 Important... 1 Where to Get Assistane... 1 Online File

More information

Shortcut sets for plane Euclidean networks (Extended abstract) 1

Shortcut sets for plane Euclidean networks (Extended abstract) 1 Shortcut sets for plane Euclidean networks (Extended abstract) 1 J. Cáceres a D. Garijo b A. González b A. Márquez b M. L. Puertas a P. Ribeiro c a Departamento de Matemáticas, Universidad de Almería,

More information

AUDITING COST OVERRUN CLAIMS *

AUDITING COST OVERRUN CLAIMS * AUDITING COST OVERRUN CLAIMS * David Pérez-Castrillo # University of Copenhagen & Universitat Autònoma de Barelona Niolas Riedinger ENSAE, Paris Abstrat: We onsider a ost-reimbursement or a ost-sharing

More information

Competitive Analysis of On line Randomized Call Control in Cellular Networks

Competitive Analysis of On line Randomized Call Control in Cellular Networks Competitive Analysis of On line Randomized Call Control in Cellular Networks Ioannis Caragiannis Christos Kaklamanis Evi Papaioannou Abstract In this paper we address an important communication issue arising

More information

arxiv:1203.1525v1 [math.co] 7 Mar 2012

arxiv:1203.1525v1 [math.co] 7 Mar 2012 Constructing subset partition graphs with strong adjacency and end-point count properties Nicolai Hähnle haehnle@math.tu-berlin.de arxiv:1203.1525v1 [math.co] 7 Mar 2012 March 8, 2012 Abstract Kim defined

More information

INCIDENCE-BETWEENNESS GEOMETRY

INCIDENCE-BETWEENNESS GEOMETRY INCIDENCE-BETWEENNESS GEOMETRY MATH 410, CSUSM. SPRING 2008. PROFESSOR AITKEN This document covers the geometry that can be developed with just the axioms related to incidence and betweenness. The full

More information

HOLES 5.1. INTRODUCTION

HOLES 5.1. INTRODUCTION HOLES 5.1. INTRODUCTION One of the major open problems in the field of art gallery theorems is to establish a theorem for polygons with holes. A polygon with holes is a polygon P enclosing several other

More information

Revista Brasileira de Ensino de Fsica, vol. 21, no. 4, Dezembro, 1999 469. Surface Charges and Electric Field in a Two-Wire

Revista Brasileira de Ensino de Fsica, vol. 21, no. 4, Dezembro, 1999 469. Surface Charges and Electric Field in a Two-Wire Revista Brasileira de Ensino de Fsia, vol., no. 4, Dezembro, 999 469 Surfae Charges and Eletri Field in a Two-Wire Resistive Transmission Line A. K. T.Assis and A. J. Mania Instituto de Fsia Gleb Wataghin'

More information

Big Data Analysis and Reporting with Decision Tree Induction

Big Data Analysis and Reporting with Decision Tree Induction Big Data Analysis and Reporting with Deision Tree Indution PETRA PERNER Institute of Computer Vision and Applied Computer Sienes, IBaI Postbox 30 11 14, 04251 Leipzig GERMANY pperner@ibai-institut.de,

More information

Chapter 5 Single Phase Systems

Chapter 5 Single Phase Systems Chapter 5 Single Phase Systems Chemial engineering alulations rely heavily on the availability of physial properties of materials. There are three ommon methods used to find these properties. These inlude

More information

A Keyword Filters Method for Spam via Maximum Independent Sets

A Keyword Filters Method for Spam via Maximum Independent Sets Vol. 7, No. 3, May, 213 A Keyword Filters Method for Spam via Maximum Independent Sets HaiLong Wang 1, FanJun Meng 1, HaiPeng Jia 2, JinHong Cheng 3 and Jiong Xie 3 1 Inner Mongolia Normal University 2

More information

Nodal domains on graphs - How to count them and why?

Nodal domains on graphs - How to count them and why? Proeedings of Symposia in Pure Mathematis Nodal domains on graphs - How to ount them and why? Ram Band, Idan Oren and Uzy Smilansky, Abstrat. The purpose of the present manusript is to ollet known results

More information

HEAT CONDUCTION. q A q T

HEAT CONDUCTION. q A q T HEAT CONDUCTION When a temperature gradient eist in a material, heat flows from the high temperature region to the low temperature region. The heat transfer mehanism is referred to as ondution and the

More information

i_~f e 1 then e 2 else e 3

i_~f e 1 then e 2 else e 3 A PROCEDURE MECHANISM FOR BACKTRACK PROGRAMMING* David R. HANSON + Department o Computer Siene, The University of Arizona Tuson, Arizona 85721 One of the diffiulties in using nondeterministi algorithms

More information

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE September 8, 2009 Table of Contents 1 Home 2 University 3 Your 4 Add 5 Managing 6 How 7 Viewing 8 Closing 9 Reposting Page 1 and Work-Study Employers

More information

Optimal Sales Force Compensation

Optimal Sales Force Compensation Optimal Sales Fore Compensation Matthias Kräkel Anja Shöttner Abstrat We analyze a dynami moral-hazard model to derive optimal sales fore ompensation plans without imposing any ad ho restritions on the

More information

WATER CLOSET SUPPORTS TECHNICAL DATA

WATER CLOSET SUPPORTS TECHNICAL DATA WATER CLOSET SUPPORTS TECHNICAL DATA Smith engineers have developed an unusually omplete line of fixture supports for mounting all types of "off the floor" fixtures. Supports have been designed for water

More information

An Enhanced Critical Path Method for Multiple Resource Constraints

An Enhanced Critical Path Method for Multiple Resource Constraints An Enhaned Critial Path Method for Multiple Resoure Constraints Chang-Pin Lin, Hung-Lin Tai, and Shih-Yan Hu Abstrat Traditional Critial Path Method onsiders only logial dependenies between related ativities

More information

DSP-I DSP-I DSP-I DSP-I

DSP-I DSP-I DSP-I DSP-I DSP-I DSP-I DSP-I DSP-I Digital Signal Proessing I (8-79) Fall Semester, 005 IIR FILER DESIG EXAMPLE hese notes summarize the design proedure for IIR filters as disussed in lass on ovember. Introdution:

More information

Minimum Bisection is NP-hard on Unit Disk Graphs

Minimum Bisection is NP-hard on Unit Disk Graphs Minimum Bisection is NP-hard on Unit Disk Graphs Josep Díaz 1 and George B. Mertzios 2 1 Departament de Llenguatges i Sistemes Informátics, Universitat Politécnica de Catalunya, Spain. 2 School of Engineering

More information

Lesson 1: Introducing Circles

Lesson 1: Introducing Circles IRLES N VOLUME Lesson 1: Introducing ircles ommon ore Georgia Performance Standards M9 12.G..1 M9 12.G..2 Essential Questions 1. Why are all circles similar? 2. What are the relationships among inscribed

More information

Srinivas Bollapragada GE Global Research Center. Abstract

Srinivas Bollapragada GE Global Research Center. Abstract Sheduling Commerial Videotapes in Broadast Television Srinivas Bollapragada GE Global Researh Center Mihael Bussiek GAMS Development Corporation Suman Mallik University of Illinois at Urbana Champaign

More information

protection p1ann1ng report

protection p1ann1ng report f1re~~ protetion p1ann1ng report BUILDING CONSTRUCTION INFORMATION FROM THE CONCRETE AND MASONRY INDUSTRIES Signifiane of Fire Ratings for Building Constrution NO. 3 OF A SERIES The use of fire-resistive

More information

Findings and Recommendations

Findings and Recommendations Contrating Methods and Administration Findings and Reommendations Finding 9-1 ESD did not utilize a formal written pre-qualifiations proess for seleting experiened design onsultants. ESD hose onsultants

More information

Topological Treatment of Platonic, Archimedean, and Related Polyhedra

Topological Treatment of Platonic, Archimedean, and Related Polyhedra Forum Geometricorum Volume 15 (015) 43 51. FORUM GEOM ISSN 1534-1178 Topological Treatment of Platonic, Archimedean, and Related Polyhedra Tom M. Apostol and Mamikon A. Mnatsakanian Abstract. Platonic

More information

Combining refractive and topographic data in corneal refractive surgery for astigmatism

Combining refractive and topographic data in corneal refractive surgery for astigmatism Combining refrative and topographi data in orneal refrative surgery for astigmatism A new method based on polar value analysis and mathematial optimization Kristian Næser Department of Ophthalmology, Randers

More information

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition

More information

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully.

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully. Deision Analysis Vol. 7, No. 1, Marh 2010, pp. 23 39 issn 1545-8490 eissn 1545-8504 10 0701 0023 informs doi 10.1287/dea.1090.0155 2010 INFORMS Managing Projet Failure Risk Through Contingent Contrats

More information

Definition 11.1. Given a graph G on n vertices, we define the following quantities:

Definition 11.1. Given a graph G on n vertices, we define the following quantities: Lecture 11 The Lovász ϑ Function 11.1 Perfect graphs We begin with some background on perfect graphs. graphs. First, we define some quantities on Definition 11.1. Given a graph G on n vertices, we define

More information

arxiv:1409.4299v1 [cs.cg] 15 Sep 2014

arxiv:1409.4299v1 [cs.cg] 15 Sep 2014 Planar Embeddings with Small and Uniform Faces Giordano Da Lozzo, Vít Jelínek, Jan Kratochvíl 3, and Ignaz Rutter 3,4 arxiv:409.499v [cs.cg] 5 Sep 04 Department of Engineering, Roma Tre University, Italy

More information

Triangulation by Ear Clipping

Triangulation by Ear Clipping Triangulation by Ear Clipping David Eberly Geometric Tools, LLC http://www.geometrictools.com/ Copyright c 1998-2016. All Rights Reserved. Created: November 18, 2002 Last Modified: August 16, 2015 Contents

More information

Research on Virtual Vehicle Driven with Vision

Research on Virtual Vehicle Driven with Vision I.J. Information Tehnolog and Computer Siene, 2011, 4, 29-35 Published Online August 2011 in MECS http://.mes-press.org/) Researh on Virtual Vehile Driven ith Vision Youquan Liu and Yu Cui Shool of Information

More information

arxiv:cs/0507030v1 [cs.cg] 11 Jul 2005

arxiv:cs/0507030v1 [cs.cg] 11 Jul 2005 Strictly Convex Drawings of Planar Graphs Imre Bárány Günter Rote January 27, 2014 arxiv:cs/0507030v1 [cs.cg] 11 Jul 2005 Abstract Every three-connected planar graph with n vertices has a drawing on an

More information

Fixed-income Securities Lecture 2: Basic Terminology and Concepts. Present value (fixed interest rate) Present value (fixed interest rate): the arb

Fixed-income Securities Lecture 2: Basic Terminology and Concepts. Present value (fixed interest rate) Present value (fixed interest rate): the arb Fixed-inome Seurities Leture 2: Basi Terminology and Conepts Philip H. Dybvig Washington University in Saint Louis Various interest rates Present value (PV) and arbitrage Forward and spot interest rates

More information

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH ZACHARY ABEL 1. Introduction In this survey we discuss properties of the Higman-Sims graph, which has 100 vertices, 1100 edges, and is 22 regular. In fact

More information

HEAT EXCHANGERS-2. Associate Professor. IIT Delhi E-mail: prabal@mech.iitd.ac.in. P.Talukdar/ Mech-IITD

HEAT EXCHANGERS-2. Associate Professor. IIT Delhi E-mail: prabal@mech.iitd.ac.in. P.Talukdar/ Mech-IITD HEA EXHANGERS-2 Prabal alukdar Assoiate Professor Department of Mehanial Engineering II Delhi E-mail: prabal@meh.iitd.a.in Multipass and rossflow he subsripts 1 and 2 represent the inlet and outlet, respetively..

More information

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits The Optimal Deterrene of Tax Evasion: The Trade-off Between Information Reporting and Audits Yulia Paramonova Department of Eonomis, University of Mihigan Otober 30, 2014 Abstrat Despite the widespread

More information

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH 31 Kragujevac J. Math. 25 (2003) 31 49. SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH Kinkar Ch. Das Department of Mathematics, Indian Institute of Technology, Kharagpur 721302, W.B.,

More information

BENEFICIARY CHANGE REQUEST

BENEFICIARY CHANGE REQUEST Poliy/Certifiate Number(s) BENEFICIARY CHANGE REQUEST *L2402* *L2402* Setion 1: Insured First Name Middle Name Last Name Permanent Address: City, State, Zip Code Please hek if you would like the address

More information

8.1 Min Degree Spanning Tree

8.1 Min Degree Spanning Tree CS880: Approximations Algorithms Scribe: Siddharth Barman Lecturer: Shuchi Chawla Topic: Min Degree Spanning Tree Date: 02/15/07 In this lecture we give a local search based algorithm for the Min Degree

More information

Labeling outerplanar graphs with maximum degree three

Labeling outerplanar graphs with maximum degree three Labeling outerplanar graphs with maximum degree three Xiangwen Li 1 and Sanming Zhou 2 1 Department of Mathematics Huazhong Normal University, Wuhan 430079, China 2 Department of Mathematics and Statistics

More information

Three Lemmas in Geometry

Three Lemmas in Geometry Winter amp 2010 Three Lemmas in Geometry Yufei Zhao Three Lemmas in Geometry Yufei Zhao Massachusetts Institute of Technology yufei.zhao@gmail.com 1 iameter of incircle T Lemma 1. Let the incircle of triangle

More information

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts FOOD FOR THOUGHT Topial Insights from our Sujet Matter Experts DEGREE OF DIFFERENCE TESTING: AN ALTERNATIVE TO TRADITIONAL APPROACHES The NFL White Paper Series Volume 14, June 2014 Overview Differene

More information

5.1 Bipartite Matching

5.1 Bipartite Matching CS787: Advanced Algorithms Lecture 5: Applications of Network Flow In the last lecture, we looked at the problem of finding the maximum flow in a graph, and how it can be efficiently solved using the Ford-Fulkerson

More information

CHAPTER J DESIGN OF CONNECTIONS

CHAPTER J DESIGN OF CONNECTIONS J-1 CHAPTER J DESIGN OF CONNECTIONS INTRODUCTION Chapter J of the addresses the design and heking of onnetions. The hapter s primary fous is the design of welded and bolted onnetions. Design requirements

More information

Cycle transversals in bounded degree graphs

Cycle transversals in bounded degree graphs Electronic Notes in Discrete Mathematics 35 (2009) 189 195 www.elsevier.com/locate/endm Cycle transversals in bounded degree graphs M. Groshaus a,2,3 P. Hell b,3 S. Klein c,1,3 L. T. Nogueira d,1,3 F.

More information

Another Look at Gaussian CGS Units

Another Look at Gaussian CGS Units Another Look at Gaussian CGS Units or, Why CGS Units Make You Cool Prashanth S. Venkataram February 24, 202 Abstrat In this paper, I ompare the merits of Gaussian CGS and SI units in a variety of different

More information

Convergence of c k f(kx) and the Lip α class

Convergence of c k f(kx) and the Lip α class Convergene of and the Lip α lass Christoph Aistleitner Abstrat By Carleson s theorem a trigonometri series k osπkx or k sin πkx is ae onvergent if < (1) Gaposhkin generalized this result to series of the

More information

Granular Problem Solving and Software Engineering

Granular Problem Solving and Software Engineering Granular Problem Solving and Software Engineering Haibin Zhu, Senior Member, IEEE Department of Computer Siene and Mathematis, Nipissing University, 100 College Drive, North Bay, Ontario, P1B 8L7, Canada

More information

alternate interior angles

alternate interior angles alternate interior angles two non-adjacent angles that lie on the opposite sides of a transversal between two lines that the transversal intersects (a description of the location of the angles); alternate

More information

Deadline-based Escalation in Process-Aware Information Systems

Deadline-based Escalation in Process-Aware Information Systems Deadline-based Esalation in Proess-Aware Information Systems Wil M.P. van der Aalst 1,2, Mihael Rosemann 2, Marlon Dumas 2 1 Department of Tehnology Management Eindhoven University of Tehnology, The Netherlands

More information