CSE 202: Design and Analysis of Algorithms Lecture 8

Size: px
Start display at page:

Download "CSE 202: Design and Analysis of Algorithms Lecture 8"

Transcription

1 CSE 202: Deign and Analyi of Algorihm Lecure 8 Inrucor: Kamalika Chaudhuri

2 La Cla: Max Flow Prolem The Max Flow Prolem: Given direced graph G=(V,E), ource, ink, edge capaciie c(e), find an - flow of maximum ize An - flow i a funcion f: E R uch ha: - 0 <= f(e) <= c(e), for all edge e - flow ino node v = flow ou of node v, for all node v excep and, f(e) = e ino v e ou of v f(e) Size of flow f = Toal flow ou of = oal flow ino 2/2 u /3 /2 Size of f = 3 / v 2/5

3 La Cla: Flow and Cu The Max Flow Prolem: Given direced graph G=(V,E), ource, ink, edge capaciie c(e), find an - flow of maximum ize L* 2/2 / u v /2 /3 2/5 R* An - Cu pariion node ino group = (L, R).. in L, in R Capaciy of a cu (L, R) = c(u, v) Flow acro (L,R) = (u,v) E,u L,v R (u,v) E,u L,v R f(u, v) f(v, u) (v,u) E,u L,v R Size of f = 3 Propery: For any flow f, any - cu (L, R), ize(f) <= capaciy(l, R) Max-Flow <= Min-Cu Thu, a Min Cu i a cerificae of opimaliy for a flow Cu Flow

4 La Cla: Ford-Fulkeron Algorihm FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah Example G: a In any ieraion, we have ome flow f and we are rying o improve i. How o do hi? : Conruc a reidual graph G f ( wha lef o ake? ) G f = (V, E f ) where E f E U E R For any (u,v) in E or E R, c f (u,v) = c(u,v) f(u,v) + f(v,u) [ignore edge wih zero c f : don pu hem in E f ] f: G f : a a 2: Find a pah from o in G f 3: Increae flow along hi pah, a much a poile

5 Analyi: Correcne FF algorihm give u a valid flow. Bu i i he maximum poile flow? Conider final reidual graph G f = (V, E f ) Le L = node reachale from in G f and le R = re of node = V L So L and R L z x w y R Edge from L o R mu e a full capaciy Edge from R o L mu e empy Therefore, flow acro cu (L,R) i c(u, v) (u,v) E,u L,v R Thu, ize(f) = capaciy(l,r) Recall: for any flow and any cu, ize(flow) <= capaciy(cu) Therefore f i he max flow and (L,R) i he min cu! Cu Thu, Max Flow = Min Cu Flow

6 An Oervaion: Inegraliy Inegral Flow: A flow f i inegral if f(e) i an ineger for all e Example: / a / 0.5/ a 0.5/ / v v / 0/ 0/ 0.5/ 0.5/ An Inegral Flow A Fracional Flow

7 An Oervaion: Inegraliy Inegral Flow: A flow f i inegral if f(e) i an ineger for all e Example: / a / 0.5/ a 0.5/ / v v / 0/ 0/ 0.5/ 0.5/ An Inegral Flow A Fracional Flow Propery: If all edge capaciie are ineger, hen, here i a max flow f which i inegral.

8 An Oervaion: Inegraliy Inegral Flow: A flow f i inegral if f(e) i an ineger for all e Example: / a / 0.5/ a 0.5/ / v v / 0/ 0/ 0.5/ 0.5/ An Inegral Flow A Fracional Flow Propery: If all edge capaciie are ineger, hen, here i a max flow f which i inegral. Proof: If he edge capaciie are ineger, hen, he FF algorihm alway find an inegral flow The FF algorihm alo alway find a max flow.

9 An Oervaion: Inegraliy Inegral Flow: A flow f i inegral if f(e) i an ineger for all e Example: / a / 0.5/ a 0.5/ / v v / 0/ 0/ 0.5/ 0.5/ An Inegral Flow A Fracional Flow Propery: If all edge capaciie are ineger, hen, here i a max flow f which i inegral. Proof: If he edge capaciie are ineger, hen, he FF algorihm alway find an inegral flow The FF algorihm alo alway find a max flow. Noe: All max flow are no necearily inegral flow!

10 Analyi: efficiency FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah How many ieraion are needed o reach he maximum flow? Example: a A hillcliming procedure a Flow ize: max flow a Each ieraion i fa (O( E ) ime). 0 #ieraion can e Max Capaciy

