Drago{ CVETKOVI] Mirjana ^ANGALOVI] 1. INTRODUCTION

Size: px
Start display at page:

Download "Drago{ CVETKOVI] Mirjana ^ANGALOVI] 1. INTRODUCTION"

Transcription

1 Yugoslav Journal of Operatons Research 12 (2002), Number 1, 1-10 FINDING MINIMAL BRANCHINGS WITH A GIVEN NUMBER OF ARCS Drago{ CVETKOVI] Faculty of Electrcal Engneerng Unversty of Belgrade, Belgrade, Yugoslava Mrjana ^ANGALOVI] Faculty of Organzatonal Scences Unversty of Belgrade, Belgrade, Yugoslava Abstract: We descrbe an algorthm for fndng a mnmal s -branchng (where s s a gven number of ts arcs) n a weghted dgraph wth an asymetrc weght matrx. The algorthm uses the basc prncples of the method (prevously developed by J. Edmonds) for determnng a mnmal branchng n the case when the number of ts arcs s not specfed n advance. Here we gve a proof of the correctness for the descrbed algorthm. Key words: Combnatoral optmzaton, weghted graphs, mnmal branchng. 1. INTRODUCTION We consder an arc weghted dgraph G wthout loops and wth an asymmetrc weght matrx. As usual, the weght dh ( ) of any subgraph H of G s defned to be the sum of weghts of arcs of H. We start wth some specfc defntons. Defnton 1. A tree n whch each edge s drected (so that t becomes an arc) s called a drected tree. Defnton 2. A drected tree s called an arborescence f the followng condtons are fulflled: 1. There s a node x wth no enterng arcs; 2. Exactly one arc enters each of the other nodes. Node x s called the root.

2 2 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs Defnton 3. A dgraph whose weakly connected components are arborescences s called a branchng. A branchng wth s arcs s called an s -branchng branchng. We consder the problem of fndng a mnmal s -branchng n G,.e. a branchng wth mnmal weght. An algorthm for ths problem has been developed n [6] (see also [8], pp ) and we descrbe t here. The algorthm uses the basc prncples of a method for determnng a mnmal branchng (wthout a specfcaton of the number of arcs n t) n a weghted dgraph usually accredted to Edmonds [10], [13], [15], [17] although t was prevously dscovered n [4] and later ndependently n [2]. (Some effcent mplementatons of ths method are gven n [3], [12], [16]). Edmonds' algorthm cannot of course be drectly appled to the problem of determnng a mnmal s -branchng, but t was a startng pont n developng our algorthm. In fact, our algorthm s dentcal to the one gven by Edmonds, except that t stops when the number of the chosen arcs s equal to s. Ths s true n any greedy algorthm when a lmt s put on the number of elements. However, Edmond's algorthm s not greedy snce t may change the arcs selected n prevous steps. Here we gve a proof of the correctness for our algorthm. The proof cannot be mmedately derved from the exstng correctness proofs of Edmond's algorthm (see [10], [13], [15]), as the fxed number of arcs requres some delcate addtonal consderatons. An ncomplete verson of our paper has been presented n [7]. The motvaton for consderng the problem of fndng a mnmal s -branchng s related to a knd of the travelng salesman problem (TSP). Consder the m travelng salesmen problem ( m -TSP) wth mk ctes and wth an asymmetrc weght matrx where each of the m salesmen should vst the gven number of k ctes, whle ther tours should be dsjont. The problem of fndng a mnmal mk ( 1) -branchng can be used as a relaxaton n a branch-and-bound procedure for solvng m -TSP [8]. Note that the above verson of the m -TSP cannot be solved by a standard transformaton [1] whch reduces the standard m -TSP to the ordnary TSP. Our m -TSP s smlar to the so-called clover leaf problem [9] whch has not been much studed n the lterature. 2. THE ALGORITHM The algorthm for fndng a mnmal s -branchng s based on a modfcaton M (defned n [10]) whch transforms the weghted dgraph G nto a weghted dgraph G n the followng way: Let C be a cycle n G. (By cycle we always mean a drected cycle). An arc whch does not belong to C, but enters (leaves) a node of C, s called the enterng (leavng) arc of C. The dgraph G s obtaned from G by contractng all nodes of C nto a node v, called a supernode. In G all arcs of G not ncdent to a node of C are kept, all arcs from C are removed, whle for all enterng and leavng arcs of C, ther endnodes belongng to C are replaced by v.

3 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs 3 For each arc ( xv, ) n G a new weght s determned as p, ( x, v) = d( x, y) + d( p, q) d( z, y ) (1) Cy where ( xy, ) s the correspondng enterng arc of C, ( pq, ) an arc n C havng the maxmal weght, ( zy, ) the arc of C whch enters the same node as ( xy, ), whle dxy (, ), dpq (, ), dzy (, ) are ther weghts n G, respectvely (see Fgure 1). Weghts of all the other arcs from G are the same as n G. It s obvous that G could have multple arcs,.e. t could be a mult-dgraph. Therefore, the expresson dgraph, used n all further consderatons, ncludes the possblty that multple arcs exst. Fgure 1. The algorthm uses a concept of mnmal arcs. For each nternal node v of G (.e. a node wth an enterng arc n G ) the mnmal arc of v s one of ts enterng arcs wth the mnmal weght. Remark 1. If v has more than one enterng arc wth the same mnmal weght, the mnmal arc of v can be any of them. Remark 2. As the mnmal arc s unque for each nternal node of G, then obvously an arbtrary set of mnmal arcs, whch do not form any cycle, nduces a branchng n G. Now a short descrpton of the algorthm for fndng a mnmal s -branchng s gven: The algorthm Intalzaton = 0, s0 = 0, A0 =, G0 = G Phase 1 (forward phase) Step 1. Determne the set R of all mnmal arcs from If R < s s, then STOP: there s no s -branchng n G. Step 2. Order all mnmal arcs from Step 3. Choose mnmal arcs from ether G whch do not belong to R accordng to ther nondecreasng weghts. A. R, one by one, respectng ther orderng, untl

