66 Lecture 3 Random Search Tree i unique. Lemma 3. Let X and Y be totally ordered et, and let be a function aigning a ditinct riority in Y to each ele

Size: px
Start display at page:

Download "66 Lecture 3 Random Search Tree i unique. Lemma 3. Let X and Y be totally ordered et, and let be a function aigning a ditinct riority in Y to each ele"

Transcription

1 Lecture 3 Random Search Tree In thi lecture we will decribe a very imle robabilitic data tructure that allow inert, delete, and memberhi tet (among other oeration) in exected logarithmic time. Thee reult were rt obtained by Pugh in 988 (ee [88]), who called hi robabilitic data tructure ki lit. We will follow the reentation of Aragon and Seidel [7], whoe data tructure i omewhat dierent and more cloely related to the elf-adjuting tree reented in the lat lecture, and whoe robabilitic analyi i articularly elegant. 3. Trea Conider a binary tree, not necearily balanced, with node drawn from a totally ordered et, ordered in inorder; that i, if i i in the left ubtree of k and j i in the right ubtree of k, then i < k < j. Recall that the rotate oeration dicued in the reviou lecture reerve thi order. Now uoe that each element k ha a unique riority (k) drawn from ome other totally ordered et, and that the element are ordered in hea order according to riority; that i, an element of maximum riority in any ubtree i found at the root of that ubtree. A tree in which the data value k are ordered in inorder and the rioritie (k) are ordered in hea order i called a trea (for tree-hea, one uoe). It may not be obviou at rt that trea alway exit for every riority aignment. They do! Moreover, if the rioritie are ditinct, then the trea 65

2 66 Lecture 3 Random Search Tree i unique. Lemma 3. Let X and Y be totally ordered et, and let be a function aigning a ditinct riority in Y to each element of X. Then there exit a unique trea with node X and rioritie. Proof. Let k be the unique element of X of maximum riority; thi mut be the root. Partition the remaining element into two et fi 2 X j i<kg; fi 2 X j i>kg : Inductively build the unique trea out of thee two et and make them the left and right ubtree of k, reectively Random Trea A random trea i a trea in which the rioritie have been aigned randomly. Thi i bet done in ractice by calling a random number generator each time a new element m i reented for inertion into the trea to aign a random riority tom. Under ome highly idealized but reaonable aumtion about the random number generator 3, two element receive the ame riority with robability zero, and if all element in the trea are orted by riority, then every ermutation i equally likely. When a new element m i reented for inertion or to tet memberhi, we tart at the root and work our way down ome ath in the trea, comaring m to element along the ath to ee which way to go to nd m' aroriate inorder oition. If we ee m on the ath on the way down, we can anwer the memberhi query armatively. If we make it all the way down without eeing m, we can anwer the memberhi query negatively. If m i to be inerted, we attach m a a new leaf in it aroriate inorder oition. At that oint we call the random number generator to aign a random riority (m), which by Lemma 3. ecie a unique oition in the trea. We then rotate m uward a long a it riority i greater than that of it arent, or until m become the root. At that oint the tree i in hea order with reect to the rioritie and in inorder with reect to the data value. To delete m, we rt nd m by earching down from the root a decribed above, then rotate m down until it i a leaf, taking care to chooe the direction 3 A call to the random number generator give a uniformly ditributed random real number in the interval [0; ), and ucceive call are tatitically indeendent; i.e. if x ;:::;xn are the reult of n ucceive call, then ^ Pr( xi 2 Ai) = in Y Pr(xi 2 Ai) : in

3 Lecture 3 Random Search Tree 67 of rotation o a to maintain hea order. For examle, if the children of m are j and k and (j) > (k), then we rotate m down in the direction of j, ince the rotate oeration will make j an ancetor of k. When m become a leaf, we rune it o. The beauty of thi aroach i that the oition of any element in the trea i determined once and for all at the time it i inerted, and it tay ut at that level until it i deleted; there i not a lot of retructuring going on a with lay tree. Moreover, a we will how below, the exected number of rotation for an inertion or deletion i at mot two. 3.3 Analyi We now how that, averaged over all random riority aignment, the exected time for any inert, memberhi tet, or delete i O(log n). We will do the analyi for delete only; it i not hard to ee that the time bound for memberhi tet and inert i roortionally no wore than for delete. Suoe that at the moment, the trea contain n data item (without lo of generality, ay f; 2;:::;ng), and we wih to delete m. The rioritie have been choen randomly, o that if the et f; 2;:::;ng i orted in decreaing order by riority to obtain a ermutation of f; 2;:::;ng, every i equally likely. In order to locate m in the trea, we follow the ath from the root down to m. The amount of time to do thi i roortional to the length of the ath. Let u calculate the exected length of thi ath, averaged over all oible random ermutation. Let m = f; 2;:::;mg m = fm; m +;:::;ng : Let A be the et of ancetor of m, including m itelf. The denition of m and m do not deend on, but the denition of A doe. Let X be the random variable X = length of the ath from the root down to m = jm \ Aj + jm \ Aj,2 : The 2 i ubtracted becaue m i counted in both m and m. We are intereted in EX, the exected value of X; by linearity of exectation, we have EX = Ejm \ Aj + Ejm \ Aj,2 : By ymmetry, it will uce to calculate Ejm \ Aj. Note that if the element of m are orted in decending order by riority, then

