Communication-efficient Distributed Solutions to a System of Linear Equations with Laplacian Sparse Structure

Size: px
Start display at page:

Download "Communication-efficient Distributed Solutions to a System of Linear Equations with Laplacian Sparse Structure"

Transcription

1 Communcaton-effcent Dstrbuted Solutons to a System of Lnear Equatons wth Laplacan Sparse Structure Peng Wang, Yuanq Gao, Nanpeng Yu, We Ren, Janmng Lan, and D Wu Abstract Two communcaton-effcent dstrbuted algorthms are proposed to solve a system of lnear equatons Ax = b wth Laplacan sparse A. A system of lnear equatons wth Laplacan sparse A can be found n many applcatons, e.g., the power flow problems and other network flow problems. The frst algorthm s based on the gradent descent method n optmzaton and the agents only share two parts of the system state nstead of that of the whole system state, whch saves sgnfcant communcaton. The two parts shared by every agent through a communcaton lnk are the state nformaton of ts own and ts neghbor connected by the communcaton lnk. The second method s obtaned from an approxmaton to the Newton method, whch converges faster. It requres twce as much communcaton as the frst one but s stll communcatoneffcent due to the low dmenson of each part shared between agents. The convergence at a lnear rate of both methods s proved. A comprehensve comparson of the convergence rate, communcaton burden, and computaton costs between the methods s made. Fnally, smulatons are conducted to show the effectveness of both methods. I. INTRODUCTION Solvng a system of lnear equatons Ax = b s one of the most fundamental problems n many research felds. Wth the emergence of Internet of Thngs, an ncreasng amount of sensors and actuators are beng ntegrated nto the networked systems around us. Hence, dstrbuted methods to solve a system of lnear equatons are attractng more attentons from the researchers. Many dstrbuted algorthms to solve Ax = b were proposed n the lterature, e.g. [1] [17]. These algorthms assume that each agent knows some rows of the augmented matrx ( A b ). The algorthms n [12] [17] are contnuoustme ones whle those n [1] [11] are dscrete-tme ones. In ths paper we focus on dscrete-tme dstrbuted algorthms to solve Ax = b. In [1], a geometrcally convergent dstrbuted algorthm s proposed for both synchronous and asynchronous updates under repeatedly ontly strongly connected graphs, whch requres locally feasble ntalzatons. Ref. [10] extends the results n [1] by consderng the nfluence of communcaton and computaton delays and arbtrary ntalzatons. In [2], dstrbuted algorthms are proposed to fnd the mnmum norm soluton of a system of lnear Peng Wang, Janmng Lan, and D Wu are wth the Pacfc Northwest Natonal Laboratory, 902 Battelle Boulevard, Rchland, WA Correspondng emals: peng.wang@pnnl.gov, anmng.lan@pnnl.gov, d.wu@pnnl.gov. Yuanq Gao, Nanpeng Yu, and We Ren are wth the Department of Electrcal and Computer Engneerng at the Unversty of Calforna, Rversde, 900 Unversty Ave., Rversde, CA Correspondng emals: ygao024@ucr.edu, nyu@ece.ucr.edu, and ren@ece.ucr.edu equatons assocated wth weghted nner products. Ref. [9] then broadens the results n [1] and [2], allowng arbtrary ntalzatons for convergence to a general soluton and specal ntalzaton for convergence to a soluton closest to a gven pont. When Ax = b has a unque soluton, a dstrbuted algorthm s desgned n [3] to allow arbtrary ntalzatons wth feedback of the devaton from local systems of lnear equatons and the geometrc convergence rate s proved. Also, when Ax = b has a unque soluton, a dstrbuted algorthm s proposed n [8] usng the subgradent method and the lnear convergence rate s proved. In [5] [7], a dstrbuted algorthm that converges n fnte tme s also proposed to solve Ax = b. The algorthm requres agents to share the nformaton of kernels of local equatons wth ther neghbors, whch may lead to non-robustness. A dstrbuted method to solve Ax = b s proposed n [4] usng M-Feer mappngs and the convergence rates for two specal cases are also specfed. In the lterature mentoned above, the agents need to share ther estmates of the state of the whole system. However, n many applcatons where the matrx A s sparse and the system s large-scale, the dstrbuted methods n [1] [10] wll lead to sgnfcant communcaton overhead. In ths case, communcaton-effcent dstrbuted algorthms to solve Ax = b are necessary. A communcaton-effcent dstrbuted method s proposed n [11] for general sparse matrces, but the method n [11] requres the nformaton of common nonzero parts of agents rows and ther neghbors columns. When the matrx A s Laplacan sparse, the common nonzero parts of dfferent rows and columns actually requre sharng nformaton of agents common neghbors, whch mght not be avalable to the agents. In ths paper, we develop communcaton-effcent dstrbuted algorthms to solve Ax = b wth Laplacan sparse A, whch requres less communcaton than that n [11]. Matrces wth Laplacan sparse structure can be found n many problems such as network flow problems. In partcular, the power flow problem n the smart grd doman nvolves network matrces wth Laplacan sparse property. In our proposed communcaton-effcent dstrbuted algorthms, the agents only transmt the nformaton of ther own and one of ther neghbors connected by the communcaton lnk, nstead of the state of the whole system as n [1] [10] or the state of ther common neghbors as n [11]. In the frst proposed method, only two parts of the state vector of the system are transmtted through each communcaton lnk whle n the second proposed method, two parts of the state vector and the gradent vector, respectvely, of the system are transmtted.