4 4 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs the frst s s chosen arcs do not form, mutually or wth arcs from A, any cycle n G : These arcs and arcs from A determne a branchng T ; go to Phase 2. or the last chosen arc forms, wth the prevously chosen arcs from R or wth arcs of A, a cycle C n G. Step 4. Transform G nto a dgraph G +1 by modfcaton ( M ), contractng all nodes of C nto a supernode v. Determne A +1 as the set of all mnmal arcs, chosen n Step 3, whch belong to G +1. Update s +1 as j j= 0 s = A + ( m 1) where m j s the total number of nodes n the cycle C j. Set = +1 and go to Step 1. Phase 2 (backward phase). Step 5. If = 0, then STOP: T T 0 s a mnmal s -branchng n G. Step 6. A branchng T 1 n the dgraph G 1 s formed as follows: T 1 contans all arcs from T not ncdent to v 1 and also arcs correspondng to the arcs of T leavng v 1. If T ncludes the mnmal arc of v 1, then T 1 contans the correspondng enterng arc ( xy, ) of C 1 and all arcs of C 1, except ( zy, ) enterng the same node as ( xy, ). If T does not nclude the mnmal arc of v 1, then T 1 contans all arcs of C 1, except an arc of the maxmal weght. Set = 1 and go to Step 5. Remark 3. In the case when the weghts of some mnmal arcs from G are mutually equal, the set R and the orderng of ther elements (Steps 1 and 2 of Phase 1) need not be determned n a unque way. Remark 4. It can be easly estmated that the numercal complexty of the algorthm s 2 On ( ), where n s the number of nodes of the dgraph. In fact, the most tme consumng parts of the algorthm are the determnaton of all mnmal arcs (whch 2 obvously has complexty On ( )) and ther sortng (wth complexty no more than 2 On ( )). Remark 5. The problem of fndng a mnmal s -branchng becomes NP-hard when the resultng branchng s requred to be connected (.e. to consst of a smple arborescence spannng s + 1 out of n nodes n the dgraph). Ths follows from the NP-hardness of the k -cardnalty tree problem proved n [11].

5 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs 5 3. THE ALGORITHM CORRECTNESS PROOF It s well-known that the problem of fndng a mnmal branchng can be formulated as the weghted matrod ntersecton problem [14], [5]. Namely, branchngs are common ndependent sets for the forest matrod of G and for the matrod of subgraphs of G havng ndegrees at most 1. (However, branchngs for themselves do not consttute a matrod). The correctness of our algorthm follows from the correctness of the weghted matrod ntersecton algorthm, n partcular, from a theorem (Theorem 9.1 of [14],.e. Theorem 8.24 of [5]) justfyng a procedure for extendng a maxmum weght common ndependent set of cardnalty k to the one of cardnalty k + 1. However, our algorthm avods some steps present n the general 2 4 algorthm and has a lower complexty ( On ( ) nstead of On ( ) n general case). In addton we offer an elementary correctness proof usng graph theoretcal termnology, thus avodng more general structures of the matrod theory. Accordng to the algorthm defnton, t s obvous that the branchng T, f t s obtaned n Step 5 of Phase 2, has s arcs (f there s no s -branchng n G, the algorthm stops at Step 1 of Phase 1). We show there that T s a mnmal s -branchng n G. Our proof s an elaboraton of the one outlned n [6]. Frst, several necessary lemmas should be proved. Lemma 1. Let mnmal arcs of all nternal nodes n a weghted graph G be ordered accordng to nondecreasng weghts. If the frst k mnmal arcs do not form any cycle n G, then they nduce a mnmal k -branchng of G. The proof s straghtforward and thus omtted. Let G0 G, G1,..., Gq, q 0 be dgraphs, consdered n Phase 1, and T0, T1,..., T q be the correspondng branchngs, generated n Phase 2 of the algorthm. For q = 0 t follows, drectly from Lemma 1, that T T 0 s a mnmal s - branchng n G. Therefore we shall further suppose that q 1. Let H be a subgraph of G, { 01,,..., q 1}, nduced by all arcs enterng nodes of the cycle C (formed n Step 3 of Phase 1). For each ( xy, ) from H, whch s an enterng arc of C, p( x, y ) denotes a value, defned by (1) n the modfcaton ( M ),.e. p ( x, y) = d( x, y) + d( u, w) d( z, y ), where ( uw, ) s an arc of enters the same node as ( xy, ). Let C wth the maxmal weght and ( zy, ) belongs to G be a subgraph of whch do not belong to H. Now the followng lemmas can be proved: C and G, nduced by all arcs of G

6 6 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs Lemma 2. Each arc of that the weght of any arc n Proof: Each arc of G not enterng any nternal node of T, has weght not smaller C. G, not enterng any nternal node of T, enters ether a node T not belongng to C. It s suffcent to prove whch does not belong to T or a root of that for each such node y weght (, ) dxy of ts mnmal arc ( xy, ) s not smaller than weghts of arcs n C. For = q 1, weght dxy (, ) cannot obvously be smaller than weghts of arcs n C. (Otherwse, arc ( xy, ) would be chosen n Step 3 of Phase 1 before closng the cycle C and, as ( xy, ) would not be ncluded nto any supernode durng Phase 1, t would belong to T,.e. node y would represent an nternal node of T ). Let us consder the case when < q 1 for q > 1 and let us assume that dxy (, ) be smaller than a weght of at least one arc n C. Then arc ( xy, ) would be chosen n Step 3 of Phase 1 before closng cycle C. As ( xy, ) does not belong to T, ths arc would be ncluded to a cycle Cj, j { + 1,..., q 1} of a dgraph G j and then excluded from T j n Step 6 of Phase 2 such that ether (a) T j contans the enterng arc of C j correspondng to node y and all arcs from C j except ( xy, ) ; or (b) T j does not contan any enterng arc of cycle C j, but contans all ts arcs except arc ( xy, ) of the maxmal weght. Consequently, n G there would be a path P from node y to node x belongng to T and consstng of arcs whch ether belong to C j or they are contracted nto supernodes of C j. Now we shall derve the followng contradctons: If case (a) occurred, node y would obvously be an nternal node of T, whch leads to contradcton. The weght of the arc ( xy, ) n G j would be the same as n G and therefore n case (b) dxy (, ) would not be smaller than weghts of all the other arcs from Moreover, f C j contaned a supernode (formed after closng C j ), dxy (, ) would not be smaller than weghts of all arcs from C j. C and before closng G contracted nto ths supernode. (It follows from the fact that, always when a new supernode s obtaned by contractng a cycle, new weghts of ts enterng arcs are not smaller than weghts of the arcs n ths cycle). Consequently, weghts of arcs n path P would not be greater than dxy (, ). It means that there would be a cycle n G (composed of ( xy, ) and P ) whch would be closed n Step 3 of Phase 1 before C, whch leads to contradcton.

