6.854 Advanced Algorithms. Scribes: Alexandr Andoni, edited by Sara Mustin 9/22/06. Network Flows

Size: px
Start display at page:

Download "6.854 Advanced Algorithms. Scribes: Alexandr Andoni, edited by Sara Mustin 9/22/06. Network Flows"

Transcription

1 6.854 Advanced Algorihm Lecure 6: 9/4/003 Lecurer: Erik Demaine, David Karger Scribe: Alexandr Andoni, edied by Sara Muin 9//06 Nework Flow 6. The Maximum Flow Problem In hi ecion we define a flow nework and eup he problem we are rying o olve in hi lecure: he maximum flow problem. Definiion A nework i a direced graph G = (V, E) wih a ource verex V and a ink verex V. Each edge e = (v, w) from v o w ha a defined capaciy, denoed by u(e) or u(v, w). I i ueful o alo define capaciy for any pair of verice (v, w) E wih u(v, w) = 0. Figure 6.: An example of a nework wih n = 4 verice and m = 6 edge. The capaciie of he edge are hown. In a nework flow problem, we aign a flow o each edge. There are wo way of defining a flow: raw (or gro) flow and ne flow. Definiion Raw flow i a funcion r(v, w) ha aifie he following properie: Conervaion: The oal flow enering v mu equal he oal flow leaving v for all vericle excep and. r(w, v) r(v, w) = 0, for all v V \ {, }. w V }{{} incoming flow w V }{{} ougoing flow 6-

2 Lecure 6: 9/4/ Capaciy conrain: The flow along any edge mu be poiive and le han he capaciy of ha edge. 0 r(v, w) u(v, w). Figure 6.: An example of a raw flow for he nework above. The flow ha a value of. Wih a raw flow, we can have flow going boh from v o w and flow going from w o v. In a ne flow formulaion however, we only keep rack of he difference beween hee wo flow. Definiion 3 Ne flow i a funcion ha aifie he following condiion: Skew ymmery: f(v, w) = f(w, v). Conervaion: w V f(v, w) = 0, for all v V \ {, }. Capaciy conrain: f(v, w) u(v, w) for all v, w V. A raw flow r(v, w) can be convered ino a ne flow via he formula f(v, w) = r(v, w) r(w, v). For example, if we have 7 uni of flow from v o w and 4 uni of flow from w o v, hen he ne flow from v o w i f(v, w) = 3. Skew ymmery follow direcly from hi formula relaing raw flow and ne flow. Becaue we can conver from raw flow o ne flow, for he re of he lecure we conider only ne flow problem. Alhough kew ymmery relae f(v, w) and f(w, v), i i imporan o noe ha he capaciy in one direcion u(v, w) i independen of he capaciy in he revere direcion, u(w, v). The value of a flow i he um of he flow on all edge leaving he ource. We laer how ha hi i equivalen o he um of all he flow going ino he ink. The value of a flow repreen how much we can ranpor from he ource o he ink. Our goal in hi lecure i o olve he maximum flow problem. Definiion 4 The value of a flow f i defined a f = v V f(, v). Definiion 5 Maximum flow problem: Given a nework G = (V, E), find a feaible flow f wih maximum value.

