Complexity of the Cover Polynomial

Size: px
Start display at page:

Download "Complexity of the Cover Polynomial"

Transcription

1 Complexity of the Coer Polynomial Marks Bläser and Holger Dell Comptational Complexity Grop Saarland Uniersity, Germany Abstract. The coer polynomial introdced by Chng and Graham is a twoariate graph polynomial for directed graphs. It conts the (weighted) nmber of ways to coer a graph with disjoint directed cycles and paths, it is an interpolation between determinant and permanent, and it is belieed to be a directed analoge of the Ttte polynomial. Jaeger, Vertigan, and Welsh showed that the Ttte polynomial is #P-hard to ealate at all bt a few special points and cres. It trns ot that the same holds for the coer polynomial: We proe that, in almost the whole plane, the problem of ealating the coer polynomial is #P-hard nder polynomial-time Tring redctions, while only three points are easy. Or constrction ses a gadget which is easier to analyze and more general than the XOR-gadget sed by Valiant in his proof that the permanent is #P-complete. 1 Introdction Graph polynomials map directed or ndirected graphs to polynomials in one or more ariables, sch that this mapping is inariant nder graph isomorphisms. Probably the most famos graph polynomials are the chromatic polynomial or its generalization, the Ttte polynomial. The chromatic polynomial is the polynomial in the ariable λ that conts the nmber of alid λ-colorings of a gien ndirected graph. The Ttte polynomial T in two ariables x and y has interpretations from different fields of combinatorics. For example, T(G, 1, 1) is the nmber of spanning trees, T(G, 1, 2) is the nmber of spanning sbgraphs of an ndirected graph G, and also the nmber of nowhere-zero flows or the Jones polynomial of an alternating link are contained in the Ttte polynomial. While the Ttte polynomial has been established for ndirected graphs, the coer polynomial by Chng and Graham [1] is an analoge for the directed case. Both graph polynomials satisfy similar identities sch as a contractiondeletion identity and prodct rle, bt the exact relation between the Ttte and the coer polynomial is not yet known. The coer polynomial has connections to rook polynomials and drop polynomials, bt from a complexity theoretic point of iew, we tend to see it as a generalization of the permanent and the determinant of a graph. The coer polynomial of a graph is the weighted sm of all of its spanning sbgraphs that consist of disjoint, directed, and simple cycles and paths. As it is the case for most graph polynomials, the coer polynomial is of interest becase it combines a ariety of combinatorial problems into one generalized theoretical framework.

2 2 Marks Bläser and Holger Dell Preios Reslts Jaeger, Vertigan, and Welsh [2] hae shown that, except along one hyperbola and at nine special points, compting the Ttte polynomial is #P-hard. In recent years, the complexity and approximability of the Ttte polynomial has receied increasing attention: Lotz and Makowsky [3] proe that the colored Ttte polynomial by Bollobás and Riordan [4] is complete for Valiant s algebraic complexity class VNP, Giménez and Noy [5] show that ealating the Ttte polynomial is #P-hard een for the rather restricted class of bicirclar matroids, and Goldberg and Jerrm [6] show that the Ttte polynomial is mostly inapproximable. A different graph inariant that seems related to the Ttte polynomial is the weighted sm of graph homomorphisms to a fixed graph H, so basically, it is the nmber of H-colorings. Blato and Grohe [7] and Dyer, Goldberg, and Paterson [8] proe that the complexity of compting this sm is #P-hard for most graphs H. Or Contribtion In this paper, we show that the problem of ealating the coer polynomial is #P-hard at all ealation points except for three points where this is easy. The big pictre of the proof is as follows: We se elementary identities of the coer polynomial in order to constrct simple redctions along horizontal lines. Frthermore, we establish an interesting identity along the y-axis. As it trns ot, there is qite a strong connection between coer polynomial and permanent, and or constrction ses an eqality gadget with a similar effect as the XOR-gadget which Valiant [9] ses in his proof that the permanent is #P-complete. Or gadget, howeer, is simpler to analyze and more general, in the sense that it satisfies additional properties abot the nmber of cycles contribted by or gadget to each cycle coer. In addition, we carry oer the hardness reslt to the geometric coer polynomial introdced by D Antona and Mnarini [10]. 2 Preliminaries Let IN = {0,1,... }. The graphs in this paper are directed mltigraphs D = (V,E) with parallel edges and loops allowed. We denote by G the set of all sch graphs. We write n for the nmber of ertices, and m for the nmber of edges. Two graphs are called isomorphic if there is a bijectie mapping on the ertices that transforms one graph into the other. A graph inariant is a fnction f : G F, mapping elements from G to some set F, sch that all pairs of isomorphic graphs G and G hae the same image nder f. In the case that F is a polynomial ring, f is called graph polynomial. Conting Complexity Basics. The class #P consists of all fnctions f : {0,1} IN for which there is a non-deterministic polynomial-time bonded Tring machine M which has exactly f(x) accepting paths on inpt x. For

3 Complexity of the Coer Polynomial 3 two conting problems f,g : {0,1} Q not necessarily in #P, we say f Tring-redces to g in polynomial time (f p T g), if there is a deterministic oracle Tring machine M which comptes f in polynomial time with oracle access to g. If the oracle is sed only once, we say f many-one redces to g (f p m g), and if the oracle otpt is the otpt of the redction, we speak of a parsimonios many-one redction (f p g). The notions of #P-hardness and #P-completeness (nder polynomial-time Tring redctions) are defined in the sal way. Polynomials. Polynomials p(x 1,...,x m ) are elements of the polynomial ring Q[x 1,...,x m ], and, in this context, the ariables are abstract objects. Lagrange interpolation can be sed to compte the following problem in polynomial time. Inpt Point-ale pairs (a 1,p 1 ),...,(a d,p d ) Q 2, encoded in binary. Otpt The coefficients of the polynomial p(x) with deg(p) d and p(a j ) = p j. The Coer Polynomial. The coer polynomial basically conts a relaxed form of cycle coers, namely path-cycle coers. For a directed graph D = (V,E) and some sbset C E, we denote the sbgraph (V,C) again by C. A pathcycle coer of D is a set C E, sch that in C eery ertex V has an indegree and an otdegree of at most 1. A path-cycle coer ths consists of disjoint simple paths and simple cycles. Note that also an independent ertex conts as a path, and an independent loop conts as a cycle. By the graph inariant c D (i,j), we denote the nmber of path-cycle coers of D that hae exactly i paths and j cycles. It is not hard to proe that the fnction D c D (i,j) is #P-complete (cf. [11]). The coer polynomial by Chng and Graham [1] is a graph polynomial in the ariables x and y, and it is defined by the eqation m m C(D,x,y) := c D (i,j)x i y j, (1) i=0 j=0 where x i := x(x 1)... (x i + 1) denotes the falling factorial. Writing i(c) and j(c) for the nmber of paths and cycles of a path-cycle coer C, the coer polynomial is the weighted sm oer all coers of D: 3 Oeriew C(D,x,y) = path-cycle coer C x i(c) y j(c). The problem of ealating the coer polynomial, written C(a, b), is parameterized by the coordinates (a,b). Formally, C(a,b) is the fnction from G Q with D C(D, a, b) where we assme graphs and rationals to be represented explicitly in a standard way. Or main theorem is the following.