7 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs 7 Lemma 3. If T +1 s a mnmal branchng n G +1, then T s a mnmal branchng n G, { 01,,..., q 1}, where mnmal branchngs are consdered wth respect to the number of arcs n T +1 and T, respectvely. Proof: Let m be the number of nodes n the cycle C of G. If T +1 has r arcs, then T has m + r 1 arcs. Let us suppose that T s not a mnmal ( m + r 1) -branchng, but that there exsts a mnmal ( m + r 1) -branchng U n G such that du ( ) < dt ( ). We denote by T and U parts of branchngs T and U, respectvely, on the subgraph H, and wth T and U parts of these branchngs on the subgraph G of G. Two cases need to be consdered. The frst case. T has m arcs,.e. T has r 1 arcs. It s obvous that dt ( ) = dc ( ) + dxy (, ) dzy (, ), (2) where ( xy, ) s the enterng arc of C wth mnmal p ( x, y ) and ( zy, ) the correspondng arc n C. Accordng to the modfcaton ( M), G correspondng to a subgraph of G +1, nduced by all arcs not enterng the supernode formed by contractng C. Therefore, we have a) U has dt ( + 1) = dt ( ) + p( xy, ). m arcs,.e. U has r 1 arcs. It s obvous that the nternal nodes of U must belong to of the mnmal branchng U, and C contans only mnmal arcs, then m 1 arcs of C and an enterng arc ( x1, y 1) of C. Therefore C. As U s a part U conssts of du ( ) = dc ( ) + d( x, y ) d( z, y ), (3) where ( z1, y 1) s the correspondng arc n C whch does not belong to U. T s mnmal r -branchng n G +1, then As +1 dt ( + 1) = dt ( ) + p( xy, ) du ( ) + p( x1, y 1). (4) From (2)-(4) t follows that du ( ) dt ( ), whch leads to contradcton. b) U has m l arcs, 1 l m,.e. U has r 1 + It s obvous that l arcs.

8 8 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs l du ( ) = dc ( ) t, (5) = 1 where t1,..., t l, are the weghts of l arcs of C havng the greatest weghts. G contans r 1 nternal nodes of T. Therefore, accordng to Lemma 2, n U there exst at least l arcs wth weghts not smaller than weghts t1,..., t l. Among these arcs we choose arbtrary l 1 arcs and denote ther weghts wth t1, t2,..., t l 1. As Let U be a part of U not contanng arcs wth weghts t1, t2,..., t l 1,.e. l = + 1 = 1 du ( ) du ( ) t. (6) U has r arcs, then 1 = + du ( ) dt ( + ) dt ( ) p( xy, ). (7) Now, from (2), (5)-(7) t follows that du ( ) dt ( ), whch leads to contradcton. The second case. T has m 1 arcs,.e. T has r arcs. Accordng to Phase 2 of the algorthm, dt ( ) = dc ( ) duw (, ), (8) where ( uw, ) s an arc n C wth the maxmal weght, and dt ( ) = dt ( 1 ). a) U has m 1 arcs,.e. U has r arcs. The nternal nodes of U must belong to C. As U s a part of the mnmal branchng U and C conssts of mnmal arcs, then obvously U contans m 1 arcs of C. Therefore du ( ) dt ( ). As U has r arcs, then du ( ) dt ( + 1) = dt ( ). Consequently, du ( ) dt ( ), whch leads to contradcton. b) U has m l arcs, 1 < l m,.e. U has r 1 + l arcs. In the same way as for the frst case b), t can be proved that (5), (6) hold. Also, du ( ) dt ( + 1) = dt ( ). (9) From (5), (6), (8), (9) t follows that du ( ) dt ( ), whch leads to contradcton. c) U has m arcs,.e. U has r 1 arcs. Now, accordng to the consderatons n the frst case a), du ( ) = dc ( ) + d( x, y) d( z, y ), (10) where ( xy, ) s an enterng arc of have C and ( zy, ) the correspondng arc n + C. Also we

9 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs 9 du ( ) + p( x, y) dt ( ) = dt ( ). (11) + 1 From (8), (10), (11) t follows that du ( ) dt ( ), whch leads to contradcton. Snce n all consdered cases we come to a contradcton, T s a mnmal ( m + r 1) branchng n G. Lemma 4. The branchng T q n G q s a mnmal branchng wth respect to the number of arcs n T q. Proof: Let r be the total number of arcs n T q and T q be the set of all arcs from T q, chosen n prevous steps of Phase 1 (before formng G q ). If T q = t follows, drectly from Lemma 1, that T q s a mnmal r -branchng. If T q, we prove that the weght dxv (, ) of a mnmal arc ( xv, ) n G q such that ( xv, ) T q, s not smaller than weghts of arcs from T q. If v s not a supernode formed by contractng the cycle C q 1 n G q 1, then dxv (, ) cannot be smaller than weghts of arcs n T q (Otherwse, ( xv, ) would be chosen n one of the prevous steps of Phase 1,.e. ( xv, ) would belong to T q ). If v s a supernode formed by contractng the cycle C q 1 n G q 1, then ( xv, ) corresponds to an enterng arc ( xy, ) of C q 1. Therefore, dxv (, ) = p ( xy, ) duw, (, ) q 1 where ( uw, ) s an arc of G q 1. As ( uw, ) s a mnmal arc last chosen n C q 1 wth the maxmal weght, whle duw (, ) s ts weght n G q 1 (Step 3 of Phase 1), then duw (, ) T q and, consequently, the same holds for s not smaller than weghts of arcs from dxv (, ). Accordng to the above consderatons and Lemma 1, all arcs of Step 3 of Phase 1, together wth arcs from G q. G q chosen n T q, represent a mnmal r -branchng n Now the correctness of the algorthm can be proved n the followng way: Theorem. The branchng T T 0, generated by the algorthm, s a mnmal s - branchng n the dgraph G. Proof: Accordng to Lemma 4, T q s a mnmal branchng of G q wth respect to the correspondng number of arcs. Therefore, from Lemma 3 (teratvely appled to T for = q 1,..., 0 ) t follows that T 0 s a mnmal s -branchng n G0 G.

