Competitively Scheduling Tasks with Intermediate Parallelizability

Size: px
Start display at page:

Download "Competitively Scheduling Tasks with Intermediate Parallelizability"

Transcription

1 Copetitively Scheduling Tasks with Inteediate Paallelizability Sungjin I Electical Engineeing and Copute Science Univesity of Califonia Meced, CA si3@uceced.edu Benjain Moseley Toyota Technological Institute Chicago, IL oseley@ttic.edu Eic Tong Dept. of Copute Science and Engineeing Michigan State Univesity East Lansing, MI tong@su.edu Kik Puhs Dept. of Copute Science Univesity of Pittsbugh Pittsbugh, PA 5260 kik@cs.pitt.edu ABSTRACT We intoduce a scheduling algoith Inteediate-SRPT, and show that it is O(log P )-copetitive with espect to aveage waiting tie when scheduling jobs whose paallelizability is inteediate between being fully paallelizable and sequential. Hee the paaete P denotes the atio between the axiu job size to the iniu. We also show a geneal atching lowe bound on the copetitive atio. Ou analysis builds on an inteesting cobination of potential function and local copetitiveness aguents. Categoies and Subject Desciptos F.2.2 [Nonnueical Algoiths and Poble]: Sequencing and scheduling Geneal Tes Algoiths, Theoy Keywods Scheduling, Paallelization, Speedup cuves.. INTRODUCTION Due to the effects of Mooe s law, aound a decade ago chip akes such as Intel hit a theal wall, whee the cost of cooling becae pohibitive if all switches wee devoted to a single high speed pocesso. In esponse the chip akes abuptly switched to pedoinantly poducing ultipocesso chips []. The advantage of ultipocesso chips is Peission to ake digital o had copies of all o pat of this wok fo pesonal o classoo use is ganted without fee povided that copies ae not ade o distibuted fo pofit o coecial advantage and that copies bea this notice and the full citation on the fist page. Copyights fo coponents of this wok owned by othes than ACM ust be honoed. Abstacting with cedit is peitted. To copy othewise, o epublish, to post on seves o to edistibute to lists, equies pio specific peission and/o a fee. Request peissions fo peissions@ac.og. SPAA 4, June 23 25, 204, Pague, Czech Republic. Copyight 204 ACM /4/06...$ that k pocessos with speed s/k would use only about /k 2 faction of the dynaic powe of a single speed s pocesso (assuing the standad cube-oot ule elationship between dynaic powe and speed), but potentially would have the sae pocessing capability; of couse, fully utilizing the pocessing capability of a ultipocesso is a gand challenge. Ou focus hee is on one of these challenges, naely the scheduling of tasks. One (not univesally accepted) vision of the futue is aticulated by Anant Agawal, CEO of Tilea [2].: I would like to call it a coollay of Mooe s Law that the nube of coes will double evey 8 onths. Tilea cuently poduces poducts with ode of 0 2 pocessos [], and poducts with ode of 0 3 pocessos ae in eseach and developent [2]. In such settings, thee will likely often be oe pocessos than tasks, and thus a schedule would have to patition the pocessos aong the tasks. To achieve optial pefoance, the schedule ust conside the paellizability of tasks when patitioning and scheduling. Fo exaple, wheeas soe highly paallel tasks ight be sped up alost linealy when assigned additional pocessos and thus benefit geatly fo being given oe pocessos, othe highly sequential tasks ight not be sped up at all when assigned additional pocessos. In between these two extees lie pehaps the ajoity of tasks which have inteediate levels of paallelizability. The initial otivating questions fo the eseach that we epot on hee ae: What is the best algoith to schedule jobs with inteediate paallelizability, and what wost-case elative eo guaantee does this algoith give? Unde standad assuptions (which we will elaboate on oentaily) it is clea how to optially schedule n fully paallelizable tasks on pocessos: all pocessos ae allocated to the task with the least aount of unpocessed wok. Let us call this algoith Paallel-SRPT. Futhe it is known how to schedule n fully sequential tasks on pocessos in an optially copetitive way: the up to

2 tasks with the least unpocessed wok ae each allocated one pocesso. Let us call this algoith Sequential-SRPT. Fo sequential jobs with sizes ae between and P, Sequential- SRPT is O(log P )-copetitive, with espect to the objective of aveage waiting tie [0]. Futhe, this copetitive atio is best possible fo online algoiths [0]. It was peviously not known how to schedule jobs of inteediate paallelizability in an optially copetitive way, and it was not clea a pioi what the best scheduling policy would be. Pesuably the ight algoith should agee with Paallel-SRPT when jobs ae fully paallelizable, and agee with Sequential-SRPT when the jobs ae sequential. Afte a oent s eflection, the ost obvious popety that both Paallel-SRPT and Sequential-SRPT shae is that they schedule jobs in such a way as to axiize the ate of eduction of the factional nube of unfinished jobs, unde the assuption that the oiginal size of each job was its cuent size. So pehaps the ost natual candidate fo the best algoith to schedule tasks with inteediate paallelizability would again be to assue that the eaining unfinished wok of each job was its oiginal wok, and then geedily axiize the ate that the factional nube of unfinished jobs is being educed by. Quite supisingly (at least to us) we show in Section 3 that the copetitive atio of this natual hybid algoith is lage. Ou ain esult is a less obvious algoith (though still siple and natual), which we call Inteediate-SRPT, that we show is optially copetitive fo all inteediate levels of paallelizability. We now descibe the Inteediate-SRPT algoith, intoduce ou natual odel fo inteediate paallelizability, state ou uppe bound on the copetitive atio of the Inteediate-SRPT algoith, and finally state ou geneal atching lowe bound on the copetitive atio of any algoith. Inteediate-SRPT Algoith Desciption: If thee ae at least tasks, the tasks with the least unpocessed wok ae each allocated one pocesso (this is like Sequential- SRPT). If thee ae stictly fewe than tasks, the pocessos ae evenly patitioned aong the tasks (this is essentially the Round Robin o Pocesso Shaing Algoith). Modeling Inteediate Paallelizability: We assue that fo each job j thee exists an α j (0, ) such that the speedup cuve fo job j is Γ j(x) = x fo x, and Γ j(x) = x α j fo x. The speedup cuve gives the ate that wok is pocessed if the job is allocated x pocessos. Note that α j = 0 coesponds to a sequential job and α j = coesponds to a fully paallelizable job. We believe speed-up cuves of the fo x α j give a natual way of intepolating inteediate degees of paallelizability without being gounded in any specific achine odel. Theoe. Fo jobs of inteediate paallelizability, the algoith Inteediate-SRPT has copetitive atio O() 4 /( α) log P with espect to aveage waiting tie, whee α = ax j α j. In paticula, this holds fo the special case that each α j = α. Theoe 2. Fo all α [0, ), the copetitive atio of evey algoith with espect to aveage waiting tie, esticted to instances with tasks with speedup cuves of the fo Γ j(x) = x fo x, and Γ j(x) = x α fo x, is Ω(log P ). Taken togethe, these esults show (again soewhat supisingly to us) that scheduling jobs that ae even slightly less than fully paallelizable is oe like scheduling sequential jobs than like scheduling fully paallelizable jobs. The lowe bound fo the natual hybid algoith shows that its eo is that it will soeties allocate too any pocessos to one job. This is the ight stategy if the jobs ae fully paallelizable, but can lead to a lage elative eo if the jobs ae even a bit less than fully paallelizable. The algoith Inteediate-SRPT coects this eo by functioning as Sequential-SRPT when the syste is undeloaded, and shaing the pocessos equally when the syste is oveloaded. Theoe and Theoe 2 togethe establish that the optial copetitive atio jups fo to Θ(log P ) the instant α <. Theoe is poved in Section 2. Theoe 2, is poved in Section 4. But fist, we eview standad odeling assuptions and notation, and eview the ost closely elated papes in the liteatue.. Standad Modeling Assuptions and Notation Thee ae identical unit-speed pocessos. Each task/job j has thee chaacteistics: a elease tie j when it aives in the syste, a size o wok aount p j [, P ] specifying the aount of pocessing that has to be pefoed on job j to finish it, and a speed-up cuve Γ j(x) specifying the ate at which wok on job j is pocessed if assigned x pocessos. A job is fully paallelizable if Γ j(x) = x, and is sequential if Γ j(x) = x fo x, and Γ j(x) = fo x. A job j has inteediate paallelizability if thee exists an α (0, ) such that the speed-up cuve fo j is Γ j(x) = x fo x, and Γ j(x) = x α fo x. If p j(t) is the aount of unpocessed wok on job j at tie t, then the factional nube of jobs at tie t is p j (t) j p j. The flow/waiting/esponse tie fo job j in a schedule S is F S j = C S j j which is the length of tie between when the job is eleased and when the job is copleted in schedule S, and the aveage flow/waiting/esponse tie of the schedule is j F S j /n. Within the context of this pape, the copetitive (appoxiation/wost-case) atio of an online scheduling algoith A is the axiu ove all inputs I with job sizes in the ange [, P ], of the atio between total flow tie fo the schedule poduces by A on I and the optial flow tie fo instance I (this is essentially just a easue of wost-case elative eo)..2 Related Liteatue The speedup cuves odels was intoduced into the liteatue in [5], who showed that equally patitioning the pocessos aong the jobs is 2-copetitive fo total waiting tie if jobs have abitay speedup cuves and all jobs ae eleased at the sae tie. The othe standad way to easue the quality of an online scheduling algoith, beside copetitive atio, is esouce/speed augentation analysis [9, 3]. An online algoith A is s-speed c-copetitive if fo all inputs I, the cost fo A on I with s-speed pocessos is at ost c ties the optial cost fo I on speed pocessos. An algoith is scalable if it is ( + ɛ)-speed O()-copetitive fo all fixed constant ɛ > 0.