2 As each part of the state vector and the gradent vector s low dmensonal, both methods sgnfcantly reduce the communcaton burden. We propose the frst communcatoneffcent dstrbuted algorthm to solve Ax = b wth Laplacan sparse A based on a gradent descent method and prove ts geometrc convergence. Then we propose an accelerated communcaton-effcent dstrbuted algorthm based on an approxmaton to the Newton method. The algorthm based on the approxmated Newton method requres twce as much communcaton as the one based on the gradent method, but t converges faster. The rest of the paper s organzed as follows. In Secton II, some prelmnary knowledge on graph theory, Laplacan sparse matrx, and power flow problems s ntroduced. In Secton III, the two communcaton-effcent dstrbuted algorthms are proposed to solve Ax = b wth Laplacan sparse A and a comparson between them s made. Smulatons are conducted to llustrate the effectveness of the two methods n Secton IV. Fnally, the conclusons are stated n Secton V. II. PRELIMINARIES In ths part, we wll provde some prelmnary knowledge on graph theory, whch s necessary for dstrbuted algorthms, Laplacan sparse matrx, whch s our research focus n ths paper, and power flow problems, whch provde applcatons to our research focus. A. Graph Theory An mth order undrected graph, denoted by G(V, E), s composed of a vertex set V = {1,, m} and an edge set E V V. We use the par (, ) to denote the edge between vertex and vertex. We suppose that (, ) / E, V. We say that s a neghbor of f there s an edge between and. The neghbor set N of vertex s composed of the neghbors of vertex,.e., N = { : (, ) E}. The number of vertex s neghbors s denoted by N. The Laplacan matrx L = [l ] m m R m m assocated wth the graph G s defned such that 1, N l = N, = ;. 0, otherwse A path between and s a sequence of edges (, 1 ), ( 1, 2 ),, ( p, ). An undrected graph s connected f for every par of vertces and ( ), there s a path between them. B. Laplacan Sparse Matrx We consder the matrx A wth the followng specal sparse structure: Defnton 1 (Laplacan sparse matrx): A matrx A has the Laplacan sparse structure of a graph G f a 0 only f and are neghbors n G or =,.e., l 0, where a s the (, )th entry of matrx A. A block matrx A has the Laplacan sparse structure of a graph G f A s a nonzero matrx only f and are neghbors n G or =,.e., l 0, where A s the (, )th block of matrx A. Laplacan sparse matrces appear n many problems, e.g., power flow problems. In power flow problems, the Ybus of a power system has Laplacan sparse structure f the communcaton topology s the same as the physcal one. Also, the Jacoban of the power flow equatons, though more complex, can also be regarded as a Laplacan sparse matrx. See Secton II-C for detals. C. The Power Flower Problem In ths subsecton, we wll detal the relatonshp between power flow problem and the Laplacan sparse matrx. The power flow problem s very fundamental n the steadystate analyss of electrcal power systems. The power flow problem s typcally formulated as solvng a system of nonlnear equatons, known as the power flow equatons. Laplacan sparse matrces emerge n numercal solutons to power flow equatons, e.g., the Newton-Raphson method. We wll gve a bref ntroducton to sngle-phased power flow problems and the Newton-Raphson method. A comprehensve descrpton of power flow problems and the Newton- Raphson method can be found n [18]. Consder an electrcal network modeled by a weghted graph G = (V, E, W), where V s a set of nodes, E a set of lnks representng transmsson/dstrbuton lnes, and W a set of weghts assocated wth E. The value of w W depends on the electrcal characterstcs of the lnk, e.g., the mpedance of the conductor. Let v be the nodal voltage of node, s be the net complex power necton at node, and Y be the bus admttance matrx. Notce that Y has the same sparse structure as the Laplacan matrx of G and has Laplacan sparse structure of G. Let v = v e θ, s = p + q, and Y = G + B, where s the magnary unt, v s the nodal voltage magntude, θ s nodal voltage angle, p s net actve power necton, q s the net reactve power necton, G s the conductance matrx, and B s the susceptance matrx. Then the power flow equaton s as follows: V k=1 v v k (G k cos θ k + B k sn θ k ) p = 0, V k=1 v (1) v k (G k sn θ k B k cos θ k ) q = 0, where G k and B k are the (, k)th entry of matrces G and B, respectvely, and θ k s the nodal voltage angle dfference between nodes and k. As the matrx Y has Laplacan sparse structure of G, so do G and B. So when nodes and k are not connected, G k and B k are both zero. The Newton-Raphson method to solve (1) s ntroduced below. Defne the vector of unknowns x = [θ 2,, θ V, v 2,, v V ] T. x does not contan v 1, θ 1 snce they are known. Let p (x) = V k=1 v v k (G k cos θ k + B k sn θ k ), q (x) = V k=1 v v k (G k sn θ k B k cos θ k ), (2)