10 10 D. Cvetkov}, M. ^angalov} / Fndng Mnmal Branchngs wth a Gven Number of Arcs REFERENCES [1] Bellmore, M., and Hong, S., "Transformaton of the multsalesman problem to the standard travelng salesman problem", J. Assoc. Comp. Mach., 21 (1974) [2] Bock, F.C., "An algorthm to construct a mnmum drected spannng tree n a drected network", n: Developments n Operatons Research, B. Av-Itzak (ed.), Gordon and Breach, New York, 1971, [3] Camern, M.P., Fratta, L., and Maffol, F., "A note on fndng optmum branchng", Networks, 9 (1979) [4] Chu, Y.I., and Ln, T.H., "On the shortest arborescence of a drected graph", Scenta Snca, 4 (1965) [5] Cook, W.J., Cunnngham, W.H., Pulleyblank, W.R., and Schrjver, A., Combnatoral Optmzaton, John Wley & Sons, Inc., New York, [6] Cvetkov}, D., "Fndng a shortest rooted forest", unpublshed report, Faculty of Electrcal Engneerng, Belgrade, (n Serban) [7] Cvetkov}, D., and ^angalov}, M., "An algorthm for fndng mnmal branchngs", Proceedngs of XXIV Yugoslav Symposum n Operatons Research, 1997, [8] Cvetkov}, D., Dmtrjev}, V., and Mlosavljev}, M., Varatons on the Travelng Salesman Theme, Lbra Produkt, Belgrade, [9] Dantzng, G.B., and Ramser, J.H., "The truck dspachng problem", Management Sc., 6 (1960) [10] Edmonds, J., "Optmum branchngs", J. Res. Nat. Bur. Standards, B, 71 (1967) ; reprnted n: Mathematcs of Decson Scences, Lectures n Appl. Math., G. Dantzng, A., Venott (eds.), 1968, [11] Fschett, M., Hamacher, H., J rnsten, K., and Maffol, F., "Weghted k-cardnalty trees: complexty and polyhedral structure", Networks, 24 (1994) [12] Gabow, H.N., Gall, Z., Spencer, T., and Tarjan, R.E., "Effcent algorthms for fndng mnmum spannng trees n nondrected and drected graphs", Combnatorca, 6 (2) (1986) [13] Karp, R.M., "A smple dervaton of Edmonds' algorthm for optmum branchngs", Networks, 1 (1972) [14] Lawler, E.L., "Matrod ntersecton algorthms", Math. Programmng, 9 (1975) [15] Mneka, E., Optmzaton Algorthms for Networks and Graphs, Marcel Dekker Inc,. New York-Basel, [16] Tarjan, R.E., "Fndng optmum branchngs", Networks, 7 (1977) [17] Thulasraman, K., and Swamy, M.N.S., Graphs: Theory and Algorthms, John Wley & Sons, New York, 1992.

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

Problem Set 9 Solutions

Problem Set 9 Solutions Desgn and Analyss of Algorthms May 4, 2015 Massachusetts Insttute of Technology 6.046J/18.410J Profs. Erk Demane, Srn Devadas, and Nancy Lynch Problem Set 9 Solutons Problem Set 9 Solutons Ths problem

More information

NP-Completeness : Proofs

NP-Completeness : Proofs NP-Completeness : Proofs Proof Methods A method to show a decson problem Π NP-complete s as follows. (1) Show Π NP. (2) Choose an NP-complete problem Π. (3) Show Π Π. A method to show an optmzaton problem

More information

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

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

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Complete subgraphs in multipartite graphs

Complete subgraphs in multipartite graphs Complete subgraphs n multpartte graphs FLORIAN PFENDER Unverstät Rostock, Insttut für Mathematk D-18057 Rostock, Germany Floran.Pfender@un-rostock.de Abstract Turán s Theorem states that every graph G

More information

Fundamental loop-current method using virtual voltage sources technique for special cases

Fundamental loop-current method using virtual voltage sources technique for special cases Fundamental loop-current method usng vrtual voltage sources technque for specal cases George E. Chatzaraks, 1 Marna D. Tortorel 1 and Anastasos D. Tzolas 1 Electrcal and Electroncs Engneerng Departments,

More information

Volume 18 Figure 1. Notation 1. Notation 2. Observation 1. Remark 1. Remark 2. Remark 3. Remark 4. Remark 5. Remark 6. Theorem A [2]. Theorem B [2].

Volume 18 Figure 1. Notation 1. Notation 2. Observation 1. Remark 1. Remark 2. Remark 3. Remark 4. Remark 5. Remark 6. Theorem A [2]. Theorem B [2]. Bulletn of Mathematcal Scences and Applcatons Submtted: 016-04-07 ISSN: 78-9634, Vol. 18, pp 1-10 Revsed: 016-09-08 do:10.1805/www.scpress.com/bmsa.18.1 Accepted: 016-10-13 017 ScPress Ltd., Swtzerland

More information

Finding Dense Subgraphs in G(n, 1/2)

Finding Dense Subgraphs in G(n, 1/2) Fndng Dense Subgraphs n Gn, 1/ Atsh Das Sarma 1, Amt Deshpande, and Rav Kannan 1 Georga Insttute of Technology,atsh@cc.gatech.edu Mcrosoft Research-Bangalore,amtdesh,annan@mcrosoft.com Abstract. Fndng

More information

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals Smultaneous Optmzaton of Berth Allocaton, Quay Crane Assgnment and Quay Crane Schedulng Problems n Contaner Termnals Necat Aras, Yavuz Türkoğulları, Z. Caner Taşkın, Kuban Altınel Abstract In ths work,