3 Lecure 6: 9/4/ Flow Decompoiion and Cu In hi ecion, we how ha any feaible flow can be decompoed ino pah from he ource o he ink and cycle. We ue hi fac o derive an upper bound on he maximum flow value in erm of cu of he nework. Lemma Flow decompoiion: We can decompoe any feaible flow f on a nework G ino a mo m cycle and - pah. Proof: The following algorihm exrac he m pah and cycle.. Find a pah wih poiive flow from he node o node. (If he flow i non-zero, here exi a lea one uch pah.). Ani-augmen he flow on hi pah ha i, reduce he flow in he pah unil he flow on ome edge become Add hi pah a an elemen of he flow decompoiion. 4. Coninue hee operaion unil here are no more pah from o wih poiive flow. 5. If here are ill ome edge wih non-zero flow, he remaining flow can be decompoed ino cycle. Find a cycle in he following way: ake any edge wih non-zero flow and follow an ougoing edge wih non-zero flow unil a cycle i found. 6. Ani-augmen on he cycle found. 7. Add he cycle a an elemen of he flow decompoiion. 8. Coninue finding cycle unil here are no more edge wih non-zero flow. Each ime we ani-augmen a pah or a cycle, we zero ou he flow on ome edge. There are a mo m ani-augmenaion, and, conequenly, m pah/cycle in he flow decompoiion. In a nework flow problem, i i ueful o work wih a cu of he graph, paricularly an - cu. Definiion 6 An - cu of nework G i a pariion of he verice V ino group: S and S = V \S uch ha S and S. Ë Ë Figure 6.3: An illuraion of an - cu. There migh be boh edge from S o S and from S o S. We will uually repreen a cu a he pair (S, S), or ju S. We generalize he concep of he ne flow and he capaciy of an edge o define he ne flow and capaciy of a cu.

4 Lecure 6: 9/4/ Definiion 7 The ne flow along cu (S, S) i defined a f(s) = v S Definiion 8 The value (or capaciy) of a cu i defined a u(s) = v S w S f(v, w). w S u(v, w). In ummary, he value (or capaciy) of a cu i he um of all value (capaciie) of edge ha go from S o S. Noe ha direcion i imporan in hee definiion. Capaciy along an edge in he revere direcion, from w S o v S, doe no coun. Figure 6.4: An example of a cu in a nework. The - cu i repreened by a dahed line. The value (capaciy) of he cu i equal o 3. Thi i one of he minimum - cu. Working wih cu i ueful becaue of he following lemma: Lemma Given a flow f, for any cu S, f(s) = f. In oher word, all - cu carry he ame flow: he value of he flow f. Proof: We can ue Lemma o prove hi aemen direcly. We decompoe he flow ino - pah and cycle. Each - pah mu end up in S, o i mu go from e S o S one more ime han i goe from S o S. Therefore, an - pah carring x flow along ha pah conribue exacly x o he value of he cu. A cycle mu go from S o S he ame number of ime a i goe from S o S, conribuing 0 o he value of he cu. Therefore he oal value of he cu S i equal o he um of he flow along every - pah, which i equal o f. Alernaively, we can prove he lemma by inducion on he ize of he e S. For S =, he claim i rue. Now, uppoe we move one verex v from S o S. The value f(s) change in he following way: f(s) increae by f(v, S). f(s) decreae by f(s, v) = f(v, S). In concluion, he oal change in he value of f(s) afer moving he verex v from S o S i equal o f(v, S) + f(v, S) = f(v, V ) = 0 (by conervaion of flow). For a flow nework, we define a minimum cu o be a cu of he graph wih minimum capaciy. Then, Lemma 3 give u an upper bound on he value of any flow.

5 Lecure 6: 9/4/ Lemma 3 If f i a feaible flow, hen f u(s) for any cu S. Proof: For all edge e, f(e) u(e), o f(s) u(s) (he flow acro any cu S i no more han he capaciy of he cu). By Lemma, f = f(s), o f u(s) for any cu S. If we pick S o be a minimum cu, hen we ge an upper bound on he maximum flow value. 6.3 Max-Flow Min-Cu Theorem In hi ecion, we how ha he upper bound on he maximum flow given by Lemma 3 i exac. Thi i he max-flow min-cu heorem. To prove he heorem, we inroduce he concep of a reidual nework and an augmening pah. Definiion 9 Le f be a feaible flow on a nework G. The correponding reidual nework, denoed G f, i a nework ha ha he ame verice a he nework G, bu ha edge wih capaciie u f (v, w) = u(v, w) f(v, w). Only edge wih non-zero capaciy, u f (v, w) > 0, are included in G f. Noe ha he feaibiliy condiion imply ha u f (v, w) 0 and u f (v, w) u(v, w) + u(w, v). Thi mean all capaciie in he reidual nework will be non-negaive. Definiion 0 An augmening pah i a direced pah from he node o node in he reidual nework G f. Figure 6.5: An example of a reidual nework. Thi reidual nework correpond o he nework depiced in Figure 6. and he flow in Figure 6.. The dahed line correpond o a poible augmening pah. Noe ha if we have an augmening pah in G f, hen hi mean we can puh more flow along uch a pah in he original nework G. To be more precie, if we have an augmening pah (, v, v,...v k, ), he maximum flow we can puh along ha pah i min{u f (, v ), u f (v, v ), u f (v, v 3 ),... u f (v k, v k ), u f (v k, )}. Therefore, for a given nework G and flow f, if here exi an augmening pah in G f, hen he flow f i no a maximum flow. More generally, if f i a feaible flow in G f, hen f + f i a feaible flow in G. The flow f + f ill aifie conervaion becaue flow conervaion i linear. The flow f + f i feaible becaue we can