4 68 Lecture 3 Random Search Tree every ermutation of m i equally likely; an element of m i in A if and only if it i larger than all reviou element of m in orted order. In other word, ermute m randomly, then can the reulting lit from left to right, checking o thoe element k that are larger than anything to the left of k; the quantity Ejm \ Aj i the exected number of check. Examle 3.2 Let n = 0 and m = 8. Suoe that when rioritie are aigned randomly to f; 2;:::; 0g and thee element are orted in decreaing order by riority, we get the ermutation Thi reult in the following trea: = (4; 5; 9; 2; ; 7; 3; 0; 8; 6) : 4 5,,@ 9, 0 8 Then m = f; 2; 3; 4; 5; 6; 7; 8g. If we retrict the random ermutation to thi et, we obtain the ermutation (4; 5; 2; ; 7; 3; 8; 6). Scanning from left to right and checking only thoe element k that are greater than all element to the left of k, we get the equence (4; 5; 7; 8). Thi i exactly the equence of element in m aearing on the ath from the root down to m in the trea. A ymmetric argument uing m give the equence (9; 8), which i the equence of element in m aearing on the ath from the root down to m. The length of the ath i then the um of the two length of thee equence le 2. 2 We are thu left with the roblem of determining the exected value of the random variable H m, the number of check obtained when canning a random ermutation of f; 2;:::; mg from left to right and checking every element that i greater than anything to it left. We claim that thi number i exactly EH m = mx k= k : (23) We will obtain thi by olving a imle recurrence, uing the linearity of exectation.

5 Lecture 3 Random Search Tree 69 Suoe we ermute f;:::;mg randomly to get the random ermutation. Deleting from, we get a random ermutation 0 of f2; 3;:::;mg. Note that an element other than i checked when canning if and only if it i checked when canning 0 ; thu the reence or abence of doe not aect whether 2 i checked (however, the reence or abence of 2 might very well aect whether i checked). Thu the exected number ofcheck on element other than i the ame in a in 0,orEH m,. The element i checked if and only if it occur rt in, and thi occur with robability. Thu the m exected number of check on the element,averaged over all ermutation, i. By linearity of exectation, m EH m = EH m, + m : The unique olution to thi recurrence with EH = i (23). The quantity (23) i O(log m). Thi can be veried by aroximating the um above and below with denite integral involving the function and, x x+ and recalling from calculu that Z m dx x = ln m = ln 2 log 2 m : 3.4 Exected time for deletion A imilar analyi allow u to calculate the exected number of rotation neceary to delete m from it oition in the trea. The number of rotation needed i the um of the length of the rightmot ath in the left ubtree of m and the length of the leftmot ath in the right ubtree of m. To ee thi, try rotating m down; if you rotate to the left (right), the length of the rightmot (leftmot) ath in the left (right) ubtree decreae by one and the length of the leftmot (rightmot) ath in the right (left) ubtree tay the ame. Let u calculate the exected value of G m, the length of the rightmot ath of the left ubtree of m. By ymmetry, the exected length of the leftmot ath of the right ubtree of m i EG n,m+, and by the linearity of exectation, the exected number of rotation to remove m i EG m + EG n,m+. We will how below that thi number i le than 2! An analyi imilar to the analyi for EH m above reveal that EG m i the exected number of check obtained when canning a random ermutation of the et f; 2;:::;mg from left to right, where we check an element k rovided that k occur trictly to the right of m; k i greater than all element of f; 2;:::;m, g occurring to the left of k and either to the left or to the right ofm.

6 70 Lecture 3 Random Search Tree Thi i the ame a the exected number of check obtained when canning a random ermutation of the et f; 2;:::;m, g from left to right, where we check element k if it i greater than all element to it left, then lace m randomly in the lit and erae thoe check occurring to the left of m. Examle 3.3 For m = 3, we have the following ix ituation, all occurring with equal robability: The exected number of check i = It i eay to ee that the exected value of G m i at mot that of H m,, which wewould get if the check to the left of m were not eraed; thu EG m EH m, = O(log m), and thi uce for our comlexity bound. In fact, it turn out that EG m <. A above, the exected number of check on element other than i EG m,, and the robability that i checked i, ince i checked if and only if m occur leftmot, followed m(m,) immediately by. Again, by linearity of exectation, EG m i the exected number of check on element other than lu the exected number of check on : EG m = EG m, + and EG =0. The olution to thi recurrence i EG m = m, m : m(m, )

skipping section 6.6 / 5.6 (generating permutations and combinations) concludes basic counting in Chapter 6 / 5

skipping section 6.6 / 5.6 (generating permutations and combinations) concludes basic counting in Chapter 6 / 5 kiing ection 6.6 / 5.6 generating ermutation and combination conclude baic counting in Chater 6 / 5 on to Chater 7 / 6: Dicrete robability before we go to trickier counting in Chater 8 / 7 age 431-475

More information

Problem Set 8 Solutions

Problem Set 8 Solutions Deign and Analyi of Algorithm April 29, 2015 Maachuett Intitute of Technology 6.046J/18.410J Prof. Erik Demaine, Srini Devada, and Nancy Lynch Problem Set 8 Solution Problem Set 8 Solution Thi problem

More information

ROOT LOCUS. Poles and Zeros

ROOT LOCUS. Poles and Zeros Automatic Control Sytem, 343 Deartment of Mechatronic Engineering, German Jordanian Univerity ROOT LOCUS The Root Locu i the ath of the root of the characteritic equation traced out in the - lane a a ytem

More information

Social Studies 201 Notes for November 14, 2003

Social Studies 201 Notes for November 14, 2003 1 Social Studie 201 Note for November 14, 2003 Etimation of a mean, mall ample ize Section 8.4, p. 501. When a reearcher ha only a mall ample ize available, the central limit theorem doe not apply to the

More information

The Winding Path to RL

The Winding Path to RL Markov Deciion Procee MDP) Ron Parr ComSci 70 Deartment of Comuter Science Duke Univerity With thank to Kri Hauer for ome lide The Winding Path to RL Deciion Theory Decritive theory of otimal behavior

More information

Preemptive scheduling on a small number of hierarchical machines

Preemptive scheduling on a small number of hierarchical machines Available online at www.ciencedirect.com Information and Computation 06 (008) 60 619 www.elevier.com/locate/ic Preemptive cheduling on a mall number of hierarchical machine György Dóa a, Leah Eptein b,

More information

Lecture 17: Analytic Functions and Integrals (See Chapter 14 in Boas)