More information

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

Lecture 5 Decoding Binary BCH Codes

Lecture 5 Decoding Binary BCH Codes Lecture 5 Decodng Bnary BCH Codes In ths class, we wll ntroduce dfferent methods for decodng BCH codes 51 Decodng the [15, 7, 5] 2 -BCH Code Consder the [15, 7, 5] 2 -code C we ntroduced n the last lecture

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

On the Repeating Group Finding Problem

On the Repeating Group Finding Problem The 9th Workshop on Combnatoral Mathematcs and Computaton Theory On the Repeatng Group Fndng Problem Bo-Ren Kung, Wen-Hsen Chen, R.C.T Lee Graduate Insttute of Informaton Technology and Management Takmng

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

find (x): given element x, return the canonical element of the set containing x;

find (x): given element x, return the canonical element of the set containing x; COS 43 Sprng, 009 Dsjont Set Unon Problem: Mantan a collecton of dsjont sets. Two operatons: fnd the set contanng a gven element; unte two sets nto one (destructvely). Approach: Canoncal element method:

More information

5 The Rational Canonical Form

5 The Rational Canonical Form 5 The Ratonal Canoncal Form Here p s a monc rreducble factor of the mnmum polynomal m T and s not necessarly of degree one Let F p denote the feld constructed earler n the course, consstng of all matrces

More information

The Multiple Classical Linear Regression Model (CLRM): Specification and Assumptions. 1. Introduction

The Multiple Classical Linear Regression Model (CLRM): Specification and Assumptions. 1. Introduction ECONOMICS 5* -- NOTE (Summary) ECON 5* -- NOTE The Multple Classcal Lnear Regresson Model (CLRM): Specfcaton and Assumptons. Introducton CLRM stands for the Classcal Lnear Regresson Model. The CLRM s also

More information

Min Cut, Fast Cut, Polynomial Identities

Min Cut, Fast Cut, Polynomial Identities Randomzed Algorthms, Summer 016 Mn Cut, Fast Cut, Polynomal Identtes Instructor: Thomas Kesselhem and Kurt Mehlhorn 1 Mn Cuts n Graphs Lecture (5 pages) Throughout ths secton, G = (V, E) s a mult-graph.

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

More metrics on cartesian products

More metrics on cartesian products More metrcs on cartesan products If (X, d ) are metrc spaces for 1 n, then n Secton II4 of the lecture notes we defned three metrcs on X whose underlyng topologes are the product topology The purpose of

More information

General theory of fuzzy connectedness segmentations: reconciliation of two tracks of FC theory

General theory of fuzzy connectedness segmentations: reconciliation of two tracks of FC theory General theory of fuzzy connectedness segmentatons: reconclaton of two tracks of FC theory Krzysztof Chrs Ceselsk Department of Mathematcs, West Vrgna Unversty and MIPG, Department of Radology, Unversty

More information

Affine transformations and convexity

Affine transformations and convexity Affne transformatons and convexty The purpose of ths document s to prove some basc propertes of affne transformatons nvolvng convex sets. Here are a few onlne references for background nformaton: http://math.ucr.edu/

More information

arxiv: v2 [cs.ds] 1 Feb 2017

arxiv: v2 [cs.ds] 1 Feb 2017 Polynomal-tme Algorthms for the Subset Feedback Vertex Set Problem on Interval Graphs and Permutaton Graphs Chars Papadopoulos Spyrdon Tzmas arxv:170104634v2 [csds] 1 Feb 2017 Abstract Gven a vertex-weghted

More information

On a direct solver for linear least squares problems

On a direct solver for linear least squares problems ISSN 2066-6594 Ann. Acad. Rom. Sc. Ser. Math. Appl. Vol. 8, No. 2/2016 On a drect solver for lnear least squares problems Constantn Popa Abstract The Null Space (NS) algorthm s a drect solver for lnear

More information

APPENDIX A Some Linear Algebra

APPENDIX A Some Linear Algebra APPENDIX A Some Lnear Algebra The collecton of m, n matrces A.1 Matrces a 1,1,..., a 1,n A = a m,1,..., a m,n wth real elements a,j s denoted by R m,n. If n = 1 then A s called a column vector. Smlarly,

More information

Lecture 20: Lift and Project, SDP Duality. Today we will study the Lift and Project method. Then we will prove the SDP duality theorem.

Lecture 20: Lift and Project, SDP Duality. Today we will study the Lift and Project method. Then we will prove the SDP duality theorem. prnceton u. sp 02 cos 598B: algorthms and complexty Lecture 20: Lft and Project, SDP Dualty Lecturer: Sanjeev Arora Scrbe:Yury Makarychev Today we wll study the Lft and Project method. Then we wll prove

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence)

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence) /24/27 Prevew Fbonacc Sequence Longest Common Subsequence Dynamc programmng s a method for solvng complex problems by breakng them down nto smpler sub-problems. It s applcable to problems exhbtng the propertes

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Foundations of Arithmetic

Foundations of Arithmetic Foundatons of Arthmetc Notaton We shall denote the sum and product of numbers n the usual notaton as a 2 + a 2 + a 3 + + a = a, a 1 a 2 a 3 a = a The notaton a b means a dvdes b,.e. ac = b where c s an

More information

Some Comments on Accelerating Convergence of Iterative Sequences Using Direct Inversion of the Iterative Subspace (DIIS)

Some Comments on Accelerating Convergence of Iterative Sequences Using Direct Inversion of the Iterative Subspace (DIIS) Some Comments on Acceleratng Convergence of Iteratve Sequences Usng Drect Inverson of the Iteratve Subspace (DIIS) C. Davd Sherrll School of Chemstry and Bochemstry Georga Insttute of Technology May 1998

More information

The Expectation-Maximization Algorithm

The Expectation-Maximization Algorithm The Expectaton-Maxmaton Algorthm Charles Elan elan@cs.ucsd.edu November 16, 2007 Ths chapter explans the EM algorthm at multple levels of generalty. Secton 1 gves the standard hgh-level verson of the algorthm.

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Randić Energy and Randić Estrada Index of a Graph