4 4 Marks Bläser and Holger Dell Main Theorem. Let (a,b) Q 2. It holds: If (a,b) {(0,0),(0, 1),(1, 1)}, then C(a,b) is #P-hard. Otherwise, C(a, b) is comptable in polynomial time. Proof (otline). The proof is in seeral steps (cf. Fig. 1). We begin by classifying the polynomial-time comptable points in Section 4. Frthermore, we point ot that C(0,1) is the permanent and C(1,0) is the nmber of Hamiltonian paths, which both are #P-complete conting problems. In Section 5, sing elementary identities of the coer polynomial and interpolation, we redce along horizontal lines, that means we proe C(0,b) p T C(a,b) for all a,b and C(1,0) p T C(a,0) for all a 0. This implies the hardness of C(a,1) for all a and of C(a,0) for a 0. To proe the remaining hardness part where b { 1,0,1}, we redce the permanent to C(0, b). Section 6 is the core part of or proof, establishing this redction C(0,1) p T C(0,b) along the y-axis. There we introdce and analyze the eqality gadget, se it to establish a new identity for the weighted coer polynomial, and show how to derie a redction for the standard coer polynomial from this. In Section 7, we briefly show how to carry oer or reslt to the geometric ersion of the coer polynomial. y 1 p T Permanent p T 1 1 #Hamiltonian Paths p T x e e Determinant e 1 e 2 e 3 e α 1 e α = = = Fig. 1. The big pictre: three points (black discs) are easy to ealate, and the rest of the plane is #P-hard. The crosses indicate the points for the redctions. Fig.2. Top: Shows how the eqality gadget connects two edges e, e. Bottom: Shows how the mltieqality gadget connects α edges with eqality gadgets from the top (large diamonds). 4 Special Points A Hamiltonian path is a path-cycle coer with exactly one path and zero cycles, and a cycle coer is a path-cycle coer withot paths. The permanent Perm(D) is the permanent of the adjacency matrix of D, and it conts the nmber of cycle coers of D. The determinant det(d) is the determinant det(a). Remarkably, both the determinant and the permanent can be fond in the coer polynomial.

5 Lemma 1. For any nonempty directed graph D, we hae Complexity of the Coer Polynomial 5 (i) C(D,0,0) = 0, (ii) C(D, 1, 0) = #HamiltonianPaths(D), (iii) C(D,0,1) = Perm(D), (i) C(D,0, 1) = ( 1) n det(d), () C(D,1, 1) = C(D,0, 1) C(D,0, 1) where D is deried from D by adding a new ertex 0 with all edges to and from the nodes of D, Proof (sketch). (For a detailed proof, cf. [11]) The proof of the first three claims is simple. The proof of the forth claim ses Laplace expansion and the mltilinearity of the determinant to show that the contraction-deletion identity from (1) (3) in [1] is satisfied by the fnction D ( 1) n(d) det(d). Since the contraction-deletion identities are defining eqations of the coer polynomial, the claim follows. For the last claim, notice that C(D, 1, 1) conts all path-cycle coers with at most one path (weighted with ( 1) j(c) ), while the determinant C(D,0, 1) conts only cycle coers. The idea is that C(D,1, 1) C(D,0, 1) is the nmber of coers of D with exactly one path, and can be expressed by C(D,0, 1), the nmber of cycle coers of D. This is becase eery path-cycle coer of D with one path becomes a cycle coer in D where the path gets closed by the 0 -edges to form a cycle. As a conseqence, C(0,1) and C(1,0) are #P-hard [9, 12], while C(0,0), C(0, 1) and C(1, 1) are polynomial-time comptable. The #P-hardness of C(2, 1) follows from the following lemma and reqires a sophisticated proof. e b b a D a Fig.3. Shows the graph D constrcted in the proof of Lemma 2. The two edges e,(, ) together with the corresponding crossing edges form the crossing gadget. Fig.4. Shows the change in the nmber of paths and cycles in a path-cycle coer if we switch one crossing gadget. Lemma 2. It holds #HamiltonianPaths p m C(2, 1). Proof. Let D be a directed graph with ertex set V = {1,...,n}. We constrct a graph D from D as follows (cf. Fig. 3). ncontract all ertices from D, into two ertices, with one edge (, ) in between, and moe all otgoing edges (,w) to (,w),

6 6 Marks Bläser and Holger Dell add fresh ertices a,a to D, and add the edges (a,) and (,a ) for all, add an independent directed path of length n with edges e 1,...,e n, and add the crossing edges (,w),(, ) for all (, ) and e = (,w). Note that ncontracting edges as aboe does not change the strctre of the path-cycle coers. Therefore, we refer to the graph indced by the ertices and again by D. Let b be the start ertex of e 1, and let b be the end ertex of e n. Since a and b hae no incoming edges, a and b are starting points of paths, and similarly a and b are ending points of paths in eery path-cycle coer. For the coer polynomial of D, we hae C(D,2, 1) = 2 ( 1) j(c), where the sm is only oer those path-cycle coers of D that hae exactly two paths and an arbitrary nmber of cycles. In the following, we proe C(D,2, 1) = 2 n+1 #HamiltonianPaths(D). From a gien path-cycle coer C, related path-cycle coers can be constrcted by switching the presence of the edges e,(, ) and their corresponding crossing edges. Let C 0 be the set of path-cycle coers C 0 of D that hae exactly two paths, se no crossing edge, and hae at least one cycle. We define the set of bad cycle coers C b as the closre of C 0 nder switching arbitrary crossing gadgets. Let C C b be arbitrary. By switching, we can niqely trn C into a pathcycle coer C 0 C 0. Let be the smallest ertex of D that occrs in a cycle of C 0. We define the partner of C as the path-cycle coer p(c) C b which is deried from C by switching the crossing gadget e,(, ). As depicted in Fig. 4, the nmbers of cycles in C and in p(c) differ by exactly 1. Since p is a permtation on C b with the property ( 1) j(c) = ( 1) j(p(c)), the weights ( 1) j(c) of the bad cycle coers sm p to 0 in C(D,2, 1). This means that C(D,2, 1) is jst 2 times the nmber of path coers of D with exactly two paths. Any sch 2-path coer C of D translates to an Hamiltonian path of D (by switching all gadgets to C 0, recontracting the edges (, ), and remoing a,a and the b-b -path), and this procedre does not add any cycles. Since there are 2 n possible gadget states, we get C C(D,2, 1) = 2 2 n #HamiltonianPaths(D). Note that in the proof aboe, we basically examined an operation necessary for Gassian elimination: Exchanging two rows or colmns in the adjacency matrix switches the sign of the determinant, bt as soon as we allow more than one path, this is no longer tre for the coer polynomial. 5 Horizontal Redctions Let s consider redctions along the horizontal lines L b := {(a,b) : a Q}. For a directed graph D, let D (r) be the graph obtained by adding r independent ertices. Corollary 4 in [1] is the core part of the horizontal-line redctions: C(D (r),x,y) = x r C(D,x r,y). (2)