3 and then (1) s converted to p (x) p = 0, = 2, 3,, V, q (x) q = 0, = 2, 3,, V. In the Newton-Raphson method, Eq. (3) s teratvely solved. In each teratve step, we need to solve a system of lnear equatons as follows: (3) J x = y (4) where J s the Jacoban matrx of the functons n (3), y s a constant related to (2) n each step. ( The Jacoban ) matrx can be parttoned as J = Jpθ J p v, where J pθ = p(x) θ, J p v = p(x) v, J qθ = J qθ J q v q(x) θ, and J q v = q(x) v. When G k and B k are both zero, the (, k)th entres of J pθ, J p v, J qθ, J q v are all zeros. So each block of the Jacoban matrx has the same sparse structure as the matrx G or B. As G and B have Laplacan sparse structure of G, J pθ, J p v, J qθ, J q v also have Laplacan sparse structure of G. III. COMMUNICATION-EFFICIENT DISTRIBUTED SOLUTIONS TO LINEAR EQUATIONS In ths secton, we wll develop two communcatoneffcent dstrbuted algorthms to solve Ax = b. The frst algorthm s based on the gradent descent method whle the second one on the approxmated Newton method, whch converges faster than the frst one. The frst algorthm only requres communcaton of two parts of the state vector of the whole system through each communcaton lnk,.e., the two parts owned by the two agents connected by the lnk, whle the second algorthm also requres the communcaton of the two correspondng parts of the gradent vector of the whole system. A. Problem Formulaton Suppose that we have a group of m agents whch form the vertex set V and communcaton lnks between the agents whch form the edges between the vertces. Then we have a graph G(V, E) to represent the agent network. For the graph G, we have the followng assumpton: Assumpton 1: The communcaton topology of the agent network s fxed, undrected, and connected. Each agent knows some rows A, V of A and the correspondng entres b n b. All the agents work together to obtan the soluton of Ax = b. We further assume that the matrx A has a Laplacan sparse structure of G as n Defnton 1. Remark 1: If the agent network G, nstead of beng connected, conssts of several connected components, a system of lnear equatons Ax = b wth Laplcan sparse A of G s ndeed composed of several ndependent subsystems of lnear equatons. These subsystems of lnear equatons can be ndependently solved. Let A () parts n x, and L () be the nonzero part n A, x () the correspondng the nonzero parts of L, where L s the th row of the Laplacan matrx L. Then the local equatons A x = b s equvalent to A () x () = b. Example 1: We consder a network G composed of four agents wth the Laplacan matrx L = Then A = s a matrx wth Laplacan sparse structure of G. If each agent owns one row of A, then A (1) ( ) 1 = 1 3.4, A (2) 2 = ( ), A (3) 3 = ( ), and A (4) 4 = ( ). Correspondngly, x (1) = ( ) T x 1 x 2, x (2) = ( ) T x 1 x 2 x 3, x (3) = ( ) T x 2 x 3 x 4, and x (4) = ( ) T (1) x 3 x 4. L 1 = ( 1 1 ), L (2) 2 = ( ), L (3) 3 = ( ), and L (4) 4 = ( 1 1 ). If we formulate solvng Ax = b as a dstrbuted optmzaton problem as follows 1 mn A x b 2 2 V subect to x = x,, V, we then have the followng lemma: Lemma 1: Under Assumpton 1 and the Laplacan sparse structure of A, solvng Ax = b s equvalent to solvng subect to mn f = 1 2 x () A () x () b 2 V (5) = x (), x () = x (), (, ) E, where x () s agent s local estmate on x, N {}. Proof: If x s a soluton of Ax = b, t s obvous that x () = ( ) x, V s also an optmal soluton to N {} (5), where x () = ( ) x s a collecton of the entres N {} n x corresponds to the neghbors of agent and tself. ( If x (1), x (2),, x ( m) form ) a soluton of (5), denote x = T x (1)T 1 x (2)T 2 x ( m)t m. For any agent, we have x = x() = x (), N. Notce that A has Laplacan sparse structure, so x () = ( ) x and thus A N {} x = A () x () = b. We can then transfer the constraned optmzaton problem n (5) to an unconstraned optmzaton problem wth penalty functons as follows: Lemma 2: Let f p = 1 2 [ V ( x () (,) E A () x () b 2 x () 2 + x () x () 2 )]. If Ax = b has solutons, (5) s equvalent to (6) mn f p. (7)