6 Lecure 6: 9/4/ rearrange he inequaliy f (e) u f (e) = u(e) f(e) o ge f (e) + f(e) u(e). Converely, if f i a feaible flow in G, hen he flow f f i a feaible in G f. Uing reidual nework and augmening pah, we can ae and prove he max-flow min-cu heorem. Theorem (Max-flow min-cu heorem). In a flow nework G, he following condiion are equivalen:. A flow f i a maximum flow.. The reidual nework G f ha no augmening pah. 3. f = u(s) for ome cu S. Thee condiion imply ha he value of he maximum flow i equal o he value of he minimum - cu: max f f = min S u(s), where f i a flow and S i a - cu. Proof: We how ha each condiion implie he oher wo. : If here i an augmening pah in G f, hen we previouly argued ha we can puh addiional flow along ha pah, o f wa no a maximum flow. i he conrapoiive of hi aemen. 3: If he reidual nework G f ha no augmening pah, and mu be diconneced. Le S = {verice reachable from in G f }. Since i no reachable, he e S decribe a - cu. Ë Figure 6.6: Nework G f i diconneced. The e S conain all he node ha are reachable from. By conrucion, all edge (v, w) croing he cu have reidual capaciy 0. Thi mean in he original nework G, hee edge have f(v, w) = u(v, w). Therefore, f = f(s) = u(s). 3 : If for ome cu S, f = u(s), we know f mu be a maximum flow. Oherwie, we would have a flow g wih g > u(s), conradicing Lemma 3. From () and (3), we know ha he maximum flow canno be le han he value of he minimum cu, becaue for ome S, f = u(s) and u(s) i a lea a big a he minimum cu value. Lemma 3 ell u ha he maximum flow can no be greaer han he minimum cu value. Therefore, he maximum flow value and he minimum cu value are he ame.

7 Lecure 6: 9/4/ Ford-Fulkeron Algorihm The Ford-Fulkeron algorihm olve he problem of finding a maximum flow for a given nework. The decripion of he algorihm i a follow:. Sar wih f(v, w) = 0.. Find an augmening pah from o in G f (uing, for example, a deph fir earch or imilar algorihm). 3. Ue he augmening pah found in he previou ep o increae he flow. 4. Repea unil here are no more augmening pah in G f. If he capaciie are all ineger, hen he running ime i O(m f ). Thi i rue becaue finding an augmening pah and updaing he flow ake O(m) ime, and every augmening pah we find mu increae he flow by an ineger ha i a lea. In general, if we have inegral capaciie, hen our oluion aifie an inegraliy propery: here exi an inegral maximal flow. Thi happen becaue every augmening pah increae flow by an ineger amoun. Since he running ime i direcly proporional o he value of he maximal flow, hi paricular algorihm i only good for cae when he value f i mall. For example, when all capaciie are a mo, he maximum flow f i a mo n. In general, he algorihm may be a bad a linear in unary repreenaion of he inpu. Figure 6.7 illurae a bad cae for hi form of he Ford-Fulkeron algorihm. We decribe uch an algorihm a being peudo-polynomial, becaue i i polynomial in erm of variable we care abou (bu no necearily he inpu). ¾ ¾ ¾ ¾ ¾¾ ¾ ¾ Figure 6.7: An example for which he Ford-Fulkeron, in he aed form, migh perform very badly. The algorihm run lowly if a each ep, he augmenaion pah i eiher or (hown wih dahed line). A an augmenaion, he flow will increae by a mo. If he capaciie are raional, hen i can be hown ha he algorihm will finih. I migh, however, require more han O(m f ) ime. If he capaciie are real, he algorihm migh never finih, or even converge o a non-opimal value.