7 Complexity of the Coer Polynomial 7 From this eqation, it is not hard to proe the next lemma (also cf. [11]). Lemma 3. For all (a,b) Q 2, we hae C(0,b) p T C(a,b). Proof (sketch). For a IN, it follows directly. For a IN, we can compte the ales C(D,a 1,b),...,C(D,a m,b) and interpolate to get C(D,x,b). In a similar fashion, one can also proe C(1,0) p T C(a,0) for a 0 and C(2, 1) p T C(a,0) for a 0,1. Please note that C(a,b) is now known to be #P-hard for eery point (a,b) on the lines L 1, L 0, and L 1, except for the three easy points (0,0), (0, 1), and (1, 1). 6 Vertical Redction In this section, we redce the permanent along the y-axis: Theorem 1. Let b Q with 1 b 0. It holds C(0,1) p T C(0,b). Proof (otline). For some graph D, we compte C(D,0,1) with oracle access to C(0,b), and we se interpolation to do so. In order to interpolate the polynomial C(D,0,y), we need to compte some ales C(D,0,b 1 ),...,C(D,0,b m ). This can be done by sing the oracle for some ales C(D 1,0,b),...,C(D m,0,b) instead. More specifically, we constrct graphs D α containing α copies of a graph D, sch that there is a polynomial-time comptable relation between C(D,0,b α ) and C(D α,0,b). Compting C(D,0,b α ) for α = 1,...,m and applying interpolation, we get C(D,0,y). Constrction details are spelled ot in the remainder of this section. The constrcted graph D α is a graph in which eery cycle coer ideally has α times the nmber of cycles a corresponding cycle coer of D wold hae. This way, the terms y j in the coer polynomial ideally become y αj, and some easily comptable relation between C(D,0,b α ) and C(D α,0,b) can be established. In the constrction, we therefore dplicate the graph α times, and we connect the dplicates by eqality gadgets. These eqality gadgets make sre that eery cycle coer of D α is a cycle coer of D copied α times, and ths has roghly α times the nmber of cycles. Let s constrct the graph D α explicitly. Start with the inpt graph D. Create α copies D 1,...,D α of D. Let e i be the copy of e in the graph D i. Replace eery tple of edges (e 1,...,e α ) by the mltieqality gadget on α edges, which is drawn in Fig. 2. The D 1 -part of eery cycle coer of D α is isomorphic to a cycle coer of D and has to be imitated by the other sbgraphs D i becase of the eqality gadgets. What we are left with is to proe that the eqality gadget indeed ensres that, in eery cycle coer, two edges are either both present or both absent. Note that some edges in the mltieqality gadget become paths of length three. This is becase we add the eqality gadget first to, say, e 1 and e 2 which gies two new edges each. Next we apply it to one of the new edges for e 2 and to e 3 which explains why e 2 now has three edges. Please also note that the eqality gadget can be adapted easily to work as an XOR-gadget [11], easier to analyze than that fond in [9].

8 8 Marks Bläser and Holger Dell 6.1 The Weighted Coer Polynomial Unfortnately, the eqality gadget cannot 1 enforce eqality in eery possible cycle coer, and we call those cycle coers good that satisfy eqality (we later change this notion slightly). As yo noticed, we introdce weights w e { 1,1} on the edges. These weights make sre that, in the weighted coer polynomial C w (D,0,y) := w(c)y j(c) := w e, cycle coer C cycle coer C y j(c) e C the bad cycle coers sm p to 0, so effectiely only the good cycle coers are isible. We define the ealation fnction C w (a,b) in the weighted case again as D C w (D,a,b) and show that both ealation complexities are eqal. Lemma 4. For all b Q, it holds C(0,b) p m C w (0,b) and C w (0,b) p m C(0,b). Proof (sketch). The first claim is triial. For the second claim we adapt the proof of Valiant [9] to the coer polynomial: We replace the 1-edges by an nweighted N-gadget that simlates a sfficiently large weight N, and we compte modlo N + 1. Howeer, or N-gadget is different from Valiant s since it has to contribte a constant amont of cycles to cycle coers. To handle rational ales, we mltiply with the common denominator, and for negatie ales, we choose N een larger. (for details, cf. [11]) 6.2 Partner Elimination In Fig. 5, we hae drawn all possible ways for an eqality gadget to be coered by cycles if the srronding graph allows it. The state of the gadget is the set of edges chosen to coer it. Notice that the good states as well as state ± 1 and state ± 2 hae the eqality property, that is, the left path is completely present or absent if and only if the same holds for the right one. As stated aboe, the problem is that the eqality gadget does not preent states that do not hae the eqality property. Therefore, sing Lemma 4, we switch to the weighted coer polynomial for which or eqality gadget is constrcted in sch a way, that the good cycle coers contribte a weight 0 to the sm C w (D α,0,b) while the bad cycle coers do not contribte to the sm, that is, the weights of the bad cycle coers sm p to zero. This is achieed by the fact that eery bad cycle coer of weight +1 has a niqe bad cycle coer of weight 1 as a partner. More specifically, eery cycle coer C has a partner C sch that the corresponding smmands in the weighted coer polynomial anish, that is, w(c)y j(c) + w(c )y j(c ) = 0. Note that not only the weights mst be of different sign, bt also the nmbers of cycles mst be eqal! This is the crcial factor why we cannot simply adapt the XOR-gadget of Valiant to form an eqality gadget for the coer polynomial. 1 Fortnately! If it were possible withot weights, we cold adapt the gadget for a parsimonios redction from #SAT to the permanent and thereby proe P = NP.

9 Complexity of the Coer Polynomial 9 1 good 1 state + 1 state 1 1 good 2 state + 2 state good 3 state + 3 state 3 1 state + 4 state 4 Fig. 5. All possible states (=partial cycle coers) of the eqality gadget except that the states state ± 3 and state± 4 also hae symmetric cases, which we hae not drawn. We call good1, good 2, and good 3 good states as they hae no partners and satisfy the eqality property. Note that the choice of the good states is arbitrary as long as the eqality property is satisfied and all state ± i hae partners.

10 10 Marks Bläser and Holger Dell The nmber of cycles contribted by his XOR-gadget aries a lot, and ths the smmands corresponding to the bad cycle coers do not cancel ot. (If we plg in y = 1 to get the permanent, the condition on the cycles is not needed, and the XOR-gadget works, of corse.) Now let s qickly smmarize and proe the properties of the eqality gadget. We now call a cycle coer bad if an eqality gadget is in a state state ± i. Lemma 5. Eery bad cycle coer C of D α has a partner C with the properties (i) C is again bad, and its partner is C, (ii) for the weights, it holds w(c ) = w(c), and (iii) for the nmber of cycles, it holds j(c ) = j(c). Proof. We choose an arbitrary ordering on the eqality gadgets of D α. Let C be a bad cycle coer and g be its smallest gadget in state state ± i. We define its partner C to be the same cycle coer bt with gadget g in state state i instead. Verifying the three properties proes the claim. It immediately follows that only the good cycle coers of D α remain in C w (D α ): C w (D α,0,y) = cycle coer C, C is good w(c)y j(c). 6.3 Conting the Good Cycle Coers In order to finish the proof of Theorem 1, and ths also the proof of the Main Theorem, it remains to express C w (D α ) in an appropriate way in terms of C w (D). Lemma 6. It holds C w (D α,0,y) = ( y n+4m (1 + y) m n) α 1 C w (D,0,y α ). Proof (sketch). Eery cycle coer C of D indces seeral possible good cycle coers C of D α. Since C = n, a nmber of (α 1)n gadgets hae state good 3 in C. The other m n gadget hae the free choice between the states good 1 and good 2. In addition to the αj(c) large cycles, eery gadget contribtes small cycles to C. More precisely, j(c ) = αj(c)+4 #good #good #good 3. Using the fact that there are ( m n) i possible C corresponding to C and with the property #good 1 (C ) = i, the claim can be erified by a simple comptation (cf. [11]). The easily comptable relation between C w (D α,0,y) and C w (D,0,y α ) from the last lemma proes (a weighted formlation of) Theorem 1. Finally, the Main Theorem follows, for 1 b 0, from the redction chain C(0,1) p T Cw (0,1) p T Cw (0,b) p T C(0,b) p T C(a,b).

