NUMERICAL DIFFERENTIATIONS SPREADSHEET CALCULATOR

Size: px
Start display at page:

Download "NUMERICAL DIFFERENTIATIONS SPREADSHEET CALCULATOR"

Transcription

1 Prosiding Seminar Kebangsaan Aplikasi Sains dan Matematik 2013 (SKASM2013) Batu Paat, Joor, Oktober 2013 NUMERICAL DIFFERENTIATIONS SPREADSHEET CALCULATOR Kim Gaik ~ a ~ (Sie ', Lo~ig KekZ & Rosmila Abdul Kaar') '~acult~ of Electrical and Electronics, Universiti Tun Hussein Onn Malaysia, Pavit Raja, Joor, Malaysia tay@,utm. edz~.nty '"~e~artment of Matematics & Statistics, Faculty of Science,Tecnology & Human Development, Universiti T~in Hzissein Onn Malaysia, Pavit Raja, Joor, Malaysia slkek@,utm. edu.mv rosnzila@z~tnz.edu.my In tis paper, we ave developed a spreadseet calculator for numerical differentiations. In tis spreadseet calculator, users may select eiter a given function or a given data to approximate te numerical differentiation. For a given function option, users are only required to key in te value of x, te functionflx) and te step size. Te spreadseet calculator will ten tabulate te (x, Ax)) data into a given table. On te oter and, for a given data option, users only ave to key in te (x, y) data into te given table. For bot options, te first derivative at te specified value of x will be approximated by using 2 point forward, 2point backward, 3point central, 3point forward, 3point backward and 5point formulas, wereas te second derivative at te specified value of x will be calculated by using 3point central and 5point formulas. Wit tis numerical differentiations spreadseet calculator, we ope to elp educators to prepare teir marking sceme easily and to assist students in cecking teir answers. Keywords: numerical differentiation, 2point forward, 2point backward, 3point central, 3point forward, 3point backward and 5point formulas 1. INTRODUCTION Many pysical problems involving te rate of cange need differentiation. For example, velocity is te rate of cange of distance wit respect to time, wile acceleration is te rate of cange of velocity wit respect to time. Te rate of cange of y wit respect to x can be calculated from te gradient of te curve in a grap of y against x. For a function tat is not easily differentiated analytically or wen only a set of data is given, numerical differentiation can be used. Normally, te derivative off at a specified value of x can be approximated using te formulae based on Taylor's series expansions, for example te first derivative at te specified value of x can be approximated by using 2point backward, 2point forward, 3point central, 3point forward, 3point backward and 5point formulas, wereas te second derivative at te specified value of x can be approximated by 111