8 Lecure 6: 9/4/ If we eup beer rule for elecing he augmenaion pah however, we migh ge beer reul. Before howing ome improvemen o he Ford-Fulkeron algorihm, we will inroduce ome new noion on he running ime of algorihm. Definiion An algorihm i puedo-polynomial if i i polynomial in he unary repreenaion of he inpu. Definiion An algorihm i weakly polynomial if i i polynomial in he binary repreenaion of he inpu. Definiion 3 An algorihm i rongly polynomial if i i polynomial in combinaorial complexiy of inpu. (For example, in he cae of max-flow problem, he algorihm would have o be polynomial in n and m.) 6.4. Improvemen o he Ford-Fulkeron Algorihm The are a lea wo poible idea for improving he Ford-Fulkeron algorihm. Boh of he improvemen rely on a beer choice of an augmening pah (raher han a random elecion of an augmening pah).. Uing breadh-fir earch, we can chooe hore-lengh augmening pah. Wih hi pahelecion rule, he number of augmenaion i bounded by n m, and hu he running ime of he algorihm goe down o O(nm ) ime.. We can alo chooe he maximum-capaciy augmening pah: he augmening pah among all augmening pah ha increae he flow he mo (max-capaciy augmening pah). I i poible o find uch a pah in O(m log n) ime uing a modified Dijkra algorihm (ignoring he cycle). The number of augmenaion will be a mo m ln f m ln(nu), where U = max{u(v, w)} (for inegral capaciie). In hi lecure we prove he ime bound for he econd improvemen. Conider he maximum flow f in he curren reidual nework. We apply he flow-decompoiion lemma, Lemma (dicarding he cycle becaue hey do no modify f ). There are a mo m pah carrying all he flow, o here mu be a lea one pah carrying a lea f m flow. Therefore, he augmening pah wih maximum capaciy increae he flow in he original nework by a lea f m. Thi decreae he maximum poible flow in he reidual graph from f o ( m ) f (remember, he maller i he maximum poible flow in he reidual graph, he greaer i he correponding flow in he original graph). We need o decreae he flow f by a facor of ( m ) abou m ln f ime before we decreae he max flow in he reidual graph o. Thi i becaue ( f m) mln f ( ) ln f f. e

9 Lecure 6: 9/4/ In one more ep, he reidual graph will have a maximum flow of 0, meaning ha he correponding flow in he original graph i maximal. Thu, we need O(m ln f ) augmenaion. Since one augmenaion ep ake abou O(m log n) ime, he oal running ime i O(m ln f lnn). Thi algorihm i weakly polynomial, bu no rongly polynomial Scaling Algorihm We can alo improve he running ime of he Ford-Fulkeron algorihm by uing a caling algorihm. The idea i o reduce our max flow problem o he imple cae, where all edge capaciie are eiher 0 or. The caling idea, decribed by Gabow in 985 and alo by Dinic in 973, i a follow:. Scale he problem down omehow by rounding off lower order bi.. Solve he rounded problem. 3. Scale he problem back up, add back he bi we rounded off, and fix any error in our oluion. In he pecific cae of he maximum flow problem, he algorihm i:. Sar wih all capaciie in he graph a 0.. Shif in he higher-order bi of each capaciy. Each capaciy i hen eiher 0 or. 3. Solve hi maximum flow problem. 4. Repea hi proce unil we have proceed all remaining bi. Thi decripion of he algorihm ell u how o cale down he problem. However, we alo need o decribe how o cale our algorihm back up and fix he error. To cale back up:. Sar wih ome max flow for he caled-down problem. Shif he bi of each capaciy by, doubling all he capaciie. If we hen double all our flow value, we ill have a maximum flow.. Incremen ome of he capaciie. Thi reore he lower order bi ha we runcaed. Find augmening pah in he reidual nework o re-maximize he flow. We will need o find a mo m augmening pah. Before we caled our problem back up, we had olved a maximum flow problem, o ome cu in he reidual nework had 0 capaciy. Doubling all he capaciie and flow keep hi he ame. When we incremen he edge however, we increae he cu capaciy by a mo m: once for each edge. Each augmening pah we find increae he flow by a lea, o we need a mo m augmening pah.