11 7 The Geometric Coer Polynomial Complexity of the Coer Polynomial 11 The geometric coer polynomial C geom (D,x,y) introdced by D Antona and Mnarini [10] is the geometric ersion of the coer polynomial, that is, the falling factorial x i is replaced by the sal power x i in (1). We are able to gie complexity reslts also for this graph polynomial, except for the line L 1. Theorem 2. Let (a,b) Q 2. It holds: If (a,b) {(0,0),(0, 1)}, then C geom (a,b) is #P-hard. Otherwise, C geom (a,b) is comptable in polynomial time. Proof (sketch). The reslts on the y-axis follow from C(D,0,y) = C geom (D,0,y). For the other points, a new horizontal redction mst be established. This can be done by considering the α-fattening of the graph, in which eery edge is replaced by α parallel edges (for details, cf. [11]). 8 Conclsion and Frther Work In this paper, we completely characterized the complexity of ealating the coer polynomial in the rational plane. Or redctions shold also work for complex or algebraic nmbers, bt we do not hae any interpretation for sch points yet. The next natral step along the path is to characterize the complexity of approximately ealating the coer polynomial, in analogy to recent reslts by Goldberg and Jerrm [6] for the Ttte polynomial. Very recently, Foz had sccess in characterizing the approximability of the geometric coer polynomial in large regions of the plane. One might conjectre that the connection between the Ttte and the coer polynomial is soled becase both are #P-hard to ealate at most points, so they can be compted from each other (where they are in #P). From a combinatorial point of iew, howeer, #P-redctions are not really satisfying steps towards a deeper nderstanding of the connection between the two graph polynomials. One promising approach might be to consider generalizations of the coer polynomial. Very recently, Corcelle analyzed general contraction-deletion identities analogos to those of the colored Ttte polynomial, and he fond conditions for the ariables which are necessary and sfficient for the well-definedness of the polynomial. Unfortnately, these conditions seem too restrictie. The contraction-deletion identities of Ttte and coer polynomial look astonishingly similar, bt contractions work differently for directed and for ndirected graphs. Explaining the connection between Ttte and coer polynomial means oercoming this difference. Acknowledgements. We wold like to thank Mahmod Foz, Thomas Jansen and Moritz Hardt for fritfl discssions and comments on earlier ersions of this paper.

12 12 Marks Bläser and Holger Dell References 1. Chng, F.R., Graham, R.L.: On the coer polynomial of a digraph. Jornal of Combinatorial Theory Series B 65 (1995) Jaeger, F., Vertigan, D.L., Welsh, D.J.: On the comptational complexity of the Jones and Ttte polynomials. Mathematical Proceedings of the Cambridge Philosophical Society 108 (1990) Lotz, M., Makowsky, J.A.: On the algebraic complexity of some families of colored Ttte polynomials. Adances in Applied Mathematics 32 (2004) Bollobás, B., Riordan, O.: A Ttte polynomial for colored graphs. Combinatorics, Probability and Compting 8 (1999) Giménez, O., Noy, M.: On the complexity of compting the Ttte polynomial of bicirclar matroids. Combinatorics, Probability and Compting 15 (2006) Goldberg, L.A., Jerrm, M.: Inapproximability of the Ttte polynomial (2006) 7. Blato, A., Grohe, M.: The complexity of partition fnctions. Theoretical Compter Science 348 (2005) Dyer, M.E., Goldberg, L.A., Paterson, M.: On conting homomorphisms to directed acyclic graphs. In Bgliesi, M., Preneel, B., Sassone, V., Wegener, I., eds.: ICALP (1). Volme 4051 of Lectre Notes in Compter Science., Springer (2006) Valiant, L.G.: The complexity of compting the permanent. Theoretical Compter Science 8 (April 1979) D Antona, O.M., Mnarini, E.: The cycle-path indicator polynomial of a digraph. Ad. Appl. Math. 25 (2000) Bläser, M., Dell, H.: Complexity of the coer polynomial (jornal ersion). (to appear) 12. Dyer, M.E., Frieze, A.M., Jerrm, M.: Approximately conting Hamilton paths and cycles in dense graphs. SIAM Jornal on Compting 27 (1998)

COMPLEXITY AND APPROXIMABILITY OF THE COVER POLYNOMIAL

COMPLEXITY AND APPROXIMABILITY OF THE COVER POLYNOMIAL COMPLEXITY AND APPROXIMABILITY OF THE COVER POLYNOMIAL Marks Bläser, Holger Dell, and Mahmod Foz Abstract. The coer polynomial and its geometric ersion introdced by Chng & Graham and D Antona & Mnarini,

More information

The Brauer Manin obstruction

The Brauer Manin obstruction The Braer Manin obstrction Martin Bright 17 April 2008 1 Definitions Let X be a smooth, geometrically irredcible ariety oer a field k. Recall that the defining property of an Azmaya algebra A is that,

More information

Restricted cycle factors and arc-decompositions of digraphs. J. Bang-Jensen and C. J. Casselgren

Restricted cycle factors and arc-decompositions of digraphs. J. Bang-Jensen and C. J. Casselgren Restricted cycle factors and arc-decompositions of digraphs J. Bang-Jensen and C. J. Casselgren REPORT No. 0, 0/04, spring ISSN 0-467X ISRN IML-R- -0-/4- -SE+spring Restricted cycle factors and arc-decompositions

More information

Chords in Graphs. Department of Mathematics Texas State University-San Marcos San Marcos, TX Haidong Wu

Chords in Graphs. Department of Mathematics Texas State University-San Marcos San Marcos, TX Haidong Wu AUSTRALASIAN JOURNAL OF COMBINATORICS Volme 32 (2005), Pages 117 124 Chords in Graphs Weizhen G Xingde Jia Department of Mathematics Texas State Uniersity-San Marcos San Marcos, TX 78666 Haidong W Department

More information

Simpler Testing for Two-page Book Embedding of Partitioned Graphs

Simpler Testing for Two-page Book Embedding of Partitioned Graphs Simpler Testing for Two-page Book Embedding of Partitioned Graphs Seok-Hee Hong 1 Hiroshi Nagamochi 2 1 School of Information Technologies, Uniersity of Sydney, seokhee.hong@sydney.ed.a 2 Department of

More information

Connectivity and Menger s theorems

Connectivity and Menger s theorems Connectiity and Menger s theorems We hae seen a measre of connectiity that is based on inlnerability to deletions (be it tcs or edges). There is another reasonable measre of connectiity based on the mltiplicity

More information

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007 Graphs and Networks Lectre 5 PageRank Lectrer: Daniel A. Spielman September 20, 2007 5.1 Intro to PageRank PageRank, the algorithm reportedly sed by Google, assigns a nmerical rank to eery web page. More

More information

We automate the bivariate change-of-variables technique for bivariate continuous random variables with

We automate the bivariate change-of-variables technique for bivariate continuous random variables with INFORMS Jornal on Compting Vol. 4, No., Winter 0, pp. 9 ISSN 09-9856 (print) ISSN 56-558 (online) http://dx.doi.org/0.87/ijoc.046 0 INFORMS Atomating Biariate Transformations Jeff X. Yang, John H. Drew,