Randić Energy and Randić Estrada Index of a Graph EUROPEAN JOURNAL OF PURE AND APPLIED MATHEMATICS Vol. 5, No., 202, 88-96 ISSN 307-5543 www.ejpam.com SPECIAL ISSUE FOR THE INTERNATIONAL CONFERENCE ON APPLIED ANALYSIS AND ALGEBRA 29 JUNE -02JULY 20, ISTANBUL

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity LINEAR REGRESSION ANALYSIS MODULE IX Lecture - 30 Multcollnearty Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur 2 Remedes for multcollnearty Varous technques have

More information

Every planar graph is 4-colourable a proof without computer

Every planar graph is 4-colourable a proof without computer Peter Dörre Department of Informatcs and Natural Scences Fachhochschule Südwestfalen (Unversty of Appled Scences) Frauenstuhlweg 31, D-58644 Iserlohn, Germany Emal: doerre(at)fh-swf.de Mathematcs Subject

More information

CS 331 DESIGN AND ANALYSIS OF ALGORITHMS DYNAMIC PROGRAMMING. Dr. Daisy Tang

CS 331 DESIGN AND ANALYSIS OF ALGORITHMS DYNAMIC PROGRAMMING. Dr. Daisy Tang CS DESIGN ND NLYSIS OF LGORITHMS DYNMIC PROGRMMING Dr. Dasy Tang Dynamc Programmng Idea: Problems can be dvded nto stages Soluton s a sequence o decsons and the decson at the current stage s based on the

More information

Graph Reconstruction by Permutations

Graph Reconstruction by Permutations Graph Reconstructon by Permutatons Perre Ille and Wllam Kocay* Insttut de Mathémathques de Lumny CNRS UMR 6206 163 avenue de Lumny, Case 907 13288 Marselle Cedex 9, France e-mal: lle@ml.unv-mrs.fr Computer

More information

arxiv: v1 [math.co] 1 Mar 2014

arxiv: v1 [math.co] 1 Mar 2014 Unon-ntersectng set systems Gyula O.H. Katona and Dánel T. Nagy March 4, 014 arxv:1403.0088v1 [math.co] 1 Mar 014 Abstract Three ntersecton theorems are proved. Frst, we determne the sze of the largest

More information

Combining Constraint Programming and Integer Programming

Combining Constraint Programming and Integer Programming Combnng Constrant Programmng and Integer Programmng GLOBAL CONSTRAINT OPTIMIZATION COMPONENT Specal Purpose Algorthm mn c T x +(x- 0 ) x( + ()) =1 x( - ()) =1 FILTERING ALGORITHM COST-BASED FILTERING ALGORITHM

More information

The internal structure of natural numbers and one method for the definition of large prime numbers

The internal structure of natural numbers and one method for the definition of large prime numbers The nternal structure of natural numbers and one method for the defnton of large prme numbers Emmanul Manousos APM Insttute for the Advancement of Physcs and Mathematcs 3 Poulou str. 53 Athens Greece Abstract