Lecture 17: Analytic Functions and Integrals (See Chapter 14 in Boas) Lecture 7: Analytic Function and Integral (See Chapter 4 in Boa) Thi i a good point to take a brief detour and expand on our previou dicuion of complex variable and complex function of complex variable.

More information

Fluids Lab 1 Lecture Notes

Fluids Lab 1 Lecture Notes Fluid Lab Lecture Note. Bernoulli Equation. Pitot-Static Tube 3. Aireed Meaurement 4. Preure Nondimenionalization Reference: Anderon 3.-3.5, Denker 3.4 ( htt://www.av8n.com/how/ ) Bernoulli Equation Definition

More information

Fermi Distribution Function. n(e) T = 0 T > 0 E F

Fermi Distribution Function. n(e) T = 0 T > 0 E F LECTURE 3 Maxwell{Boltzmann, Fermi, and Boe Statitic Suppoe we have a ga of N identical point particle in a box ofvolume V. When we ay \ga", we mean that the particle are not interacting with one another.

More information

List Coloring Graphs

List Coloring Graphs Lit Coloring Graph February 6, 004 LIST COLORINGS AND CHOICE NUMBER Thomaen Long Grotzch girth 5 verion Thomaen Long Let G be a connected planar graph of girth at leat 5. Let A be a et of vertice in G

More information

Administration, Department of Statistics and Econometrics, Sofia, 1113, bul. Tzarigradsko shose 125, bl.3, Bulgaria,

Administration, Department of Statistics and Econometrics, Sofia, 1113, bul. Tzarigradsko shose 125, bl.3, Bulgaria, Adanced Studie in Contemorary Mathematic, (006), No, 47-54 DISTRIBUTIONS OF JOINT SAMPLE CORRELATION COEFFICIENTS OF INDEPEENDENT NORMALLY DISTRIBUTED RANDOM VARIABLES Eelina I Velea, Tzetan G Ignato Roue

More information

List coloring hypergraphs

List coloring hypergraphs Lit coloring hypergraph Penny Haxell Jacque Vertraete Department of Combinatoric and Optimization Univerity of Waterloo Waterloo, Ontario, Canada pehaxell@uwaterloo.ca Department of Mathematic Univerity

More information

Lecture #5: Introduction to Continuum Mechanics Three-dimensional Rate-independent Plasticity. by Dirk Mohr

Lecture #5: Introduction to Continuum Mechanics Three-dimensional Rate-independent Plasticity. by Dirk Mohr Lecture #5: 5-0735: Dynamic behavior of material and tructure Introduction to Continuum Mechanic Three-dimenional Rate-indeendent Platicity by Dirk Mohr ETH Zurich, Deartment of Mechanical and Proce Engineering,

More information

Chapter 4. The Laplace Transform Method

Chapter 4. The Laplace Transform Method Chapter 4. The Laplace Tranform Method The Laplace Tranform i a tranformation, meaning that it change a function into a new function. Actually, it i a linear tranformation, becaue it convert a linear combination

More information

Physics 741 Graduate Quantum Mechanics 1 Solutions to Final Exam, Fall 2014

Physics 741 Graduate Quantum Mechanics 1 Solutions to Final Exam, Fall 2014 Phyic 7 Graduate Quantum Mechanic Solution to inal Eam all 0 Each quetion i worth 5 point with point for each part marked eparately Some poibly ueful formula appear at the end of the tet In four dimenion

More information

Figure 1 Siemens PSSE Web Site

Figure 1 Siemens PSSE Web Site Stability Analyi of Dynamic Sytem. In the lat few lecture we have een how mall ignal Lalace domain model may be contructed of the dynamic erformance of ower ytem. The tability of uch ytem i a matter of

More information

Discovery Mass Reach for Excited Quarks at Hadron Colliders

Discovery Mass Reach for Excited Quarks at Hadron Colliders Dicovery Ma Reach for Excited Quark at Hadron Collider Robert M. Harri Fermilab, Batavia, IL 60510 ABSTRACT If quark are comoite article then excited tate are exected. We etimate the dicovery ma reach

More information

Clustering Methods without Given Number of Clusters

Clustering Methods without Given Number of Clusters Clutering Method without Given Number of Cluter Peng Xu, Fei Liu Introduction A we now, mean method i a very effective algorithm of clutering. It mot powerful feature i the calability and implicity. However,

More information

Lecture 9: Shor s Algorithm

Lecture 9: Shor s Algorithm Quantum Computation (CMU 8-859BB, Fall 05) Lecture 9: Shor Algorithm October 7, 05 Lecturer: Ryan O Donnell Scribe: Sidhanth Mohanty Overview Let u recall the period finding problem that wa et up a a function

More information

Lecture 3. Dispersion and waves in cold plasma. Review and extension of the previous lecture. Basic ideas. Kramers-Kronig relations

Lecture 3. Dispersion and waves in cold plasma. Review and extension of the previous lecture. Basic ideas. Kramers-Kronig relations Lecture 3 Dierion and wave in cold lama Review and extenion of the reviou lecture Baic idea At the reviou lecture, we dicued how to roerly earch for eigenmode (or quai-eigenmode) of a dierive medium. In

More information

Chapter Landscape of an Optimization Problem. Local Search. Coping With NP-Hardness. Gradient Descent: Vertex Cover

Chapter Landscape of an Optimization Problem. Local Search. Coping With NP-Hardness. Gradient Descent: Vertex Cover Coping With NP-Hardne Chapter 12 Local Search Q Suppoe I need to olve an NP-hard problem What hould I do? A Theory ay you're unlikely to find poly-time algorithm Mut acrifice one of three deired feature

More information

Lecture 7: Testing Distributions

Lecture 7: Testing Distributions CSE 5: Sublinear (and Streaming) Algorithm Spring 014 Lecture 7: Teting Ditribution April 1, 014 Lecturer: Paul Beame Scribe: Paul Beame 1 Teting Uniformity of Ditribution We return today to property teting

More information

Do Dogs Know Bifurcations?

Do Dogs Know Bifurcations? Do Dog Know Bifurcation? Roland Minton Roanoke College Salem, VA 4153 Timothy J. Penning Hoe College Holland, MI 4943 Elvi burt uon the mathematical cene in May, 003. The econd author article "Do Dog Know

More information

Efficient Heuristic Approach to Dominance Testing in CP-nets

Efficient Heuristic Approach to Dominance Testing in CP-nets Efficient Heuritic Approach to Dominance Teting in CP-net Minyi Li Swinburne Univerity of Technology myli@win.edu.au Quoc Bao Vo Swinburne Univerity of Technology BVO@win.edu.au Ryzard Kowalczyk Swinburne

More information

ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION. Xiaoqun Wang

ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION. Xiaoqun Wang Proceeding of the 2008 Winter Simulation Conference S. J. Maon, R. R. Hill, L. Mönch, O. Roe, T. Jefferon, J. W. Fowler ed. ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION Xiaoqun Wang

More information

Chapter 5 Consistency, Zero Stability, and the Dahlquist Equivalence Theorem

Chapter 5 Consistency, Zero Stability, and the Dahlquist Equivalence Theorem Chapter 5 Conitency, Zero Stability, and the Dahlquit Equivalence Theorem In Chapter 2 we dicued convergence of numerical method and gave an experimental method for finding the rate of convergence (aka,

More information

Using Maple to Evaluate the Partial Derivatives of Two-Variables Functions

Using Maple to Evaluate the Partial Derivatives of Two-Variables Functions Available Online at wwwijcmccom International Journal of Comuter Science and Mobile Comuting A Monthly Journal of Comuter Science and Information Technology ISSN 30 088X IJCSMC, Vol, Iue 6, June 013, g5

More information

An Inequality for Nonnegative Matrices and the Inverse Eigenvalue Problem

An Inequality for Nonnegative Matrices and the Inverse Eigenvalue Problem An Inequality for Nonnegative Matrice and the Invere Eigenvalue Problem Robert Ream Program in Mathematical Science The Univerity of Texa at Dalla Box 83688, Richardon, Texa 7583-688 Abtract We preent

More information

Control Systems Analysis and Design by the Root-Locus Method

Control Systems Analysis and Design by the Root-Locus Method 6 Control Sytem Analyi and Deign by the Root-Locu Method 6 1 INTRODUCTION The baic characteritic of the tranient repone of a cloed-loop ytem i cloely related to the location of the cloed-loop pole. If

More information

Social Studies 201 Notes for March 18, 2005

Social Studies 201 Notes for March 18, 2005 1 Social Studie 201 Note for March 18, 2005 Etimation of a mean, mall ample ize Section 8.4, p. 501. When a reearcher ha only a mall ample ize available, the central limit theorem doe not apply to the

More information

Online Appendix for Managerial Attention and Worker Performance by Marina Halac and Andrea Prat

Online Appendix for Managerial Attention and Worker Performance by Marina Halac and Andrea Prat Online Appendix for Managerial Attention and Worker Performance by Marina Halac and Andrea Prat Thi Online Appendix contain the proof of our reult for the undicounted limit dicued in Section 2 of the paper,

More information

Some Approaches to the Analysis of a Group of Repeated Measurements Experiment on Mahogany Tree with Heteroscedustic Model

Some Approaches to the Analysis of a Group of Repeated Measurements Experiment on Mahogany Tree with Heteroscedustic Model J Agric Rural Dev 4(&), 55-59, June 006 ISSN 80-860 JARD Journal of Agriculture & Rural Develoment Some Aroache to the Analyi of a Grou of Reeated Meaurement Exeriment on Mahogany Tree with Heterocedutic

More information

EC381/MN308 Probability and Some Statistics. Lecture 7 - Outline. Chapter Cumulative Distribution Function (CDF) Continuous Random Variables

EC381/MN308 Probability and Some Statistics. Lecture 7 - Outline. Chapter Cumulative Distribution Function (CDF) Continuous Random Variables EC38/MN38 Probability and Some Statitic Yanni Pachalidi yannip@bu.edu, http://ionia.bu.edu/ Lecture 7 - Outline. Continuou Random Variable Dept. of Manufacturing Engineering Dept. of Electrical and Computer

More information

Lecture 8: Period Finding: Simon s Problem over Z N

Lecture 8: Period Finding: Simon s Problem over Z N Quantum Computation (CMU 8-859BB, Fall 205) Lecture 8: Period Finding: Simon Problem over Z October 5, 205 Lecturer: John Wright Scribe: icola Rech Problem A mentioned previouly, period finding i a rephraing

More information

IEOR 3106: Fall 2013, Professor Whitt Topics for Discussion: Tuesday, November 19 Alternating Renewal Processes and The Renewal Equation

IEOR 3106: Fall 2013, Professor Whitt Topics for Discussion: Tuesday, November 19 Alternating Renewal Processes and The Renewal Equation IEOR 316: Fall 213, Profeor Whitt Topic for Dicuion: Tueday, November 19 Alternating Renewal Procee and The Renewal Equation 1 Alternating Renewal Procee An alternating renewal proce alternate between

More information

Lecture 10. Erbium-doped fiber amplifier (EDFA) Raman amplifiers Have replaced semiconductor optical amplifiers in the course

Lecture 10. Erbium-doped fiber amplifier (EDFA) Raman amplifiers Have replaced semiconductor optical amplifiers in the course ecture 1 Two tye of otical amlifier: Erbium-doed fiber amlifier (EDFA) Raman amlifier Have relaced emiconductor otical amlifier in the coure Fiber Otical Communication ecture 1, Slide 1 Benefit and requirement

More information

SOME RESULTS ON INFINITE POWER TOWERS

SOME RESULTS ON INFINITE POWER TOWERS NNTDM 16 2010) 3, 18-24 SOME RESULTS ON INFINITE POWER TOWERS Mladen Vailev - Miana 5, V. Hugo Str., Sofia 1124, Bulgaria E-mail:miana@abv.bg Abtract To my friend Kratyu Gumnerov In the paper the infinite

More information

OVERSHOOT FREE PI CONTROLLER TUNING BASED ON POLE ASSIGNMENT

OVERSHOOT FREE PI CONTROLLER TUNING BASED ON POLE ASSIGNMENT OVERSHOO FREE PI CONROER UNING BASED ON POE ASSIGNMEN Nevra Bayhan * Mehmet uran Söylemez ** uğba Botan ** e-mail: nevra@itanbul.edu.tr e-mail: oylemez@el.itu.edu.tr e-mail: botan@itu.edu.tr * Itanbul

More information

SIMPLE LINEAR REGRESSION

SIMPLE LINEAR REGRESSION SIMPLE LINEAR REGRESSION In linear regreion, we conider the frequency ditribution of one variable (Y) at each of everal level of a econd variable (). Y i known a the dependent variable. The variable for

More information

Laplace Transformation

Laplace Transformation Univerity of Technology Electromechanical Department Energy Branch Advance Mathematic Laplace Tranformation nd Cla Lecture 6 Page of 7 Laplace Tranformation Definition Suppoe that f(t) i a piecewie continuou

More information

Estimating Conditional Mean and Difference Between Conditional Mean and Conditional Median

Estimating Conditional Mean and Difference Between Conditional Mean and Conditional Median Etimating Conditional Mean and Difference Between Conditional Mean and Conditional Median Liang Peng Deartment of Ri Management and Inurance Georgia State Univerity and Qiwei Yao Deartment of Statitic,

More information

Lecture 21. The Lovasz splitting-off lemma Topics in Combinatorial Optimization April 29th, 2004

Lecture 21. The Lovasz splitting-off lemma Topics in Combinatorial Optimization April 29th, 2004 18.997 Topic in Combinatorial Optimization April 29th, 2004 Lecture 21 Lecturer: Michel X. Goeman Scribe: Mohammad Mahdian 1 The Lovaz plitting-off lemma Lovaz plitting-off lemma tate the following. Theorem

More information

The Secret Life of the ax + b Group

The Secret Life of the ax + b Group The Secret Life of the ax + b Group Linear function x ax + b are prominent if not ubiquitou in high chool mathematic, beginning in, or now before, Algebra I. In particular, they are prime exhibit in any

More information

Design of Two-Channel Low-Delay FIR Filter Banks Using Constrained Optimization

Design of Two-Channel Low-Delay FIR Filter Banks Using Constrained Optimization contrained otimization, CIT Journal of Comuting and Information Technology, vol. 8, no 4,. 34 348, 2. Deign of Two-Channel Low-Delay FIR Filter Bank Uing Contrained Otimization Abtract Robert Bregović

More information

Source slideplayer.com/fundamentals of Analytical Chemistry, F.J. Holler, S.R.Crouch. Chapter 6: Random Errors in Chemical Analysis

Source slideplayer.com/fundamentals of Analytical Chemistry, F.J. Holler, S.R.Crouch. Chapter 6: Random Errors in Chemical Analysis Source lideplayer.com/fundamental of Analytical Chemitry, F.J. Holler, S.R.Crouch Chapter 6: Random Error in Chemical Analyi Random error are preent in every meaurement no matter how careful the experimenter.

More information

USEFUL TECHNIQUES FOR FIELD ANALYSTS IN THE DESIGN AND OPTIMIZATION OF LINEAR INDUCTION MOTORS

USEFUL TECHNIQUES FOR FIELD ANALYSTS IN THE DESIGN AND OPTIMIZATION OF LINEAR INDUCTION MOTORS USEFUL TECHNIQUES FOR FIELD ANALYSTS IN THE DESIGN AND OPTIMIZATION OF LINEAR INDUCTION MOTORS By: K.R. Davey R.C. Zowarka Twelfth Biennial IEEE Conference on Electromagnetic Field Comutation (CEFC 006),

More information

CSE 355 Homework Two Solutions

CSE 355 Homework Two Solutions CSE 355 Homework Two Solution Due 2 Octoer 23, tart o cla Pleae note that there i more than one way to anwer mot o thee quetion. The ollowing only repreent a ample olution. () Let M e the DFA with tranition

More information

SOLUTIONS TO ALGEBRAIC GEOMETRY AND ARITHMETIC CURVES BY QING LIU. I will collect my solutions to some of the exercises in this book in this document.

SOLUTIONS TO ALGEBRAIC GEOMETRY AND ARITHMETIC CURVES BY QING LIU. I will collect my solutions to some of the exercises in this book in this document. SOLUTIONS TO ALGEBRAIC GEOMETRY AND ARITHMETIC CURVES BY QING LIU CİHAN BAHRAN I will collect my olution to ome of the exercie in thi book in thi document. Section 2.1 1. Let A = k[[t ]] be the ring of

More information

arxiv: v2 [math.nt] 1 Jan 2018

arxiv: v2 [math.nt] 1 Jan 2018 A CONTINUOUS ANALOGUE OF LATTICE PATH ENUMERATION: PART II TANAY WAKHARE AND CHRISTOPHE VIGNAT arxiv:66986v [mathnt] Jan 8 Abtract Following the work of Cano and Díaz, we tudy continuou binomial coefficient

More information

Hidden Markov Model Parameters

Hidden Markov Model Parameters .PPT 5/04/00 Lecture 6 HMM Traiig Traiig Hidde Markov Model Iitial model etimate Viterbi traiig Baum-Welch traiig 8.7.PPT 5/04/00 8.8 Hidde Markov Model Parameter c c c 3 a a a 3 t t t 3 c a t A Hidde

More information

Midterm 3 Review Solutions by CC

Midterm 3 Review Solutions by CC Midterm Review Solution by CC Problem Set u (but do not evaluate) the iterated integral to rereent each of the following. (a) The volume of the olid encloed by the arabaloid z x + y and the lane z, x :

More information

Electronic Theses and Dissertations

Electronic Theses and Dissertations Eat Tenneee State Univerity Digital Common @ Eat Tenneee State Univerity Electronic Thee and Diertation Student Work 5-208 Vector Partition Jennifer French Eat Tenneee State Univerity Follow thi and additional

More information

NCAAPMT Calculus Challenge Challenge #3 Due: October 26, 2011

NCAAPMT Calculus Challenge Challenge #3 Due: October 26, 2011 NCAAPMT Calculu Challenge 011 01 Challenge #3 Due: October 6, 011 A Model of Traffic Flow Everyone ha at ome time been on a multi-lane highway and encountered road contruction that required the traffic

More information

In presenting the dissertation as a partial fulfillment of the requirements for an advanced degree from the Georgia Institute of Technology, I agree

In presenting the dissertation as a partial fulfillment of the requirements for an advanced degree from the Georgia Institute of Technology, I agree In preenting the diertation a a partial fulfillment of the requirement for an advanced degree from the Georgia Intitute of Technology, I agree that the Library of the Intitute hall make it available for

More information

Risk reducing actions: efficiency evaluation

Risk reducing actions: efficiency evaluation E TRNCTION on BUINE and ECONOMIC Joel Pereira Jr., ougla Barboa, Patricia Bernarde, Thiago Bruzadelli, Petr Eel, Tiago araiva Ri reducing action: efficiency evaluation JOE PEREIR JR.,2,*, OUG BRBO,4, PTRICI

More information

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281 72 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 28 and i 2 Show how Euler formula (page 33) can then be ued to deduce the reult a ( a) 2 b 2 {e at co bt} {e at in bt} b ( a) 2 b 2 5 Under what condition

More information

LAPLACE EQUATION IN A DOMAIN WITH A RECTILINEAR CRACK: HIGHER ORDER DERIVATIVES OF THE ENERGY WITH RESPECT TO THE CRACK LENGTH

LAPLACE EQUATION IN A DOMAIN WITH A RECTILINEAR CRACK: HIGHER ORDER DERIVATIVES OF THE ENERGY WITH RESPECT TO THE CRACK LENGTH LAPLACE EQUATION IN A DOMAIN WITH A RECTILINEAR CRACK: HIGHER ORDER DERIVATIVES OF THE ENERGY WITH RESPECT TO THE CRACK LENGTH GIANNI DAL MASO, GIANLUCA ORLANDO, AND RODICA TOADER Abtract We conider the

More information

Solving Differential Equations by the Laplace Transform and by Numerical Methods

Solving Differential Equations by the Laplace Transform and by Numerical Methods 36CH_PHCalter_TechMath_95099 3//007 :8 PM Page Solving Differential Equation by the Laplace Tranform and by Numerical Method OBJECTIVES When you have completed thi chapter, you hould be able to: Find the

More information

Changing the properties of polymers and plastics

Changing the properties of polymers and plastics 58 Inpirational chemitry Changing the propertie of polymer and platic Index 3.1.5 7 heet Equipment required The propertie of polymer and platic can be changed in a number of way. One way i of coure to

More information

Systems Analysis. Prof. Cesar de Prada ISA-UVA

Systems Analysis. Prof. Cesar de Prada ISA-UVA Sytem Analyi Prof. Cear de Prada ISAUVA rada@autom.uva.e Aim Learn how to infer the dynamic behaviour of a cloed loo ytem from it model. Learn how to infer the change in the dynamic of a cloed loo ytem

More information

1 Bertrand duopoly with incomplete information

1 Bertrand duopoly with incomplete information Game Theory Solution to Problem Set 5 1 Bertrand duopoly ith incomplete information The game i de ned by I = f1; g ; et of player A i = [0; 1) T i = fb L ; b H g, ith p(b L ) = u i (b i ; p i ; p j ) =

More information

Convex Hulls of Curves Sam Burton

Convex Hulls of Curves Sam Burton Convex Hull of Curve Sam Burton 1 Introduction Thi paper will primarily be concerned with determining the face of convex hull of curve of the form C = {(t, t a, t b ) t [ 1, 1]}, a < b N in R 3. We hall

More information

TRIPLE SOLUTIONS FOR THE ONE-DIMENSIONAL

TRIPLE SOLUTIONS FOR THE ONE-DIMENSIONAL GLASNIK MATEMATIČKI Vol. 38583, 73 84 TRIPLE SOLUTIONS FOR THE ONE-DIMENSIONAL p-laplacian Haihen Lü, Donal O Regan and Ravi P. Agarwal Academy of Mathematic and Sytem Science, Beijing, China, National

More information

Two-echelon supply chain coordination under information asymmetry with multiple types

Two-echelon supply chain coordination under information asymmetry with multiple types Two-echelon uly chain coordination under information aymmetry with multile tye.b.o. Kerkkam & W. van den Heuvel & A.P.M. Wagelman Econometric Intitute eort EI206-8 Abtract We analye a rincial-agent contracting

More information

Factor Analysis with Poisson Output

Factor Analysis with Poisson Output Factor Analyi with Poion Output Gopal Santhanam Byron Yu Krihna V. Shenoy, Department of Electrical Engineering, Neurocience Program Stanford Univerity Stanford, CA 94305, USA {gopal,byronyu,henoy}@tanford.edu

More information

Chapter 3- Answers to selected exercises

Chapter 3- Answers to selected exercises Chater 3- Anwer to elected exercie. he chemical otential of a imle uid of a ingle comonent i gien by the exreion o ( ) + k B ln o ( ) ; where i the temerature, i the reure, k B i the Boltzmann contant,

More information

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.1 INTRODUCTION 8.2 REDUCED ORDER MODEL DESIGN FOR LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.3

More information

Approximating discrete probability distributions with Bayesian networks

Approximating discrete probability distributions with Bayesian networks Approximating dicrete probability ditribution with Bayeian network Jon Williamon Department of Philoophy King College, Str and, London, WC2R 2LS, UK Abtract I generalie the argument of [Chow & Liu 1968]

More information

Time [seconds]

Time [seconds] .003 Fall 1999 Solution of Homework Aignment 4 1. Due to the application of a 1.0 Newton tep-force, the ytem ocillate at it damped natural frequency! d about the new equilibrium poition y k =. From the

More information

Orbitals, Shapes and Polarity Quiz

Orbitals, Shapes and Polarity Quiz Orbital, Shae and Polarity Quiz Name: /17 Knowledge. Anwer the following quetion on foolca. /2 1. Exlain why the ub-level can aear to be herical like the ub-level? /2 2.a) What i the maximum number of

More information

CHAPTER 6. Estimation

CHAPTER 6. Estimation CHAPTER 6 Etimation Definition. Statitical inference i the procedure by which we reach a concluion about a population on the bai of information contained in a ample drawn from that population. Definition.

More information

Lecture 15 - Current. A Puzzle... Advanced Section: Image Charge for Spheres. Image Charge for a Grounded Spherical Shell

Lecture 15 - Current. A Puzzle... Advanced Section: Image Charge for Spheres. Image Charge for a Grounded Spherical Shell Lecture 15 - Current Puzzle... Suppoe an infinite grounded conducting plane lie at z = 0. charge q i located at a height h above the conducting plane. Show in three different way that the potential below

More information

Classes of Fuzzy Real-Valued Double Sequences Related to the Space p

Classes of Fuzzy Real-Valued Double Sequences Related to the Space p Global Journal of Science rontier Reearch Mathematic and Deciion Science Volume 3 Iue 6 Verion 0 Year 03 Tye : Double Blind Peer Reviewed International Reearch Journal Publiher: Global Journal Inc USA

More information

ON THE DETERMINATION OF NUMBERS BY THEIR SUMS OF A FIXED ORDER J. L. SELFRIDGE AND E. G. STRAUS

ON THE DETERMINATION OF NUMBERS BY THEIR SUMS OF A FIXED ORDER J. L. SELFRIDGE AND E. G. STRAUS ON THE DETERMINATION OF NUMBERS BY THEIR SUMS OF A FIXED ORDER J. L. SELFRIDGE AND E. G. STRAUS 1. Introduction. We wih to treat the following problem (uggeted by a problem of L. Moer [2]): Let {x} = {x

More information

Comparing Means: t-tests for Two Independent Samples

Comparing Means: t-tests for Two Independent Samples Comparing ean: t-tet for Two Independent Sample Independent-eaure Deign t-tet for Two Independent Sample Allow reearcher to evaluate the mean difference between two population uing data from two eparate

More information

Optimal Coordination of Samples in Business Surveys

Optimal Coordination of Samples in Business Surveys Paper preented at the ICES-III, June 8-, 007, Montreal, Quebec, Canada Optimal Coordination of Sample in Buine Survey enka Mach, Ioana Şchiopu-Kratina, Philip T Rei, Jean-Marc Fillion Statitic Canada New

More information

Computers and Mathematics with Applications. Sharp algebraic periodicity conditions for linear higher order

Computers and Mathematics with Applications. Sharp algebraic periodicity conditions for linear higher order Computer and Mathematic with Application 64 (2012) 2262 2274 Content lit available at SciVere ScienceDirect Computer and Mathematic with Application journal homepage: wwweleviercom/locate/camwa Sharp algebraic

More information

Theoretical Computer Science. Optimal algorithms for online scheduling with bounded rearrangement at the end

Theoretical Computer Science. Optimal algorithms for online scheduling with bounded rearrangement at the end Theoretical Computer Science 4 (0) 669 678 Content lit available at SciVere ScienceDirect Theoretical Computer Science journal homepage: www.elevier.com/locate/tc Optimal algorithm for online cheduling

More information

Bogoliubov Transformation in Classical Mechanics

Bogoliubov Transformation in Classical Mechanics Bogoliubov Tranformation in Claical Mechanic Canonical Tranformation Suppoe we have a et of complex canonical variable, {a j }, and would like to conider another et of variable, {b }, b b ({a j }). How

More information

2.8 Global optimizations Taxonomy summarized Overview of algorithms Verification Method

2.8 Global optimizations Taxonomy summarized Overview of algorithms Verification Method Content Content... 1 1 Introduction... 4 1.1 Background information... 4 1.2 IOI terminology and proce... 4 1.2.1 Quality... 5 1.2.2 The grading proce... 5 1.3 Objective... 6 1.4 Methodology... 6 1.5 Overview...

More information

Moment of Inertia of an Equilateral Triangle with Pivot at one Vertex

Moment of Inertia of an Equilateral Triangle with Pivot at one Vertex oment of nertia of an Equilateral Triangle with Pivot at one Vertex There are two wa (at leat) to derive the expreion f an equilateral triangle that i rotated about one vertex, and ll how ou both here.

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

(b) Is the game below solvable by iterated strict dominance? Does it have a unique Nash equilibrium?

(b) Is the game below solvable by iterated strict dominance? Does it have a unique Nash equilibrium? 14.1 Final Exam Anwer all quetion. You have 3 hour in which to complete the exam. 1. (60 Minute 40 Point) Anwer each of the following ubquetion briefly. Pleae how your calculation and provide rough explanation

More information

Designing of Analog Filters.

Designing of Analog Filters. Deigning of Analog Filter. Aliaing and recontruction filter are analog filter, therefore we need to undertand the deign of analog filter firt before going into the deign of digital filter. Further the

More information

Jump condition at the boundary between a porous catalyst and a homogeneous fluid

Jump condition at the boundary between a porous catalyst and a homogeneous fluid From the SelectedWork of Francico J. Valde-Parada 2005 Jump condition at the boundary between a porou catalyt and a homogeneou fluid Francico J. Valde-Parada J. Alberto Ochoa-Tapia Available at: http://work.bepre.com/francico_j_valde_parada/12/

More information

MANUFACTURING TOLERANCES AS A CAUSE FOR AUDIBLE NOISE OF INDUCTION MOTORS

MANUFACTURING TOLERANCES AS A CAUSE FOR AUDIBLE NOISE OF INDUCTION MOTORS MANUFACTURING TOLERANCES AS A CAUSE FOR AUDIBLE NOISE OF INDUCTION MOTORS Delaere K., Franen J., Hameyer K., Belman R. Katholieke Univeriteit Leuven, De. EE (ESAT) Div. ELEN, Kardinaal Mercierlaan 94,

More information

# obtained using Simpson s rule with threepoint

# obtained using Simpson s rule with threepoint YEAR Q. 5. The etimate of # obtained uing Simon rule with threeoint function evaluation eceed the eact value by 5..5 (B).68. (D). Q. The annual reciitation data of a city i normally ditributed with mean

More information

Root Locus Diagram. Root loci: The portion of root locus when k assume positive values: that is 0

Root Locus Diagram. Root loci: The portion of root locus when k assume positive values: that is 0 Objective Root Locu Diagram Upon completion of thi chapter you will be able to: Plot the Root Locu for a given Tranfer Function by varying gain of the ytem, Analye the tability of the ytem from the root

More information

THE SPLITTING SUBSPACE CONJECTURE

THE SPLITTING SUBSPACE CONJECTURE THE SPLITTING SUBSPAE ONJETURE ERI HEN AND DENNIS TSENG Abtract We anwer a uetion by Niederreiter concerning the enumeration of a cla of ubpace of finite dimenional vector pace over finite field by proving

More information

Robustness analysis for the boundary control of the string equation

Robustness analysis for the boundary control of the string equation Routne analyi for the oundary control of the tring equation Martin GUGAT Mario SIGALOTTI and Mariu TUCSNAK I INTRODUCTION AND MAIN RESULTS In thi paper we conider the infinite dimenional ytem determined

More information

4. Connectivity Connectivity Connectivity. Whitney's s connectivity theorem: (G) (G) (G) for special

4. Connectivity Connectivity Connectivity. Whitney's s connectivity theorem: (G) (G) (G) for special 4. Connectivity 4.. Connectivity Vertex-cut and vertex-connectivity Edge-cut and edge-connectivty Whitney' connectivity theorem: Further theorem for the relation of and graph 4.. The Menger Theorem and

More information

Theoretical Population Biology

Theoretical Population Biology Theoretical Population Biology 8 () 3 Content lit available at ScienceDirect Theoretical Population Biology journal homepage: www.elevier.com/locate/tpb On the ize ditribution of private microatellite

More information

Avoiding Forbidden Submatrices by Row Deletions

Avoiding Forbidden Submatrices by Row Deletions Avoiding Forbidden Submatrice by Row Deletion Sebatian Wernicke, Jochen Alber, Jen Gramm, Jiong Guo, and Rolf Niedermeier Wilhelm-Schickard-Intitut für Informatik, niverität Tübingen, Sand 13, D-72076

More information

Suggested Answers To Exercises. estimates variability in a sampling distribution of random means. About 68% of means fall

Suggested Answers To Exercises. estimates variability in a sampling distribution of random means. About 68% of means fall Beyond Significance Teting ( nd Edition), Rex B. Kline Suggeted Anwer To Exercie Chapter. The tatitic meaure variability among core at the cae level. In a normal ditribution, about 68% of the core fall

More information

MATEMATIK Datum: Tid: eftermiddag. A.Heintz Telefonvakt: Anders Martinsson Tel.:

MATEMATIK Datum: Tid: eftermiddag. A.Heintz Telefonvakt: Anders Martinsson Tel.: MATEMATIK Datum: 20-08-25 Tid: eftermiddag GU, Chalmer Hjälpmedel: inga A.Heintz Telefonvakt: Ander Martinon Tel.: 073-07926. Löningar till tenta i ODE och matematik modellering, MMG5, MVE6. Define what

More information

μ + = σ = D 4 σ = D 3 σ = σ = All units in parts (a) and (b) are in V. (1) x chart: Center = μ = 0.75 UCL =

μ + = σ = D 4 σ = D 3 σ = σ = All units in parts (a) and (b) are in V. (1) x chart: Center = μ = 0.75 UCL = Our online Tutor are available 4*7 to provide Help with Proce control ytem Homework/Aignment or a long term Graduate/Undergraduate Proce control ytem Project. Our Tutor being experienced and proficient

More information

New bounds for Morse clusters

New bounds for Morse clusters New bound for More cluter Tamá Vinkó Advanced Concept Team, European Space Agency, ESTEC Keplerlaan 1, 2201 AZ Noordwijk, The Netherland Tama.Vinko@ea.int and Arnold Neumaier Fakultät für Mathematik, Univerität

More information

ME 315 Exam 3 8:00-9:00 PM Thursday, April 16, 2009 CIRCLE YOUR DIVISION

ME 315 Exam 3 8:00-9:00 PM Thursday, April 16, 2009 CIRCLE YOUR DIVISION ME 315 Exam 3 8:00-9:00 PM Thurday, Aril 16, 009 Thi i a cloed-book, cloed-note examination. There i a formula heet at the back. You mut turn off all communication device before tarting thi exam, and leave

More information

ME2142/ME2142E Feedback Control Systems

ME2142/ME2142E Feedback Control Systems Root Locu Analyi Root Locu Analyi Conider the cloed-loop ytem R + E - G C B H The tranient repone, and tability, of the cloed-loop ytem i determined by the value of the root of the characteritic equation

More information

Codes Correcting Two Deletions

Codes Correcting Two Deletions 1 Code Correcting Two Deletion Ryan Gabry and Frederic Sala Spawar Sytem Center Univerity of California, Lo Angele ryan.gabry@navy.mil fredala@ucla.edu Abtract In thi work, we invetigate the problem of

More information