More information

Worst-case analysis of the LPT algorithm for single processor scheduling with time restrictions

Worst-case analysis of the LPT algorithm for single processor scheduling with time restrictions OR Spectrm 06 38:53 540 DOI 0.007/s009-06-043-5 REGULAR ARTICLE Worst-case analysis of the LPT algorithm for single processor schedling with time restrictions Oliver ran Fan Chng Ron Graham Received: Janary

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

Spanning Trees with Many Leaves in Graphs without Diamonds and Blossoms

Spanning Trees with Many Leaves in Graphs without Diamonds and Blossoms Spanning Trees ith Many Leaes in Graphs ithot Diamonds and Blossoms Pal Bonsma Florian Zickfeld Technische Uniersität Berlin, Fachbereich Mathematik Str. des 7. Jni 36, 0623 Berlin, Germany {bonsma,zickfeld}@math.t-berlin.de

More information

arxiv: v1 [math.co] 25 Sep 2016

arxiv: v1 [math.co] 25 Sep 2016 arxi:1609.077891 [math.co] 25 Sep 2016 Total domination polynomial of graphs from primary sbgraphs Saeid Alikhani and Nasrin Jafari September 27, 2016 Department of Mathematics, Yazd Uniersity, 89195-741,

More information

3.3 Operations With Vectors, Linear Combinations

3.3 Operations With Vectors, Linear Combinations Operations With Vectors, Linear Combinations Performance Criteria: (d) Mltiply ectors by scalars and add ectors, algebraically Find linear combinations of ectors algebraically (e) Illstrate the parallelogram

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

1 The space of linear transformations from R n to R m :

1 The space of linear transformations from R n to R m : Math 540 Spring 20 Notes #4 Higher deriaties, Taylor s theorem The space of linear transformations from R n to R m We hae discssed linear transformations mapping R n to R m We can add sch linear transformations

More information

Minimal Obstructions for Partial Representations of Interval Graphs

Minimal Obstructions for Partial Representations of Interval Graphs Minimal Obstrctions for Partial Representations of Interal Graphs Pael Klaík Compter Science Institte Charles Uniersity in Prage Czech Repblic klaik@ik.mff.cni.cz Maria Samell Department of Theoretical

More information

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on . Tractable and Intractable Comptational Problems So far in the corse we have seen many problems that have polynomial-time soltions; that is, on a problem instance of size n, the rnning time T (n) = O(n

More information

Reduction of over-determined systems of differential equations

Reduction of over-determined systems of differential equations Redction of oer-determined systems of differential eqations Maim Zaytse 1) 1, ) and Vyachesla Akkerman 1) Nclear Safety Institte, Rssian Academy of Sciences, Moscow, 115191 Rssia ) Department of Mechanical

More information

Lecture 3. (2) Last time: 3D space. The dot product. Dan Nichols January 30, 2018

Lecture 3. (2) Last time: 3D space. The dot product. Dan Nichols January 30, 2018 Lectre 3 The dot prodct Dan Nichols nichols@math.mass.ed MATH 33, Spring 018 Uniersity of Massachsetts Janary 30, 018 () Last time: 3D space Right-hand rle, the three coordinate planes 3D coordinate system:

More information

Minimizing Intra-Edge Crossings in Wiring Diagrams and Public Transportation Maps

Minimizing Intra-Edge Crossings in Wiring Diagrams and Public Transportation Maps Minimizing Intra-Edge Crossings in Wiring Diagrams and Pblic Transportation Maps Marc Benkert 1, Martin Nöllenbrg 1, Takeaki Uno 2, and Alexander Wolff 1 1 Department of Compter Science, Karlsrhe Uniersity,

More information

Xihe Li, Ligong Wang and Shangyuan Zhang

Xihe Li, Ligong Wang and Shangyuan Zhang Indian J. Pre Appl. Math., 49(1): 113-127, March 2018 c Indian National Science Academy DOI: 10.1007/s13226-018-0257-8 THE SIGNLESS LAPLACIAN SPECTRAL RADIUS OF SOME STRONGLY CONNECTED DIGRAPHS 1 Xihe

More information

On the tree cover number of a graph

On the tree cover number of a graph On the tree cover nmber of a graph Chassidy Bozeman Minerva Catral Brendan Cook Oscar E. González Carolyn Reinhart Abstract Given a graph G, the tree cover nmber of the graph, denoted T (G), is the minimm

More information

Change of Variables. (f T) JT. f = U

Change of Variables. (f T) JT. f = U Change of Variables 4-5-8 The change of ariables formla for mltiple integrals is like -sbstittion for single-ariable integrals. I ll gie the general change of ariables formla first, and consider specific

More information

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices MATCH Commnications in Mathematical and in Compter Chemistry MATCH Commn. Math. Compt. Chem. 64 (2010) 799-810 ISSN 0340-6253 The Minimal Estrada Index of Trees with Two Maximm Degree Vertices Jing Li

More information

The Cryptanalysis of a New Public-Key Cryptosystem based on Modular Knapsacks

The Cryptanalysis of a New Public-Key Cryptosystem based on Modular Knapsacks The Cryptanalysis of a New Pblic-Key Cryptosystem based on Modlar Knapsacks Yeow Meng Chee Antoine Jox National Compter Systems DMI-GRECC Center for Information Technology 45 re d Ulm 73 Science Park Drive,

More information

On oriented arc-coloring of subcubic graphs

On oriented arc-coloring of subcubic graphs On oriented arc-coloring of sbcbic graphs Alexandre Pinlo Alexandre.Pinlo@labri.fr LaBRI, Université Bordeax I, 351, Cors de la Libération, 33405 Talence, France Janary 17, 2006 Abstract. A homomorphism

More information

arxiv: v1 [math.co] 10 Nov 2010

arxiv: v1 [math.co] 10 Nov 2010 arxi:1011.5001 [math.co] 10 No 010 The Fractional Chromatic Nmber of Triangle-free Graphs with 3 Linyan L Xing Peng Noember 1, 010 Abstract Let G be any triangle-free graph with maximm degree 3. Staton

More information

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it Introdction to Statistics in Psychology PSY 2 Professor Greg Francis Lectre 33 ANalysis Of VAriance Something erss which thing? ANOVA Test statistic: F = MS B MS W Estimated ariability from noise and mean

More information

Change of Variables. f(x, y) da = (1) If the transformation T hasn t already been given, come up with the transformation to use.

Change of Variables. f(x, y) da = (1) If the transformation T hasn t already been given, come up with the transformation to use. MATH 2Q Spring 26 Daid Nichols Change of Variables Change of ariables in mltiple integrals is complicated, bt it can be broken down into steps as follows. The starting point is a doble integral in & y.

More information

IN this paper we consider simple, finite, connected and

IN this paper we consider simple, finite, connected and INTERNATIONAL JOURNAL OF MATHEMATICS AND SCIENTIFIC COMPUTING (ISSN: -5), VOL., NO., -Eqitable Labeling for Some Star and Bistar Related Graphs S.K. Vaidya and N.H. Shah Abstract In this paper we proe

More information

Direct linearization method for nonlinear PDE s and the related kernel RBFs

Direct linearization method for nonlinear PDE s and the related kernel RBFs Direct linearization method for nonlinear PDE s and the related kernel BFs W. Chen Department of Informatics, Uniersity of Oslo, P.O.Box 1080, Blindern, 0316 Oslo, Norway Email: wenc@ifi.io.no Abstract

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries Sign-redctions, p-adic valations, binomial coefficients modlo p k and trianglar symmetries Mihai Prnesc Abstract According to a classical reslt of E. Kmmer, the p-adic valation v p applied to a binomial