More information

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure Intern. J. Fuzzy Mathematcal rchve Vol. 5, No., 04, 9-7 ISSN: 30 34 (P, 30 350 (onlne Publshed on 5 November 04 www.researchmathsc.org Internatonal Journal of Complement of Type- Fuzzy Shortest Path Usng

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

THE WEIGHTED WEAK TYPE INEQUALITY FOR THE STRONG MAXIMAL FUNCTION

THE WEIGHTED WEAK TYPE INEQUALITY FOR THE STRONG MAXIMAL FUNCTION THE WEIGHTED WEAK TYPE INEQUALITY FO THE STONG MAXIMAL FUNCTION THEMIS MITSIS Abstract. We prove the natural Fefferman-Sten weak type nequalty for the strong maxmal functon n the plane, under the assumpton

More information

Self-complementing permutations of k-uniform hypergraphs

Self-complementing permutations of k-uniform hypergraphs Dscrete Mathematcs Theoretcal Computer Scence DMTCS vol. 11:1, 2009, 117 124 Self-complementng permutatons of k-unform hypergraphs Artur Szymańsk A. Paweł Wojda Faculty of Appled Mathematcs, AGH Unversty

More information

The L(2, 1)-Labeling on -Product of Graphs

The L(2, 1)-Labeling on -Product of Graphs Annals of Pure and Appled Mathematcs Vol 0, No, 05, 9-39 ISSN: 79-087X (P, 79-0888(onlne Publshed on 7 Aprl 05 wwwresearchmathscorg Annals of The L(, -Labelng on -Product of Graphs P Pradhan and Kamesh

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography CSc 6974 and ECSE 6966 Math. Tech. for Vson, Graphcs and Robotcs Lecture 21, Aprl 17, 2006 Estmatng A Plane Homography Overvew We contnue wth a dscusson of the major ssues, usng estmaton of plane projectve

More information

Greedy can also beat pure dynamic programming

Greedy can also beat pure dynamic programming Electronc Colloquum on Computatonal Complexty, Report No. 49 (208) Greedy can also beat pure dynamc programmng Stasys Jukna Hannes Sewert Insttut für Informatk, Goethe Unverstät Frankfurt am Man, Germany

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

Assortment Optimization under MNL

Assortment Optimization under MNL Assortment Optmzaton under MNL Haotan Song Aprl 30, 2017 1 Introducton The assortment optmzaton problem ams to fnd the revenue-maxmzng assortment of products to offer when the prces of products are fxed.

More information

ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EQUATION

ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EQUATION Advanced Mathematcal Models & Applcatons Vol.3, No.3, 2018, pp.215-222 ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EUATION

More information

System in Weibull Distribution

System in Weibull Distribution Internatonal Matheatcal Foru 4 9 no. 9 94-95 Relablty Equvalence Factors of a Seres-Parallel Syste n Webull Dstrbuton M. A. El-Dacese Matheatcs Departent Faculty of Scence Tanta Unversty Tanta Egypt eldacese@yahoo.co

More information

FACTORIZATION IN KRULL MONOIDS WITH INFINITE CLASS GROUP

FACTORIZATION IN KRULL MONOIDS WITH INFINITE CLASS GROUP C O L L O Q U I U M M A T H E M A T I C U M VOL. 80 1999 NO. 1 FACTORIZATION IN KRULL MONOIDS WITH INFINITE CLASS GROUP BY FLORIAN K A I N R A T H (GRAZ) Abstract. Let H be a Krull monod wth nfnte class

More information

Lecture 21: Numerical methods for pricing American type derivatives

Lecture 21: Numerical methods for pricing American type derivatives Lecture 21: Numercal methods for prcng Amercan type dervatves Xaoguang Wang STAT 598W Aprl 10th, 2014 (STAT 598W) Lecture 21 1 / 26 Outlne 1 Fnte Dfference Method Explct Method Penalty Method (STAT 598W)

More information

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling Real-Tme Systems Multprocessor schedulng Specfcaton Implementaton Verfcaton Multprocessor schedulng -- -- Global schedulng How are tasks assgned to processors? Statc assgnment The processor(s) used for

More information

COS 521: Advanced Algorithms Game Theory and Linear Programming

COS 521: Advanced Algorithms Game Theory and Linear Programming COS 521: Advanced Algorthms Game Theory and Lnear Programmng Moses Charkar February 27, 2013 In these notes, we ntroduce some basc concepts n game theory and lnear programmng (LP). We show a connecton

More information

Maximizing the number of nonnegative subsets

Maximizing the number of nonnegative subsets Maxmzng the number of nonnegatve subsets Noga Alon Hao Huang December 1, 213 Abstract Gven a set of n real numbers, f the sum of elements of every subset of sze larger than k s negatve, what s the maxmum

More information

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016 CS 29-128: Algorthms and Uncertanty Lecture 17 Date: October 26, 2016 Instructor: Nkhl Bansal Scrbe: Mchael Denns 1 Introducton In ths lecture we wll be lookng nto the secretary problem, and an nterestng

More information

On C 0 multi-contractions having a regular dilation

On C 0 multi-contractions having a regular dilation SUDIA MAHEMAICA 170 (3) (2005) On C 0 mult-contractons havng a regular dlaton by Dan Popovc (mşoara) Abstract. Commutng mult-contractons of class C 0 and havng a regular sometrc dlaton are studed. We prove

More information

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U)

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U) Econ 413 Exam 13 H ANSWERS Settet er nndelt 9 deloppgaver, A,B,C, som alle anbefales å telle lkt for å gøre det ltt lettere å stå. Svar er gtt . Unfortunately, there s a prntng error n the hnt of

More information

Time-Varying Systems and Computations Lecture 6

Time-Varying Systems and Computations Lecture 6 Tme-Varyng Systems and Computatons Lecture 6 Klaus Depold 14. Januar 2014 The Kalman Flter The Kalman estmaton flter attempts to estmate the actual state of an unknown dscrete dynamcal system, gven nosy

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

Anti-van der Waerden numbers of 3-term arithmetic progressions.

Anti-van der Waerden numbers of 3-term arithmetic progressions. Ant-van der Waerden numbers of 3-term arthmetc progressons. Zhanar Berkkyzy, Alex Schulte, and Mchael Young Aprl 24, 2016 Abstract The ant-van der Waerden number, denoted by aw([n], k), s the smallest

More information

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal Inner Product Defnton 1 () A Eucldean space s a fnte-dmensonal vector space over the reals R, wth an nner product,. Defnton 2 (Inner Product) An nner product, on a real vector space X s a symmetrc, blnear,

More information

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law:

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law: CE304, Sprng 2004 Lecture 4 Introducton to Vapor/Lqud Equlbrum, part 2 Raoult s Law: The smplest model that allows us do VLE calculatons s obtaned when we assume that the vapor phase s an deal gas, and

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Statistical Mechanics and Combinatorics : Lecture III

Statistical Mechanics and Combinatorics : Lecture III Statstcal Mechancs and Combnatorcs : Lecture III Dmer Model Dmer defntons Defnton A dmer coverng (perfect matchng) of a fnte graph s a set of edges whch covers every vertex exactly once, e every vertex

More information

Operations Research Letters. Simpler analysis of LP extreme points for traveling salesman and survivable network design problems

Operations Research Letters. Simpler analysis of LP extreme points for traveling salesman and survivable network design problems Operatons Research Letters 38 (010) 156 160 Contents lsts avalable at ScenceDrect Operatons Research Letters journal homepage: www.elsever.com/locate/orl Smpler analyss of LP extreme ponts for travelng

More information

CCO Commun. Comb. Optim.

CCO Commun. Comb. Optim. Communcatons n Combnatorcs and Optmzaton Vol. 2 No. 2, 2017 pp.87-98 DOI: 10.22049/CCO.2017.13630 CCO Commun. Comb. Optm. Reformulated F-ndex of graph operatons Hamdeh Aram 1 and Nasrn Dehgard 2 1 Department

More information

THE CHVÁTAL-ERDŐS CONDITION AND 2-FACTORS WITH A SPECIFIED NUMBER OF COMPONENTS

THE CHVÁTAL-ERDŐS CONDITION AND 2-FACTORS WITH A SPECIFIED NUMBER OF COMPONENTS Dscussones Mathematcae Graph Theory 27 (2007) 401 407 THE CHVÁTAL-ERDŐS CONDITION AND 2-FACTORS WITH A SPECIFIED NUMBER OF COMPONENTS Guantao Chen Department of Mathematcs and Statstcs Georga State Unversty,

More information

Modulo Magic Labeling in Digraphs

Modulo Magic Labeling in Digraphs Gen. Math. Notes, Vol. 7, No., August, 03, pp. 5- ISSN 9-784; Copyrght ICSRS Publcaton, 03 www.-csrs.org Avalable free onlne at http://www.geman.n Modulo Magc Labelng n Dgraphs L. Shobana and J. Baskar

More information

2.3 Nilpotent endomorphisms

2.3 Nilpotent endomorphisms s a block dagonal matrx, wth A Mat dm U (C) In fact, we can assume that B = B 1 B k, wth B an ordered bass of U, and that A = [f U ] B, where f U : U U s the restrcton of f to U 40 23 Nlpotent endomorphsms

More information

Solution Thermodynamics

Solution Thermodynamics Soluton hermodynamcs usng Wagner Notaton by Stanley. Howard Department of aterals and etallurgcal Engneerng South Dakota School of nes and echnology Rapd Cty, SD 57701 January 7, 001 Soluton hermodynamcs

More information

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X Statstcs 1: Probablty Theory II 37 3 EPECTATION OF SEVERAL RANDOM VARIABLES As n Probablty Theory I, the nterest n most stuatons les not on the actual dstrbuton of a random vector, but rather on a number

More information

Irregular vibrations in multi-mass discrete-continuous systems torsionally deformed

Irregular vibrations in multi-mass discrete-continuous systems torsionally deformed (2) 4 48 Irregular vbratons n mult-mass dscrete-contnuous systems torsonally deformed Abstract In the paper rregular vbratons of dscrete-contnuous systems consstng of an arbtrary number rgd bodes connected

More information

On the set of natural numbers

On the set of natural numbers On the set of natural numbers by Jalton C. Ferrera Copyrght 2001 Jalton da Costa Ferrera Introducton The natural numbers have been understood as fnte numbers, ths wor tres to show that the natural numbers

More information

Singular Value Decomposition: Theory and Applications

Singular Value Decomposition: Theory and Applications Sngular Value Decomposton: Theory and Applcatons Danel Khashab Sprng 2015 Last Update: March 2, 2015 1 Introducton A = UDV where columns of U and V are orthonormal and matrx D s dagonal wth postve real

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

Math Review. CptS 223 Advanced Data Structures. Larry Holder School of Electrical Engineering and Computer Science Washington State University

Math Review. CptS 223 Advanced Data Structures. Larry Holder School of Electrical Engineering and Computer Science Washington State University Math Revew CptS 223 dvanced Data Structures Larry Holder School of Electrcal Engneerng and Computer Scence Washngton State Unversty 1 Why do we need math n a data structures course? nalyzng data structures

More information

SL n (F ) Equals its Own Derived Group

SL n (F ) Equals its Own Derived Group Internatonal Journal of Algebra, Vol. 2, 2008, no. 12, 585-594 SL n (F ) Equals ts Own Derved Group Jorge Macel BMCC-The Cty Unversty of New York, CUNY 199 Chambers street, New York, NY 10007, USA macel@cms.nyu.edu

More information

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM Internatonal Conference on Ceramcs, Bkaner, Inda Internatonal Journal of Modern Physcs: Conference Seres Vol. 22 (2013) 757 761 World Scentfc Publshng Company DOI: 10.1142/S2010194513010982 FUZZY GOAL

More information

The optimal delay of the second test is therefore approximately 210 hours earlier than =2.

The optimal delay of the second test is therefore approximately 210 hours earlier than =2. THE IEC 61508 FORMULAS 223 The optmal delay of the second test s therefore approxmately 210 hours earler than =2. 8.4 The IEC 61508 Formulas IEC 61508-6 provdes approxmaton formulas for the PF for smple

More information

Outline and Reading. Dynamic Programming. Dynamic Programming revealed. Computing Fibonacci. The General Dynamic Programming Technique

Outline and Reading. Dynamic Programming. Dynamic Programming revealed. Computing Fibonacci. The General Dynamic Programming Technique Outlne and Readng Dynamc Programmng The General Technque ( 5.3.2) -1 Knapsac Problem ( 5.3.3) Matrx Chan-Product ( 5.3.1) Dynamc Programmng verson 1.4 1 Dynamc Programmng verson 1.4 2 Dynamc Programmng

More information

A combinatorial problem associated with nonograms

A combinatorial problem associated with nonograms A combnatoral problem assocated wth nonograms Jessca Benton Ron Snow Nolan Wallach March 21, 2005 1 Introducton. Ths work was motvated by a queston posed by the second named author to the frst named author

More information

Lecture 12: Discrete Laplacian

Lecture 12: Discrete Laplacian Lecture 12: Dscrete Laplacan Scrbe: Tanye Lu Our goal s to come up wth a dscrete verson of Laplacan operator for trangulated surfaces, so that we can use t n practce to solve related problems We are mostly

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

A new construction of 3-separable matrices via an improved decoding of Macula s construction

A new construction of 3-separable matrices via an improved decoding of Macula s construction Dscrete Optmzaton 5 008 700 704 Contents lsts avalable at ScenceDrect Dscrete Optmzaton journal homepage: wwwelsevercom/locate/dsopt A new constructon of 3-separable matrces va an mproved decodng of Macula

More information

n α j x j = 0 j=1 has a nontrivial solution. Here A is the n k matrix whose jth column is the vector for all t j=0

n α j x j = 0 j=1 has a nontrivial solution. Here A is the n k matrix whose jth column is the vector for all t j=0 MODULE 2 Topcs: Lnear ndependence, bass and dmenson We have seen that f n a set of vectors one vector s a lnear combnaton of the remanng vectors n the set then the span of the set s unchanged f that vector

More information

Remarks on the Properties of a Quasi-Fibonacci-like Polynomial Sequence

Remarks on the Properties of a Quasi-Fibonacci-like Polynomial Sequence Remarks on the Propertes of a Quas-Fbonacc-lke Polynomal Sequence Brce Merwne LIU Brooklyn Ilan Wenschelbaum Wesleyan Unversty Abstract Consder the Quas-Fbonacc-lke Polynomal Sequence gven by F 0 = 1,

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers Psychology 282 Lecture #24 Outlne Regresson Dagnostcs: Outlers In an earler lecture we studed the statstcal assumptons underlyng the regresson model, ncludng the followng ponts: Formal statement of assumptons.

More information

Valuated Binary Tree: A New Approach in Study of Integers

Valuated Binary Tree: A New Approach in Study of Integers Internatonal Journal of Scentfc Innovatve Mathematcal Research (IJSIMR) Volume 4, Issue 3, March 6, PP 63-67 ISS 347-37X (Prnt) & ISS 347-34 (Onlne) wwwarcournalsorg Valuated Bnary Tree: A ew Approach

More information