11 Analyi: efficiency FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah A hillcliming procedure Flow ize: max flow How many ieraion are needed o reach he maximum flow? Example: a Each ieraion i fa (O( E ) ime). 0 #ieraion can e Max Capaciy (wih ineger capaciie)

12 How o improve he efficiency? Ford-Fulkeron Syle Algorihm: Edmond Karp Capaciy Scaling Preflow-Puh

13 Edmond Karp Bad Example: FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah a Bad Pah Sequence: (, a,, ), (,, a, ), (, a,, ),...

14 Edmond Karp Bad Example: FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah a Bad Pah Sequence: (, a,, ), (,, a, ), (, a,, ),... EK Pah Selecion: Find he hore pah along which flow can e increaed (hore pah = hore in erm of #edge)

15 Edmond Karp EK Algorihm: Sar wih zero flow Repea: Find he hore pah from o along which flow can e increaed Increae he flow along ha pah Bad Example for FF: a f a Ieraion

16 Edmond Karp EK Algorihm: Sar wih zero flow Repea: Find he hore pah from o along which flow can e increaed Increae he flow along ha pah Bad Example for FF: a f a Gf a Ieraion

17 Edmond Karp EK Algorihm: Sar wih zero flow Repea: Find he hore pah from o along which flow can e increaed Increae he flow along ha pah Bad Example for FF: a f a Gf a Ieraion f a Ieraion 2

18 Edmond Karp EK Algorihm: Sar wih zero flow Repea: Find he hore pah from o along which flow can e increaed Increae he flow along ha pah Bad Example for FF: a f a Gf a Ieraion f a Gf a Ieraion 2

19 Edmond Karp FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah Bad Example for FF: a Bad Pah Sequence: (, a,, ), (,, a, ), (, a,, ),... EK Pah Selecion: Find he hore pah along which flow can e increaed (hore pah = hore in erm of #edge) I can e hown ha hi require only O( V E ) ieraion (Proof no in hi cla)

20 Edmond Karp FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah Bad Example for FF: a Bad Pah Sequence: (, a,, ), (,, a, ), (, a,, ),... EK Pah Selecion: Find he hore pah along which flow can e increaed (hore pah = hore in erm of #edge) I can e hown ha hi require only O( V E ) ieraion (Proof no in hi cla) Running Time: O( V E 2 )

21 How o improve he efficiency? Ford-Fulkeron Syle Algorihm: Edmond Karp Capaciy Scaling Preflow-Puh

22 Capaciy Scaling Bad Example: FF Algorihm: Sar wih zero flow Repea: Find a pah from o along which flow can e increaed Increae he flow along ha pah Bad Pah Sequence: (, a,, ), (,, a, ), (, a,, ),... a Capaciy Scaling: Find pah of high capaciy fir eween and

23 Capaciy Scaling Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Example: For f = 0 G a Gf(0) a

24 Capaciy Scaling: Correcne Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery: If all edge capaciie are ineger, algorihm oupu a max flow Proof: A D=, Gf(D) = Gf. So on erminaion, Gf(D) ha no more pah from o

25 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime

26 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E D E max flow curren

27 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Proof: Le L = node reachale from in G f (D) and le R = re of node = V L L R D E max flow curren

28 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Proof: Le L = node reachale from in G f (D) and le R = re of node = V L #edge in Gf(D) in he (L, R) cu = 0 D E L R max flow curren

29 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Proof: Le L = node reachale from in G f (D) and le R = re of node = V L #edge in Gf(D) in he (L, R) cu = 0 #edge in Gf in he (L,R) cu <= E D E L R max flow curren

30 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Proof: Le L = node reachale from in G f (D) and le R = re of node = V L #edge in Gf(D) in he (L, R) cu = 0 #edge in Gf in he (L,R) cu <= E D E Capaciy of each uch edge < D L R max flow curren

31 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Proof: Le L = node reachale from in G f (D) and le R = re of node = V L #edge in Gf(D) in he (L, R) cu = 0 #edge in Gf in he (L,R) cu <= E D E Capaciy of each uch edge < D L R Thu, ize(max flow) <= capaciy(l,r) <= ize(f) + D E max flow curren

32 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Propery 3: For any D, #ieraion of loop 2 in he D-caling phae <= 2 E

33 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Propery 3: For any D, #ieraion of loop 2 in he D-caling phae <= 2 E Proof: Afer previou (2D-caling) phae, ize(max flow) <= ize(curren flow) + 2D E

34 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Propery 3: For any D, #ieraion of loop 2 in he D-caling phae <= 2 E Proof: Afer previou (2D-caling) phae, ize(max flow) <= ize(curren flow) + 2D E Each ieraion of loop 2 increae flow ize y a lea D

35 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Propery 3: For any D, #ieraion of loop 2 in he D-caling phae <= 2 E Proof: Afer previou (2D-caling) phae, ize(max flow) <= ize(curren flow) + 2D E Each ieraion of loop 2 increae flow ize y a lea D Therefore, a mo 2 E ieraion in he D-caling phae

36 Capaciy Scaling: Running Time 2 Cmax = max capaciy edge. Sar wih D = Cmax Sar wih zero flow While D >=, repea: Gf(D) = D-reidual graph D caling phae While here i a pah from o in Gf(D) along which flow can e increaed Increae flow along ha pah Updae Gf(D) D = D/2 D-Reidual Graph: Sugraph of reidual graph wih only edge wih capaciy >= D Propery : While loop i execued + log2 Cmax ime Propery 2: A he end of a D-caling phae, ize(max flow) <= ize(curren flow) + D E Propery 3: For any D, #ieraion of loop 2 in he D-caling phae <= 2 E Toal Running Time: O( E 2 ( + log2 Cmax)) ( Recall: Time o find a flow pah in a reidual graph = O( E ) )

37 How o improve he efficiency? Ford-Fulkeron Syle Algorihm: Edmond Karp Capaciy Scaling Preflow-Puh

38 Preflow-Puh Main Idea: - Each node ha a lael, which i a poenial - Roue flow from high o low poenial Lael v w Idea: Roue flow along lue edge

39 Preflow Preflow: A funcion f: E R i a preflow if:. Capaciy Conrain: 0 <= f(e) <= c(e) 2. Inead of conervaion conrain: e ino v Exce(v) = f(e) f(e) e ou of v e ino v e ou of v f(e) 0 f(e) Example a exce = a 0 G f 0 0 exce =

40 Preflow-Puh: Two Operaion Preflow: A funcion f: E R i a preflow if:. Capaciy Conrain: 0 <= f(e) <= c(e) 2. Inead of conervaion conrain: e ino v Exce(v) = f(e) f(e) e ou of v e ino v e ou of v f(e) 0 f(e) l v w Laeling h aign a non-negaive ineger lael h(v) o all v in V Puh(v, w): Applie if exce(v) > 0, h(w) < h(v), (v, w) in Ef q = min(exce(v), cf(v, w)) Add q o f(v, w) Relael(v): Applie if exce(v) > 0, for all w. (v, w) in Ef, h(w) >= h(v) Increae l(v) y

41 Pre-Flow Puh: The Algorihm Sar wih laeling: h() = n, h() = 0, h(v) = 0, for all oher v Sar wih preflow f: f(e) = c(e) for e = (, v), f(e) = 0, for all oher edge e While here i a node (oher han ) wih poiive exce Pick a node v wih exce(v) > 0 If here i an edge (v, w) in Ef uch ha puh(v, w) can e applied Puh(v, w) Ele Relael(v) Puh(v, w): Applie if exce(v) > 0, h(w) < h(v), (v, w) in Ef q = min(exce(v), cf(v, w)) Add q o f(v, w) Relael(v): Applie if exce(v) > 0, for all w. (v, w) in Ef, h(w) >= h(v) Increae h(v) y

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs Chaper 13 Nework Flow III Applicaion CS 573: Algorihm, Fall 014 Ocober 9, 014 13.1 Edge dijoin pah 13.1.1 Edge-dijoin pah in a direced graph 13.1.1.1 Edge dijoin pah queiong: graph (dir/undir)., : verice.

More information

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics .4 Nework flow Problem involving he diribuion of a given produc (e.g., waer, ga, daa, ) from a e of producion locaion o a e of uer o a o opimize a given objecive funcion (e.g., amoun of produc, co,...).

More information

How Much Can Taxes Help Selfish Routing?

How Much Can Taxes Help Selfish Routing? How Much Can Taxe Help Selfih Rouing? Tim Roughgarden (Cornell) Join wih Richard Cole (NYU) and Yevgeniy Dodi (NYU) Selfih Rouing a direced graph G = (V,E) a ource and a deinaion one uni of raffic from

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

Max Flow, Min Cut. Maximum Flow and Minimum Cut. Soviet Rail Network, 1955. Minimum Cut Problem

Max Flow, Min Cut. Maximum Flow and Minimum Cut. Soviet Rail Network, 1955. Minimum Cut Problem Maximum Flow and Minimum u Max Flow, Min u Max flow and min cu. Two very rich algorihmic problem. ornerone problem in combinaorial opimizaion. eauiful mahemaical dualiy. Minimum cu Maximum flow Max-flow

More information

RC (Resistor-Capacitor) Circuits. AP Physics C

RC (Resistor-Capacitor) Circuits. AP Physics C (Resisor-Capacior Circuis AP Physics C Circui Iniial Condiions An circui is one where you have a capacior and resisor in he same circui. Suppose we have he following circui: Iniially, he capacior is UNCHARGED

More information

On the Connection Between Multiple-Unicast Network Coding and Single-Source Single-Sink Network Error Correction

On the Connection Between Multiple-Unicast Network Coding and Single-Source Single-Sink Network Error Correction On he Connecion Beween Muliple-Unica ework Coding and Single-Source Single-Sink ework Error Correcion Jörg Kliewer JIT Join work wih Wenao Huang and Michael Langberg ework Error Correcion Problem: Adverary

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

MTH6121 Introduction to Mathematical Finance Lesson 5

MTH6121 Introduction to Mathematical Finance Lesson 5 26 MTH6121 Inroducion o Mahemaical Finance Lesson 5 Conens 2.3 Brownian moion wih drif........................... 27 2.4 Geomeric Brownian moion........................... 28 2.5 Convergence of random

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

E0 370 Statistical Learning Theory Lecture 20 (Nov 17, 2011)

E0 370 Statistical Learning Theory Lecture 20 (Nov 17, 2011) E0 370 Saisical Learning Theory Lecure 0 (ov 7, 0 Online Learning from Expers: Weighed Majoriy and Hedge Lecurer: Shivani Agarwal Scribe: Saradha R Inroducion In his lecure, we will look a he problem of

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Network Flow I. Lecture 16. 16.1 Overview. 16.2 The Network Flow Problem

Network Flow I. Lecture 16. 16.1 Overview. 16.2 The Network Flow Problem Lecture 6 Network Flow I 6. Overview In these next two lectures we are going to talk about an important algorithmic problem called the Network Flow Problem. Network flow is important because it can be

More information

Permutations and Combinations

Permutations and Combinations Permuaions and Combinaions Combinaorics Copyrigh Sandards 006, Tes - ANSWERS Barry Mabillard. 0 www.mah0s.com 1. Deermine he middle erm in he expansion of ( a b) To ge he k-value for he middle erm, divide

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Economics Honors Exam 2008 Solutions Question 5

Economics Honors Exam 2008 Solutions Question 5 Economics Honors Exam 2008 Soluions Quesion 5 (a) (2 poins) Oupu can be decomposed as Y = C + I + G. And we can solve for i by subsiuing in equaions given in he quesion, Y = C + I + G = c 0 + c Y D + I

More information

Differential Equations and Linear Superposition

Differential Equations and Linear Superposition Differenial Equaions and Linear Superposiion Basic Idea: Provide soluion in closed form Like Inegraion, no general soluions in closed form Order of equaion: highes derivaive in equaion e.g. dy d dy 2 y

More information

Steps for D.C Analysis of MOSFET Circuits

Steps for D.C Analysis of MOSFET Circuits 10/22/2004 Seps for DC Analysis of MOSFET Circuis.doc 1/7 Seps for D.C Analysis of MOSFET Circuis To analyze MOSFET circui wih D.C. sources, we mus follow hese five seps: 1. ASSUME an operaing mode 2.

More information

The Derivative of a Constant is Zero

The Derivative of a Constant is Zero Sme Simple Algrihms fr Calculaing Derivaives The Derivaive f a Cnsan is Zer Suppse we are l ha x x where x is a cnsan an x represens he psiin f an bjec n a sraigh line pah, in her wrs, he isance ha he

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

Optimal Path Routing in Single and Multiple Clock Domain Systems

Optimal Path Routing in Single and Multiple Clock Domain Systems IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN, TO APPEAR. 1 Opimal Pah Rouing in Single and Muliple Clock Domain Syem Soha Haoun, Senior Member, IEEE, Charle J. Alper, Senior Member, IEEE ) Abrac Shrinking

More information

Diagnostic Examination

Diagnostic Examination Diagnosic Examinaion TOPIC XV: ENGINEERING ECONOMICS TIME LIMIT: 45 MINUTES 1. Approximaely how many years will i ake o double an invesmen a a 6% effecive annual rae? (A) 10 yr (B) 12 yr (C) 15 yr (D)

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Present Value Methodology

Present Value Methodology Presen Value Mehodology Econ 422 Invesmen, Capial & Finance Universiy of Washingon Eric Zivo Las updaed: April 11, 2010 Presen Value Concep Wealh in Fisher Model: W = Y 0 + Y 1 /(1+r) The consumer/producer

More information

THE PRESSURE DERIVATIVE

THE PRESSURE DERIVATIVE Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics THE PRESSURE DERIVATIVE The ressure derivaive has imoran diagnosic roeries. I is also imoran for making ye curve analysis more reliable.

More information

Stability. Coefficients may change over time. Evolution of the economy Policy changes

Stability. Coefficients may change over time. Evolution of the economy Policy changes Sabiliy Coefficiens may change over ime Evoluion of he economy Policy changes Time Varying Parameers y = α + x β + Coefficiens depend on he ime period If he coefficiens vary randomly and are unpredicable,

More information

Full-wave Bridge Rectifier Analysis

Full-wave Bridge Rectifier Analysis Full-wave Brige Recifier Analysis Jahan A. Feuch, Ocober, 00 his aer evelos aroximae equais for esigning or analyzing a full-wave brige recifier eak-eecor circui. his circui is commly use in A o D cverers,

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

WHAT ARE OPTION CONTRACTS?

WHAT ARE OPTION CONTRACTS? WHAT ARE OTION CONTRACTS? By rof. Ashok anekar An oion conrac is a derivaive which gives he righ o he holder of he conrac o do 'Somehing' bu wihou he obligaion o do ha 'Somehing'. The 'Somehing' can be

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore heoreical Noes: he oppler Eec wih ound Imagine a ource () o sound waes ha emis waes haing requency and hereore period as measured in he res rame o he ource (). his means ha any eecor () ha is no moing

More information

Lecture 15 Isolated DC-DC converters

Lecture 15 Isolated DC-DC converters ELEC440/940 Lecure 15 olae C-C converer Ofen, he oupu C volage fro a C-C converer u be iolae fro he inpu AC upply. C power upplie for appliance an equipen are goo exaple. i avanageou o have he iolaion

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

The Binary Blocking Flow Algorithm. Andrew V. Goldberg Microsoft Research Silicon Valley www.research.microsoft.com/ goldberg/

The Binary Blocking Flow Algorithm. Andrew V. Goldberg Microsoft Research Silicon Valley www.research.microsoft.com/ goldberg/ The Binary Blocking Flow Algorithm Andrew V. Goldberg Microsoft Research Silicon Valley www.research.microsoft.com/ goldberg/ Why this Max-Flow Talk? The result: O(min(n 2/3, m 1/2 )mlog(n 2 /m)log(u))

More information

Circle Geometry (Part 3)

Circle Geometry (Part 3) Eam aer 3 ircle Geomery (ar 3) emen andard:.4.(c) yclic uadrilaeral La week we covered u otheorem 3, he idea of a convere and we alied our heory o ome roblem called IE. Okay, o now ono he ne chunk of heory

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Communication Networks II Contents

Communication Networks II Contents 3 / 1 -- Communicaion Neworks II (Görg) -- www.comnes.uni-bremen.de Communicaion Neworks II Conens 1 Fundamenals of probabiliy heory 2 Traffic in communicaion neworks 3 Sochasic & Markovian Processes (SP

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Newton s Laws of Motion

Newton s Laws of Motion Newon s Laws of Moion MS4414 Theoreical Mechanics Firs Law velociy. In he absence of exernal forces, a body moves in a sraigh line wih consan F = 0 = v = cons. Khan Academy Newon I. Second Law body. The

More information

Signal Processing and Linear Systems I

Signal Processing and Linear Systems I Sanford Universiy Summer 214-215 Signal Processing and Linear Sysems I Lecure 5: Time Domain Analysis of Coninuous Time Sysems June 3, 215 EE12A:Signal Processing and Linear Sysems I; Summer 14-15, Gibbons

More information

Transient Analysis of First Order RC and RL circuits

Transient Analysis of First Order RC and RL circuits Transien Analysis of Firs Order and iruis The irui shown on Figure 1 wih he swih open is haraerized by a pariular operaing ondiion. Sine he swih is open, no urren flows in he irui (i=0) and v=0. The volage

More information

The Binary Blocking Flow Algorithm. Andrew V. Goldberg Microsoft Research Silicon Valley www.research.microsoft.com/ goldberg/

The Binary Blocking Flow Algorithm. Andrew V. Goldberg Microsoft Research Silicon Valley www.research.microsoft.com/ goldberg/ The Binary Blocking Flow Algorithm Andrew V. Goldberg Microsoft Research Silicon Valley www.research.microsoft.com/ goldberg/ Theory vs. Practice In theory, there is no difference between theory and practice.

More information

AP Calculus AB 2010 Scoring Guidelines

AP Calculus AB 2010 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in 1, he College

More information

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling Name: Algebra II Review for Quiz #13 Exponenial and Logarihmic Funcions including Modeling TOPICS: -Solving Exponenial Equaions (The Mehod of Common Bases) -Solving Exponenial Equaions (Using Logarihms)

More information

1 HALF-LIFE EQUATIONS

1 HALF-LIFE EQUATIONS R.L. Hanna Page HALF-LIFE EQUATIONS The basic equaion ; he saring poin ; : wrien for ime: x / where fracion of original maerial and / number of half-lives, and / log / o calculae he age (# ears): age (half-life)

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

Module 8. Three-phase Induction Motor. Version 2 EE IIT, Kharagpur

Module 8. Three-phase Induction Motor. Version 2 EE IIT, Kharagpur Module 8 Three-phae Induction Motor Verion EE IIT, Kharagpur Leon 33 Different Type of Starter for Induction Motor (IM Verion EE IIT, Kharagpur Inructional Objective Need of uing arter for Induction motor

More information

Pulse-Width Modulation Inverters

Pulse-Width Modulation Inverters SECTION 3.6 INVERTERS 189 Pulse-Widh Modulaion Inverers Pulse-widh modulaion is he process of modifying he widh of he pulses in a pulse rain in direc proporion o a small conrol signal; he greaer he conrol

More information

Physical Topology Discovery for Large Multi-Subnet Networks

Physical Topology Discovery for Large Multi-Subnet Networks Phyical Topology Dicovery for Large Muli-Subne Nework Yigal Bejerano, Yuri Breibar, Mino Garofalaki, Rajeev Raogi Bell Lab, Lucen Technologie 600 Mounain Ave., Murray Hill, NJ 07974. {bej,mino,raogi}@reearch.bell-lab.com

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

Markit Excess Return Credit Indices Guide for price based indices

Markit Excess Return Credit Indices Guide for price based indices Marki Excess Reurn Credi Indices Guide for price based indices Sepember 2011 Marki Excess Reurn Credi Indices Guide for price based indices Conens Inroducion...3 Index Calculaion Mehodology...4 Semi-annual

More information

Stock Trading with Recurrent Reinforcement Learning (RRL) CS229 Application Project Gabriel Molina, SUID 5055783

Stock Trading with Recurrent Reinforcement Learning (RRL) CS229 Application Project Gabriel Molina, SUID 5055783 Sock raing wih Recurren Reinforcemen Learning (RRL) CS9 Applicaion Projec Gabriel Molina, SUID 555783 I. INRODUCION One relaively new approach o financial raing is o use machine learning algorihms o preic

More information

AP Calculus AB 2007 Scoring Guidelines

AP Calculus AB 2007 Scoring Guidelines AP Calculus AB 7 Scoring Guidelines The College Board: Connecing Sudens o College Success The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

How To Understand The Rules Of The Game Of Chess

How To Understand The Rules Of The Game Of Chess Insiue for Sofware Technology Qualiy Assurance in Sofware Developmen Qualiässicherung in der Sofwareenwicklung A.o.Univ.-Prof. Dipl.-Ing. Dr. Bernhard Aichernig Insiue for Sofware Technology Graz Universiy

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

The option pricing framework

The option pricing framework Chaper 2 The opion pricing framework The opion markes based on swap raes or he LIBOR have become he larges fixed income markes, and caps (floors) and swapions are he mos imporan derivaives wihin hese markes.

More information

4 Convolution. Recommended Problems. x2[n] 1 2[n]

4 Convolution. Recommended Problems. x2[n] 1 2[n] 4 Convoluion Recommended Problems P4.1 This problem is a simple example of he use of superposiion. Suppose ha a discree-ime linear sysem has oupus y[n] for he given inpus x[n] as shown in Figure P4.1-1.

More information

Frequency Modulation. Dr. Hwee-Pink Tan http://www.cs.tcd.ie/hweepink.tan

Frequency Modulation. Dr. Hwee-Pink Tan http://www.cs.tcd.ie/hweepink.tan Frequency Modulaion Dr. Hwee-Pink Tan hp://www.cs.cd.ie/hweepink.tan Lecure maerial was absraced from "Communicaion Sysems" by Simon Haykin. Ouline Day 1 Day 2 Day 3 Angle Modulaion Frequency Modulaion

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

Dividend taxation, share repurchases and the equity trap

Dividend taxation, share repurchases and the equity trap Working Paper 2009:7 Deparmen of Economic Dividend axaion, hare repurchae and he equiy rap Tobia Lindhe and Jan Söderen Deparmen of Economic Working paper 2009:7 Uppala Univeriy May 2009 P.O. Box 53 ISSN

More information

INTRODUCTION TO EMAIL MARKETING PERSONALIZATION. How to increase your sales with personalized triggered emails

INTRODUCTION TO EMAIL MARKETING PERSONALIZATION. How to increase your sales with personalized triggered emails INTRODUCTION TO EMAIL MARKETING PERSONALIZATION How o increase your sales wih personalized riggered emails ECOMMERCE TRIGGERED EMAILS BEST PRACTICES Triggered emails are generaed in real ime based on each

More information

Top-K Structural Diversity Search in Large Networks

Top-K Structural Diversity Search in Large Networks Top-K Srucural Diversiy Search in Large Neworks Xin Huang, Hong Cheng, Rong-Hua Li, Lu Qin, Jeffrey Xu Yu The Chinese Universiy of Hong Kong Guangdong Province Key Laboraory of Popular High Performance

More information

Lecture 3: FM Transmitters & Receivers

Lecture 3: FM Transmitters & Receivers Leure 3: FM Transmiers & Reeivers Review of Previous Leures Frequeny Modulaion FM Transmier FM Demodulaion Tehniques FM Reeiver Conlusions & Disussions Leure Noes are available from: hp://homepages.unl.a.uk/~aghizas

More information

Strategic Optimization of a Transportation Distribution Network

Strategic Optimization of a Transportation Distribution Network Sraegic Opimizaion of a Transporaion Disribuion Nework K. John Sophabmixay, Sco J. Mason, Manuel D. Rossei Deparmen of Indusrial Engineering Universiy of Arkansas 4207 Bell Engineering Cener Fayeeville,

More information

Chapter 8 Student Lecture Notes 8-1

Chapter 8 Student Lecture Notes 8-1 Chaper Suden Lecure Noes - Chaper Goals QM: Business Saisics Chaper Analyzing and Forecasing -Series Daa Afer compleing his chaper, you should be able o: Idenify he componens presen in a ime series Develop

More information

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES OPENGAMMA QUANTITATIVE RESEARCH Absrac. Exchange-raded ineres rae fuures and heir opions are described. The fuure opions include hose paying

More information

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b].

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b]. Improper Inegrls Dr. Philippe B. lvl Kennesw Se Universiy Sepember 9, 25 Absrc Noes on improper inegrls. Improper Inegrls. Inroducion In Clculus II, sudens defined he inegrl f (x) over finie inervl [,

More information

Optimal Control Formulation using Calculus of Variations

Optimal Control Formulation using Calculus of Variations Lecure 5 Opimal Conrol Formulaion using Calculus o Variaions Dr. Radhakan Padhi Ass. Proessor Dep. o Aerospace Engineering Indian Insiue o Science - Bangalore opics Opimal Conrol Formulaion Objecive &

More information

C Fast-Dealing Property Trading Game C

C Fast-Dealing Property Trading Game C AGES 8+ C Fas-Dealing Propery Trading Game C Y Collecor s Ediion Original MONOPOLY Game Rules plus Special Rules for his Ediion. CONTENTS Game board, 6 Collecible okens, 28 Tile Deed cards, 16 Wha he Deuce?

More information

Minimum cost maximum flow, Minimum cost circulation, Cost/Capacity scaling

Minimum cost maximum flow, Minimum cost circulation, Cost/Capacity scaling 6.854 Advanced Algorithms Lecture 16: 10/11/2006 Lecturer: David Karger Scribe: Kermin Fleming and Chris Crutchfield, based on notes by Wendy Chu and Tudor Leu Minimum cost maximum flow, Minimum cost circulation,

More information

Behavior Analysis of a Biscuit Making Plant using Markov Regenerative Modeling

Behavior Analysis of a Biscuit Making Plant using Markov Regenerative Modeling Behavior Analysis of a Biscui Making lan using Markov Regeneraive Modeling arvinder Singh & Aul oyal Deparmen of Mechanical Engineering, Lala Lajpa Rai Insiue of Engineering & Technology, Moga -, India

More information

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3.

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3. SOLI MEHNIS TUTORIL GER SYSTEMS This work covers elemens of he syllabus for he Edexcel module 21722P HN/ Mechanical Principles OUTOME 3. On compleion of his shor uorial you should be able o do he following.

More information

arxiv:math/0111328v1 [math.co] 30 Nov 2001

arxiv:math/0111328v1 [math.co] 30 Nov 2001 arxiv:mah/038v [mahco 30 Nov 00 EVALUATIONS OF SOME DETERMINANTS OF MATRICES RELATED TO THE PASCAL TRIANGLE C Kraenhaler Insiu für Mahemaik der Universiä Wien, Srudlhofgasse 4, A-090 Wien, Ausria e-mail:

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

Suggested Reading. Signals and Systems 4-2

Suggested Reading. Signals and Systems 4-2 4 Convoluion In Lecure 3 we inroduced and defined a variey of sysem properies o which we will make frequen reference hroughou he course. Of paricular imporance are he properies of lineariy and ime invariance,

More information

TIMERS SELECTION GUIDE

TIMERS SELECTION GUIDE MONTH MONTH TIMER TIMER ELECTION GIDE Timing Chars. ON Delay. Inerval ON. Rising Edge One ho. Asymmeric Repea Cycle OFF www.facorymaion.com/imers. ardela ar Relay. ignal ON Delay. Inerval ON / OFF Delay

More information

2.5 Life tables, force of mortality and standard life insurance products

2.5 Life tables, force of mortality and standard life insurance products Soluions 5 BS4a Acuarial Science Oford MT 212 33 2.5 Life ables, force of moraliy and sandard life insurance producs 1. (i) n m q represens he probabiliy of deah of a life currenly aged beween ages + n

More information

CLASSIFICATION OF REINSURANCE IN LIFE INSURANCE

CLASSIFICATION OF REINSURANCE IN LIFE INSURANCE CLASSIFICATION OF REINSURANCE IN LIFE INSURANCE Kaarína Sakálová 1. Classificaions of reinsurance There are many differen ways in which reinsurance may be classified or disinguished. We will discuss briefly

More information

< IGBT MODULES > CM400DY-34A HIGH POWER SWITCHING USE INSULATED TYPE APPLICATION

< IGBT MODULES > CM400DY-34A HIGH POWER SWITCHING USE INSULATED TYPE APPLICATION Dual (Half-Bridge) Collecor curren I C...... 4A Collecor-emier volage CES... 7 Maximum juncion emperaure T jmax... 5 C Fla base Type Copper base plae (non-plaing) RoHS Direcive complian UL Recognized under

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Product Operation and Setup Instructions

Product Operation and Setup Instructions A9 Please read and save hese insrucions. Read carefully before aemping o assemble, insall, operae, or mainain he produc described. Proec yourself and ohers by observing all safey informaion. Failure o

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

A Load Balancing Method in Downlink LTE Network based on Load Vector Minimization

A Load Balancing Method in Downlink LTE Network based on Load Vector Minimization A Load Balancing Mehod in Downlink LTE Nework based on Load Vecor Minimizaion Fanqin Zhou, Lei Feng, Peng Yu, and Wenjing Li Sae Key Laboraory of Neworking and Swiching Technology, Beijing Universiy of

More information

Multiprocessor Systems-on-Chips

Multiprocessor Systems-on-Chips Par of: Muliprocessor Sysems-on-Chips Edied by: Ahmed Amine Jerraya and Wayne Wolf Morgan Kaufmann Publishers, 2005 2 Modeling Shared Resources Conex swiching implies overhead. On a processing elemen,

More information

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1 Absrac number: 05-0407 Single-machine Scheduling wih Periodic Mainenance and boh Preempive and Non-preempive jobs in Remanufacuring Sysem Liu Biyu hen Weida (School of Economics and Managemen Souheas Universiy

More information

Policies & Procedures. I.D. Number: 1071

Policies & Procedures. I.D. Number: 1071 Policie & Procedure Tile: Licened Pracical Nure (LPN ) ADDED SKILLS (Aigned Funcion) Auhorizaion: [x] SHR Nuring Pracice Commiee I.D. Number: 1071 Source: Nuring Dae Revied: Sepember 2004 Dae Effecive:

More information