More information

GRAY CODES FAULTING MATCHINGS

GRAY CODES FAULTING MATCHINGS Uniersity of Ljbljana Institte of Mathematics, Physics and Mechanics Department of Mathematics Jadranska 19, 1000 Ljbljana, Sloenia Preprint series, Vol. 45 (2007), 1036 GRAY CODES FAULTING MATCHINGS Darko

More information

EE2 Mathematics : Functions of Multiple Variables

EE2 Mathematics : Functions of Multiple Variables EE2 Mathematics : Fnctions of Mltiple Variables http://www2.imperial.ac.k/ nsjones These notes are not identical word-for-word with m lectres which will be gien on the blackboard. Some of these notes ma

More information

Lecture 5 November 6, 2012

Lecture 5 November 6, 2012 Hypercbe problems Lectre 5 Noember 6, 2012 Lectrer: Petr Gregor Scribe by: Kryštof Měkta Updated: Noember 22, 2012 1 Partial cbes A sbgraph H of G is isometric if d H (, ) = d G (, ) for eery, V (H); that

More information

Math 144 Activity #10 Applications of Vectors

Math 144 Activity #10 Applications of Vectors 144 p 1 Math 144 Actiity #10 Applications of Vectors In the last actiity, yo were introdced to ectors. In this actiity yo will look at some of the applications of ectors. Let the position ector = a, b

More information

A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem

A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem Palo Feofiloff Cristina G. Fernandes Carlos E. Ferreira José Coelho de Pina September 04 Abstract The primal-dal

More information

Five Basic Concepts of Axiomatic Rewriting Theory

Five Basic Concepts of Axiomatic Rewriting Theory Fie Basic Concepts of Axiomatic Rewriting Theory Pal-André Melliès Institt de Recherche en Informatiqe Fondamentale (IRIF) CNRS, Uniersité Paris Diderot Abstract In this inited talk, I will reiew fie basic

More information

arxiv: v1 [cs.dm] 27 Jun 2017 Darko Dimitrov a, Zhibin Du b, Carlos M. da Fonseca c,d

arxiv: v1 [cs.dm] 27 Jun 2017 Darko Dimitrov a, Zhibin Du b, Carlos M. da Fonseca c,d Forbidden branches in trees with minimal atom-bond connectiity index Agst 23, 2018 arxi:1706.086801 [cs.dm] 27 Jn 2017 Darko Dimitro a, Zhibin D b, Carlos M. da Fonseca c,d a Hochschle für Technik nd Wirtschaft

More information

Asymptotic Gauss Jacobi quadrature error estimation for Schwarz Christoffel integrals

Asymptotic Gauss Jacobi quadrature error estimation for Schwarz Christoffel integrals Jornal of Approximation Theory 146 2007) 157 173 www.elseier.com/locate/jat Asymptotic Gass Jacobi qadratre error estimation for Schwarz Christoffel integrals Daid M. Hogh EC-Maths, Coentry Uniersity,

More information

Lecture: Corporate Income Tax - Unlevered firms

Lecture: Corporate Income Tax - Unlevered firms Lectre: Corporate Income Tax - Unlevered firms Ltz Krschwitz & Andreas Löffler Disconted Cash Flow, Section 2.1, Otline 2.1 Unlevered firms Similar companies Notation 2.1.1 Valation eqation 2.1.2 Weak

More information

A Note on Arboricity of 2-edge-connected Cubic Graphs