10 Lecure 6: 9/4/ Each augmening pah ake a mo O(m) ime o find, o we pend O(m ) ime in each ieraion of he caling algorihm. If he capaciy of any edge i a mo U, which i an O(lg U) bi number, we require O(lg U) ieraion of he caling algorihm. Therefore he oal running ime of he algorihm i O(m lg U). Thi algorihm i alo a weakly polynomial algorihm.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ Page 9 Design of Inducors and High Frequency Transformers Inducors sore energy, ransformers ransfer energy. This is he prime difference. The magneic cores are significanly differen for inducors and high

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

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

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

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

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

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

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

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

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

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

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

The Torsion of Thin, Open Sections

The Torsion of Thin, Open Sections EM 424: Torsion of hin secions 26 The Torsion of Thin, Open Secions The resuls we obained for he orsion of a hin recangle can also be used be used, wih some qualificaions, for oher hin open secions such

More information

On the degrees of irreducible factors of higher order Bernoulli polynomials

On the degrees of irreducible factors of higher order Bernoulli polynomials ACTA ARITHMETICA LXII.4 (1992 On he degrees of irreducible facors of higher order Bernoulli polynomials by Arnold Adelberg (Grinnell, Ia. 1. Inroducion. In his paper, we generalize he curren resuls on

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

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

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

CHAPTER 11 NONPARAMETRIC REGRESSION WITH COMPLEX SURVEY DATA. R. L. Chambers Department of Social Statistics University of Southampton

CHAPTER 11 NONPARAMETRIC REGRESSION WITH COMPLEX SURVEY DATA. R. L. Chambers Department of Social Statistics University of Southampton CHAPTER 11 NONPARAMETRIC REGRESSION WITH COMPLEX SURVEY DATA R. L. Chamber Deparmen of Social Saiic Univeriy of Souhampon A.H. Dorfman Office of Survey Mehod Reearch Bureau of Labor Saiic M.Yu. Sverchkov

More information

How has globalisation affected inflation dynamics in the United Kingdom?

How has globalisation affected inflation dynamics in the United Kingdom? 292 Quarerly Bullein 2008 Q3 How ha globaliaion affeced inflaion dynamic in he Unied Kingdom? By Jennifer Greenlade and Sephen Millard of he Bank Srucural Economic Analyi Diviion and Chri Peacock of he

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

Ohm s Law. Ohmic relationship V=IR. Electric Power. Non Ohmic devises. Schematic representation. Electric Power

Ohm s Law. Ohmic relationship V=IR. Electric Power. Non Ohmic devises. Schematic representation. Electric Power Ohm Law Ohmic relationhip V=IR Ohm law tate that current through the conductor i directly proportional to the voltage acro it if temperature and other phyical condition do not change. In many material,

More information

Multi-resource Allocation Scheduling in Dynamic Environments

Multi-resource Allocation Scheduling in Dynamic Environments MANUFACTURING & SERVICE OPERATIONS MANAGEMENT Vol. 00, No. 0, Xxxxx 0000, pp. 000 000 in 1523-4614 ein 1526-5498 00 0000 0001 INFORMS doi 10.1287/xxxx.0000.0000 c 0000 INFORMS Muli-reource Allocaion Scheduling

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

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

Fortified financial forecasting models: non-linear searching approaches

Fortified financial forecasting models: non-linear searching approaches 0 Inernaional Conference on Economic and inance Reearch IPEDR vol.4 (0 (0 IACSIT Pre, Singapore orified financial forecaing model: non-linear earching approache Mohammad R. Hamidizadeh, Ph.D. Profeor,

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

Optimal Investment and Consumption Decision of Family with Life Insurance

Optimal Investment and Consumption Decision of Family with Life Insurance Opimal Invesmen and Consumpion Decision of Family wih Life Insurance Minsuk Kwak 1 2 Yong Hyun Shin 3 U Jin Choi 4 6h World Congress of he Bachelier Finance Sociey Torono, Canada June 25, 2010 1 Speaker

More information

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999 TSG-RAN Working Group 1 (Radio Layer 1) meeing #3 Nynashamn, Sweden 22 nd 26 h March 1999 RAN TSGW1#3(99)196 Agenda Iem: 9.1 Source: Tile: Documen for: Moorola Macro-diversiy for he PRACH Discussion/Decision

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

Globally-Optimal Greedy Algorithms for Tracking a Variable Number of Objects

Globally-Optimal Greedy Algorithms for Tracking a Variable Number of Objects Globally-Opimal Greedy Algorihm for Tracking a Variable Number of Objec Hamed Piriavah Deva Ramanan Charle C. Fowlke Deparmen of Compuer Science, Univeriy of California, Irvine {hpiriav,dramanan,fowlke}@ic.uci.edu

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

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

Two-Group Designs Independent samples t-test & paired samples t-test. Chapter 10

Two-Group Designs Independent samples t-test & paired samples t-test. Chapter 10 Two-Group Deign Independen ample -e & paired ample -e Chaper 0 Previou e (Ch 7 and 8) Z-e z M N -e (one-ample) M N M = andard error of he mean p. 98-9 Remember: = variance M = eimaed andard error p. -

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

New Evidence on Mutual Fund Performance: A Comparison of Alternative Bootstrap Methods. David Blake* Tristan Caulfield** Christos Ioannidis*** and

New Evidence on Mutual Fund Performance: A Comparison of Alternative Bootstrap Methods. David Blake* Tristan Caulfield** Christos Ioannidis*** and New Evidence on Muual Fund Performance: A Comparion of Alernaive Boorap Mehod David Blake* Trian Caulfield** Chrio Ioannidi*** and Ian Tonk**** June 2014 Abrac Thi paper compare he wo boorap mehod of Koowki

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

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

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

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

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

STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS

STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS ELLIOT ANSHELEVICH, DAVID KEMPE, AND JON KLEINBERG Absrac. In he dynamic load balancing problem, we seek o keep he job load roughly

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

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z o ffix uden abel ere uden ame chool ame isric ame/ ender emale ale onh ay ear ae of irh an eb ar pr ay un ul ug ep c ov ec as ame irs ame lace he uden abel ere ae uden denifier chool se nly rined in he

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

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

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

Nanocubes for Real-Time Exploration of Spatiotemporal Datasets

Nanocubes for Real-Time Exploration of Spatiotemporal Datasets Nanocube for RealTime Exploraion of Spaioemporal Daae Lauro Lin, Jame T Kloowki, and arlo Scheidegger Fig 1 Example viualizaion of 210 million public geolocaed Twier po over he coure of a year The daa

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

Lectures # 5 and 6: The Prime Number Theorem.

Lectures # 5 and 6: The Prime Number Theorem. Lecures # 5 and 6: The Prime Number Theorem Noah Snyder July 8, 22 Riemann s Argumen Riemann used his analyically coninued ζ-funcion o skech an argumen which would give an acual formula for π( and sugges

More information

How To Solve An Uncerain Daa Problem

How To Solve An Uncerain Daa Problem Robu Bandwidh Allocaion Sraegie Oliver Heckmann, Jen Schmi, Ralf Seinmez Mulimedia Communicaion Lab (KOM), Darmad Univeriy of Technology Merckr. 25 D-64283 Darmad Germany {Heckmann, Schmi, Seinmez}@kom.u-darmad.de

More information

Trading Strategies for Sliding, Rolling-horizon, and Consol Bonds

Trading Strategies for Sliding, Rolling-horizon, and Consol Bonds Trading Sraegie for Sliding, Rolling-horizon, and Conol Bond MAREK RUTKOWSKI Iniue of Mahemaic, Poliechnika Warzawka, -661 Warzawa, Poland Abrac The ime evoluion of a liding bond i udied in dicree- and

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

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

Fourier Series and Fourier Transform

Fourier Series and Fourier Transform Fourier Series and Fourier ransform Complex exponenials Complex version of Fourier Series ime Shifing, Magniude, Phase Fourier ransform Copyrigh 2007 by M.H. Perro All righs reserved. 6.082 Spring 2007

More information

A note on profit maximization and monotonicity for inbound call centers

A note on profit maximization and monotonicity for inbound call centers A note on profit maximization and monotonicity for inbound call center Ger Koole & Aue Pot Department of Mathematic, Vrije Univeriteit Amterdam, The Netherland 23rd December 2005 Abtract We conider an

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

Heat demand forecasting for concrete district heating system

Heat demand forecasting for concrete district heating system Hea demand forecaing for concree diric heaing yem Bronilav Chramcov Abrac Thi paper preen he reul of an inveigaion of a model for hor-erm hea demand forecaing. Foreca of hi hea demand coure i ignifican

More information

PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM

PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM WILLIAM L. COOPER Deparmen of Mechanical Engineering, Universiy of Minnesoa, 111 Church Sree S.E., Minneapolis, MN 55455 billcoop@me.umn.edu

More information

Lecture 2: Telegrapher Equations For Transmission Lines. Power Flow.

Lecture 2: Telegrapher Equations For Transmission Lines. Power Flow. Whies, EE 481 Lecure 2 Page 1 of 13 Lecure 2: Telegraher Equaions For Transmission Lines. Power Flow. Microsri is one mehod for making elecrical connecions in a microwae circui. I is consruced wih a ground

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

Banking, Inside Money and Outside Money

Banking, Inside Money and Outside Money Banking, Inide Mone and Ouide Mone Hongfei Sun Deparmen of Economic Univeri of Torono (Job Marke Paper) Abrac Thi paper preen an inegraed heor of mone and banking. I addre he following queion: when boh

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results:

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results: For more informaion on geneics and on Rheumaoid Arhriis: Published work referred o in he resuls: The geneics revoluion and he assaul on rheumaoid arhriis. A review by Michael Seldin, Crisopher Amos, Ryk

More information

Better Bounds for Online Load Balancing on Unrelated Machines

Better Bounds for Online Load Balancing on Unrelated Machines Beer Bound for Online Load Balancing on Unrelaed Machine Ioanni Caragianni Abrac We udy he roblem of cheduling ermanen ob on unrelaed machine when he obecive i o minimize he L norm of he machine load.

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

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

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

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

Module 3. R-L & R-C Transients. Version 2 EE IIT, Kharagpur

Module 3. R-L & R-C Transients. Version 2 EE IIT, Kharagpur Module 3 - & -C Transiens esson 0 Sudy of DC ransiens in - and -C circuis Objecives Definiion of inducance and coninuiy condiion for inducors. To undersand he rise or fall of curren in a simple series

More information

A Curriculum Module for AP Calculus BC Curriculum Module

A Curriculum Module for AP Calculus BC Curriculum Module Vecors: A Curriculum Module for AP Calculus BC 00 Curriculum Module The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy.

More information

Coupling Online and Offline Analyses for Random Power Law Graphs

Coupling Online and Offline Analyses for Random Power Law Graphs Inerne Mahemaics Vol, No 4: 409-46 Coupling Online and Offline Analyses for Random Power Law Graphs FanChungandLinyuanLu Absrac We develop a coupling echnique for analyzing online models by using offline

More information

σ m using Equation 8.1 given that σ

σ m using Equation 8.1 given that σ 8. Etimate the theoretical fracture trength of a brittle material if it i known that fracture occur by the propagation of an elliptically haped urface crack of length 0.8 mm and having a tip radiu of curvature

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

Task is a schedulable entity, i.e., a thread

Task is a schedulable entity, i.e., a thread Real-Time Scheduling Sysem Model Task is a schedulable eniy, i.e., a hread Time consrains of periodic ask T: - s: saring poin - e: processing ime of T - d: deadline of T - p: period of T Periodic ask T

More information