4 Proof: If Ax = b has solutons, we can see that the solutons of (5) and (7) are those satsfyng that A () x () = b, V and x () = x (), x () = x (), (, ) E. So (5) s equvalent to (7). Next, we wll propose a communcaton-effcent dstrbuted algorthm to solve Ax = b by solvng (7) based on the gradent descent method. B. Communcaton-effcent Algorthm Based on Gradent Descent Method In ths subsecton, we propose a communcaton-effcent dstrbuted algorthm to solve Ax = b based on the gradent descent method wth a constant step sze and prove ts convergence at a geometrc rate. For smplcty, we suppose that dm(x () ) = 1, V,.e., the state owned by every agent s a scalar. It s not dffcult to extend the results to the cases when dfferent agents own states of dfferent dmensons. We frst apply the gradent descent method wth a constant step sze α to (7). For the gradent of f p, we have that f p x =A()T () (A () x () b ) [(x () N x () ) e () + (x () x () ) e () (8) ], where e () = ( ) T wth the poston of 1 located at agent s local ndex of. Also, dm(e () ) = and Let f(x) = N {} dm(x () ) = dm(x() ). x = ( x (1)T x (2)T x ( m)t ) T ( ( fp x (1) ) T From the gradent descent method we obtan that for agent, (9) ( fp x (2) ) T ( fp x ( m) ) T ) T. (10) x(k + 1) = x(k) α f(x(k)), x () (k + 1) =x () (k) αa ()T (A () x () (k) b ) α (k) x () (k)) e () α N (x () (x () N (k) x() (k)) e (). (11) Remark 2: The communcaton from agent to agent s only the estmate of the states of agent, e.g. x (), and agent, x (), by agent rather than the states of all agents. So (11) reduces sgnfcant communcaton compared wth the algorthms n [1] [10]. Also, compared wth [11], (11) does not requre sharng estmates of the states of ther common neghbors under Assumpton 1 whle the method n [11] requres the nformaton of the agents common neghbors, whch may not be avalable. As a result, (11) needs less communcaton between agents than the method n [11]. For the performance of (11), we have the followng result: Theorem 1: If the system of lnear equatons Ax = b has solutons and A s Laplacan sparse of the agent network, x () (k), V n (11) converges n fnte tme or at a lnear 2 rate to the optmal pont of (7) f 0 < α < λ max( 2 (f, p)) where 2 (f p ) s the Hessan of f p n (6) and λ max ( ) represents the maxmal egenvalue. Let x (k) = ( x (1)T 1 (k) x (2)T 2 (k) x ( m)t m (k)) T. (12) Then x (k), k = 1, 2, 3, converges to a soluton of Ax = b. When Ax = b has a unque soluton, f p s strongly convex and the convergence at a lnear rate of (11) s a drect result of Theorem n [19]. But when Ax = b has multple solutons, f p n (6) s not strongly convex and thus the results n [19] cannot be used to prove Theorem 1. But the proof of the convergence of (11) when Ax = b has more than one soluton s omtted due to space lmtaton. C. Communcaton-effcent Algorthm Based on Approxmated Newton Method A communcaton-effcent dstrbuted algorthm was proposed n the prevous subsecton, but we fnd n some smulaton examples that t s very slow. So n ths subsecton, we wll propose an approxmated Newton method to accelerate the process to solve Ax = b,.e., mnmze (6). For smplcty, we suppose that dm(x () ) = 1, V,.e., the state owned by every agent s a scalar. It s not dffcult to extend the results to the cases where dfferent agents own states of dfferent dmensons. Remark 3: We can fnd an approxmated Newton method to solve dstrbuted optmzaton problems n [20], whch requres the local obectve functons to be strongly convex. But n our problem, the local obectve functons 1 2 A() x () b are not strongly convex. Thus, the analyss n [20] does not apply to the problem n ths paper. The centralzed Newton method to mnmze f p s as x(k + 1) = x(k) ( 2 f p (x(k))) 1 f p (x(k)). For smplcty, we denote H = 2 f p (x(k)) and g(k) = f p (x(k)). Notce that H s a constant matrx for f p n (6). As n (8), the gradent of f p s f p x =A()T () (A () x () b ) [(x () N x () ) e () + (x () For the Hessan of f p, we have that and 2 f p x 2 f p x () x () = = A()T ()2 A () e () e ()T N = A ()T A () + dag( L () ) { x () ) e () ]. + e () e()t e () e ()T e () e()t, N, 0, and / N

5 where dag( L () ) s a dagonal matrx whole dagonal entres are the absolute values of L (), the nonzero entres of the th row of Laplacan matrx L. As we do not fnd any method to compute the nverse of the Hessan of f p n a dstrbuted way, we wll next approxmate t. Let D = γ 2 f p, where γ > 1 s a constant, and D = x ()2 dag(d 1,, D m ). Also, let F = H D. Then we have that (1 γ)(a ()T A () + dag( L () )), =, F = e () e ()T e () e()t, N, (13) 0, otherwse and we can see that F s Laplacan sparse. Then, H = D + F and H 1 = (D + F ) 1 = D 1 2 (I + D 1 2 F D 1 2 ) 1 D 1 2 D 1 2 (I D 1 2 F D 1 2 )D 1 2 = D 1 D 1 F D 1 Then the dstrbuted approxmated Newton method to solve Ax = b s x(k + 1) = x(k) (D 1 D 1 F D 1 )g(k), (14) where x s defned n (9). As matrx F s Laplacan sparse from (13), then for agent, (14) becomes x (k + 1) =x (k) (D 1 g (k) D 1 F D 1 g (k)). (15) N {} Then we have the followng result on the performance of (14) and (15): Theorem 2: Suppose that the system of lnear equatons Ax = b has a unque soluton and A s Laplacan sparse. Then under Assumpton 1, x () (k), V n (15) converges at a lnear rate to the optmal soluton of (7). x (k), k = 1, 2, 3, n (12) converges to the soluton of Ax = b. The proof of Theorem 2 s omtted due to space lmtaton. D. Comparson Between the Two Algorthms We make a bref comparson between the gradent descent based method (11) and the approxmated Newton based method (15) on the convergence rate, communcaton burdens, and computaton costs n ths subsecton. In terms of the convergence rate, although a quanttatve convergence rate s not avalable for ether method, we fnd through smulatons that the approxmated Newton based method (15) converges much faster than the gradent descent based method (11). The communcaton burden of the approxmated Newton based algorthm doubles that of the gradent descent based algorthm n each teraton. We already know that agent n (11) only requres two parts,.e., x () and x () the communcaton lnk (, ). In (15), let v () = D 1 When N, as F = e () e ()T e () e()t through g (k)., agent only requres v () and v () besdes x () and x (). So the algorthm based on approxmated Newton method requres twce as much communcaton as that based on the gradent descent method. But as the dmensons of x () and x () are usually very low n spte of the scale of the whole system, the algorthm based on approxmated Newton method s stll communcaton-effcent. For example, n three-phase power flow problems, dm(x () dm(v () ), dm(x () ), dm(v () ), and ) are all at most three, so what s transmtted from agent to s at most twelve scalars no matter how large the whole system s n the approxmated Newton based method. The approxmated network method (15) has a hgher computaton cost than the gradent descent based method (11). Frst, both algorthms need to calculate g (k) and then do a subtracton of two dm(x () )th order vectors. In addton, agent n (15) needs to do more computatons. These computatons nclude 1) computaton of a dm(x () )th order symmetrc matrx, D = A ()T A () ntalzaton step, + dag( L () ), whch can be done at the 2) the nverse of a dm(x () )th order symmetrc matrx, D 1, whch can be done at the ntalzaton step, 3) the multplcaton of D 1 and g (k) per teraton, 4) summaton of N vectors, v (), wth dmenson dm(x () ) after recevng the nformaton from ts neghbors per teraton. 5) a subtracton of two vectors wth dmenson dm(x () ) per teraton. We can see that the extra computaton burdens of (15) depends on dm(x () ) and dm(x () ). In many problems, dm(x () ) and dm(x () ) are usually very small n spte of the scale of the whole system. For example, n three-phase power flow problems, dm(x () ) s at most three and dm(x () ) s at most 3 N, whch s also small due to the sparse physcal connectons n the real world systems. But as (15) usually converges much faster than (11), the total communcaton and computaton costs of (15) may be lower than those of (11). IV. SIMULATION RESULTS In ths secton, we conduct smulaton studes to llustrate the effectveness of the communcaton-effcent dstrbuted algorthms (11) and (15). The frst smulaton set up s based on solvng one step of update equatons n the Newton-Raphson approach to solve the power flow problem n (1). The testng system s the IEEE 13-bus test feeder. We treat each bus as an agent and assume that the communcaton network and the physcal network share the same topology. The state vector of the whole system conssts of the magntudes and phase angles of the complex voltages of all buses. As the buses may be of one-phase, two-phase, or three-phase, dfferent agents have state vectors of dfferently dmensonal.