2 using 3point central and 5point formulas. Approximating te definite differentiation numerically based on te above formulas is straigt forward, but for' educators and students wo ave already mastered its calculation skills and require a quick solution, recalculating it may be a boring and timewasting process. Hence, tere is a need to design a numerical differentiation spreadseet calculator to elp students and educators wo need immediate solutions. A series of papers working on solving numerical metods in classroom and examination situations using spreadseet wic focus on systems of nonlinear and linear equations, approximation of interpolation, computing of eigenvalues, ordinary differential equations (ODES) by te Fourtorder RungeKutta (RK4) and te Laplace equation can be seen in [l 91. Recently, a Ricardson's extrapolation spreadseet calculator up to level 4 was developed in [lo] to approximate definite differentiation numerically. However, literature works dealing wit spreadseet calculator for approximating definite differentiation by using te formulas in Excel ave not been explored as yet. Tus, in tis paper, we ave developed a spreadseet calculator to approximate te first derivative at te specified value of x by using 2point backward, 2point forward, 3point central, 3point forward, 3point backward and 5point formulas, wereas te second derivative can be approximated at te specified value of x by using 3point central and 5point formulas. Wit ts numerical differentiations spreadseet calculator, we ope to elp educators in preparing teir marking sceme and assisting students to ceck teir answers automatically. Tis paper is organized as follows. Section 2 provides te background of numerical differentiation. Numerical examples are given in Section 3. Te spreadseet calculator is given in Section 4. Finally, a conclusion is given in te final part of tis paper., Section NUMERICAL DIFFERENTIATION In tis section, we give first and second derivatives formulas wit its truncation error based on finite formula as given in Table 1. Te detail of derivation of tese formulas can be referred to using any numerical metods books or numerical analysis books. Table 1 :;Te Difference Formula First derivative, 2point forward 2point backward 3point central 3 point forward f '(x> f '(XI % f '(XI % f '(XI % f '(XI % f (x + ) f (4 f (4f(x) f (x+if (x) 2 3f(x)+4f(x+) f(x+2) 2 Truncatio n Error O() O() O(2) O(2)

3 Prosiding Seminar Kebangsaan Aplikasi Sains dan Matematik 2013 (SKASM2013) Batu Paat, Joor, Oktober point backward 5point central f(x2)4f(x)+3f(x) f '(XI = 2 f '(4 = f(x2)8f(x)+8f(x+) 12 f(x+2) O(2) O(4) Second derivatives, 3 point central f "(XI f(x)2f(x)+f (x+) f "(x) = O(2 5point central f(x2)+16f(x)30f(x)+16 f(x+) f(x+2) f "(x)% 122 O(4) 3.0 NUMERICAL EXAMPLE In tis section, we provide two numerical examples to calculate te first and second derivatives based on te formula in Table Numerical Example 1 Given f (x) = sin(x). Approximate f '(0.8) and f "(0.8) by using all appropriate formulas in Table 1 wit = 0.1 and = State wic gives better approximation. Do in four decimal places calculation. Solution 2point forward f (x + ) f (x) sin(x + ) sin(x) f '(4 = 2point backward f (x) f (x ) sin(x) sin(x ) f '(4 =

4 3point central 3point forward 3 f (x) + 4 f (x + ) f (x + 2) 3 sin(x) + 4 sin(x + ) sin(x + 2) f '(4 = 2 3 sin(0.8) + 4sin( ) sin( (0.1)) f '(0.8) x = (0.1) 3point backward 2 5 point formula 3point central for second derivatives. 5point formula for second derivatives

5 Prosiding Seminar Kebangsaan Aplikasi Sains dan Matematik 2013 (SKASM2013) Batu Paat, Joor, Oktober 2013 We sow te solution wit = 0.1 manually, but te solution wit = 0.05 will be sown directly fiom te spreadseet calculator in Section 4. By comparing Figure 2 and 3 in Section 4, we notice tat a smaller gives smaller errors and ence gives better approximation Numerical Example 2 Given te following set of discrete data in Table 2. x f (x) Table Find te approximate values of f '(0.4) and f "(0.4) using all te appropriate formulas in Table 1. Solution 2point forward 2point backward 3point central

6 3point forward 3point backward 5point formula 3point central for second derivatives f "(x) = f(.)2f(x)+f 2 (x+) 5point formula for second derivatives f(x2)+16f(x)30f(x)+l6f(x+) f "(x) = 122 f(x+2)

7 Prosiding Seminar Kebangsaan Aplikasi Sains dan Matematik 2013 (SKASM2013) Batu Paat, Joor, Oktober SPREADSHEET CALCULATOR Figure 1 illustrates te numerical differentiation spreadseet calculator. Tere are two options wic are Given Function and Given Data respectively in tis spreadseet calculator. Figure 1 sows te first option, tat is te Given Function option as solved in Numerical Example 1 in Section 3.1. For option 1, users only need to enter te function wic is needed to find its first and second derivatives in cell C7, te specified value of x is needed to obtain its derivatives in cell C6 wile step size needs to be keyed into cell E6. Finally, users need to click te APPLY button. Te APPLY button is associated wit te macro option in Excel spreadseet wic records te action of copying cell C7 to cells C11:Gll. Once te APPLY button is clicked, te first derivative at te specified value of x will be approximated by using 2point forward, 2point backward, 3point central, 3point forward, 3point backward and 5 point formulas in cells D14:D19 respectively, wereas te second derivative at te specified value of x will be calculated using 3point central and 5point formulas in cells H14: H15. Users can select one decimal place, two decimal places up to nine decimal places calculation from te pull down menu in cell H6. To get te absolute error, users can enter te exact functions of first derivative and second derivative in cell E7:F7 respectively. Figure 2 gives te solution of Numerical Example 1 wit = A L B c D E I F I G ~ H 1 Differentiation & Integration 2 Menu I 5 ~ Input 8 9 I Output Given Data x (Exactf" ~ c c u r a c ~ ~ ~ f(x) Exactf Figure 1 : Numerical Differentiation Spreadseet Calculator: Given Function Option (Solution of Numerical Example 1 wit = 0.1) I

8 * _ I 0 1 c D E I F G I H _ I I ~ 1 Differentiation & Integration 2 Menu 3 Given Data 4 I 5 I I 6 x 0.8 I 0.05 I Exactf' 7 Input f[x) Exactf ( Q 1 ~ccurac~iu]~ Output Figure 2: Numerical Differentiation Spreadseet Calculator: Given Function Option (Solution of Numerical Example 1 wit = 0.05) Figure 3 illustrates te Given Data Option in Numerical Differentiation Spreadseet Calculator as solved in Numerical Example 2. In tis option, users need to enter 5 data points wit te same step size into cell C7: G8 and its into 18, te first derivative at te specified value of x will ten be approximated by using 2point forward, 2point backward, 3point central, 3point forward, 3point backward and 5point formulas in cells Dll:D16 respectively, wereas te second derivative at te specified value of x will be calculated by using 3point central and %point formulas in cells H11: H12. Users can select one decimal place, two decimal places up to nine decimal places calculation from te pull down menu in cell H6. 1 Differentiation & Integration 2 Menu 3 Given Function A I Input Output *I Second derivatives 3polnt central 5point Fig. 3: Numerical Differentiation Spreadseet Calculator: Given Data Option (Solution of Numerical Example 2) 118

9 Prosiding Seminar Kebangsaan Aplikasi Sains dan Matematik 2013 (SKASM2013) Batu Paat, Joor, OMober CONCLUSION We ave developed a numerical differentiations spreadseet calculator wit two options, wic are Given Function and Given Data respectively. For a given function option, users only need to key in te value of x, te functionflx) and te step size followed by clicking te APPLY button. Te spreadseet calculator will ten tabulate te (x,flx)) data into a given table. On te oter and, for a given data option, users are only required to key in te five data point of (x, y) data wit te same increment and its step size into te given table. For bot options, te first derivative at te specified value of x will be approximated by using 2 point forward, 2point backward, 3point central, 3point forward, 3point backward and 5 point formulas, wereas te second derivative at te specified value of x will be calculated by using 3point central and 5point formulas. Users may select a certain number of decimal places calculation from te pull down menu in tis spreadseet calculator. Wit tis numerical differentiations spreadseet calculator, we ope to elp educators to prepare teir marking sceme wit ease and to facilitate students in cecking teir answers. 6 ACKNOWLEDGEMENT T~s project is financially supported by UTHM MDR researc grant sceme vote References [I] Tay, K. G., Kek, S. L. & AbdulKaar, R. (2009). Solving NonLinear Systems by Newton's Metod Using Spreadseet Excel. Proceeding of te 3rd International Conference on Science and Matematics Education (CoSMED 2009). Pg [2] Kek, S. L. & Tay, K. G. (2008). Solver for System of Linear Equations. Proceeding of te National Symposium on Application of Science Matematics 2008 (SKASM 2008). Pg Batu Paat: Penerbit UTHM. [3] Kek, S.L. & Tay, K. G. (2009). Design of Spreadseet Solver for Polynomial Interpolation. National Seminar on Science and Tecnology 2009 (PKPST 2009): Pg [4] Tay, K. G., Kek, S. L. & AbdulKaar, R. (2010). Langrange Interpolating Polynomial Solver Using Spreadseet Excel. Proceeding of te National Symposium on Application of Science Matematics 2010 (SKASM 2010) and 18" Matematical Science National Symposium (SKSM 2010). Pg [5] Tay, K. G & Kek, S. L. (2008). Approximating Te Dominant Eigenvalue Using Power Metod Troug Spreedseet Excel. Proceeding of te National Symposium on Application of Science Matematics 2008 (SKASM 2008). Pg Batu Paat: Penerbit UTHM.

10 [6] Tay, K. G. & Kek, S. L. (2009). Approximating te Smallest Eigenvalue Using Inverse Metod Troug Spreadseet Excel. Proceeding of te 17~ National Symposium on Matematical Science (SKSM 2009). Pg [7] Tay, K. G. & Kek, S. L. (2009). Fourt Order RungeKutta Metod Using Spreadseet Excel. Proceedings of te 4L International Conference on Researc and Education in Matematics (ICREM4). Pg [8] Tay, K. G, Kek, S. L & AbdulKaar, R. (2012). A Spreadseet Solution of a System of Ordinary Differential Equations Using te FourtOrder RungeKutta Metod. Spreadseets in Education (ejsie): 5(2): Pg ISSN [9] Tay, K. G., Kek, S. L. & AbdulKaar, R. (2009). Solutions of Laplace's Equations Using Spreadseet Excel. National Seminar on Science and Tecnology 2009 (PKPST 2009). Pg [lo] Tay, K.G, Kek, S. L., AbdulKaar, R., Azlan, M. A. & Lee, M. F. (20 13) A Ricardson's Extrapolation Spreadseet Calculator for Numerical Differentiation," Spreadseets in Education (ejsie): 6(2): 15. ISSN [l 11 Rao, S.S., (2002). Applied Numerical Metods For Engineers and Scientists. Upper Saddle fiver, New Jersey: Prentice Hall.

Using Matrix to Solving the Probabilistic Inventory Models (Demand Model)

Using Matrix to Solving the Probabilistic Inventory Models (Demand Model) IAAST ONLINE ISSN 77-1565 PRINT ISSN 0976-488 CODEN: IAASCA International Arcive of Applied Sciences and Tecnology IAAST; Vol 4 [3] September 013: 09-15 01 Society of Education, India [ISO9001: 008 Certified

More information

A Low-Temperature Creep Experiment Using Common Solder

A Low-Temperature Creep Experiment Using Common Solder A Low-Temperature Creep Experiment Using Common Solder L. Roy Bunnell, Materials Science Teacer Soutridge Hig Scool Kennewick, WA 99338 roy.bunnell@ksd.org Abstract: Tis experiment uses common lead-tin

More information

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE MODULE 8 SURVEY SAMPLING AND ESTIMATION

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE MODULE 8 SURVEY SAMPLING AND ESTIMATION THE ROYAL STATISTICAL SOCIETY 009 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE MODULE 8 SURVEY SAMPLING AND ESTIMATION Te Society provides tese solutions to assist candidates preparing for te examinations

More information

HOUSEHOLD SOLID WASTE RECYCLING INDUCED PRODUCTION VALUES AND EMPLOYMENT OPPORTUNITIES IN TAIWAN

HOUSEHOLD SOLID WASTE RECYCLING INDUCED PRODUCTION VALUES AND EMPLOYMENT OPPORTUNITIES IN TAIWAN Journal of Minerals & Materials Caracterization & Engineering, Vol. 1, No.2, pp121-129, 2002 Printed in te USA. All rigts reserved HOUSEHOLD SOLID WASTE RECYCLING INDUCED PRODUCTION VALUES AND EMPLOYMENT

More information

Chapter 2. Functions and Graphs. 03 Feb 2009 MATH 1314 College Algebra Ch.2 1

Chapter 2. Functions and Graphs. 03 Feb 2009 MATH 1314 College Algebra Ch.2 1 Capter Functions and Graps 03 Feb 009 MATH 1314 College Algebra C. 1 .1 Basics of Functions & Teir Graps 03 Feb 009 MATH 1314 College Algebra C. Objectives Find te domain & range of a relation. Evaluate

More information

Melt Pool Size Control in Thin-Walled and Bulky Parts via Process Maps

Melt Pool Size Control in Thin-Walled and Bulky Parts via Process Maps Melt Pool Size Control in Tin-Walled and Bulky Parts via Process Maps Aditad Vasinonta, Jack L. Beut and Raymond Ong Department of Mecanical Engineering Carnegie Mellon University Pittsburg, PA 15213 Abstract

More information

Research on the Cost Curves and Strategies Related to the Carbon Emission Reduction in China

Research on the Cost Curves and Strategies Related to the Carbon Emission Reduction in China Researc on te Cost Curves and Strategies Related to te Carbon Emission Reduction in Cina Aiua Luo 1, Zengsun Ruan 2*, Xizen Hu 3 1 Scool of Matematics and Statistics Sout-Central University for Nationalities

More information

2.36 Bridge Inspections. Introduction. Scope and Objective. Conclusions

2.36 Bridge Inspections. Introduction. Scope and Objective. Conclusions Introduction Te Department of Works, Services and Transportation is responsible for construction, inspection and maintenance of bridges in te provincial road system. Te Transportation Services Division

More information

ASSESSMENT OF THE POWER CURVE FLATTENING METHOD: AN APPROACH TO SMART GRIDS

ASSESSMENT OF THE POWER CURVE FLATTENING METHOD: AN APPROACH TO SMART GRIDS ASSESSENT OF THE POWER CURVE FLATTENING ETHOD: AN APPROACH TO SART GRIDS S. CARILLO APARICIO F. J. LEIVA ROJO Giacomo PETRETTO Gianluca GIGLIUCCI SmartGrids Endesa Red I+D Endesa S.A. Enel Ingegneria e

More information

Effect Weibull Distribution Parameters Calculating Methods on Energy Output of a Wind Turbine: A Study Case

Effect Weibull Distribution Parameters Calculating Methods on Energy Output of a Wind Turbine: A Study Case Int. J. of Termal & Environmental Engineering Volume 14, No. 2 (2017) 163-173 Effect Weibull Distribution Parameters Calculating Metods on Energy Output of a Wind Turbine: Study Case beer Qawasmi, Suil

More information

Measurement and Reporting of Vapor Phase Mercury Emissions from Low-Emitting Stationary Sources (DRAFT 9/25/08)

Measurement and Reporting of Vapor Phase Mercury Emissions from Low-Emitting Stationary Sources (DRAFT 9/25/08) Measurement and Reporting of Vapor Pase Mercury Emissions from Low-Emitting Stationary Sources (DRAFT 9/25/08) 1. Scope and Application Te purpose of tis protocol is to establis procedures for te measurement

More information

Introduction of Prediction Method of Welding Deformation by Using Laminated Beam Modeling Theory and Its Application to Railway Rolling Stock

Introduction of Prediction Method of Welding Deformation by Using Laminated Beam Modeling Theory and Its Application to Railway Rolling Stock IJR International Journal of Railway Vol., No. 4 / December 009, pp. 175-179 Introduction of Prediction Metod of Welding Deformation by Using Laminated Beam Modeling Teory and Its Application to Railway

More information

Steel Pipe Bridges in Sweden Detailed Design Procedures

Steel Pipe Bridges in Sweden Detailed Design Procedures Steel Pipe Bridges in Sweden Lars Pettersson, Skanska Sweden AB, Major Projects 2007-06 1 In Sweden Steel Pipe Bridges are structurally designed according to a andbook developed by te oyal Institute of

More information

PREDICTION OF METAL PLASTICITY DURING THE METAL FORMING PROCESS. Y.E. Beygelzimer (DonSTU, Ukraine), D.V. Orlov (DonSTU, Ukraine)

PREDICTION OF METAL PLASTICITY DURING THE METAL FORMING PROCESS. Y.E. Beygelzimer (DonSTU, Ukraine), D.V. Orlov (DonSTU, Ukraine) PREDICTION OF METAL PLASTICITY DURING THE METAL FORMING PROCESS Y.E. Beygelzimer (DonSTU, Ukraine), D.V. Orlov (DonSTU, Ukraine) ABSTRACT Te matematical model of plastic deformation of structurally inomogeneous

More information

( h) ( ) Effect of Boiler Pressure (Using Molliar Diagram i.e., h-s diagram) We have, but W P << W T. = = h h h h

( h) ( ) Effect of Boiler Pressure (Using Molliar Diagram i.e., h-s diagram) We have, but W P << W T. = = h h h h Effect of Boiler Pressure (Using Molliar Diagram i.e., -s diagram) We ave, ( 3 ) ( 4 ) η t but W P P > P for te fixed

More information

A Study on Pendulum Seismic Isolators for High-Rise Buildings

A Study on Pendulum Seismic Isolators for High-Rise Buildings ctbu.org/papers Title: Autors: Subjects: Keywords: A Study on Pendulum Seismic Isolators for Hig-Rise Buildings Ikuo Tatemici, Maeda Corp. Mamoru Kawaguci, Kawaguci & Engineers Masaru Abe, Hosei University

More information

Scaling Effects in Laser-Based Additive Manufacturing Processes

Scaling Effects in Laser-Based Additive Manufacturing Processes Scaling Effects in Laser-Based Additive Manufacturing Processes Andrew J. Birnbaum and Jack L. Beut Department of Mecanical Engineering Carnegie Mellon University Pittsburg, Pa 15213 James W. Sears Advanced

More information

ON THE REINFORCED RELIABILITY OF FORWARD COLLISION WARNING SYSTEM WITH MACHINE LEARNING

ON THE REINFORCED RELIABILITY OF FORWARD COLLISION WARNING SYSTEM WITH MACHINE LEARNING International Journal of Mecanical Engineering and Tecnology (IJMET) Volume 9, Issue 5, May 2018, pp. 1058 1063, Article ID: IJMET_09_05_116 Available online at ttp://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=5

More information

FORMING OF MICROSTRUCTURE OF THE AL-SI-FE-MN SYSTEM ALLOY BY EQUAL CHANNEL ANGULAR PRESSING WITH BACKPRESSURE

FORMING OF MICROSTRUCTURE OF THE AL-SI-FE-MN SYSTEM ALLOY BY EQUAL CHANNEL ANGULAR PRESSING WITH BACKPRESSURE FORMING OF MICROSTRUCTURE OF THE AL-SI-FE-MN SYSTEM ALLOY BY EQUAL CHANNEL ANGULAR PRESSING WITH BACKPRESSURE Abdrakman NAIZABEKOV (1), Violetta ANDREYACHSHENKO (1), Jiri KLIBER (2) (1)Karaganda State

More information

Open Access The Current Situation and Development of Fire Resistance Design for Steel Structures in China

Open Access The Current Situation and Development of Fire Resistance Design for Steel Structures in China Te Open Construction and Building Tecnology Journal, 010, 4, 55-63 55 Open Access Te Current Situation and Development of Fire Resistance Design for Steel Structures in Cina Jinceng Zao* and Xiuying Yang

More information

PRICING AND SCHEDULING STRATEGIES FOR AIR CARGO CARRIERS: A NON-COOPERATIVE GAME APPROACH

PRICING AND SCHEDULING STRATEGIES FOR AIR CARGO CARRIERS: A NON-COOPERATIVE GAME APPROACH Advanced OR and AI Metods in Transportation PRICING AND SCHEDULING STRATEGIES FOR AIR CARGO CARRIERS: A NON-COOPERATIVE GAME APPROACH Oliver F. SHYR 1, Yuan-Lu LEE Abstract. As an oligopoly maret, te pricing

More information

STERILE CONTAINER SYSTEMS

STERILE CONTAINER SYSTEMS »» 1/2 Half Size 1/2 STANDARD MODEL 280 mm 285 mm Specificiations Lid (Perforated) Lid (Perforated) Safety Lid Safety Lid Sizes Box (Non Perforated) Box (Perforated) Box (Non Perforated) Box (Perforated)

More information

Dynamic monitoring and evaluation on the flue gas emission of waste. incineration

Dynamic monitoring and evaluation on the flue gas emission of waste. incineration Dynamic monitoring and evaluation on te flue gas emission of waste incineration Jianli Cao 1,Wei Pan 1, College of Science, Henan University of Tecnology, Zengzou, Henan, 450001 Abstract: Troug Gauss diffusion

More information

Estimation of Critical Stress in Jointed Concrete Pavement

Estimation of Critical Stress in Jointed Concrete Pavement Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Beavioral Scien ce s 04 ( 03 ) 08 7 nd Conference of Transportation Researc Group of India (nd CTRG) Estimation of Critical

More information

Draft for Public Comment Australian/New Zealand Standard

Draft for Public Comment Australian/New Zealand Standard COMMITTEE EL-056 DR AS/NZS 3823.4.2:2014 Amd 1:2016 (Project ID: 103934 Draft for Public Comment Australian/New Zealand Standard LIABLE TO ALTERATION DO NOT USE AS A STANDARD BEGINNING DATE FOR COMMENT:

More information

ROBUST SCHEDULING UNDER TIME-SENSITIVE ELECTRICITY PRICES FOR CONTINUOUS POWER- INTENSIVE PROCESSES

ROBUST SCHEDULING UNDER TIME-SENSITIVE ELECTRICITY PRICES FOR CONTINUOUS POWER- INTENSIVE PROCESSES ROBUST SCHEDULING UNDER TIME-SENSITIVE ELECTRICITY PRICES FOR CONTINUOUS POWER- INTENSIVE PROCESSES Sumit Mitra *a, Ignacio E. Grossmann a, Jose M. Pinto b and Nikil Arora c a Carnegie Mellon University,

More information

BOD 5 removal kinetics and wastewater flow pattern of stabilization pond system in Birjand

BOD 5 removal kinetics and wastewater flow pattern of stabilization pond system in Birjand vailable online at www.pelagiaresearclibrary.com European Journal of Experimental Biology, 2013, 3(2):430-436 ISSN: 2248 9215 CODEN (US): EJEBU BOD 5 removal kinetics and wastewater flow pattern of stabilization

More information

ANALYSIS OF PLANNING, MANAGEMENT AND EXECUTION OF MOTOR VEHICLES REPAIR SERVICES FOR THE PURPOSES OF DEVELOPMENT OF AN OPERATIONAL PLANNING MODEL

ANALYSIS OF PLANNING, MANAGEMENT AND EXECUTION OF MOTOR VEHICLES REPAIR SERVICES FOR THE PURPOSES OF DEVELOPMENT OF AN OPERATIONAL PLANNING MODEL Te International Journal of TRANSPORT & LOGISTICS Medzinárodný časopis DOPRAVA A LOGISTIKA ISSN 1451-17X ANALYSIS OF PLANNING, MANAGEMENT AND EXECUTION OF MOTOR VEHICLES REPAIR SERVICES FOR THE PURPOSES

More information

REDUCE PEAK-TIME ENERGY USE BY DEMAND BIDDING PROGRAM IN IRAN

REDUCE PEAK-TIME ENERGY USE BY DEMAND BIDDING PROGRAM IN IRAN REDUCE PEAK-TIME ENERGY USE BY DEMAND BIDDING PROGRAM IN IRAN Hossein DELAVARIPOUR Hossein.delavary@yaoo.com Amir KHAZAEE Amir.kazaee@ymail.com Meran GHASEMPOOR Gasempour.meran@gmail.com Hossein HOOSHMANDI

More information

Passing services without the need of routing the walls.

Passing services without the need of routing the walls. Data seet Metallic skirting for floor tile coverings. Metallic profiles for skirtings. Tey ave a ig mecanical resistance wit a functional, modern design. Specially recommended for office floors and raised

More information

The limits to profit-wage redistribution: Endogenous regime shifts in Kaleckian models of growth and distribution

The limits to profit-wage redistribution: Endogenous regime shifts in Kaleckian models of growth and distribution Institute for International Political Economy Berlin Te limits to profit-wage redistribution: Endogenous regime sifts in Kaleckian models of growt and distribution Autor: Kasper Köler Working Paper, No.

More information

Theoretical power density from salinity gradients using reverse electrodialysis

Theoretical power density from salinity gradients using reverse electrodialysis Available online at www.sciencedirect.com Energy Procedia 0 (01 ) 170 184 Tecnoport EC esearc 01 Teoretical power density from salinity gradients using reverse electrodialysis David A. Vermaas a,b*, Enver

More information

Floor decoration. Residential and public use. Permanently damp environments and direct contact with water.

Floor decoration. Residential and public use. Permanently damp environments and direct contact with water. Data seet Rigt angle profile for corners and wall and floor tile coverings. Decorative use as a metallic line. is a rigt angle, corner saped profile, wit bot sides of te same lengt. Tis design makes a

More information

Granular filtration LAB EXPERIMENTS

Granular filtration LAB EXPERIMENTS DRINKING WATER - LAB EXPERIMENTS LAB EXPERIMENTS Granular filtration Hydraulics granular filtration - ydraulics lab experiments Framework Tis module explains te lab experiments on te ydraulics of filtration.

More information

DRAFT PAPER MODELING AND VISUALIZATION FOR IMAGING OF SUBSURFACE DAMAGE

DRAFT PAPER MODELING AND VISUALIZATION FOR IMAGING OF SUBSURFACE DAMAGE 7t Middle East NDT Conference & Exibition Gulf International Convention Center, Gulf Hotel Manama, Kingdom of Barain September 13-16, 2015 MODELING AND VISUALIZATION FOR IMAGING OF SUBSURFACE DAMAGE Neil

More information

10. Design Optimization Overview

10. Design Optimization Overview 10. Design Optimization Overview November 2013 QII52021-13.1.0 QII52021-13.1.0 Tis capter introduces eatures in Altera s Quartus II sotware tat you can use to acieve te igest design perormance wen you

More information

Transportation Research Forum

Transportation Research Forum Transportation Researc Forum Comparison of Alternative Metods for Estimating Houseold Trip Rates of Cross-Classification Cells wit Inadequate Data Autor(s): Judit L. Mwakalonge and Daniel A. Badoe Source:

More information

Richard Bolstein, George Mason University

Richard Bolstein, George Mason University I. INTRODUCTION RANDOM MOMENT SAMPLING TO ESTIMATE ALLOCATION OF WORK EFFORT Ricard Bolstein, George Mason University Te proper determination of federal, state, and local sare of administrative costs of

More information

EFFICIENCY: WASTE. MICROECONOMICS Principles and Analysis Frank Cowell. Almost essential Welfare and Efficiency. Frank Cowell: Efficiency-Waste

EFFICIENCY: WASTE. MICROECONOMICS Principles and Analysis Frank Cowell. Almost essential Welfare and Efficiency. Frank Cowell: Efficiency-Waste Prerequisites Almost essential Welfare and Efficiency EFFICIENCY: WASTE MICROECONOMICS Principles and Analysis Frank Cowell Agenda Build on te efficiency presentation Focus on relation between competition

More information

ANALYSIS OF DEEPSTALL LANDING FOR UAV

ANALYSIS OF DEEPSTALL LANDING FOR UAV 26 TH INTERNATIONAL CONGRE OF THE AERONAUTICAL CIENCE ANALYI OF DEEPTALL LANDING FOR UAV Hiroki Taniguci* *Te University of Tokyo Keywords: stall landing, UAV, landing metod Abstract Deepstall landing

More information

EFFECTIVE UTILIZATION OF FLYWHEEL ENERGY STORAGE (FES) FOR FREQUENCY REGULATION SERVICE PROVISION MIRAT TOKOMBAYEV THESIS

EFFECTIVE UTILIZATION OF FLYWHEEL ENERGY STORAGE (FES) FOR FREQUENCY REGULATION SERVICE PROVISION MIRAT TOKOMBAYEV THESIS EFFECTIVE UTILIZATION OF FLYWHEEL ENERGY STORAGE (FES) FOR FREQUENCY REGULATION SERVICE PROVISION BY MIRAT TOKOMBAYEV THESIS Submitted in partial fulfillment of te requirements for te degree of Master

More information

Power-Aware Task Scheduling for Dynamic Voltage Selection and Power Management for Multiprocessors

Power-Aware Task Scheduling for Dynamic Voltage Selection and Power Management for Multiprocessors Power-Aware Task Sceduling for Dynamic Voltage Selection and Power Management for Multiprocessors HyunJin Kim 1, Jin-o An 2, Hong-Sik Kim 1 and Sungo Kang 1 1 Department of Electrical and Electronic Engineering,

More information

Outboard Engine Emissions: Modelling and Simulation of Underwater Propeller Velocity Profile using the CFD Code FLUENT

Outboard Engine Emissions: Modelling and Simulation of Underwater Propeller Velocity Profile using the CFD Code FLUENT 6 t Australasian Fluid Mecanics Conference Crown Plaza, Gold Coast, Australia 2-7 December 2007 Outboard Engine Emissions: Modelling and Simulation of Underwater Propeller Velocity Profile using te CFD

More information

SHEAR AND FLEXURAL BEHAVIOR OF FERRO CEMENT DEEP BEAMS

SHEAR AND FLEXURAL BEHAVIOR OF FERRO CEMENT DEEP BEAMS IJRET: International Journal of Researc in Engineering and Tecnology eissn: 319-1163 pissn: 31-7308 SHEAR AND FLEXURAL BEHAVIOR OF FERRO CEMENT DEEP BEAMS Md Itesam Hussain 1,Vaijanat Halalli, P.M.B Raj

More information

Residential and public use. Permanently damp environments and direct contact with water. Do not use in pools.

Residential and public use. Permanently damp environments and direct contact with water. Do not use in pools. Data seet pro-corner Metallic profile for protecting wall tiles corners. Rigt angle, metallic profiles for protecting corners. Most of te pro-corner models are installed after te tile, wic implies a small

More information

Citation for published version (APA): Riezebos, J. (2002). Time bucket size and lot-splitting approach. s.n.

Citation for published version (APA): Riezebos, J. (2002). Time bucket size and lot-splitting approach. s.n. University of Groningen Time bucket size and lot-splitting approac Riezebos, Jan IMPORTANT NOTE: You are advised to consult te publiser's version (publiser's PDF) if you wis to cite from it. Please ceck

More information

ANALYSIS OF TENSION MEMBERS

ANALYSIS OF TENSION MEMBERS CHATER Structural Steel Design LRFD Metod Tird Edition ANALYSIS OF TENSION MEMBERS A. J. Clark Scool of Engineering Department of Civil and Environmental Engineering art II Structural Steel Design and

More information

Consumer price indices: provisional data December 2015

Consumer price indices: provisional data December 2015 5 January 2016 Consumer price indices: provisional data December 2015 In December 2015, according to provisional estimates, te Italian consumer price index for te wole nation (NIC) eld steady on montly

More information

Optimization of New 25A-size Metal Gasket Design Based on Contact Width Considering Forming and Contact Stress Effect

Optimization of New 25A-size Metal Gasket Design Based on Contact Width Considering Forming and Contact Stress Effect World Academy of Science, Engineering and Tecnology International Journal of Mecanical, Aerospace, Industrial, Mecatronic and Manufacturing Engineering Vol:6, No:3, 2012 Optimization of New 25A-size Metal

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Journal Journal o Cemical o Cemical Tecnology and and Metallurgy, 5, 3, 5, 25, 3, 25 38-33 STUD OF BROADENING IN A COMBINED PROCESS ROLLING - PRESSING USING AN EQUAL-CHANNEL STEP DIE Adrakman Naizaekov,

More information

Thermodynamic Modeling and Exergy Analysis of a Heat Recovery System in Meshkinshahr Geothermal Power Plant, Iran

Thermodynamic Modeling and Exergy Analysis of a Heat Recovery System in Meshkinshahr Geothermal Power Plant, Iran Proceedings orld Geotermal Congress 2010 Bali, Indonesia, 25-29 April 2010 Termodynamic Modeling and xergy Analysis of a Heat Recovery System in Meskinsar Geotermal Power Plant, Iran Benam Radmer 1, Sajjad

More information

Optimal ordering quantities for substitutable deteriorating items under joint replenishment with cost of substitution

Optimal ordering quantities for substitutable deteriorating items under joint replenishment with cost of substitution J Ind Eng Int (7) 3:38 39 DOI.7/s49-7-9-z ORIGINAL RESEARCH Optimal ordering quantities for substitutable deteriorating items under joint replenisment wit cost of substitution Vinod Kumar Misra Received:

More information

Determining Dryness Fraction

Determining Dryness Fraction Determining Dryness Fraction SUPERHEATED EVAPORATION 100 C WATER LINE 0 C g Temperature/Entalpy Dryness Fraction Tis andout assumes te student is amiliar wit Steam Tables and te terms ound terein. I required,

More information

In te current study, wind-induced torsional loads on low and medium eigt buildings were examined in te boundary layer wind tunnel. uilding model (scal

In te current study, wind-induced torsional loads on low and medium eigt buildings were examined in te boundary layer wind tunnel. uilding model (scal Te Sevent International Colloquium on luff ody Aerodynamics and Applications (AA7) Sangai, Cina; September 2-6, 2012 Wind-induced torsional aerodynamic loads on low and medium eigt buildings M. Elsarawy,

More information

Scaling Soil Water Retention Curves using a Correlation Coefficient Maximization Approach

Scaling Soil Water Retention Curves using a Correlation Coefficient Maximization Approach Scaling Soil Water Retention Curves using a Correlation Coefficient aximization Approac LAKSHAN NANDAGIRI Department of Applied ecanics and Hydraulics, National Institute of Tecnology Karnataa, Suratal,

More information

Study on Welding Inherent Deformations in Welded Structural Materials

Study on Welding Inherent Deformations in Welded Structural Materials Transactions o JWRI, Vol. 37 (8), No. 1 Study on lding Inerent Deormations in lded Structural Materials WANG Rui *, RASHED Seri **, SERIZAWA Hisasi***, MURAKAWA Hidekazu**** and Jianxun ZHANG ***** Abstract

More information

Energy storage in renewable-based residential energy hubs

Energy storage in renewable-based residential energy hubs IET Generation, Transmission & Distribution Researc Article Energy storage in renewable-based residential energy ubs ISSN 1751-8687 Received on 3rd August 2015 Revised on 12t May 2016 Accepted on 17t June

More information

Residential and public use. Permanently damp environments and direct contact with water. Outdoors, use pro-part inox. Do not use in pools.

Residential and public use. Permanently damp environments and direct contact with water. Outdoors, use pro-part inox. Do not use in pools. Data seet pro-telo Metal decorative profile for ceramic wall tiles. Flangeless metallic line for tiles of any tickness. Available in a wide variety of materials, finises and dimensions, tey represent an

More information

UC Berkeley Research Reports

UC Berkeley Research Reports UC Berkeley Researc Reports Title Crane Double Cycling in Container Ports: Affect on Sip Dwell Time Permalink ttps://escolarsip.org/uc/item/9qp7p7jq Autors Goodcild, Anne V. Daganzo, Carlos F. Publication

More information

2.37 Inland Fish and Game Licences. Introduction 1997 $ 1, , , , , ,102

2.37 Inland Fish and Game Licences. Introduction 1997 $ 1, , , , , ,102 Introduction Te Wildlife Division of te Department of Environment and Conservation is responsible for te administration of inland fis and game licences. Te Division is located in Corner Brook on te Province's

More information

The Study on Identifying the Relationship between Opportunity Recognition and Sustainability in Small Business in Sri Lanka

The Study on Identifying the Relationship between Opportunity Recognition and Sustainability in Small Business in Sri Lanka Te Study on Identifying te Relationsip between Opportunity Recognition and Sustainability in Small Business in Sri Lanka H.R.L Perera, K.T.J.C.M. Perera, B.K.U.P Rodrigo, K.M. Gunawickrama, P.V.H.N.D Perera,

More information

Energy Consumption Scheduling in a Smart Grid Including Renewable Energy

Energy Consumption Scheduling in a Smart Grid Including Renewable Energy J Inf Process Syst, Vol.11, No.1, pp.116~124, Marc 2015 ttp://dx.doi.org/10.3745/jips.03.0022 ISSN 1976-913X (Print) ISSN 2092-805X (lectronic) nergy Consumption Sceduling in a Smart Grid Including Renewable

More information

Københavns Universitet. A regional econometric sector model for Danish agriculture Jensen, Jørgen Dejgård; Andersen, Martin; Christensen, Knud

Københavns Universitet. A regional econometric sector model for Danish agriculture Jensen, Jørgen Dejgård; Andersen, Martin; Christensen, Knud university of copenagen Købenavns Universitet A regional econometric sector model for Danis agriculture Jensen, Jørgen Dejgård; Andersen, Martin; Cristensen, Knud Publication date: 2001 Document Version

More information

Optimized geothermal binary power cycles

Optimized geothermal binary power cycles Optimized geotermal binary power cycles Kontoleontos E., Mendrinos D., Karytsas C. Centre for Renewable Energy Sources, 9t km Maratonos ave., 9009 Pikermi Attikis, Greece ABSTRACT Tis study as been carried

More information

Improved Fuzzy Load Models by Clustering Techniques in Distribution Network Control

Improved Fuzzy Load Models by Clustering Techniques in Distribution Network Control International Journal on Electrical Engineering and Informatics - Volume 3, Number 2, 20 Improved Fuzzy Load Models by Clustering Tecniques in Distribution Network Control George Grigoras, P.D. * and George

More information

Consumer price indices: final data

Consumer price indices: final data 14 December 2015 Consumer price indices: final data November 2015 In November 2015, te Italian consumer price index for te wole nation (NIC) declined by 0.4% compared wit te previous mont and rose by 0.1

More information

Branding. Checklist. New / Small Business. Create A Beautiful Brand for your

Branding. Checklist. New / Small Business. Create A Beautiful Brand for your Branding Cecklist g Create A Beautiful Brand for your New / Small Business Hello! I m Emma Seppard, owner of Big Bear Creative. We re a small design agency tat elps new and small businesses create beautiful

More information

R-20F method: An approach for measuring the isolation effect of foams used fighting forest fires

R-20F method: An approach for measuring the isolation effect of foams used fighting forest fires AARMS Vol. 11, No. 2 (2012) 233 247 TECHNOLOGY R-20F metod: An approac for measuring te isolation effect of foams used figting forest fires ÁGOSTON RESTÁS* National University of Public Service, Budapest,

More information

Crosstalk between three-dimensional plasmonic slot waveguides

Crosstalk between three-dimensional plasmonic slot waveguides Crosstalk between tree-dimensional plasmonic slot waveguides Georgios Veronis and Sanui Fan Department of Electrical Engineering, Stanford University, Stanford, California 94305 sanui@stanford.edu Abstract:

More information

Buckling Capacity Optimization of Stiffened Rectangular Plate under Uniform Normal Compression

Buckling Capacity Optimization of Stiffened Rectangular Plate under Uniform Normal Compression JOURNAL OF COMPUTERS, VOL. 9, NO., MARCH 4 8 Buckling Capacity Optimization of Stiffened Rectangular Plate under Uniform Normal Compression Haifeng Fang a,b, Liua Cai a,b a Mecatronics & Automotive Engineering

More information

Evaluating adaptability of filtration technology to high-turbidity water purification

Evaluating adaptability of filtration technology to high-turbidity water purification Evaluating adaptability of filtration tecnology to ig-turbidity water purification Hiroyuki Takino*, Yuici Izutsu*, Mami Nakamaci*, Daiji Nagasio* *Hansin Water Supply Autority, Kobe City, Japan, 658-73

More information

PHASE CHANGE MATERIALS

PHASE CHANGE MATERIALS 18 TECHNOOGY REVIEW: PHASE CHANGE MATERIAS Qpedia continues its review of tecnologies developed for electronics cooling applications. We are presenting selected patents tat were awarded to developers around

More information

Figure 5.1: Rolling process description. Page 1 of 12

Figure 5.1: Rolling process description. Page 1 of 12 Eperiment ( Rolling Operations Dr. Moammad Al-taat Department o Industrial Engineering. Universit o Jordan. Lab. O Manuacturing Processes. Course No: 964, 964. Objective: Te main objective o tis eperiment

More information

INDEPENDENT DEMAND SYSTEMS: DETERMINISTIC MODELS

INDEPENDENT DEMAND SYSTEMS: DETERMINISTIC MODELS INDEPENDENT DEMAND SYSTEMS: DETEMINISTIC MODELS A major reason for aving inventory is to enable an organization to buy or produe items in eonomi lot sizes Eonomi lot sizing often applied wen organization

More information

Hydrodynamics of electric arc furnace bath at stirring with inert gases. S.V. Kazakov, M.P. Gulyaev, V.V. Filippov RUE BMZ, Moscow State Institute of

Hydrodynamics of electric arc furnace bath at stirring with inert gases. S.V. Kazakov, M.P. Gulyaev, V.V. Filippov RUE BMZ, Moscow State Institute of Hydrodynamics of electric arc furnace bat at stirring wit inert gases. S.V. Kazakov, M.P. Gulyaev, V.V. Filippov RUE BMZ, Moscow State Institute of Steel and Alloys. It is [-3] known, tat metal bottom

More information

The Division of Labour under Uncertainty. Nigel Wadeson *

The Division of Labour under Uncertainty. Nigel Wadeson * Te Division of Labour under Uncertainty By Nigel Wadeson * Date of First Submission: 19 t May, 011 Date of Second Submission: 9t May, 01 How to cite tis paper: Wadeson, Nigel (013), "Te Division of Labour

More information

Experimentation on Pool Boiling With Sodium Dodecyl Sulfate

Experimentation on Pool Boiling With Sodium Dodecyl Sulfate International Journal of Engineering Researc and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 12 (December 2016), PP.45-53 Experimentation on Pool Boiling Wit Sodium

More information

2.3 Creation of Crown Agencies and Borrowing without Authority

2.3 Creation of Crown Agencies and Borrowing without Authority Introduction Crown agencies are distinct legal entities in wic Government olds ownersip and control on bealf of te Province. As a result Government generally appoints te members of te board of directors,

More information

Manpower Requirements of Malaysian Manufacturing Sector under the Third Industrial Master Plan

Manpower Requirements of Malaysian Manufacturing Sector under the Third Industrial Master Plan Malaysian Manpower Journal Requirements of Economic of Malaysian Studies 49 Manufacturing (1): 1-19, 2012 Sector under te Tird Industrial ISSN Master 1511-4554 Plan Manpower Requirements of Malaysian Manufacturing

More information

MWRA Annual G1 Compliance Report for Calendar Year 2007

MWRA Annual G1 Compliance Report for Calendar Year 2007 Nature of Operations at Your Facility Te following questions are designed to determine if your facility as te appropriate MWRA permit. Please answer all of te questions below. 2. Wat does your facility

More information

Sustainable transportation and order quantity: insights from multiobjective optimization Bouchery, Y.; Ghaffari, A.; Jemai, Z.; Fransoo, J.C.

Sustainable transportation and order quantity: insights from multiobjective optimization Bouchery, Y.; Ghaffari, A.; Jemai, Z.; Fransoo, J.C. Sustainable transportation and order quantity: insigts from multiobjective optimization Boucery, Y.; Gaffari, A.; Jemai, Z.; Fransoo, J.. Publised in: Flexible Services and Manufacturing Journal DOI: 0.007/s0696-06-940-z

More information

Consumer price indices: provisional data December 2016

Consumer price indices: provisional data December 2016 4 January 2017 Consumer price indices: provisional data December 2016 In December 2016, according to provisional estimates, te Italian consumer price index for te wole nation (NIC) increased by 0.4% on

More information

A Review to Increase Productive Output of An Active Solar Distillation System

A Review to Increase Productive Output of An Active Solar Distillation System A Revi to Increase Productive Output of An Active Solar Distillation System UMANG R SONI 1, Dr. P.K.BRAHMBHATT 2, HEMANT B PATEL 1P.d Student, Department of Mecanical Engineering, PAHER, Udaipur, Rajastan,

More information

On Activity-based Network Design Problems

On Activity-based Network Design Problems UCI-ITS-WP-12-3 On Activity-based Network Design Problems UCI-ITS-WP-12-3 Jee Eun Kang Josep Y. J. Cow Will W. Recker Department of Civil Engineering and Institute of Transportation Studies University

More information

Residential and public use. Permanently damp environments and direct contact with water. Outdoors, use pro-part inox. Do not use in pools.

Residential and public use. Permanently damp environments and direct contact with water. Outdoors, use pro-part inox. Do not use in pools. Data seet pro-telo Metal decorative profile for ceramic wall tiles. Flangeless metallic line for tiles of any tickness. Available in a wide variety of materials, finises and dimensions, tey represent an

More information

Effect of Sand column with and without encasement of Geosynthetics in Black cotton soil

Effect of Sand column with and without encasement of Geosynthetics in Black cotton soil International Researc Journal of Engineering and Tecnology (IRJET) e-issn: - Volume: Issue: July- www.irjet.net p-issn: - Effect of Sand column wit and witout encasement of Geosyntetics in Black cotton

More information

DECOMPOSING PURCHASE ELASTICITY WITH A DYNAMIC STRUCTURAL MODEL OF FLEXIBLE CONSUMPTION. Tat Chan. Chakravarthi Narasimhan.

DECOMPOSING PURCHASE ELASTICITY WITH A DYNAMIC STRUCTURAL MODEL OF FLEXIBLE CONSUMPTION. Tat Chan. Chakravarthi Narasimhan. DECOMPOSING PURCHASE ELASTICITY WITH A DYNAMIC STRUCTURAL MODEL OF FLEXIBLE CONSUMPTION Tat Can Cakravarti Narasiman Qin Zang 1 August 26, 2004 1 Te autors are Assistant Professor of Marketing, Pilip L.

More information

Optimal Scheduling of Heat Pumps for Power Peak Shaving and Customers Thermal Comfort

Optimal Scheduling of Heat Pumps for Power Peak Shaving and Customers Thermal Comfort Optimal Sceduling of Heat Pumps for Power Peak Saving and Customers Termal Comfort Jocen L. Cremer, Marco Pau, Ferdinanda Ponci and Antonello Monti Institute for Automation of Complex Power Systems, E.ON

More information

GENETIC STUDY OF SOME AGRONOMICAL TRAITS THROUGH SINGLE CROSS ANALYSIS IN BLACKGRAM [Vigna mungo (L.) Hepper]

GENETIC STUDY OF SOME AGRONOMICAL TRAITS THROUGH SINGLE CROSS ANALYSIS IN BLACKGRAM [Vigna mungo (L.) Hepper] ISSN-99-3036 (Online) & ISSN-075-6 (Optical) Int. J. Sustain. Crop Prod. 5(3):-8(August 00) GENETIC STUDY OF SOME AGRONOMICAL TRAITS THROUGH SINGLE CROSS ANALYSIS IN BLACKGRAM [Vigna mungo (L.) Hepper]

More information

COMPETENCE OF PHA TEAMS

COMPETENCE OF PHA TEAMS COMPETENCE OF PHA TEAMS by Paul Baybutt paulb@primatec.com www.primatec.com Presented at te American Institute of Cemical Engineers 10t Global Congress on Process Safety New Orleans, Louisiana Marc 30

More information

Consumer prices: final data

Consumer prices: final data 16 January 2018 Consumer prices: final data December 2017 In December 2017, te Italian consumer price index for te wole nation (NIC) increased by 0.4% on montly basis and by 0.9 wit respect to December

More information

AUTHOR ACCEPTED MANUSCRIPT

AUTHOR ACCEPTED MANUSCRIPT AUTHOR ACCEPTED MANUSCRIPT FINAL PUBLICATION INFORMATION Strategic Climate Policy wit Offsets and Incomplete Abatement : Carbon Taxes Versus Cap-and-Trade Te definitive version of te text was subsequently

More information

Problem Set 2 KEY

Problem Set 2 KEY 2006 7.012 Problem Set 2 KEY Due before 5 PM on FRIDAY, September 29, 2006. Turn answers in to te box outside of 68-120. PLEASE WRITE YOUR ASWERS O THIS PRITOUT. 1. You are doin a enetics experiment wit

More information

Designing the Master Schedule for Demand-Adaptive Transit Systems

Designing the Master Schedule for Demand-Adaptive Transit Systems Designing te Master Scedule for Demand-Adaptive Transit Systems Teodor Gabriel Crainic Fausto Errico Federico Malucelli Maddalena Nonato May 2008 Teodor Gabriel Crainic 1,2,*, Fausto Errico 1,3, Federico

More information

CAPILLARITY TESTS ON HISTORIC MORTAR SAMPLES EXTRACTED FROM SITE. METHODOLOGY AND COMPARED RESULTS

CAPILLARITY TESTS ON HISTORIC MORTAR SAMPLES EXTRACTED FROM SITE. METHODOLOGY AND COMPARED RESULTS 13 t International Brick and Block Masonry Conference Amsterdam, July 4-7, 2004 CAPILLARITY TESTS ON HISTORIC MORTAR SAMPLES EXTRACTED FROM SITE. METHODOLOGY AND COMPARED RESULTS M. Rosário Veiga 1 ; Ana

More information

Personalized Pricing and Quality Differentiation on the Internet

Personalized Pricing and Quality Differentiation on the Internet Review of Marketing Science Working Papers Volume 2 Issue 1 Article 3 12-6-2002 Personalized Pricing and Quality Differentiation on te Internet Anindya Gose Carnegie Mellon University, agose@andrew.cmu.edu

More information

MANY ROADS TO TRAVEL: ALTERNATIVE APPROACHES TO ROUTE SELECTION FOR YUCCA MOUNTATION SHIPMENTS

MANY ROADS TO TRAVEL: ALTERNATIVE APPROACHES TO ROUTE SELECTION FOR YUCCA MOUNTATION SHIPMENTS MANY ROADS TO TRAVEL: ALTERNATIVE APPROACHES TO ROUTE SELECTION FOR YUCCA MOUNTATION SHIPMENTS Fred Dilger (fcd@co.clark.nv.us) Clark County Nuclear Waste Division Las Vegas, NV 89101 Robert J. Halstead

More information

APPENDIX, GSA REPOSITORY

APPENDIX, GSA REPOSITORY APPENDIX, GSA REPOSITORY 2007045 Te Crow Wing model developed for tis study ad to be able to represent all aspects of te surface and subsurface ydrologic cycle (Fig. 18). A.1 Groundwater Flow Time-dependent

More information

Impact of Sampling on Small Area Estimation in Business Surveys

Impact of Sampling on Small Area Estimation in Business Surveys Impact of Sampling on Small Area Estimation in Business Surveys Jan Pablo Burgard, Tomas Zimmermann and Ralf T. Münnic University of Trier, Economic and Social Statistics Department, Universitätsring 15,

More information

14. Area Optimization

14. Area Optimization 14. Area Optimization May 2013 QII52023-13.0.0 QII52023-13.0.0 Tis capter describes tecniques to reduce resource usage wen designing or Altera devices. Tis capter includes te ollowing topics: Resource

More information