3 [4] showed that patitioning the pocessos equally aongst the jobs is (2+ɛ)-speed O()-copetitive with espect to aveage waiting tie fo jobs with abitay speedup cuves. [6] showed that the algoith that patitions the pocessos equally aongst the latest aiving jobs is scalable. [3] gives essentially optially copetitive algoiths fo scheduling jobs with abitay speedup cuves in a setting of identical speed scalable pocessos whee the objective is total waiting tie plus enegy (in this setting one essentially gets speed augentation fo fee). As [3] focused on non-claivoyant scheduling algoiths, the copetitive atios wee supe-constant. [7] shows a scalable algoith is achievable when the schedule has access to a job s paallelizability. [4, ] give essentially optially copetitive algoiths fo scheduling jobs with abitay speedup cuves fo the objective of axiu waiting tie. [7] consides scheduling jobs with abitay speedup cuves and with pecedence constaints. [0] also shows that the copetitive atio with espect to aveage waiting tie of Sequential-SRPT is O(log n ), and give a geneal atching lowe bound fo all online algoiths. Thee is a lage liteatue on online scheduling. One good suvey fo poviding backgound on elated esults is [5]. 2. ANALYSIS OF INTERMEDIATE-SRPT Ou goal in this section is to pove Theoe, which uppe bounds the copetitive atio fo the Inteediate- SRPT algoith. 2. Analysis Oveview Ou analysis will be based on a soewhat novel cobination of potential function and local copetitiveness aguents. Let A(t) and OP T (t) be the unfinished jobs at tie t in the algoith s and optial solution s schedules, espectively. In Subsection 2.3, we will define a potential function Φ(t) that satisfies the following standad popeties: Bounday Condition: Φ(0) = Φ( ) = 0. Discontinuous Changes Condition: the potential function can only decease when a job aives, o is copleted by ou algoith o the optial solution. Continuous Changes Condition: at any tie t when no job aives o copletes, A(t) + d Φ(t) c OP T (t). dt By integating ove tie, one can see that the existence of such a potential function suffices to show that the algoith is c-copetitive fo the total flow tie objective. We efe the eade to [8] fo details. The novelty in ou analysis lies in poving the Continuous Changes Condition. Most analyses based on potential functions ely on esouce (speed) augentation to pove this condition. We will patition tie into oveloaded and undeloaded ties. Let O denote the set of oveloaded ties t when A(t), and U denote the set of undeloaded ties when A(t) <. Theoe then follows easily fo the following thee leas. Intuitively Lea shows that duing the oveloaded ties, the unfinished jobs fo the algoith can be chaged to the unfinished jobs fo optial at that tie (a local copetitiveness aguent). Intuitively Lea 2 shows that duing the oveloaded ties, the incease in the potential function can be chaged to the unfinished jobs fo optial at that tie. Togethe Lea and Lea 2 show that the Continuous Changes Condition holds at oveloaded ties. Lea 3 then shows that the Continuous Change Condition holds at undeloaded ties. Lea. At all ties t O, A(t) (3 + log P ) + 2 OP T (t) Lea 2. At all ties t O, d dt Φ(t) O()4/( α) log P OP T (t) Lea 3. At all ties t U, A(t) + d dt Φ(t) O()2/( α) OP T (t) In Subsection 2.2, we pove Lea. In Subsection 2.3, we define the potential function Φ and pove the Bounday Condition, and the Discontinuous Changes Condition. In subsection 2.4 we pove Lea 2. In subsection 2.5 we pove Lea Local Copetitiveness Duing Oveloaded Ties This section is devoted to poving Lea and is an adaptation of a siila esult fo [0]. We will need to define additional notation. At any tie, we classify jobs based on eaining length. A job whose eaining length is in [2 k, 2 k+ ) is in class k fo intege 0 k k ax = log P. Note that the nube of initial job classes is log P. We define one special class to denote jobs whose eaining length is stictly less than. Fo scheduling algoith S, let δ S (t) denote the nube of jobs that ae alive at tie t in schedule S and V S (t) denote the total volue of this schedule, whee the volue is defined to be the su of eaining lengths of jobs that ae still alive. Note that δ A (t) = A(t) and δ OP T (t) = OP T (t). We define the volue diffeence V (t) = V A (t) V OP T (t). Fo function f {V, V, δ}, we define f h,k (t) to be the function f esticted to jobs in class at least h and at ost k. We siilaly define f =k (t). In Lea 4 we bound the volue by which ou algoith can be behind optial, and then use this Lea in the poof of Lea 5, which bounds the nube of jobs by which ou algoith can be behind optial. It is easy to see that Lea iediately follows fo Lea 5 and the obsevation that the nube of jobs in class is at ost. Lea 4. Fo any tie t O, V k (t) 2 k+ Poof. Fist, fo tie t, we define tie t to be the ealiest tie such that [t, t) O. Next, we define t k to be the latest tie in [t, t) pio to tie t in which a job of class stictly highe than k was pocessed by soe achine. If thee is no such tie t k, then we set t k = t. We fist obseve that V k (t k ) 2 k+. By the definition of t k, it follows that fo any tie t k ɛ fo any ɛ > 0, δ A k(t k ɛ). It ay be the case that soe job entes class k at tie t k by the algoith s pocessing, but this only eans that δ A k(t k ) when esticted to jobs that aived stictly pio to tie t k. The volue of such jobs is esticted to at ost 2 k+ because each such job has a axiu eaining length of 2 k+. Finally, jobs that aive