6 Fg. 1. (a) Norms of Errors between x () (k) and Accurate Solutons We can see that n Secton ( II-C the ) Jacoban matrx Jpθ J conssts of four blocks J = p v. Every block has J qθ J q v the same sparse structure as the Ybus of the power system and thus s Laplacan sparse. The Jacoban matrx s more complex than a Laplacan sparse matrx. However, we can stll solve (4) wth the methods n (11) and (15). The smulaton results are shown n Fg. 1(a). The step sze α n (11) s chosen as , and we observe that f we choose α = , (11) dverges. So α = mght be very close to the largest step sze that makes (11) converge n ths example. The coeffcent γ n (15) s selected as 2. The second smulaton set up s based on solvng a random generated system of lnear equatons wth the Laplacan sparse structure of ts communcaton topology. And the communcaton graph s a 30th-order undrected rng. The smulaton results are shown n Fg. 1(b). The step sze α n (11) s chosen as 0.1, and we observe that f we choose α = 0.15, (11) dverges. So α = 0.1 mght be very close to the largest step sze that makes (11) converge n ths example. The coeffcent γ n (15) s selected as 2. From the two smulaton examples, we can see that both algorthms converges to the soluton of Eq.(4), and the approxmated Newton based algorthm converges much faster than that of the gradent descent based algorthm (11). V. CONCLUSIONS Two communcaton-effcent dstrbuted algorthms have been proposed n ths paper. The frst algorthm was based on gradent descent method whle the second one was based on an approxmaton to the Newton method. The frst algorthm only requred two parts of the state vector to be communcated nstead of the whole state vector, whle the second algorthm requred twce as much communcaton as the frst one. In the frst algorthm, the two parts communcated through each communcaton lnk were the states owned by the two agents connected by the communcaton lnk. In the second algorthm, two parts of the gradent vector were also transmtted besdes the two parts of the state vector. The second algorthm converged faster than the frst one at the prce of heaver computaton and communcaton burdens. It was proven that both algorthms converged at a lnear rate. Future works may nclude convergence rate analyss and asynchronous updates. (b) REFERENCES [1] S. Mou, J. Lu, and A. S. Morse, A dstrbuted algorthm for solvng a lnear algebrac equaton, IEEE Transactons on Automatc Control, vol. 60, no. 11, pp , Nov [2] P. Wang, W. Ren, and Z. Duan, Dstrbuted mnmum weghted norm soluton to lnear equatons assocated wth weghted nner product, n 2016 IEEE 55th Conference on Decson and Control (CDC), Dec 2016, pp [3] L. Wang, D. Fullmer, and A. S. Morse, A dstrbuted algorthm wth an arbtrary ntalzaton for solvng a lnear algebrac equaton, n 2016 Amercan Control Conference (ACC), July 2016, pp [4] P. Wang, W. Ren, and Z. Duan, Dstrbuted algorthm to solve a system of lnear equatons wth unque or multple solutons from arbtrary ntalzatons, IEEE Transactons on Control of Network Systems, vol. PP, no. 99, pp. 1 1, [5] F. Pasqualett, R. Carl, and F. Bullo, Dstrbuted estmaton va teratve proectons wth applcaton to power network montorng, Automatca, vol. 48, no. 5, pp , [6] F. Pasqualett, R. Carl, A. Bcch, and F. Bullo, Dstrbuted estmaton and detecton under local nformaton, IFAC Proceedngs Volumes, vol. 43, no. 19, pp , 2010, 2nd IFAC Workshop on Dstrbuted Estmaton and Control n Networked Systems. [7] F. Pasqualett, R. Carl, and F. Bullo, A dstrbuted method for state estmaton and false data detecton n power networks, n 2011 IEEE Internatonal Conference on Smart Grd Communcatons (SmartGrdComm), Oct 2011, pp [8] K. You, S. Song, and R. Tempo, A networked parallel algorthm for solvng lnear algebrac equatons, n 2016 IEEE 55th Conference on Decson and Control (CDC), Dec 2016, pp [9] X. Wang, S. Mou, and D. Sun, Improvement of a dstrbuted algorthm for solvng lnear equatons, IEEE Transactons on Industral Electroncs, vol. 64, no. 4, pp , Aprl [10] J. Lu, S. Mou, and A. S. Morse, Asynchronous dstrbuted algorthms for solvng lnear algebrac equatons, IEEE Transactons on Automatc Control, vol. 63, no. 2, pp , Feb [11] S. Mou, Z. Ln, L. Wang, D. Fullmer, and A. Morse, A dstrbuted algorthm for effcently solvng lnear equatons and ts applcatons (specal ssue cw), Systems & Control Letters, vol. 91, pp , [12] G. Sh, B. D. O. Anderson, and U. Helmke, Network Flows that Solve Lnear Equatons, ArXv e-prnts, Oct [13] B. D. O. Anderson, S. Mou, A. S. Morse, and U. Helmke, Decentralzed gradent algorthm for soluton of a lnear equaton, ArXv e-prnts, Sept [14] M. Yang and C. Y. Tang, A dstrbuted algorthm for solvng general lnear equatons over networks, n th IEEE Conference on Decson and Control (CDC), Dec 2015, pp [15] J. Lu, X. Chen, T. Basar, and A. Nedc, A contnuous-tme dstrbuted algorthm for solvng lnear equatons, n 2016 Amercan Control Conference (ACC), July 2016, pp [16] J. Zhou, X. Wang, S. Mou, and B. D. O. Anderson, Fntetme dstrbuted lnear equaton solver for mnmum $l 1$ norm solutons, CoRR, vol. abs/ , [Onlne]. Avalable: [17] X. Wang, S. Mou, and B. D. O. Anderson, A doublelayered framework for dstrbuted coordnaton n solvng lnear equatons, CoRR, vol. abs/ , [Onlne]. Avalable: [18] A. Bergen and V. Vttal, Power Systems Analyss. Prentce Hall, [19] I. Nesterov, Introductory Lectures on Convex Optmzaton: A Basc Course, ser. Mathematcs and ts applcatons. Kluwer Academc Publshers, [20] A. Mokhtar, Q. Lng, and A. Rbero, Network newton dstrbuted optmzaton methods, IEEE Transactons on Sgnal Processng, vol. 65, no. 1, pp , Jan 2017.

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

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

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

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analyss Handout 4s Luca Trevsan September 5, 07 Summary of Lecture 4 In whch we ntroduce semdefnte programmng and apply t to Max Cut. Semdefnte Programmng Recall that