A Note on Arboricity of 2-edge-connected Cubic Graphs Ξ44 Ξ6fi ψ ) 0 Vol.44, No.6 205ff. ADVANCES IN MATHEMATICS(CHINA) No., 205 A Note on Arboricity of 2-edge-connected Cbic Graphs HAO Rongxia,, LAI Hongjian 2, 3, LIU Haoyang 4 doi: 0.845/sxjz.204056b (.

More information

4.2 First-Order Logic

4.2 First-Order Logic 64 First-Order Logic and Type Theory The problem can be seen in the two qestionable rles In the existential introdction, the term a has not yet been introdced into the derivation and its se can therefore

More information

Faster exact computation of rspr distance

Faster exact computation of rspr distance DOI 10.1007/s10878-013-9695-8 Faster exact comptation of rspr distance Zhi-Zhong Chen Ying Fan Lsheng Wang Springer Science+Bsiness Media New Yk 2013 Abstract De to hybridiation eents in eoltion, stdying

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

MATH2715: Statistical Methods

MATH2715: Statistical Methods MATH275: Statistical Methods Exercises III (based on lectres 5-6, work week 4, hand in lectre Mon 23 Oct) ALL qestions cont towards the continos assessment for this modle. Q. If X has a niform distribtion

More information

Lecture: Corporate Income Tax

Lecture: Corporate Income Tax Lectre: Corporate Income Tax Ltz Krschwitz & Andreas Löffler Disconted Cash Flow, Section 2.1, Otline 2.1 Unlevered firms Similar companies Notation 2.1.1 Valation eqation 2.1.2 Weak atoregressive cash

More information

Exercise 4. An optional time which is not a stopping time

Exercise 4. An optional time which is not a stopping time M5MF6, EXERCICE SET 1 We shall here consider a gien filtered probability space Ω, F, P, spporting a standard rownian motion W t t, with natral filtration F t t. Exercise 1 Proe Proposition 1.1.3, Theorem

More information

Complexity of the Bollobás-Riordan Polynomial

Complexity of the Bollobás-Riordan Polynomial Complexity of the Bollobás-Riordan Polynomial Exceptional Points and Uniform Reductions Markus Bläser a, Holger Dell b,, and Johann A. Makowsky c, a Saarland University, Saarbrücken, Germany mblaeser@cs.uni-sb.de

More information

Selected problems in lattice statistical mechanics

Selected problems in lattice statistical mechanics Selected problems in lattice statistical mechanics Yao-ban Chan September 12, 2005 Sbmitted in total flfilment of the reqirements of the degree of Doctor of Philosophy Department of Mathematics and Statistics

More information

Study on the Mathematic Model of Product Modular System Orienting the Modular Design

Study on the Mathematic Model of Product Modular System Orienting the Modular Design Natre and Science, 2(, 2004, Zhong, et al, Stdy on the Mathematic Model Stdy on the Mathematic Model of Prodct Modlar Orienting the Modlar Design Shisheng Zhong 1, Jiang Li 1, Jin Li 2, Lin Lin 1 (1. College

More information

Online Stochastic Matching: New Algorithms and Bounds

Online Stochastic Matching: New Algorithms and Bounds Online Stochastic Matching: New Algorithms and Bonds Brian Brbach, Karthik A. Sankararaman, Araind Sriniasan, and Pan X Department of Compter Science, Uniersity of Maryland, College Park, MD 20742, USA

More information

ON THE PERFORMANCE OF LOW

ON THE PERFORMANCE OF LOW Monografías Matemáticas García de Galdeano, 77 86 (6) ON THE PERFORMANCE OF LOW STORAGE ADDITIVE RUNGE-KUTTA METHODS Inmaclada Higeras and Teo Roldán Abstract. Gien a differential system that inoles terms

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

Axiomatizing the Cyclic Interval Calculus

Axiomatizing the Cyclic Interval Calculus Axiomatizing the Cyclic Interal Calcls Jean-François Condotta CRIL-CNRS Uniersité d Artois 62300 Lens (France) condotta@cril.ni-artois.fr Gérard Ligozat LIMSI-CNRS Uniersité de Paris-Sd 91403 Orsay (France)

More information

Jumping Boxes. Representing lambda-calculus boxes by jumps. Beniamino Accattoli 1 and Stefano Guerrini 2

Jumping Boxes. Representing lambda-calculus boxes by jumps. Beniamino Accattoli 1 and Stefano Guerrini 2 mping Boxes Representing lambda-calcls boxes by jmps Beniamino Accattoli 1 and Stefano Gerrini 2 1 Dip. di Informatica e Sistemistica A. Rberti. Sapienza Uniersità di Roma. Via Ariosto, 25-00185 Roma,

More information

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc A New Architectre for a Parallel Finite Field Mltiplier with Low Complexity Based on Composite Fields Christof Paar y IEEE Transactions on Compters, Jly 996, vol 45, no 7, pp 856-86 Abstract In this paper

More information

Decoder Error Probability of MRD Codes

Decoder Error Probability of MRD Codes Decoder Error Probability of MRD Codes Maximilien Gadolea Department of Electrical and Compter Engineering Lehigh University Bethlehem, PA 18015 USA E-mail: magc@lehighed Zhiyan Yan Department of Electrical

More information

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control C and U Chart presented by Dr. Eng. Abed

More information

Distributed Weighted Vertex Cover via Maximal Matchings

Distributed Weighted Vertex Cover via Maximal Matchings Distribted Weighted Vertex Coer ia Maximal Matchings FABRIZIO GRANDONI Uniersità di Roma Tor Vergata JOCHEN KÖNEMANN Uniersity of Waterloo and ALESSANDRO PANCONESI Sapienza Uniersità di Roma In this paper

More information

arxiv: v2 [math.co] 28 May 2014

arxiv: v2 [math.co] 28 May 2014 Algorithmic Aspects of Reglar Graph Covers with Applications to Planar Graphs Jiří Fiala 1, Pavel Klavík 2, Jan Kratochvíl 1, and Roman Nedela 3 arxiv:1402.3774v2 [math.co] 28 May 2014 1 Department of

More information

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees Graphs and Their Applications (6) by K.M. Koh* Department of Mathematics National University of Singapore, Singapore 1 ~ 7543 F.M. Dong and E.G. Tay Mathematics and Mathematics EdOOation National Institte

More information

Complex Tire-Ground Interaction Simulation: Recent Developments Of An Advanced Shell Theory Based Tire Model

Complex Tire-Ground Interaction Simulation: Recent Developments Of An Advanced Shell Theory Based Tire Model . ozdog and W. W. Olson Complex Tire-Grond Interaction Simlation: ecent eelopments Of n danced Shell Theory ased Tire odel EFEECE: ozdog. and Olson W. W. Complex Tire-Grond Interaction Simlation: ecent

More information

Some extensions of Alon s Nullstellensatz

Some extensions of Alon s Nullstellensatz Some extensions of Alon s Nllstellensatz arxiv:1103.4768v2 [math.co] 15 Ag 2011 Géza Kós Compter and Atomation Research Institte, Hngarian Acad. Sci; Dept. of Analysis, Eötvös Loránd Univ., Bdapest kosgeza@szta.h

More information

Counting bases of representable matroids

Counting bases of representable matroids Counting bases of representable matroids Michael Snook School of Mathematics, Statistics and Operations Research Victoria University of Wellington Wellington, New Zealand michael.snook@msor.vuw.ac.nz Submitted:

More information

The Linear Quadratic Regulator

The Linear Quadratic Regulator 10 The Linear Qadratic Reglator 10.1 Problem formlation This chapter concerns optimal control of dynamical systems. Most of this development concerns linear models with a particlarly simple notion of optimality.

More information

A Note on Irreducible Polynomials and Identity Testing

A Note on Irreducible Polynomials and Identity Testing A Note on Irrecible Polynomials an Ientity Testing Chanan Saha Department of Compter Science an Engineering Inian Institte of Technology Kanpr Abstract We show that, given a finite fiel F q an an integer

More information

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany Sbcritical bifrcation to innitely many rotating waves Arnd Scheel Institt fr Mathematik I Freie Universitat Berlin Arnimallee 2-6 14195 Berlin, Germany 1 Abstract We consider the eqation 00 + 1 r 0 k2

More information

To pose an abstract computational problem on graphs that has a huge list of applications in web technologies

To pose an abstract computational problem on graphs that has a huge list of applications in web technologies Talk Objectie Large Scale Graph Algorithms A Gide to Web Research: Lectre 2 Yry Lifshits Steklo Institte of Mathematics at St.Petersbrg To pose an abstract comptational problem on graphs that has a hge

More information

9. Tensor product and Hom

9. Tensor product and Hom 9. Tensor prodct and Hom Starting from two R-modles we can define two other R-modles, namely M R N and Hom R (M, N), that are very mch related. The defining properties of these modles are simple, bt those

More information

Reaction-Diusion Systems with. 1-Homogeneous Non-linearity. Matthias Buger. Mathematisches Institut der Justus-Liebig-Universitat Gieen

Reaction-Diusion Systems with. 1-Homogeneous Non-linearity. Matthias Buger. Mathematisches Institut der Justus-Liebig-Universitat Gieen Reaction-Dision Systems ith 1-Homogeneos Non-linearity Matthias Bger Mathematisches Institt der Jsts-Liebig-Uniersitat Gieen Arndtstrae 2, D-35392 Gieen, Germany Abstract We describe the dynamics of a

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

CRITERIA FOR TOEPLITZ OPERATORS ON THE SPHERE. Jingbo Xia

CRITERIA FOR TOEPLITZ OPERATORS ON THE SPHERE. Jingbo Xia CRITERIA FOR TOEPLITZ OPERATORS ON THE SPHERE Jingbo Xia Abstract. Let H 2 (S) be the Hardy space on the nit sphere S in C n. We show that a set of inner fnctions Λ is sfficient for the prpose of determining

More information

Control Systems

Control Systems 6.5 Control Systems Last Time: Introdction Motivation Corse Overview Project Math. Descriptions of Systems ~ Review Classification of Systems Linear Systems LTI Systems The notion of state and state variables

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications 435 (2011) 2065 2076 Contents lists aailable at ScienceDirect Linear Algebra and its Applications jornal homepage: www.elseier.com/locate/laa On the Estrada and Laplacian

More information

Decoder Error Probability of MRD Codes

Decoder Error Probability of MRD Codes Decoder Error Probability of MRD Codes Maximilien Gadolea Department of Electrical and Compter Engineering Lehigh University Bethlehem, PA 18015 USA E-mail: magc@lehigh.ed Zhiyan Yan Department of Electrical

More information

Differential Geometry. Peter Petersen

Differential Geometry. Peter Petersen Differential Geometry Peter Petersen CHAPTER Preliminaries.. Vectors-Matrices Gien a basis e, f for a two dimensional ector space we expand ectors sing matrix mltiplication e e + f f e f apple e f and

More information

Relativity II. The laws of physics are identical in all inertial frames of reference. equivalently

Relativity II. The laws of physics are identical in all inertial frames of reference. equivalently Relatiity II I. Henri Poincare's Relatiity Principle In the late 1800's, Henri Poincare proposed that the principle of Galilean relatiity be expanded to inclde all physical phenomena and not jst mechanics.

More information

ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES

ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES Roderick Mrray-Smith Dept. of Compting Science, Glasgow Uniersity, Glasgow, Scotland. rod@dcs.gla.ac.k

More information

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum Proceedings of the 26 American Control Conference Minneapolis, Minnesota, USA, Jne 14-16, 26 WeC123 The Real Stabilizability Radis of the Mlti-Link Inerted Pendlm Simon Lam and Edward J Daison Abstract

More information

Visualisations of Gussian and Mean Curvatures by Using Mathematica and webmathematica

Visualisations of Gussian and Mean Curvatures by Using Mathematica and webmathematica Visalisations of Gssian and Mean Cratres by Using Mathematica and webmathematica Vladimir Benić, B. sc., (benic@grad.hr), Sonja Gorjanc, Ph. D., (sgorjanc@grad.hr) Faclty of Ciil Engineering, Kačićea 6,

More information

A Characterization of Interventional Distributions in Semi-Markovian Causal Models

A Characterization of Interventional Distributions in Semi-Markovian Causal Models A Characterization of Interventional Distribtions in Semi-Markovian Casal Models Jin Tian and Changsng Kang Department of Compter Science Iowa State University Ames, IA 50011 {jtian, cskang}@cs.iastate.ed

More information

Digital Image Processing. Lecture 8 (Enhancement in the Frequency domain) Bu-Ali Sina University Computer Engineering Dep.

Digital Image Processing. Lecture 8 (Enhancement in the Frequency domain) Bu-Ali Sina University Computer Engineering Dep. Digital Image Processing Lectre 8 Enhancement in the Freqenc domain B-Ali Sina Uniersit Compter Engineering Dep. Fall 009 Image Enhancement In The Freqenc Domain Otline Jean Baptiste Joseph Forier The

More information

New Regularized Algorithms for Transductive Learning

New Regularized Algorithms for Transductive Learning New Reglarized Algorithms for Transdctie Learning Partha Pratim Talkdar and Koby Crammer Compter & Information Science Department Uniersity of Pennsylania Philadelphia, PA 19104 {partha,crammer}@cis.penn.ed

More information

G. Mahadevan 1 Selvam Avadayappan 2 V. G. Bhagavathi Ammal 3 T. Subramanian 4

G. Mahadevan 1 Selvam Avadayappan 2 V. G. Bhagavathi Ammal 3 T. Subramanian 4 G. Mahadean, Selam Aadaappan, V. G. Bhagaathi Ammal, T. Sbramanian / International Jornal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Isse 6, Noember- December

More information

The Open Civil Engineering Journal

The Open Civil Engineering Journal Send Orders for Reprints to reprints@benthamscience.ae 564 The Open Ciil Engineering Jornal, 16, 1, 564-57 The Open Ciil Engineering Jornal Content list aailable at: www.benthamopen.com/tociej/ DOI: 1.174/187414951611564

More information

Spring, 2008 CIS 610. Advanced Geometric Methods in Computer Science Jean Gallier Homework 1, Corrected Version

Spring, 2008 CIS 610. Advanced Geometric Methods in Computer Science Jean Gallier Homework 1, Corrected Version Spring, 008 CIS 610 Adanced Geometric Methods in Compter Science Jean Gallier Homework 1, Corrected Version Febrary 18, 008; De March 5, 008 A problems are for practice only, and shold not be trned in.

More information

MAT389 Fall 2016, Problem Set 6

MAT389 Fall 2016, Problem Set 6 MAT389 Fall 016, Problem Set 6 Trigonometric and hperbolic fnctions 6.1 Show that e iz = cos z + i sin z for eer comple nmber z. Hint: start from the right-hand side and work or wa towards the left-hand

More information

Minimum-Latency Beaconing Schedule in Multihop Wireless Networks

Minimum-Latency Beaconing Schedule in Multihop Wireless Networks This fll text paper was peer reiewed at the direction of IEEE Commnications Society sbject matter experts for pblication in the IEEE INFOCOM 009 proceedings Minimm-Latency Beaconing Schedle in Mltihop

More information

Lecture J. 10 Counting subgraphs Kirchhoff s Matrix-Tree Theorem.

Lecture J. 10 Counting subgraphs Kirchhoff s Matrix-Tree Theorem. Lecture J jacques@ucsd.edu Notation: Let [n] [n] := [n] 2. A weighted digraph is a function W : [n] 2 R. An arborescence is, loosely speaking, a digraph which consists in orienting eery edge of a rooted

More information

Constructive Root Bound for k-ary Rational Input Numbers

Constructive Root Bound for k-ary Rational Input Numbers Constrctive Root Bond for k-ary Rational Inpt Nmbers Sylvain Pion, Chee Yap To cite this version: Sylvain Pion, Chee Yap. Constrctive Root Bond for k-ary Rational Inpt Nmbers. 19th Annal ACM Symposim on

More information

RESOLUTION OF INDECOMPOSABLE INTEGRAL FLOWS ON A SIGNED GRAPH

RESOLUTION OF INDECOMPOSABLE INTEGRAL FLOWS ON A SIGNED GRAPH RESOLUTION OF INDECOMPOSABLE INTEGRAL FLOWS ON A SIGNED GRAPH BEIFANG CHEN, JUE WANG, AND THOMAS ZASLAVSKY Abstract. It is well-known that each nonnegative integral flow of a directed graph can be decomposed

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 5.086 Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions

More information

LPV control of an active vibration isolation system

LPV control of an active vibration isolation system 29 American Control Conference Hyatt Regency Rierfront, St. Lois, MO, USA Jne 1-12, 29 ThC15.1 LPV control of an actie ibration isolation system W.H.T.M. Aangenent, C.H.A. Criens, M.J.G. an de Molengraft,

More information

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter WCE 007 Jly - 4 007 London UK Step-Size onds Analysis of the Generalized Mltidelay Adaptive Filter Jnghsi Lee and Hs Chang Hang Abstract In this paper we analyze the bonds of the fixed common step-size

More information

Optimization via the Hamilton-Jacobi-Bellman Method: Theory and Applications

Optimization via the Hamilton-Jacobi-Bellman Method: Theory and Applications Optimization via the Hamilton-Jacobi-Bellman Method: Theory and Applications Navin Khaneja lectre notes taken by Christiane Koch Jne 24, 29 1 Variation yields a classical Hamiltonian system Sppose that

More information

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b)

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b) . Sole Problem.-(c). Sole Problem.-(b). A two dimensional trss shown in the figre is made of alminm with Yong s modls E = 8 GPa and failre stress Y = 5 MPa. Determine the minimm cross-sectional area of

More information

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet The Role of Visalization Approach on Stdent s Conceptal Learning Konyaliogl, Serpil Department of Secondary Science and Mathematics Edcation, K.K. Edcation Faclty, Atatürk University, 25240- Erzrm-Trkey;

More information

Introdction In the three papers [NS97], [SG96], [SGN97], the combined setp or both eedback and alt detection lter design problem has been considered.

Introdction In the three papers [NS97], [SG96], [SGN97], the combined setp or both eedback and alt detection lter design problem has been considered. Robst Falt Detection in Open Loop s. losed Loop Henrik Niemann Jakob Stostrp z Version: Robst_FDI4.tex { Printed 5h 47m, Febrar 9, 998 Abstract The robstness aspects o alt detection and isolation (FDI)

More information