4 at tie t k do not affect V k (t k ) since such jobs incease both Vk OP T (t) and Vk(t). A We next obseve that V k (t) V k (t k ). This follows because by the definition of O, each achine is pocessing one job duing [t k, t] and by the definition of t k, each job pocessed cannot be in a class lage than k. Thus, ou algoith copletes as uch wok on jobs in classes at ost k duing this tie peiod as OPT and the esult follows. k ax Lea 5. Fo any tie t O, δ A 0,k ax (t) (k ax + 2) + 2δ OP T k ax (t) Poof. We foulate δ A 0,k ax (t) as follows: δ A =k(t) = = k ax k ax k ax V A k (t) 2 k V =k (t) + V OP T =k (t) 2 k V k (t) V k (t) + V OP T =k (t) 2 k 2 k V k ax k ax (t) V k (t) + 2 kax 2 k+ V (t) + 2δ OP T 2 0 0,k ax (t) k ax δ OP T (t) + 2δ 0,k OP T ax (t) (k ax + 2) + 2δ OP T k ax (t). The fist inequality follows since 2 k is the iniu eaining length of any job in class k. The fouth inequality follows by assuing the jobs in δk OP T have eaining length 2 k+. The fifth inequality follows fo the pevious lea, obseving that we can eliinate the negative te and add a positive te δ OP T (t). 2.3 Potential Function Analysis In this section, we define the potential function Φ, and then we pove the Bounday Condition and the Discontinuous Changes Condition. Definition of the Potential Function: Let p A i (t) and p OP i T (t) denote the eaining pocessing tie of job i in the algoith s and optial solution s schedules at tie t, espectively. Let z i(t) = ax{p A i (t) p OP i T (t), 0}. Recall that A(t) and OP T (t) denote the unfinished jobs in the algoith s and optial solution s schedules, espectively. Let ank(i, t) = in{, j A(t), j i } whee without loss of geneality we assue that each job aives at a unique tie. Note that ank(i, t) fo all i and t. We define the potential function as follows: Φ(t) = i A(t) z i(t) Γ i(/ank(i, t)) Thoughout the analysis, the following siple lea will be useful. Poposition. Fo any B and C whee B C and any job j, it is the case that Γ j (B) Γ j (B) B C. Poof. The poposition follows iediately by the assuption that Γ j is a concave function and Γ j(0) = 0. Bounday Condition: It is easy to see that Φ(0) = Φ( ) = 0 fo the definition of the potential function Φ. Discontinuous Changes Condition: Fist conside when a job aives at tie t. In this case thee is no change in the potential function. This is because the ank fo evey job eains the sae fo all jobs that aive befoe tie t. Futhe, fo the job i that aives at this tie, z i(t) = 0. Thus, thee is no change in the potential. Next obseve that optial copleting a job has no effect on the potential. Now conside the case whee the algoith copletes soe job i at tie t. In this case, the potential function can only decease. To see that this is the case, conside any job j A(t). If j < i, then thee is no change in job j s te in the potential function. Howeve, if j > i then ank(j, t) ay decease by at ost one. Since Γ j is non-deceasing, Γ j(/ank(j, t)) can only incease fo a job j whee j i. Since this is in the denoinato of the te in the potential function coesponding to job j and z j(t) is non-negative, the potential function can only decease. 2.4 Potential Function Change Duing Oveloaded Ties In this subsection we pove Lea 2. If A(t) 0 log P, then Lea 2 iediately follows fo Leas 6 and 7. If 40 4 /( α) log P OP T (t) A(t), then Lea 2 iediately follows fo Lea 7. If A(t) 0 log P and 40 4 /( α) log P OP T (t) A(t) (which in tun iplies that OP T (t) ), then Lea 2 iediately 4 4 follows fo Leas /( α) 8 and 9. Fist we conside the case whee the algoith has a lage nube of jobs copaed to. Lea 6. If A(t) 0 log P, then OP T (t) A(t) /2 2 log P A(t) /4. Poof. The lea iediately follows fo Lea by noticing that t O. Lea 7. At all ties t, the ate of incease in the potential due to optial pocessing the jobs is at ost ( A(t) + OP T (t) ). Poof. Let qi OP T (t) be the nube of achines assigned to job i by OP T at tie t. The change in the potential due to optial pocessing the jobs can then be bounded as follows: OP T (t) + Γ i(/ank(i, t)) Γ i(/ A(t) ) = OP T (t) + A(t) ( A(t) + OP T (t) ) [Since Γ i is non-deceasing] qi OP T (t) / A(t) qi OP T (t) [By Poposition ] (t) / A(t) The second inequality holds since fo each job i with qop i T, it is the case that. Γ i (/ A(t) )