More information

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

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

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

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

Inexact Newton Methods for Inverse Eigenvalue Problems

Inexact Newton Methods for Inverse Eigenvalue Problems Inexact Newton Methods for Inverse Egenvalue Problems Zheng-jan Ba Abstract In ths paper, we survey some of the latest development n usng nexact Newton-lke methods for solvng nverse egenvalue problems.

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

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 13

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 13 CME 30: NUMERICAL LINEAR ALGEBRA FALL 005/06 LECTURE 13 GENE H GOLUB 1 Iteratve Methods Very large problems (naturally sparse, from applcatons): teratve methods Structured matrces (even sometmes dense,

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

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

Dynamic Systems on Graphs

Dynamic Systems on Graphs Prepared by F.L. Lews Updated: Saturday, February 06, 200 Dynamc Systems on Graphs Control Graphs and Consensus A network s a set of nodes that collaborates to acheve what each cannot acheve alone. A network,

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

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

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

Yong Joon Ryang. 1. Introduction Consider the multicommodity transportation problem with convex quadratic cost function. 1 2 (x x0 ) T Q(x x 0 )

Yong Joon Ryang. 1. Introduction Consider the multicommodity transportation problem with convex quadratic cost function. 1 2 (x x0 ) T Q(x x 0 ) Kangweon-Kyungk Math. Jour. 4 1996), No. 1, pp. 7 16 AN ITERATIVE ROW-ACTION METHOD FOR MULTICOMMODITY TRANSPORTATION PROBLEMS Yong Joon Ryang Abstract. The optmzaton problems wth quadratc constrants often

More information

Appendix B. The Finite Difference Scheme

Appendix B. The Finite Difference Scheme 140 APPENDIXES Appendx B. The Fnte Dfference Scheme In ths appendx we present numercal technques whch are used to approxmate solutons of system 3.1 3.3. A comprehensve treatment of theoretcal and mplementaton

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

Application of Nonbinary LDPC Codes for Communication over Fading Channels Using Higher Order Modulations

Application of Nonbinary LDPC Codes for Communication over Fading Channels Using Higher Order Modulations Applcaton of Nonbnary LDPC Codes for Communcaton over Fadng Channels Usng Hgher Order Modulatons Rong-Hu Peng and Rong-Rong Chen Department of Electrcal and Computer Engneerng Unversty of Utah Ths work

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

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

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

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

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 16

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 16 STAT 39: MATHEMATICAL COMPUTATIONS I FALL 218 LECTURE 16 1 why teratve methods f we have a lnear system Ax = b where A s very, very large but s ether sparse or structured (eg, banded, Toepltz, banded plus

More information

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS IJRRAS 8 (3 September 011 www.arpapress.com/volumes/vol8issue3/ijrras_8_3_08.pdf NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS H.O. Bakodah Dept. of Mathematc

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

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

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Report on Image warping

Report on Image warping Report on Image warpng Xuan Ne, Dec. 20, 2004 Ths document summarzed the algorthms of our mage warpng soluton for further study, and there s a detaled descrpton about the mplementaton of these algorthms.

More information

Linear Approximation with Regularization and Moving Least Squares

Linear Approximation with Regularization and Moving Least Squares Lnear Approxmaton wth Regularzaton and Movng Least Squares Igor Grešovn May 007 Revson 4.6 (Revson : March 004). 5 4 3 0.5 3 3.5 4 Contents: Lnear Fttng...4. Weghted Least Squares n Functon Approxmaton...

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

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

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

One-sided finite-difference approximations suitable for use with Richardson extrapolation

One-sided finite-difference approximations suitable for use with Richardson extrapolation Journal of Computatonal Physcs 219 (2006) 13 20 Short note One-sded fnte-dfference approxmatons sutable for use wth Rchardson extrapolaton Kumar Rahul, S.N. Bhattacharyya * Department of Mechancal Engneerng,

More information

Convexity preserving interpolation by splines of arbitrary degree

Convexity preserving interpolation by splines of arbitrary degree Computer Scence Journal of Moldova, vol.18, no.1(52), 2010 Convexty preservng nterpolaton by splnes of arbtrary degree Igor Verlan Abstract In the present paper an algorthm of C 2 nterpolaton of dscrete

More information

General viscosity iterative method for a sequence of quasi-nonexpansive mappings

General viscosity iterative method for a sequence of quasi-nonexpansive mappings Avalable onlne at www.tjnsa.com J. Nonlnear Sc. Appl. 9 (2016), 5672 5682 Research Artcle General vscosty teratve method for a sequence of quas-nonexpansve mappngs Cuje Zhang, Ynan Wang College of Scence,

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

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

Inductance Calculation for Conductors of Arbitrary Shape

Inductance Calculation for Conductors of Arbitrary Shape CRYO/02/028 Aprl 5, 2002 Inductance Calculaton for Conductors of Arbtrary Shape L. Bottura Dstrbuton: Internal Summary In ths note we descrbe a method for the numercal calculaton of nductances among conductors

More information

Errors for Linear Systems

Errors for Linear Systems Errors for Lnear Systems When we solve a lnear system Ax b we often do not know A and b exactly, but have only approxmatons  and ˆb avalable. Then the best thng we can do s to solve ˆx ˆb exactly whch

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

Matrix Approximation via Sampling, Subspace Embedding. 1 Solving Linear Systems Using SVD

Matrix Approximation via Sampling, Subspace Embedding. 1 Solving Linear Systems Using SVD Matrx Approxmaton va Samplng, Subspace Embeddng Lecturer: Anup Rao Scrbe: Rashth Sharma, Peng Zhang 0/01/016 1 Solvng Lnear Systems Usng SVD Two applcatons of SVD have been covered so far. Today we loo

More information

1 Matrix representations of canonical matrices

1 Matrix representations of canonical matrices 1 Matrx representatons of canoncal matrces 2-d rotaton around the orgn: ( ) cos θ sn θ R 0 = sn θ cos θ 3-d rotaton around the x-axs: R x = 1 0 0 0 cos θ sn θ 0 sn θ cos θ 3-d rotaton around the y-axs:

More information

Lecture 10: May 6, 2013

Lecture 10: May 6, 2013 TTIC/CMSC 31150 Mathematcal Toolkt Sprng 013 Madhur Tulsan Lecture 10: May 6, 013 Scrbe: Wenje Luo In today s lecture, we manly talked about random walk on graphs and ntroduce the concept of graph expander,

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

The Synchronous 8th-Order Differential Attack on 12 Rounds of the Block Cipher HyRAL

The Synchronous 8th-Order Differential Attack on 12 Rounds of the Block Cipher HyRAL The Synchronous 8th-Order Dfferental Attack on 12 Rounds of the Block Cpher HyRAL Yasutaka Igarash, Sej Fukushma, and Tomohro Hachno Kagoshma Unversty, Kagoshma, Japan Emal: {garash, fukushma, hachno}@eee.kagoshma-u.ac.jp

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

Vector Norms. Chapter 7 Iterative Techniques in Matrix Algebra. Cauchy-Bunyakovsky-Schwarz Inequality for Sums. Distances. Convergence.

Vector Norms. Chapter 7 Iterative Techniques in Matrix Algebra. Cauchy-Bunyakovsky-Schwarz Inequality for Sums. Distances. Convergence. Vector Norms Chapter 7 Iteratve Technques n Matrx Algebra Per-Olof Persson persson@berkeley.edu Department of Mathematcs Unversty of Calforna, Berkeley Math 128B Numercal Analyss Defnton A vector norm

More information

U.C. Berkeley CS294: Spectral Methods and Expanders Handout 8 Luca Trevisan February 17, 2016

U.C. Berkeley CS294: Spectral Methods and Expanders Handout 8 Luca Trevisan February 17, 2016 U.C. Berkeley CS94: Spectral Methods and Expanders Handout 8 Luca Trevsan February 7, 06 Lecture 8: Spectral Algorthms Wrap-up In whch we talk about even more generalzatons of Cheeger s nequaltes, and

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

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

Digital Signal Processing

Digital Signal Processing Dgtal Sgnal Processng Dscrete-tme System Analyss Manar Mohasen Offce: F8 Emal: manar.subh@ut.ac.r School of IT Engneerng Revew of Precedent Class Contnuous Sgnal The value of the sgnal s avalable over

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Changing Topology and Communication Delays

Changing Topology and Communication Delays Prepared by F.L. Lews Updated: Saturday, February 3, 00 Changng Topology and Communcaton Delays Changng Topology The graph connectvty or topology may change over tme. Let G { G, G,, G M } wth M fnte be

More information

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

4DVAR, according to the name, is a four-dimensional variational method.

4DVAR, according to the name, is a four-dimensional variational method. 4D-Varatonal Data Assmlaton (4D-Var) 4DVAR, accordng to the name, s a four-dmensonal varatonal method. 4D-Var s actually a drect generalzaton of 3D-Var to handle observatons that are dstrbuted n tme. The

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

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

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

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

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

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl RECURSIVE SPLINE INTERPOLATION METHOD FOR REAL TIME ENGINE CONTROL APPLICATIONS A. Stotsky Volvo Car Corporaton Engne Desgn and Development Dept. 97542, HA1N, SE- 405 31 Gothenburg Sweden. Emal: astotsky@volvocars.com

More information

1 GSW Iterative Techniques for y = Ax

1 GSW Iterative Techniques for y = Ax 1 for y = A I m gong to cheat here. here are a lot of teratve technques that can be used to solve the general case of a set of smultaneous equatons (wrtten n the matr form as y = A), but ths chapter sn

More information

Feature Selection: Part 1

Feature Selection: Part 1 CSE 546: Machne Learnng Lecture 5 Feature Selecton: Part 1 Instructor: Sham Kakade 1 Regresson n the hgh dmensonal settng How do we learn when the number of features d s greater than the sample sze n?

More information

princeton univ. F 17 cos 521: Advanced Algorithm Design Lecture 7: LP Duality Lecturer: Matt Weinberg

princeton univ. F 17 cos 521: Advanced Algorithm Design Lecture 7: LP Duality Lecturer: Matt Weinberg prnceton unv. F 17 cos 521: Advanced Algorthm Desgn Lecture 7: LP Dualty Lecturer: Matt Wenberg Scrbe: LP Dualty s an extremely useful tool for analyzng structural propertes of lnear programs. Whle there

More information

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1]

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1] DYNAMIC SHORTEST PATH SEARCH AND SYNCHRONIZED TASK SWITCHING Jay Wagenpfel, Adran Trachte 2 Outlne Shortest Communcaton Path Searchng Bellmann Ford algorthm Algorthm for dynamc case Modfcatons to our algorthm

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

Estimating the Fundamental Matrix by Transforming Image Points in Projective Space 1

Estimating the Fundamental Matrix by Transforming Image Points in Projective Space 1 Estmatng the Fundamental Matrx by Transformng Image Ponts n Projectve Space 1 Zhengyou Zhang and Charles Loop Mcrosoft Research, One Mcrosoft Way, Redmond, WA 98052, USA E-mal: fzhang,cloopg@mcrosoft.com

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 Finite Element Method