5 Lea 8. At any tie t whee OP T (t), the ate of incease in the potential due to optial pocessing the jobs is at ost α OP T (t) α. Poof. As befoe, let qi OP T (t) be the nube of achines assigned to job i by OP T at tie t. Let Γ be a function such that Γ(x) = x fo 0 x and Γ(x) = x α fo x. Recall that ank(i, t) fo all i and t fo the definition of ank. The change in the potential due to optial pocessing the jobs can then be bounded as follows: = Γ i(/ank(i, t)) Γ i(/) [Since Γ i is non-deceasing] Γ i(q OP T i (t)) [Since Γ i() = ] Γ(qi OP T (t) (/ OP T (t) ) α [Due to the concavity of Γ] = α OP T (t) α Lea 9. At any tie t whee A(t) 0 log P and OP T (t), the ate of incease in the potential due to the algoith /( α) pocessing jobs is at ost Poof. When A(t) the algoith assigns the shotest jobs each on a unique achine. Let A (t) denote these jobs. Notice that z i(t) deceases at a ate of one fo each job in A (t) \ OP T (t). Thus, we have that the change in the potential due to the algoith is at ost: i A (t)\op T (t) i A (t)\op T (t) A (t)\op T (t) i= (3/4) Γ i(/ank(i, t)) i ank(i, t)) The fist inequality easily follows fo Poposition and by obseving that /ank(i, t)) since ank(i, t). The second to last inequality holds since OP T (t) (/4) and A (t) =. 2.5 Undeloaded Ties Ou goal in this subsection is to pove Lea 3. Let t be a tie such that A(t). If OP T (t) A(t), then Lea 3 iediately follows fo Lea 7; the potential can only decease when the algoith pocesses jobs. Hence we assue that OP T (t) A(t). Fist we bound the incease in the potential function due to the pocessing of optial. Again, let qi OP T (t) be the nube of pocessos assigned to job i at tie t by OP T. The incease in the potential is at ost the following. OP T (t) + OP T (t) + Γ i(/ank(i, t)) Γ i(/ A(t) ) [Since Γ i is non-decasing],q i OP T (t) / A(t) (qi α (/ A(t) ) α (qi α i (/ A(t) ) α i The second to last inequality holds fo the following eason. Conside any job i such that qi OP T (t) (/ A(t) ) α i. Then we have (qop i T (t)) α i (/ A(t) ) α i. Hence the total contibution of such jobs is at ost OP T (t). Since ou goal is to bound the total change of the potential plus A(t) by OP T (t), we will ignoe OP T (t), and poceed with ou sting of inequalities. (qi α (/ A(t) ) α (/ OP T (t) ) α (/ A(t) ) α (/ OP T (t) )α = OP T (t) (/ A(t) ) α OP T (t) α A(t) α ( ) α+2 A(t) + 2 α α OP T (t) 2α+2 The fist inequality is iediate fo the fact that 0 α <. The last inequality can be easily shown by consideing two cases whethe A(t) 2 α+2 α OP T (t) o not. Now we conside the decease in the potential function due to the algoith pocessing jobs. When A(t) < then the algoith gives each job equal shae of evey pocesso. Thus, fo all i A(t) \ OP T (t) it is the case that z i(t) deceases at a ate of Γ i(/ A(t) ). Thus, we have the decease due to the algoith is as follows. i A(t)\OP T (t) Γ i(/ A(t) ) Γ i(/ank(i, t)) i A(t)\OP T (t),ank(i,t) A(t) /2 ( A(t) \ OP T (t) A(t) /2)(/2) α ( 2 ) A(t) (/2)α 6 A(t) (/2) α Γ i(/ A(t) ) Γ i(2/ A(t) So fa we have shown that d ( ) dt Φ(t) α+2 A(t) + 2 α α OP T (t) 6 A(t) (/2) α 2α+2 A(t) + O()2 /( α) OP T (t) This copletes the poof.

6 3. LOWER BOUND FOR GREEDY ALGO- RITHM In this section, we pove that the following natual geedy hybid of Paallel-SRPT and Sequential-SRPT has a supelogaithic lowe bound on its copetitive atio. Desciption of Geedy Algoith: At all ties allocate pocessos to jobs in such a way as to axiize the instantaneous ate at which the factional nube of unfinished jobs would be deceased, if it was the case that the oiginal wok of each job was its eaining unpocessed wok. Using a siple exchange aguent one can pove that if each job j has a speedup cuve of the fo Γ j(x) = x α fo α (0, ), then this policy can be ipleented in the following geedy way: We abitaily nube the pocessos fo to. At each decision point, the achines schedule jobs in ode fo achine to achine. When it is achine i s tun to schedule a job, let p(i, j) be the nube of pocessos fo to i that have been assigned to job j. Pocesso i chooses job j that axiizes Γ(p(i,j)+) Γ(p(i,j)) p j (t). Lea 0. This Geedy algoith has a copetitive atio that is Ω(ax{P, n /3 }). Poof. Let ɛ = α. Conside an input instance whee ɛ jobs of size ae eleased at tie 0. Fo tie 0 to tie, one job of size is eleased evey ɛ tie units. Finally, at tie +, we elease a job of size ɛ evey tie units fo X = 2 tie units (a total of ɛ X ɛ jobs ae eleased in this final phase). This geedy algoith will devote all achines to the job of size and coplete it just as the next size job aives. This follows by consideing the last pocesso. It balances the choice of ɛ ( ) ɛ vesus. Given that ɛ > 0, it will always choose to assign the achine to the size job. At tie, this geedy algoith will still have all ɛ jobs of size eaining. In this next unit of tie, it can only coplete at ost units of wok on these ɛ jobs; in paticula, it cannot finish any of these jobs and cannot educe the pocessing tie to less than. Afte tie +, it will assign all pocessos to the newly aived job until the stea ends. The total flow tie incued will thus be fo the jobs of size eleased pio to tie, X fo the jobs of size eleased afte tie +, and ( ɛ + )(X + + ) fo the jobs of size up to the end of the long stea. We ignoe the flow tie incued to coplete these long jobs afte the end of the stea. The doinant te is ( ɛ )X fo the size jobs duing the long stea. On the othe hand, an altenative algoith (not necessaily optial but siple to conceptualize) will assign ɛ achines to the size jobs fo tie 0 to tie copleting the by tie. On the eaining ɛ achines, it assigns one achine to each job of size as that job aives. Because it opeates efficiently, each such achine will coplete its assigned size job exactly tie unit late. Duing this tie, each job will coplete just as its achine is needed to schedule the next aiving size job because the nube of jobs that aive duing unit of tie is exactly ɛ. By tie +, this algoith will have copleted all of these jobs and will now devote all achines to the stea of size jobs that aive copleting each one just as the next aives. Befoe tie +, this algoith incus a total tie of 2 ɛ fo the size jobs since each of these jobs is scheduled iediately on one pocesso. The lage jobs each coplete within tie units of aival fo a total flow tie of 2 2 ɛ. Finally, duing the stea of length X, ɛ each job incus a flow tie of fo a total flow tie of X. The Ω(P ) bound follows fo the obsevation that P =. The Ω(n /3 ) bound follows fo the obsevation that n = Θ( 3 ɛ ). 4. GENERAL LOWER BOUND Ou goal in this section is to pove Theoe 2, which gives a logaithic lowe bound on the copetitive atio of any algoith. This lowe bound is an adaptation of the lowe bound poof fo [0]. The poof is slightly oe coplex because online algoiths can exploit the fact that the jobs have inteediate paallelizability to catch up on jobs that they should have finished ealie. We constuct a faily of input instances paaeteized by α whee each instance is coposed of two pats. In the fist pat, jobs ae eleased in phases. Each phase has long jobs and shot jobs that foce the online algoith to choose between copleting alost all of the shot jobs befoe the halfway point of a phase o copleting all the jobs in the phase by the end of the phase. The faily of input instances is stuctued such that any deteinistic online algoith on at least one instance in the faily ust face a tie T whee it has at least Ω( log P ) unfinished jobs wheeas the optial algoith at the sae oent in tie will have at ost /2 unfinished jobs. The second pat of the input instance stats at tie T and pesents a stea of jobs of size fo P 2 consecutive stating ties. We foally define the faily of input instances as follows. Fist, we need to define the following tes. Let ɛ = α. We define a length eduction facto = /2( 2 ɛ ); the length of the long jobs will be ultiplied by (equivalently divided by a facto of /) in each phase of the input instance. We choose the nube of achines such that 2 ɛ is an intege. We choose the longest job length P 2 2 ɛ + 2 such that the axiu nube of phases L = /2 log P is an intege and log 2 P < 2 ɛ P / ɛ + The fist pat has at ost L = /2 log P phases nubeed fo 0 to L. Each phase 0 i L has a phase length p i = P i and a stat tie s i = i j=0 pj. Duing phase i, /2 long jobs of length p i ae eleased at tie s i, and shot jobs of length ae eleased at ties s i + j fo 0 j p i/2. The advesay begins by eleasing the jobs in phase 0 stating at tie s 0 = 0. In geneal, suppose the advesay has eleased the jobs in phase i stating at tie s i whee i L. The advesay decides at tie s i + p i/2 whethe o not to (i) begin the second pat of the input instance at tie s i + p i/2 o (ii) to elease the next set of jobs stating at tie s i+ as follows. If the online algoith has at least log P eaining wok fo length jobs eleased in phase i at tie s i + p i/2, then the advesay begins the second pat of the input instance at tie s i + p i/2. Othewise, if i < L, then the advesay eleases the jobs in phase i + stating at tie s i+. If i = L, then the advesay stats the second pat of the input instance at tie s i + p i. This leaves us with two possible cases. In the

7 fist case, the advesay stats the second pat of the input instance at soe tie T = s i + p i/2 whee 0 i L. In the second case, the advesay stats the second pat of the input instance at tie T = s L + p L. We now ague that fo both cases, the optial flow tie is bounded by O(P 2 ). As in [0], we define a notion of a standad schedule fo phase i that has the goal of copleting all jobs eleased in phase i by tie s i + p i. Each of the /2 long jobs ae pocessed non-peeptively by one achine fo the entie phase. Fo the length jobs eleased at tie s i + k whee 0 k p i/2, /2 of the ae copleted by using /2 achines at tie s i + k and the othe /2 ae copleted using /2 achines at tie s i + k + p i/2. The total flow tie of this standad schedule fo phase i is 2p i + /2(p i/2) 2. We now show that the optial flow tie is O(P 2 ) fo the fist case by giving a specific schedule with flow tie O(P 2 ). The standad schedule is used fo all phases up to but not including phase i. Fo phase i, the /2 long jobs ae ignoed and each length job is assigned its own achine iediately upon aival. Thus, by tie T = s i +p i/2, only the /2 long jobs of phase i eain. Fo tie T + k whee 0 k P 2, the jobs of length eleased at tie T +k ae each assigned thei own achine and copleted by tie T + k +. Finally, at tie T + P 2, each of the /2 long jobs of size p L ae assigned to 2 achines and copleted by tie T + P 2 + p i/2 α. Clealy, the oveall flow tie fo this feasible schedule is O(P 2 ). We now show that the optial flow tie is O(P 2 ) fo the second case by giving a specific schedule with flow tie O(P 2 ). The standad schedule is used fo all phases. Thus, by tie T = s L + p L /2, no jobs eain. Fo tie T + k whee 0 k P 2, the jobs of length eleased at tie T + k ae each assigned thei own achine and copleted by tie T + k +. Clealy, the oveall flow tie fo this feasible schedule is O(P 2 ). We now show that the online flow tie fo both cases is at least Ω(P 2 log P ). By the definition of the fist case, the online algoith has at least log P eaining wok fo the length jobs eleased in phase i at tie T = s i + p i/2. Thus, the online algoith has at least log P unfinished jobs fo tie T to tie T + P 2. Using only the flow tie fo this tie inteval, we see that the online algoith incus a total flow tie of at least P 2 log P and the theoe follows fo this case. We now conside the second case. In ou analysis, we opt fo siplicity athe than poving the ost accuate bound. The fist key obsevation is that in phase i fo 0 i L, online copletes at least p i/2 log P of the total available wok fo the length jobs by tie s i + p i/2, the halfway point of phase i. This eans that at ost log P wok can be copleted on the long jobs, possibly fo ealie phases, duing the tie inteval [s i, s i + p i/2]. We will pove that at tie T, the aount of unfinished wok fo the /2 long jobs fo phase i fo 0 i L is at least 2 ɛ pi. This iplies that the nube of long 2 2 ɛ + 2 jobs with eaining length at least fo phase i at tie T is at least 2 ɛ. Given that thee ae L = /2 log 2 2 ɛ + 2 P phases, we have that the total nube of jobs with eaining length at least at tie T is at least L 2 ɛ = 2 2 ɛ + 2 (log 2 P ) 2 ɛ which is Ω( log 2 2 ɛ + 2 P ). Thus, the total flow tie incued in inteval [T, T + P 2 ] is Ω(P 2 log P ). Conside the /2 long jobs fo phase i. Fo ou pevious obsevation, we can coplete at ost (L i) log P 2 log 2 ɛ 2 ɛ + 2 ɛ 2 ɛ + 2 pi wok on these log P P / /2 jobs duing the fist half of phases i to L. Duing the second half of phases i to L, the best we can do is devote 2 achines to each job fo the entie second half of these phases; note that we ignoe the pocessing equied by any unfinished length jobs fo phase i in the second half of phase i. Given that the phase lengths fo a geoetic pogession with ultiplicative facto, the total tie available in these second halves of phases is stictly less than p i. Thus, the total aount of wok that can be copleted in the second half of these phases is stictly less than 2 2α p i which is equal to 2 2 pi. Thus, consideing only the second half of these phases, thee is stictly 2 2 ɛ + oe than 2ɛ 2 ɛ pi unfinished wok fo these /2 long jobs + 2 fo phase i at tie T. Taking into account how uch wok can be done in the fist half of these phases, we see that the total unfinished wok on the /2 long jobs fo phase i at 2 tie T is at least 2 the second case. Acknowledgent 2 ɛ 2 ɛ + 2 pi, and the theoe follows fo Sungjin I s wok was suppoted in pat by NSF Awad CCF , and was patially done while the autho was at Duke. Kik Puhs wok was suppoted in pat by NSF gants CCF-5575, CNS-25328, and an IBM Faculty Awad. 5. REFERENCES [] [2] [3] Ho-Leung Chan, Jeff Edonds, and Kik Puhs. Speed scaling of pocesses with abitay speedup cuves on a ultipocesso. Theoy Coput. Syst., 49(4):87 833, 20. [4] Jeff Edonds. Scheduling in the dak. Theo. Coput. Sci., 235():09 4, [5] Jeff Edonds, Jaek Gyz, Donging Liang, and Renée J. Mille. Mining fo epty spaces in lage data sets. Theo. Coput. Sci., 296(3): , [6] Jeff Edonds and Kik Puhs. Scalably scheduling pocesses with abitay speedup cuves. ACM Tansactions on Algoiths, 8(3):28, 202. [7] Kyle Fox, Sungjin I, and Benjain Moseley. Enegy efficient scheduling of paallelizable jobs. In SODA, pages , 203. [8] Sungjin I, Benjain Moseley, and Kik Puhs. A tutoial on aotized local copetitiveness in online scheduling. SIGACT News, 42(2):83 97, 20. [9] Bala Kalyanasundaa and Kik Puhs. Speed is as poweful as claivoyance. J. ACM, 47(4):67 643, [0] Stefano Leonadi and Danny Raz. Appoxiating total flow tie on paallel achines. Jounal of Copute and Systes Sciences, 73(6):875 89, [] John Makoff. Intel s big shift afte hitting technical wall. New Yok Ties, May 2004.

8 [2] Rick Meitt. CPU designes debate ulti-coe futue. EE Ties, Febuay [3] Cynthia A. Phillips, Cliffod Stein, Eic Tong, and Joel Wein. Optial tie-citical scheduling via esouce augentation. Algoithica, 32(2):3 200, [4] Kik Puhs, Julien Robet, and Nicolas Schabanel. Miniizing axiu flowtie of jobs with abitay paallelizability. In WAOA, pages , 200. [5] Kik Puhs, Jii Sgall, and Eic Tong. Handbook of Scheduling: Algoiths, Models, and Pefoance Analysis, chapte Online Scheduling [] Julien Robet and Nicolas Schabanel. Non-claivoyant batch sets scheduling: Fainess is fai enough. In ESA, pages , [7] Julien Robet and Nicolas Schabanel. Non-claivoyant scheduling with pecedence constaints. In SODA, pages , 2008.

Game Study of the Closed-loop Supply Chain with Random Yield and Random Demand

Game Study of the Closed-loop Supply Chain with Random Yield and Random Demand , pp.105-110 http://dx.doi.og/10.14257/astl.2014.53.24 Gae Study of the Closed-loop Supply Chain with ando Yield and ando Deand Xiuping Han, Dongyan Chen, Dehui Chen, Ling Hou School of anageent, Habin

More information

EN40: Dynamics and Vibrations. Midterm Examination Tuesday March

EN40: Dynamics and Vibrations. Midterm Examination Tuesday March EN4: Dynaics and Vibations Midte Exaination Tuesday Mach 8 16 School of Engineeing Bown Univesity NME: Geneal Instuctions No collaboation of any kind is peitted on this exaination. You ay bing double sided

More information

Queuing Network Approximation Technique for Evaluating Performance of Computer Systems with Hybrid Input Source

Queuing Network Approximation Technique for Evaluating Performance of Computer Systems with Hybrid Input Source Int'l Conf. cientific Coputing CC'7 3 Queuing Netwok Appoxiation Technique fo Evaluating Pefoance of Copute ystes with Hybid Input ouce Nozoi iyaoto, Daisuke iyake, Kaoi Katsuata, ayuko Hiose, Itau Koike,

More information

Some Remarks on the Boundary Behaviors of the Hardy Spaces

Some Remarks on the Boundary Behaviors of the Hardy Spaces Soe Reaks on the Bounday Behavios of the Hady Spaces Tao Qian and Jinxun Wang In eoy of Jaie Kelle Abstact. Soe estiates and bounday popeties fo functions in the Hady spaces ae given. Matheatics Subject

More information

Optimum Settings of Process Mean, Economic Order Quantity, and Commission Fee

Optimum Settings of Process Mean, Economic Order Quantity, and Commission Fee Jounal of Applied Science and Engineeing, Vol. 15, No. 4, pp. 343 352 (2012 343 Optiu Settings of Pocess Mean, Econoic Ode Quantity, and Coission Fee Chung-Ho Chen 1 *, Chao-Yu Chou 2 and Wei-Chen Lee

More information

A GENERALIZATION OF A CONJECTURE OF MELHAM. 1. Introduction The Fibonomial coefficient is, for n m 1, defined by

A GENERALIZATION OF A CONJECTURE OF MELHAM. 1. Introduction The Fibonomial coefficient is, for n m 1, defined by A GENERALIZATION OF A CONJECTURE OF MELHAM EMRAH KILIC 1, ILKER AKKUS, AND HELMUT PRODINGER 3 Abstact A genealization of one of Melha s conectues is pesented Afte witing it in tes of Gaussian binoial coefficients,

More information

VLSI IMPLEMENTATION OF PARALLEL- SERIAL LMS ADAPTIVE FILTERS

VLSI IMPLEMENTATION OF PARALLEL- SERIAL LMS ADAPTIVE FILTERS VLSI IMPLEMENTATION OF PARALLEL- SERIAL LMS ADAPTIVE FILTERS Run-Bo Fu, Paul Fotie Dept. of Electical and Copute Engineeing, Laval Univesity Québec, Québec, Canada GK 7P4 eail: fotie@gel.ulaval.ca Abstact

More information

30 The Electric Field Due to a Continuous Distribution of Charge on a Line

30 The Electric Field Due to a Continuous Distribution of Charge on a Line hapte 0 The Electic Field Due to a ontinuous Distibution of hage on a Line 0 The Electic Field Due to a ontinuous Distibution of hage on a Line Evey integal ust include a diffeential (such as d, dt, dq,

More information

ATMO 551a Fall 08. Diffusion

ATMO 551a Fall 08. Diffusion Diffusion Diffusion is a net tanspot of olecules o enegy o oentu o fo a egion of highe concentation to one of lowe concentation by ando olecula) otion. We will look at diffusion in gases. Mean fee path

More information

BImpact of Supply Chain Coordination for Deteriorating Goods with Stock-Dependent Demand Rate

BImpact of Supply Chain Coordination for Deteriorating Goods with Stock-Dependent Demand Rate J. Sev. Sci. & Manageent, 8, : 3-7 Published Online August 8 in SciRes (www.srpublishing.og/jounal/jss BIpact of Supply Chain Coodination fo Deteioating Goods with Stock-Dependent Deand Rate Chuanxu Wang

More information

Vortex Initialization in HWRF/HMON Models

Vortex Initialization in HWRF/HMON Models Votex Initialization in HWRF/HMON Models HWRF Tutoial Januay 018 Pesented by Qingfu Liu NOAA/NCEP/EMC 1 Outline 1. Oveview. HWRF cycling syste 3. Bogus sto 4. Sto elocation 5. Sto size coection 6. Sto

More information

FARADAY'S LAW. dates : No. of lectures allocated. Actual No. of lectures 3 9/5/09-14 /5/09

FARADAY'S LAW. dates : No. of lectures allocated. Actual No. of lectures 3 9/5/09-14 /5/09 FARADAY'S LAW No. of lectues allocated Actual No. of lectues dates : 3 9/5/09-14 /5/09 31.1 Faaday's Law of Induction In the pevious chapte we leaned that electic cuent poduces agnetic field. Afte this

More information

Central limit theorem for functions of weakly dependent variables

Central limit theorem for functions of weakly dependent variables Int. Statistical Inst.: Poc. 58th Wold Statistical Congess, 2011, Dublin (Session CPS058 p.5362 Cental liit theoe fo functions of weakly dependent vaiables Jensen, Jens Ledet Aahus Univesity, Depatent

More information

Some Ideal Convergent Sequence Spaces Defined by a Sequence of Modulus Functions Over n-normed Spaces

Some Ideal Convergent Sequence Spaces Defined by a Sequence of Modulus Functions Over n-normed Spaces MATEMATIKA, 203, Volue 29, Nube 2, 87 96 c Depatent of Matheatical Sciences, UTM. Soe Ideal Convegent Sequence Spaces Defined by a Sequence of Modulus Functions Ove n-noed Spaces Kuldip Raj and 2 Sunil

More information

JORDAN CANONICAL FORM AND ITS APPLICATIONS

JORDAN CANONICAL FORM AND ITS APPLICATIONS JORDAN CANONICAL FORM AND ITS APPLICATIONS Shivani Gupta 1, Kaajot Kau 2 1,2 Matheatics Depatent, Khalsa College Fo Woen, Ludhiana (India) ABSTRACT This pape gives a basic notion to the Jodan canonical

More information

A question of Gol dberg concerning entire functions with prescribed zeros

A question of Gol dberg concerning entire functions with prescribed zeros A question of Gol dbeg concening entie functions with pescibed zeos Walte Begweile Abstact Let (z j ) be a sequence of coplex nubes satisfying z j as j and denote by n() the nube of z j satisfying z j.

More information

1121 T Question 1

1121 T Question 1 1121 T1 2008 Question 1 ( aks) You ae cycling, on a long staight path, at a constant speed of 6.0.s 1. Anothe cyclist passes you, tavelling on the sae path in the sae diection as you, at a constant speed

More information

Tidal forces. m r. m 1 m 2. x r 2. r 1

Tidal forces. m r. m 1 m 2. x r 2. r 1 Tidal foces Befoe we look at fee waves on the eath, let s fist exaine one class of otion that is diectly foced: astonoic tides. Hee we will biefly conside soe of the tidal geneating foces fo -body systes.

More information

Orbital Angular Momentum Eigenfunctions

Orbital Angular Momentum Eigenfunctions Obital Angula Moentu Eigenfunctions Michael Fowle 1/11/08 Intoduction In the last lectue we established that the opeatos J Jz have a coon set of eigenkets j J j = j( j+ 1 ) j Jz j = j whee j ae integes

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

EM Boundary Value Problems

EM Boundary Value Problems EM Bounday Value Poblems 10/ 9 11/ By Ilekta chistidi & Lee, Seung-Hyun A. Geneal Desciption : Maxwell Equations & Loentz Foce We want to find the equations of motion of chaged paticles. The way to do

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Mach 6, 013 Abstact To study how balanced o unbalanced a maximal intesecting

More information

8-3 Magnetic Materials

8-3 Magnetic Materials 11/28/24 section 8_3 Magnetic Mateials blank 1/2 8-3 Magnetic Mateials Reading Assignent: pp. 244-26 Recall in dielectics, electic dipoles wee ceated when and E-field was applied. Q: Theefoe, we defined

More information

THE LEAST COMMON MULTIPLE OF RANDOM SETS OF POSITIVE INTEGERS. 1. Introduction

THE LEAST COMMON MULTIPLE OF RANDOM SETS OF POSITIVE INTEGERS. 1. Introduction THE LEAST COMMON MULTIPLE OF RANDOM SETS OF POSITIVE INTEGERS JAVIER CILLERUELO, JUANJO RUÉ, PAULIUS ŠARKA, AND ANA ZUMALACÁRREGUI Abstact. We study the typical behavio of the least coon ultiple of the

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Jounal of Inequalities in Pue and Applied Mathematics COEFFICIENT INEQUALITY FOR A FUNCTION WHOSE DERIVATIVE HAS A POSITIVE REAL PART S. ABRAMOVICH, M. KLARIČIĆ BAKULA AND S. BANIĆ Depatment of Mathematics

More information

An Adaptive Diagonal Loading Covariance Matrix Estimator in Spatially Heterogeneous Sea Clutter Yanling Shi, Xiaoyan Xie

An Adaptive Diagonal Loading Covariance Matrix Estimator in Spatially Heterogeneous Sea Clutter Yanling Shi, Xiaoyan Xie nd Intenational Wokshop on ateials Engineeing and Copute Sciences (IWECS 05) An Adaptive Diagonal oading Covaiance atix Estiato in Spatially eteogeneous Sea Clutte Yanling Shi, Xiaoyan Xie College of elecounications

More information

LECTURE 15. Phase-amplitude variables. Non-linear transverse motion

LECTURE 15. Phase-amplitude variables. Non-linear transverse motion LETURE 5 Non-linea tansvese otion Phase-aplitude vaiables Second ode (quadupole-diven) linea esonances Thid-ode (sextupole-diven) non-linea esonances // USPAS Lectue 5 Phase-aplitude vaiables Although

More information

SPH4U Unit 6.3 Gravitational Potential Energy Page 1 of 9

SPH4U Unit 6.3 Gravitational Potential Energy Page 1 of 9 SPH4 nit 6.3 Gavitational Potential negy Page of Notes Physics ool box he gavitational potential enegy of a syste of two (spheical) asses is diectly popotional to the poduct of thei asses, and invesely

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

Solution to HW 3, Ma 1a Fall 2016

Solution to HW 3, Ma 1a Fall 2016 Solution to HW 3, Ma a Fall 206 Section 2. Execise 2: Let C be a subset of the eal numbes consisting of those eal numbes x having the popety that evey digit in the decimal expansion of x is, 3, 5, o 7.

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

Existence and multiplicity of solutions to boundary value problems for nonlinear high-order differential equations

Existence and multiplicity of solutions to boundary value problems for nonlinear high-order differential equations Jounal of pplied Matheatics & Bioinfoatics, vol.5, no., 5, 5-5 ISSN: 79-66 (pint), 79-6939 (online) Scienpess Ltd, 5 Existence and ultiplicity of solutions to bounday value pobles fo nonlinea high-ode

More information

ALOIS PANHOLZER AND HELMUT PRODINGER

ALOIS PANHOLZER AND HELMUT PRODINGER ASYMPTOTIC RESULTS FOR THE NUMBER OF PATHS IN A GRID ALOIS PANHOLZER AND HELMUT PRODINGER Abstact. In two ecent papes, Albecht and White, and Hischhon, espectively, consideed the poble of counting the

More information

FARADAY'S LAW dt

FARADAY'S LAW dt FAADAY'S LAW 31.1 Faaday's Law of Induction In the peious chapte we leaned that electic cuent poduces agnetic field. Afte this ipotant discoey, scientists wondeed: if electic cuent poduces agnetic field,

More information

Induction Motor Identification Using Elman Neural Network

Induction Motor Identification Using Elman Neural Network Poceedings of the 5th WSEAS Int Conf on Signal Pocessing, Robotics and Autoation, Madid, Spain, Febuay 15-17, 2006 (pp153-157) Induction Moto Identification Using Elan Neual Netwok AA AKBARI 1, K RAHBAR

More information

AMACHINE-to-machine (M2M) communication system

AMACHINE-to-machine (M2M) communication system Optial Access Class Baing fo Stationay Machine Type Counication Devices with Tiing Advance Infoation Zehua Wang Student Mebe IEEE and Vincent W.S. Wong Senio Mebe IEEE Abstact The cuent wieless cellula

More information

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension Intenational Mathematical Foum, 3, 2008, no. 16, 763-776 Functions Defined on Fuzzy Real Numbes Accoding to Zadeh s Extension Oma A. AbuAaqob, Nabil T. Shawagfeh and Oma A. AbuGhneim 1 Mathematics Depatment,

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM Poceedings of the ASME 2010 Intenational Design Engineeing Technical Confeences & Computes and Infomation in Engineeing Confeence IDETC/CIE 2010 August 15-18, 2010, Monteal, Quebec, Canada DETC2010-28496

More information

LINEAR MOMENTUM Physical quantities that we have been using to characterize the motion of a particle

LINEAR MOMENTUM Physical quantities that we have been using to characterize the motion of a particle LINEAR MOMENTUM Physical quantities that we have been using to chaacteize the otion of a paticle v Mass Velocity v Kinetic enegy v F Mechanical enegy + U Linea oentu of a paticle (1) is a vecto! Siple

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

Study on GPS Common-view Observation Data with Multiscale Kalman Filter. based on correlation Structure of the Discrete Wavelet Coefficients

Study on GPS Common-view Observation Data with Multiscale Kalman Filter. based on correlation Structure of the Discrete Wavelet Coefficients Study on GPS Coon-view Obsevation Data with ultiscale Kalan Filte based on coelation Stuctue of the Discete Wavelet Coefficients Ou Xiaouan Zhou Wei Yu Jianguo Dept. of easueent and Instuentation, Xi dian

More information

KANTOROVICH TYPE INEQUALITIES FOR THE DIFFERENCE WITH TWO NEGATIVE PARAMETERS. Received April 13, 2010; revised August 18, 2010

KANTOROVICH TYPE INEQUALITIES FOR THE DIFFERENCE WITH TWO NEGATIVE PARAMETERS. Received April 13, 2010; revised August 18, 2010 Scientiae Matheaticae Japonicae Online, e-200, 427 439 427 KANTOROVICH TYPE INEQUALITIES FOR THE DIFFERENCE WITH TWO NEGATIVE PARAMETERS Young Ok Ki, Jun Ichi Fujii, Masatoshi Fujii + and Yuki Seo ++ Received

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Septembe 5, 011 Abstact To study how balanced o unbalanced a maximal intesecting

More information

Compactly Supported Radial Basis Functions

Compactly Supported Radial Basis Functions Chapte 4 Compactly Suppoted Radial Basis Functions As we saw ealie, compactly suppoted functions Φ that ae tuly stictly conditionally positive definite of ode m > do not exist The compact suppot automatically

More information

1 Random Variable. Why Random Variable? Discrete Random Variable. Discrete Random Variable. Discrete Distributions - 1 DD1-1

1 Random Variable. Why Random Variable? Discrete Random Variable. Discrete Random Variable. Discrete Distributions - 1 DD1-1 Rando Vaiable Pobability Distibutions and Pobability Densities Definition: If S is a saple space with a pobability easue and is a eal-valued function defined ove the eleents of S, then is called a ando

More information

Lecture 8 - Gauss s Law

Lecture 8 - Gauss s Law Lectue 8 - Gauss s Law A Puzzle... Example Calculate the potential enegy, pe ion, fo an infinite 1D ionic cystal with sepaation a; that is, a ow of equally spaced chages of magnitude e and altenating sign.

More information

arxiv: v1 [math.nt] 12 May 2017

arxiv: v1 [math.nt] 12 May 2017 SEQUENCES OF CONSECUTIVE HAPPY NUMBERS IN NEGATIVE BASES HELEN G. GRUNDMAN AND PAMELA E. HARRIS axiv:1705.04648v1 [math.nt] 12 May 2017 ABSTRACT. Fo b 2 and e 2, let S e,b : Z Z 0 be the function taking

More information

Research Article Approximation of Signals (Functions) by Trigonometric Polynomials in L p -Norm

Research Article Approximation of Signals (Functions) by Trigonometric Polynomials in L p -Norm Intenational Matheatics and Matheatical Sciences, Aticle ID 267383, 6 pages http://dx.doi.og/.55/24/267383 Reseach Aticle Appoxiation of Signals (Functions) by Tigonoetic Polynoials in L p -No M. L. Mittal

More information

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function Abstact and Applied Analysis Volume 011, Aticle ID 697547, 7 pages doi:10.1155/011/697547 Reseach Aticle On Alze and Qiu s Conjectue fo Complete Elliptic Integal and Invese Hypebolic Tangent Function Yu-Ming

More information

Chapter 5 Linear Equations: Basic Theory and Practice

Chapter 5 Linear Equations: Basic Theory and Practice Chapte 5 inea Equations: Basic Theoy and actice In this chapte and the next, we ae inteested in the linea algebaic equation AX = b, (5-1) whee A is an m n matix, X is an n 1 vecto to be solved fo, and

More information

On the velocity autocorrelation function of a Brownian particle

On the velocity autocorrelation function of a Brownian particle Co. Dept. Che., ulg. Acad. Sci. 4 (1991) 576-58 [axiv 15.76] On the velocity autocoelation of a ownian paticle Rouen Tsekov and oyan Radoev Depatent of Physical Cheisty, Univesity of Sofia, 1164 Sofia,

More information

Lecture 23: Central Force Motion

Lecture 23: Central Force Motion Lectue 3: Cental Foce Motion Many of the foces we encounte in natue act between two paticles along the line connecting the Gavity, electicity, and the stong nuclea foce ae exaples These types of foces

More information

A generalization of the Bernstein polynomials

A generalization of the Bernstein polynomials A genealization of the Benstein polynomials Halil Ouç and Geoge M Phillips Mathematical Institute, Univesity of St Andews, Noth Haugh, St Andews, Fife KY16 9SS, Scotland Dedicated to Philip J Davis This

More information

(a) Calculate the apparent weight of the student in the first part of the journey while accelerating downwards at 2.35 m s 2.

(a) Calculate the apparent weight of the student in the first part of the journey while accelerating downwards at 2.35 m s 2. Chapte answes Heineann Physics 1 4e Section.1 Woked exaple: Ty youself.1.1 CALCULATING APPARENT WEIGHT A 79.0 kg student ides a lift down fo the top floo of an office block to the gound. Duing the jouney

More information

Chapter 3: Theory of Modular Arithmetic 38

Chapter 3: Theory of Modular Arithmetic 38 Chapte 3: Theoy of Modula Aithmetic 38 Section D Chinese Remainde Theoem By the end of this section you will be able to pove the Chinese Remainde Theoem apply this theoem to solve simultaneous linea conguences

More information

Probability Distribution (Probability Model) Chapter 2 Discrete Distributions. Discrete Random Variable. Random Variable. Why Random Variable?

Probability Distribution (Probability Model) Chapter 2 Discrete Distributions. Discrete Random Variable. Random Variable. Why Random Variable? Discete Distibutions - Chapte Discete Distibutions Pobability Distibution (Pobability Model) If a balanced coin is tossed, Head and Tail ae equally likely to occu, P(Head) = = / and P(Tail) = = /. Rando

More information

THE LEAST COMMON MULTIPLE OF RANDOM SETS OF POSITIVE INTEGERS. 1. Introduction

THE LEAST COMMON MULTIPLE OF RANDOM SETS OF POSITIVE INTEGERS. 1. Introduction THE LEAST COMMON MULTIPLE OF RANDOM SETS OF POSITIVE INTEGERS JAVIER CILLERUELO, JUANJO RUÉ, PAULIUS ŠARKA, AND ANA ZUMALACÁRREGUI Abstact. We study the typical behavio of the least coon ultiple of the

More information

Markscheme May 2017 Calculus Higher level Paper 3

Markscheme May 2017 Calculus Higher level Paper 3 M7/5/MATHL/HP3/ENG/TZ0/SE/M Makscheme May 07 Calculus Highe level Pape 3 pages M7/5/MATHL/HP3/ENG/TZ0/SE/M This makscheme is the popety of the Intenational Baccalaueate and must not be epoduced o distibuted

More information

Do Managers Do Good With Other People s Money? Online Appendix

Do Managers Do Good With Other People s Money? Online Appendix Do Manages Do Good With Othe People s Money? Online Appendix Ing-Haw Cheng Haison Hong Kelly Shue Abstact This is the Online Appendix fo Cheng, Hong and Shue 2013) containing details of the model. Datmouth

More information

Soft-Decision Majority Decoding of Reed Muller Codes

Soft-Decision Majority Decoding of Reed Muller Codes IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 46, NO., JANUARY 2 258 Soft-Decision Majoity Decoding of Reed Mulle Codes Ilya Due, Mebe, IEEE, and Rafail Kichevskiy Abstact We pesent a new soft-decision

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

Method for Approximating Irrational Numbers

Method for Approximating Irrational Numbers Method fo Appoximating Iational Numbes Eic Reichwein Depatment of Physics Univesity of Califonia, Santa Cuz June 6, 0 Abstact I will put foth an algoithm fo poducing inceasingly accuate ational appoximations

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

Quasi-Randomness and the Distribution of Copies of a Fixed Graph

Quasi-Randomness and the Distribution of Copies of a Fixed Graph Quasi-Randomness and the Distibution of Copies of a Fixed Gaph Asaf Shapia Abstact We show that if a gaph G has the popety that all subsets of vetices of size n/4 contain the coect numbe of tiangles one

More information

International Journal of Mathematical Archive-3(12), 2012, Available online through ISSN

International Journal of Mathematical Archive-3(12), 2012, Available online through  ISSN Intenational Jounal of Mathematical Achive-3(), 0, 480-4805 Available online though www.ijma.info ISSN 9 504 STATISTICAL QUALITY CONTROL OF MULTI-ITEM EOQ MOEL WITH VARYING LEAING TIME VIA LAGRANGE METHO

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

Efficiency Loss in a Network Resource Allocation Game

Efficiency Loss in a Network Resource Allocation Game Efficiency Loss in a Netwok Resouce Allocation Game Ramesh Johai johai@mit.edu) John N. Tsitsiklis jnt@mit.edu) June 11, 2004 Abstact We exploe the popeties of a congestion game whee uses of a congested

More information

Physics 2B Chapter 22 Notes - Magnetic Field Spring 2018

Physics 2B Chapter 22 Notes - Magnetic Field Spring 2018 Physics B Chapte Notes - Magnetic Field Sping 018 Magnetic Field fom a Long Staight Cuent-Caying Wie In Chapte 11 we looked at Isaac Newton s Law of Gavitation, which established that a gavitational field

More information

An Application of Fuzzy Linear System of Equations in Economic Sciences

An Application of Fuzzy Linear System of Equations in Economic Sciences Austalian Jounal of Basic and Applied Sciences, 5(7): 7-14, 2011 ISSN 1991-8178 An Application of Fuzzy Linea System of Equations in Economic Sciences 1 S.H. Nassei, 2 M. Abdi and 3 B. Khabii 1 Depatment

More information

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi Opuscula Math. 37, no. 3 (017), 447 456 http://dx.doi.og/10.7494/opmath.017.37.3.447 Opuscula Mathematica ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS D.A. Mojdeh and B. Samadi Communicated

More information

Class 6 - Circular Motion and Gravitation

Class 6 - Circular Motion and Gravitation Class 6 - Cicula Motion and Gavitation pdf vesion [http://www.ic.sunysb.edu/class/phy141d/phy131pdfs/phy131class6.pdf] Fequency and peiod Fequency (evolutions pe second) [ o ] Peiod (tie fo one evolution)

More information

A POWER IDENTITY FOR SECOND-ORDER RECURRENT SEQUENCES

A POWER IDENTITY FOR SECOND-ORDER RECURRENT SEQUENCES A OWER IDENTITY FOR SECOND-ORDER RECURRENT SEQUENCES V. E. Hoggatt,., San ose State College, San ose, Calif. and D. A. Lind, Univesity of Viginia, Chalottesville, V a. 1. INTRODUCTION The following hold

More information

ASTR415: Problem Set #6

ASTR415: Problem Set #6 ASTR45: Poblem Set #6 Cuan D. Muhlbege Univesity of Mayland (Dated: May 7, 27) Using existing implementations of the leapfog and Runge-Kutta methods fo solving coupled odinay diffeential equations, seveal

More information

arxiv: v1 [physics.pop-ph] 3 Jun 2013

arxiv: v1 [physics.pop-ph] 3 Jun 2013 A note on the electostatic enegy of two point chages axiv:1306.0401v1 [physics.pop-ph] 3 Jun 013 A C Tot Instituto de Física Univesidade Fedeal do io de Janeio Caixa Postal 68.58; CEP 1941-97 io de Janeio,

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

0606 ADDITIONAL MATHEMATICS 0606/01 Paper 1, maximum raw mark 80

0606 ADDITIONAL MATHEMATICS 0606/01 Paper 1, maximum raw mark 80 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS Intenational Geneal Cetificate of Seconday Education MARK SCHEME fo the Octobe/Novembe 009 question pape fo the guidance of teaches 0606 ADDITIONAL MATHEMATICS

More information

Adsorption and Desorption Kinetics for Diffusion Controlled Systems with a Strongly Concentration Dependent Diffusivity

Adsorption and Desorption Kinetics for Diffusion Controlled Systems with a Strongly Concentration Dependent Diffusivity The Open-Access Jounal fo the Basic Pinciples of Diffusion Theoy, Expeient and Application Adsoption and Desoption Kinetics fo Diffusion Contolled Systes with a Stongly Concentation Dependent Diffusivity

More information

NOTE. Some New Bounds for Cover-Free Families

NOTE. Some New Bounds for Cover-Free Families Jounal of Combinatoial Theoy, Seies A 90, 224234 (2000) doi:10.1006jcta.1999.3036, available online at http:.idealibay.com on NOTE Some Ne Bounds fo Cove-Fee Families D. R. Stinson 1 and R. Wei Depatment

More information

PHYSICS OF ASTROPHSYICS - Energy

PHYSICS OF ASTROPHSYICS - Energy PHYSICS OF ASTOPHSYICS - Enegy http://apod.nasa.gov/apod/ ENEGY esult of a foce acting though a distance. units = eg = dyne c i.e., foce x distance = g c /sec Two types: kinetic - enegy due to otion potential

More information

This aticle was oiginally published in a jounal published by Elsevie, the attached copy is povided by Elsevie fo the autho s benefit fo the benefit of the autho s institution, fo non-commecial eseach educational

More information

A Game Theoretic View of Efficiency Loss in Resource Allocation

A Game Theoretic View of Efficiency Loss in Resource Allocation A Game Theoetic View of Efficiency Loss in Resouce Allocation Ramesh Johai 1 and John N. Tsitsiklis 2 1 Stanfod Univesity, Stanfod, CA amesh.johai@stanfod.edu 2 MIT, Cambidge, MA jnt@mit.edu Dedicated

More information

Semicanonical basis generators of the cluster algebra of type A (1)

Semicanonical basis generators of the cluster algebra of type A (1) Semicanonical basis geneatos of the cluste algeba of type A (1 1 Andei Zelevinsky Depatment of Mathematics Notheasten Univesity, Boston, USA andei@neu.edu Submitted: Jul 7, 006; Accepted: Dec 3, 006; Published:

More information

Determining solar characteristics using planetary data

Determining solar characteristics using planetary data Detemining sola chaacteistics using planetay data Intoduction The Sun is a G-type main sequence sta at the cente of the Sola System aound which the planets, including ou Eath, obit. In this investigation

More information

1 Identical Parallel Machines

1 Identical Parallel Machines FB3: Matheatik/Inforatik Dr. Syaantak Das Winter 2017/18 Optiizing under Uncertainty Lecture Notes 3: Scheduling to Miniize Makespan In any standard scheduling proble, we are given a set of jobs J = {j

More information

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007 School of Electical and Compute Engineeing, Conell Univesity ECE 303: Electomagnetic Fields and Waves Fall 007 Homewok 8 Due on Oct. 19, 007 by 5:00 PM Reading Assignments: i) Review the lectue notes.

More information

THE CONE THEOREM JOEL A. TROPP. Abstract. We prove a fixed point theorem for functions which are positive with respect to a cone in a Banach space.

THE CONE THEOREM JOEL A. TROPP. Abstract. We prove a fixed point theorem for functions which are positive with respect to a cone in a Banach space. THE ONE THEOEM JOEL A. TOPP Abstact. We pove a fixed point theoem fo functions which ae positive with espect to a cone in a Banach space. 1. Definitions Definition 1. Let X be a eal Banach space. A subset

More information

Galilean Transformation vs E&M y. Historical Perspective. Chapter 2 Lecture 2 PHYS Special Relativity. Sep. 1, y K K O.

Galilean Transformation vs E&M y. Historical Perspective. Chapter 2 Lecture 2 PHYS Special Relativity. Sep. 1, y K K O. PHYS-2402 Chapte 2 Lectue 2 Special Relativity 1. Basic Ideas Sep. 1, 2016 Galilean Tansfomation vs E&M y K O z z y K In 1873, Maxwell fomulated Equations of Electomagnetism. v Maxwell s equations descibe

More information

Solution to Problem First, the firm minimizes the cost of the inputs: min wl + rk + sf

Solution to Problem First, the firm minimizes the cost of the inputs: min wl + rk + sf Econ 0A Poblem Set 4 Solutions ue in class on Tu 4 Novembe. No late Poblem Sets accepted, so! This Poblem set tests the knoledge that ou accumulated mainl in lectues 5 to 9. Some of the mateial ill onl

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

Unobserved Correlation in Ascending Auctions: Example And Extensions

Unobserved Correlation in Ascending Auctions: Example And Extensions Unobseved Coelation in Ascending Auctions: Example And Extensions Daniel Quint Univesity of Wisconsin Novembe 2009 Intoduction In pivate-value ascending auctions, the winning bidde s willingness to pay

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

DonnishJournals

DonnishJournals DonnishJounals 041-1189 Donnish Jounal of Educational Reseach and Reviews. Vol 1(1) pp. 01-017 Novembe, 014. http:///dje Copyight 014 Donnish Jounals Oiginal Reseach Pape Vecto Analysis Using MAXIMA Savaş

More information

MEASURING CHINESE RISK AVERSION

MEASURING CHINESE RISK AVERSION MEASURING CHINESE RISK AVERSION --Based on Insuance Data Li Diao (Cental Univesity of Finance and Economics) Hua Chen (Cental Univesity of Finance and Economics) Jingzhen Liu (Cental Univesity of Finance

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Cetain deivations pesented in this couse have been somewhat heavy on algeba. Fo example, detemining the expectation of the Binomial distibution (page 5.1 tuned out to

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

B. Spherical Wave Propagation

B. Spherical Wave Propagation 11/8/007 Spheical Wave Popagation notes 1/1 B. Spheical Wave Popagation Evey antenna launches a spheical wave, thus its powe density educes as a function of 1, whee is the distance fom the antenna. We

More information

Control Chart Analysis of E k /M/1 Queueing Model

Control Chart Analysis of E k /M/1 Queueing Model Intenational OPEN ACCESS Jounal Of Moden Engineeing Reseach (IJMER Contol Chat Analysis of E /M/1 Queueing Model T.Poongodi 1, D. (Ms. S. Muthulashmi 1, (Assistant Pofesso, Faculty of Engineeing, Pofesso,

More information

Lifting Private Information Retrieval from Two to any Number of Messages

Lifting Private Information Retrieval from Two to any Number of Messages Lifting Pivate Infomation Retieval fom Two to any umbe of Messages Rafael G.L. D Oliveia, Salim El Rouayheb ECE, Rutges Univesity, Piscataway, J Emails: d746@scaletmail.utges.edu, salim.elouayheb@utges.edu

More information

OSCILLATIONS AND GRAVITATION

OSCILLATIONS AND GRAVITATION 1. SIMPLE HARMONIC MOTION Simple hamonic motion is any motion that is equivalent to a single component of unifom cicula motion. In this situation the velocity is always geatest in the middle of the motion,

More information