The Finite Element Method The Fnte Element Method GENERAL INTRODUCTION Read: Chapters 1 and 2 CONTENTS Engneerng and analyss Smulaton of a physcal process Examples mathematcal model development Approxmate solutons and methods of

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

Solutions to exam in SF1811 Optimization, Jan 14, 2015

Solutions to exam in SF1811 Optimization, Jan 14, 2015 Solutons to exam n SF8 Optmzaton, Jan 4, 25 3 3 O------O -4 \ / \ / The network: \/ where all lnks go from left to rght. /\ / \ / \ 6 O------O -5 2 4.(a) Let x = ( x 3, x 4, x 23, x 24 ) T, where the varable

More information

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

More information

Section 8.3 Polar Form of Complex Numbers

Section 8.3 Polar Form of Complex Numbers 80 Chapter 8 Secton 8 Polar Form of Complex Numbers From prevous classes, you may have encountered magnary numbers the square roots of negatve numbers and, more generally, complex numbers whch are the

More information

Workshop: Approximating energies and wave functions Quantum aspects of physical chemistry

Workshop: Approximating energies and wave functions Quantum aspects of physical chemistry Workshop: Approxmatng energes and wave functons Quantum aspects of physcal chemstry http://quantum.bu.edu/pltl/6/6.pdf Last updated Thursday, November 7, 25 7:9:5-5: Copyrght 25 Dan Dll (dan@bu.edu) Department

More information

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems Mathematca Aeterna, Vol. 1, 011, no. 06, 405 415 Applcaton of B-Splne to Numercal Soluton of a System of Sngularly Perturbed Problems Yogesh Gupta Department of Mathematcs Unted College of Engneerng &

More information

Power law and dimension of the maximum value for belief distribution with the max Deng entropy

Power law and dimension of the maximum value for belief distribution with the max Deng entropy Power law and dmenson of the maxmum value for belef dstrbuton wth the max Deng entropy Bngy Kang a, a College of Informaton Engneerng, Northwest A&F Unversty, Yanglng, Shaanx, 712100, Chna. Abstract Deng

More information

Proceedings of the 10th WSEAS International Confenrence on APPLIED MATHEMATICS, Dallas, Texas, USA, November 1-3,

Proceedings of the 10th WSEAS International Confenrence on APPLIED MATHEMATICS, Dallas, Texas, USA, November 1-3, roceedngs of the 0th WSEAS Internatonal Confenrence on ALIED MATHEMATICS, Dallas, Texas, USA, November -3, 2006 365 Impact of Statc Load Modelng on Industral Load Nodal rces G. REZA YOUSEFI M. MOHSEN EDRAM

More information

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA 4 Analyss of Varance (ANOVA) 5 ANOVA 51 Introducton ANOVA ANOVA s a way to estmate and test the means of multple populatons We wll start wth one-way ANOVA If the populatons ncluded n the study are selected

More information

= = = (a) Use the MATLAB command rref to solve the system. (b) Let A be the coefficient matrix and B be the right-hand side of the system.

= = = (a) Use the MATLAB command rref to solve the system. (b) Let A be the coefficient matrix and B be the right-hand side of the system. Chapter Matlab Exercses Chapter Matlab Exercses. Consder the lnear system of Example n Secton.. x x x y z y y z (a) Use the MATLAB command rref to solve the system. (b) Let A be the coeffcent matrx and

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

A New Refinement of Jacobi Method for Solution of Linear System Equations AX=b

A New Refinement of Jacobi Method for Solution of Linear System Equations AX=b Int J Contemp Math Scences, Vol 3, 28, no 17, 819-827 A New Refnement of Jacob Method for Soluton of Lnear System Equatons AX=b F Naem Dafchah Department of Mathematcs, Faculty of Scences Unversty of Gulan,

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Handout 6 Luca Trevisan September 12, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Handout 6 Luca Trevisan September 12, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analyss Handout 6 Luca Trevsan September, 07 Scrbed by Theo McKenze Lecture 6 In whch we study the spectrum of random graphs. Overvew When attemptng to fnd n polynomal

More information

The Geometry of Logit and Probit

The Geometry of Logit and Probit The Geometry of Logt and Probt Ths short note s meant as a supplement to Chapters and 3 of Spatal Models of Parlamentary Votng and the notaton and reference to fgures n the text below s to those two chapters.

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

DUE: WEDS FEB 21ST 2018

DUE: WEDS FEB 21ST 2018 HOMEWORK # 1: FINITE DIFFERENCES IN ONE DIMENSION DUE: WEDS FEB 21ST 2018 1. Theory Beam bendng s a classcal engneerng analyss. The tradtonal soluton technque makes smplfyng assumptons such as a constant

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

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

Which Separator? Spring 1

Which Separator? Spring 1 Whch Separator? 6.034 - Sprng 1 Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng 3 Margn of a pont " # y (w $ + b) proportonal

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013 ISSN: 2277-375 Constructon of Trend Free Run Orders for Orthogonal rrays Usng Codes bstract: Sometmes when the expermental runs are carred out n a tme order sequence, the response can depend on the run

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

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan 2/21/2008. Notes for Lecture 8

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan 2/21/2008. Notes for Lecture 8 U.C. Berkeley CS278: Computatonal Complexty Handout N8 Professor Luca Trevsan 2/21/2008 Notes for Lecture 8 1 Undrected Connectvty In the undrected s t connectvty problem (abbrevated ST-UCONN) we are gven

More information

Formulas for the Determinant

Formulas for the Determinant page 224 224 CHAPTER 3 Determnants e t te t e 2t 38 A = e t 2te t e 2t e t te t 2e 2t 39 If 123 A = 345, 456 compute the matrx product A adj(a) What can you conclude about det(a)? For Problems 40 43, use

More information