Cubic Spline Interpolation by Solving a Recurrence Equation Instead of a Tridiagonal Matrix

Size: px
Start display at page:

Download "Cubic Spline Interpolation by Solving a Recurrence Equation Instead of a Tridiagonal Matrix"

Transcription

1 Matematical Metods in Science and Engineeing Cubic Spline Intepolation by Solving a Recuence Equation Instead of a Tidiagonal Matix Pete Z Revesz Depatment of Compute Science and Engineeing Univesity of Nebaska-Lincoln Lincoln, Nebaska evesz@cseunledu ttp://cseunledu/evesz Telepone: Abstact Te cubic spline intepolation metod is pobably te most widely-used polynomial intepolation metod fo functions of one vaiable Howeve, te cubic spline metod equies solving a tidiagonal matix-vecto equation wit an On computational time complexity wee n is te numbe of data measuements Even an On time complexity may be too muc in some time-ciitical applications, suc as continuously estimating and updating te fligt pats of moving objects Tis pape sows tat unde cetain bounday conditions te tidiagonal matix solving step of te cubic spline metod could be entiely eliminated and instead te coefficients of te unknown cubic polynomials can be found by solving a single ecuence equation in muc faste time I INTRODUCTION Cubic spline intepolation is a widely-used polynomial intepolation metod fo functions of one vaiable [] Cubic splines can be descibed as follows Let f be a function fom R to R Suppose we know about f only its value at locations x 0 < < x n Let fx i = a i Piecewise cubic spline intepolation of f is te poblem of finding te b i, c i and d i coefficients of te cubic polynomials S i fo 0 i n 1 witten in te fom: S i x = a i + b i x x i + c i x x i + d i x x i 1 wee eac piece S i intepolates te inteval [x i, x i+1 ] and fits te adjacent pieces by satisfying cetain smootness conditions Taking once and twice te deivative of Equation 1 yields, espectively te equations: S ix = b i + c i x x i + d i x x i S i x = c i + 6d i x x i Equations 1- imply tat S i x i = a i, S i x i = b i and S i x i = c i Fo a smoot fit between te adjacent pieces te cubic spline intepolation equies tat te following conditions old fo 0 i n : S i x i+1 = S i+1 x i+1 = a i+1, 4 S ix i+1 = S i+1x i+1 = b i+1 5 S i x i+1 = S i+1x i+1 = c i+1 6 Tis pape is oganized as follows Section II eview te usual solution fo cubic splines by solving a tidiagonal matix Section?? II THE TRIDIAGONAL MATRIX-BASED SOLUTION In tis section we eview te usual tidiagonal matix-based solution fo cubic splines Let i = x i+1 x i Substituting Equations 1- into Equations 4-6, espectively, yields: a i + b i i + c i i + d i i = a i+1 7 b i + c i i + d i i = b i+1 8 c i + d i i = c i+1 9 Equation 9 yields a value fo d i, wic we can substitute into Equations 7-8 Hence Equations 7-9 can be ewitten as: a i+1 a i = b i i + c i + c i+1 i 10 b i+1 b i = c i + c i+1 i 11 d i = 1 i c i+1 c i 1 Solving Equation 10 fo b i yields: b i = a i+1 a i 1 c i + c i+1 i 1 i wic implies fo j n te condition: 1 b i+1 = a i+ a i+1 c i+1 + c i+ i+1 14 i+1 ISBN:

2 Matematical Metods in Science and Engineeing Substituting into Equation 11 te values fo b i and b i+1 fom Equations 1-14 yields: a i+1 a i 1 c i + c i+1 i i + c i + c i+1 i = 1 a i+ a i+1 c i+1 + c i+ i+1 i+1 Te above can be ewitten as: i c i + i + i+1 c i+1 + i+1 c i+ = a i + a i+1 + a i+ i i i+1 i+1 Te above olds fo 0 i n Howeve, canging te index downwad by one te following olds fo 1 j n : i 1 c i 1 + i 1 + i c i + i c i+1 = a i 1 + a i + a i+1 15 i 1 i 1 i i Te above is a system of n 1 linea equations fo te unknowns c i fo 0 i n By Equation S 0 x 0 = and by extending Equation 6 to j = n 1, S n 1x n = c n Te cubic spline intepolation allows us to specify seveal possible bounday conditions egading te values of, c n A commonly used bounday condition called a natual cubic spline assumes tat = c n = 0, wic is equivalent to setting te second deivative of te splines at te ends to zeo Altenatively, in te clamped cubic spline intepolation, te assumed bounday condition is b 0 = f x 0 and b n = f x n wee te deivatives of te f at x 0 and x n ae known constants In addition, in sovling a cubic spline a unifom sampling is also commonly assumed and available, tat is, eac i as te same constant value Ten dividing Equation 15 by yields: c i 1 + 4c i + c i+1 = a i 1 a i + a i+1 16 Since te values of a i ae known, te values of c i can be found by solving te tidiagonal matix-vecto equation Ax = B Unde te natual cubic spline intepolation, we ave: te vecto of unknowns is: c 1 x = c n and te vecto of constants is: 0 a 0 a 1 + a B = a n a n 1 + a n 0 Similaly, unde te clamped spline intepolation we ave: te same vecto of unknowns: c 1 x = c n and te following vecto of constants: a 1 a 0 f x 0 a 0 a 1 + a B = a n a n 1 + a n f x n a n a n 1 Bot te natual cubic spline and te clamped cubic spline bounday conditions yield a system of n + 1 linea equations wit only n + 1 unknowns Suc a system nomally yields a unique solution except in some special cases Moeove, eite system is a tidiagonal matix sytem tat can be solved in On time Once te c i values ae found, te d i and te b i values also can be found by Equations 1 and 1, espectively Computating te b i and d i coefficients can be done also witin On time III A NEW RECURRENCE EQUATION-BASED SOLUTION In ou solution to te cubic spline intepolation poblem, we cose a bounday condition tat equies solving te following tidiagonal system wee x i ae ational vaiables, d i ae ational constants and 0 is a ational constant, and A is: ISBN:

3 Matematical Metods in Science and Engineeing Futemoe, x = x 1 x x n 1 x n and b = e 1 e e n 1 e n A Relationsip to Clamped and Natual Cubic Splines Ou new matix is closely elated to clamped cubic splines Conside te fist equation fo te clamped cubic spline, wic can be witten as: + c 1 = a 1 a 0 f x 0 Te above equation becomes te following afte multiplying by /: + c 1 = a 1 a 0 f x 0 Adding 1 /c 1 yields: + c 1 = a 1 a 0 f x c 1 Hence te fist ow of ou new matix A is equivalent to fist ow of te clamped cubic spline fo any 0 if e 1 is: e 1 = a 1 a 0 f x c 1 wee c 1 is an estimate fo te value of c 1 Te last ow of te new matix allows fixing te value of c n Tis is a genealization of natual cubic spline wic fixes te value to be 0 B A Recuence Equation-Based Solution In tis section, we solve te new system using te value = + 7 In tat case, te fist tee equations can be witten as: x 1 + x = e 1 x 1 + 4x + x = e x + 4x + x 4 = e Multiplying te second ow by, subtacting fom it te fist ow, and ten dividing it by gives: x 1 + x = e 1 x + x = e e 1 x + 4x + x 4 = e Multiplying now te tid ow by, subtacting fom it te second ow, and ten dividing it by gives: x 1 + x = e 1 x + x = e e 1 x + x 4 = e e + e 1 Continuing tis pocess until te last ow, we get: x n + x n = e n en 4 x n + x n 1 = e n en x n 1 + x n = e n 1 en x n = e n + en 5 n 4 e1 + 1 n 4 + en 4 n e1 + 1 n + en n e1 + 1 n Dividing eac ow except te last one by yields: x n + xn x n + xn 1 x n 1 + xn x n = en = en = en 1 = e n en 4 n 4 e n en en + en 4 n e1 + 1 n + en n e1 + 1 n 1 Note tat eac ow 1 i n 1 will be te following: x i + x i 1 = 1 k e i k k+1 0 k i 1 We define te values fo α 0, α i fo 1 < i n 1, and α n, espectively, as follows: α 0 = 0 α i = e i α i 1 = 0 k i 1 1 k e i k k+1 α n = e n 17 Te solution to te linea equation system can be descibed in tems of te α constants as follows: ISBN:

4 Matematical Metods in Science and Engineeing x n = α n α n x n = α n α n 1 x n 1 = α n 1 α n x n = α n + α n 1 + α n α n Teefoe, x i fo eac ow 1 i n will be: x n = α n 18 x i = α i 1 x i+1 Te above can be solved in closed fom as follows: x i = 0 k n i k 1 α i+k 19 Note tat no matte wat exactly ae te initial values fo e, we ave pe-solved te system Tis can lead to a faste evaluation of te cubic spline tan solving te tidiagonal system eac time We need only On multiplications and subtactions to compute te values of all te x i Moeove, wen any new measuement is made, te conventional tidiagonal matix-based algoitm equies a complete edo of te entie computation in On time In contast, Equation 18 leads to a faste update because to eac x i fo i n we need to add only te tem: n+1 i 1 α n+1 We also need to make x n+1 = α n+1 Aftewad updating te ote α i constants can be done also similaly efficiently C A Moving Object Example Suppose tat an object is eleased fom a eigt of 400 feet wit zeo initial velocity Suppose also tat we measue te object s position to be 84, 6 and 56 feet fom eat at one, two and tee seconds afte elease We also suspect tat te object is in fee fall wit a gavitational acceleation of ft/sec at one second afte elease and at tee seconds afte elease Find a cubic spline appoximation fo te object s position at all times fom te elease to tee seconds afte We will measue te distance taveled fom te elease point Te cubic polynomials we need to find fo te intevals [0, 1], [1, ] and [, ] can be expessed as follows: S 0 x = a 0 + b 0 x + x + d 0 x S 1 x = a 1 + b 1 x 1 + c 1 x 1 + d 1 x 1 S x = a + b x + c x + d x We ave n = 4, a 0 = 400, a 1 = 84, a = 6, a = 56 and te unifom step size is = 1 By ou assumptions of zeo initial velocity f 0 = 0 and fee fall at one second c 1 = 16 and fee fall at fou seconds c = 16, wic implies e 4 = 16 Te matix A and te vectos x and B ae: , x = because B = e 1 e e e 4 By Equation 17, we ave: c 1 c c and B = = α 1 = e 1 α = e α 1 α = e α = α 4 = e 4 = 16 = = By Equation 18 we also ave wen calculating in evese ode: c = α 4 = 16 c = α c = 16 c 1 = α c = 16 = α 1 c 1 = 16 Solving fo te b i coefficients by Equation 1 gives: ISBN:

5 Matematical Metods in Science and Engineeing b 0 = = 0 b 1 = = b = = 64 Solving fo te d i coefficients by Equation 1 gives: d 0 = = 0 d 1 = = 0 d = = 0 Te above values sow tat an object in fee fall as an inceasing velocity but its acceleation emains constant Using te above values, te cubic spine intepolation can be descibed as: S 0 x = x S 1 x = 84 x 1 16x 1 = x S x = 6 64x 16x = x Hence in eac piece te cubic spline intepolation gives x, wic agees wit te expected pysics equation fo te position of a moving object tat stats wit zeo velocity fom an elevation of 400 feet and feely falls downwad wit an acceleation of ft/sec IV CONCLUSION Te geneal metod descibed in tis pape can be used in a wide vaiety of applications wic equie intepolation of a function of one vaiable Fo example, intepolation of measuement data can geneate constaint databases tat can be efficiently queied using constaint quey languages [5], [6] Te simple one-vaiable function intepolation can be also extended to ige dimensions yielding intepolations of ige-dimensional functions tat descibe sufaces [4] and tee-dimensional spatio-tempoal o moving objects [1], [] Tis extension emains an inteesting futue wok REFERENCES [1] S Andeson and P Z Revesz, Efficient MaxCount and tesold opeatos of moving objects, Geoinfomatica, 1 4, 55 96, 009 [] R L Buden and J D Faies, Numeical Analysis, 9t ed New Yok, USA: Spinge, 014 [] J Comicki and P Z Revesz, Constaint-based inteopeability of spatiotempoal databases, Geoinfomatica,, 11-4, 1999 [4] L Li and P Z Revesz, Intepolation metods fo spatio-tempoal geogapic data, Computes, Envionment and Uban Systems, 8, 01-7, 004 [5] P C Kanellakis, G M Kupe and P Z Revesz, Constaint quey languages, Jounal of Compute and System Sciences, 51 1, 6-5, 1995 [6] P Z Revesz, Intoduction to Databases: Fom Biological to Spatio- Tempoal, New Yok, USA: Spinge, 010 ISBN:

Ilona V. Tregub, ScD., Professor

Ilona V. Tregub, ScD., Professor Investment Potfolio Fomation fo the Pension Fund of Russia Ilona V. egub, ScD., Pofesso Mathematical Modeling of Economic Pocesses Depatment he Financial Univesity unde the Govenment of the Russian Fedeation

More information

Chapter 3 Savings, Present Value and Ricardian Equivalence

Chapter 3 Savings, Present Value and Ricardian Equivalence Chapte 3 Savings, Pesent Value and Ricadian Equivalence Chapte Oveview In the pevious chapte we studied the decision of households to supply hous to the labo maket. This decision was a static decision,

More information

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM Main Golub Faculty of Electical Engineeing and Computing, Univesity of Zageb Depatment of Electonics, Micoelectonics,

More information

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function Lecture 10: Wat is a Function, definition, piecewise defined functions, difference quotient, domain of a function A function arises wen one quantity depends on anoter. Many everyday relationsips between

More information

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses,

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses, 3.4. KEPLER S LAWS 145 3.4 Keple s laws You ae familia with the idea that one can solve some mechanics poblems using only consevation of enegy and (linea) momentum. Thus, some of what we see as objects

More information

PHYSICS 111 HOMEWORK SOLUTION #13. May 1, 2013

PHYSICS 111 HOMEWORK SOLUTION #13. May 1, 2013 PHYSICS 111 HOMEWORK SOLUTION #13 May 1, 2013 0.1 In intoductoy physics laboatoies, a typical Cavendish balance fo measuing the gavitational constant G uses lead sphees with masses of 2.10 kg and 21.0

More information

Chapter 22. Outside a uniformly charged sphere, the field looks like that of a point charge at the center of the sphere.

Chapter 22. Outside a uniformly charged sphere, the field looks like that of a point charge at the center of the sphere. Chapte.3 What is the magnitude of a point chage whose electic field 5 cm away has the magnitude of.n/c. E E 5.56 1 11 C.5 An atom of plutonium-39 has a nuclea adius of 6.64 fm and atomic numbe Z94. Assuming

More information

Mechanics 1: Motion in a Central Force Field

Mechanics 1: Motion in a Central Force Field Mechanics : Motion in a Cental Foce Field We now stud the popeties of a paticle of (constant) ass oving in a paticula tpe of foce field, a cental foce field. Cental foces ae ve ipotant in phsics and engineeing.

More information

MATHEMATICAL SIMULATION OF MASS SPECTRUM

MATHEMATICAL SIMULATION OF MASS SPECTRUM MATHEMATICA SIMUATION OF MASS SPECTUM.Beánek, J.Knížek, Z. Pulpán 3, M. Hubálek 4, V. Novák Univesity of South Bohemia, Ceske Budejovice, Chales Univesity, Hadec Kalove, 3 Univesity of Hadec Kalove, Hadec

More information

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS ON THE R POLICY IN PRODUCTION-INVENTORY SYSTEMS Saifallah Benjaafa and Joon-Seok Kim Depatment of Mechanical Engineeing Univesity of Minnesota Minneapolis MN 55455 Abstact We conside a poduction-inventoy

More information

An Introduction to Omega

An Introduction to Omega An Intoduction to Omega Con Keating and William F. Shadwick These distibutions have the same mean and vaiance. Ae you indiffeent to thei isk-ewad chaacteistics? The Finance Development Cente 2002 1 Fom

More information

Problem Set # 9 Solutions

Problem Set # 9 Solutions Poblem Set # 9 Solutions Chapte 12 #2 a. The invention of the new high-speed chip inceases investment demand, which shifts the cuve out. That is, at evey inteest ate, fims want to invest moe. The incease

More information

TORQUE AND ANGULAR MOMENTUM IN CIRCULAR MOTION

TORQUE AND ANGULAR MOMENTUM IN CIRCULAR MOTION MISN-0-34 TORQUE AND ANGULAR MOMENTUM IN CIRCULAR MOTION shaft TORQUE AND ANGULAR MOMENTUM IN CIRCULAR MOTION by Kiby Mogan, Chalotte, Michigan 1. Intoduction..............................................

More information

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing M13914 Questions & Answes Chapte 10 Softwae Reliability Pediction, Allocation and Demonstation Testing 1. Homewok: How to deive the fomula of failue ate estimate. λ = χ α,+ t When the failue times follow

More information

Deflection of Electrons by Electric and Magnetic Fields

Deflection of Electrons by Electric and Magnetic Fields Physics 233 Expeiment 42 Deflection of Electons by Electic and Magnetic Fields Refeences Loain, P. and D.R. Coson, Electomagnetism, Pinciples and Applications, 2nd ed., W.H. Feeman, 199. Intoduction An

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

Financing Terms in the EOQ Model

Financing Terms in the EOQ Model Financing Tems in the EOQ Model Habone W. Stuat, J. Columbia Business School New Yok, NY 1007 hws7@columbia.edu August 6, 004 1 Intoduction This note discusses two tems that ae often omitted fom the standad

More information

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION Page 1 STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION C. Alan Blaylock, Hendeson State Univesity ABSTRACT This pape pesents an intuitive appoach to deiving annuity fomulas fo classoom use and attempts

More information

PY1052 Problem Set 8 Autumn 2004 Solutions

PY1052 Problem Set 8 Autumn 2004 Solutions PY052 Poblem Set 8 Autumn 2004 Solutions H h () A solid ball stats fom est at the uppe end of the tack shown and olls without slipping until it olls off the ight-hand end. If H 6.0 m and h 2.0 m, what

More information

Voltage ( = Electric Potential )

Voltage ( = Electric Potential ) V-1 of 9 Voltage ( = lectic Potential ) An electic chage altes the space aound it. Thoughout the space aound evey chage is a vecto thing called the electic field. Also filling the space aound evey chage

More information

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project Spiotechnics! Septembe 7, 2011 Amanda Zeingue, Michael Spannuth and Amanda Zeingue Dieential Geomety Poject 1 The Beginning The geneal consensus of ou goup began with one thought: Spiogaphs ae awesome.

More information

Continuous Compounding and Annualization

Continuous Compounding and Annualization Continuous Compounding and Annualization Philip A. Viton Januay 11, 2006 Contents 1 Intoduction 1 2 Continuous Compounding 2 3 Pesent Value with Continuous Compounding 4 4 Annualization 5 5 A Special Poblem

More information

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it.

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it. Candidates should be able to : Descibe how a mass ceates a gavitational field in the space aound it. Define gavitational field stength as foce pe unit mass. Define and use the peiod of an object descibing

More information

Exam 3: Equation Summary

Exam 3: Equation Summary MASSACHUSETTS INSTITUTE OF TECHNOLOGY Depatment of Physics Physics 8.1 TEAL Fall Tem 4 Momentum: p = mv, F t = p, Fext ave t= t f t= Exam 3: Equation Summay total = Impulse: I F( t ) = p Toque: τ = S S,P

More information

Trading Volume and Serial Correlation in Stock Returns in Pakistan. Abstract

Trading Volume and Serial Correlation in Stock Returns in Pakistan. Abstract Tading Volume and Seial Coelation in Stock Retuns in Pakistan Khalid Mustafa Assistant Pofesso Depatment of Economics, Univesity of Kaachi e-mail: khalidku@yahoo.com and Mohammed Nishat Pofesso and Chaiman,

More information

Displacement, Velocity And Acceleration

Displacement, Velocity And Acceleration Displacement, Velocity And Acceleation Vectos and Scalas Position Vectos Displacement Speed and Velocity Acceleation Complete Motion Diagams Outline Scala vs. Vecto Scalas vs. vectos Scala : a eal numbe,

More information

CLASS XI CHAPTER 3. Theorem 1 (sine formula) In any triangle, sides are proportional to the sines of the opposite angles. That is, in a triangle ABC

CLASS XI CHAPTER 3. Theorem 1 (sine formula) In any triangle, sides are proportional to the sines of the opposite angles. That is, in a triangle ABC CLASS XI Anneue I CHAPTER.6. Poofs and Simple Applications of sine and cosine fomulae Let ABC be a tiangle. By angle A we mean te angle between te sides AB and AC wic lies between 0 and 80. Te angles B

More information

Instantaneous Rate of Change:

Instantaneous Rate of Change: Instantaneous Rate of Cange: Last section we discovered tat te average rate of cange in F(x) can also be interpreted as te slope of a scant line. Te average rate of cange involves te cange in F(x) over

More information

AMB111F Financial Maths Notes

AMB111F Financial Maths Notes AMB111F Financial Maths Notes Compound Inteest and Depeciation Compound Inteest: Inteest computed on the cuent amount that inceases at egula intevals. Simple inteest: Inteest computed on the oiginal fixed

More information

2 Limits and Derivatives

2 Limits and Derivatives 2 Limits and Derivatives 2.7 Tangent Lines, Velocity, and Derivatives A tangent line to a circle is a line tat intersects te circle at exactly one point. We would like to take tis idea of tangent line

More information

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS Vesion:.0 Date: June 0 Disclaime This document is solely intended as infomation fo cleaing membes and othes who ae inteested in

More information

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers Concept and Expeiences on using a Wiki-based System fo Softwae-elated Semina Papes Dominik Fanke and Stefan Kowalewski RWTH Aachen Univesity, 52074 Aachen, Gemany, {fanke, kowalewski}@embedded.wth-aachen.de,

More information

Research on Risk Assessment of the Transformer Based on Life Cycle Cost

Research on Risk Assessment of the Transformer Based on Life Cycle Cost ntenational Jounal of Smat Gid and lean Enegy eseach on isk Assessment of the Tansfome Based on Life ycle ost Hui Zhou a, Guowei Wu a, Weiwei Pan a, Yunhe Hou b, hong Wang b * a Zhejiang Electic Powe opoation,

More information

Software Engineering and Development

Software Engineering and Development I T H E A 67 Softwae Engineeing and Development SOFTWARE DEVELOPMENT PROCESS DYNAMICS MODELING AS STATE MACHINE Leonid Lyubchyk, Vasyl Soloshchuk Abstact: Softwae development pocess modeling is gaining

More information

HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING

HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING U.P.B. Sci. Bull., Seies C, Vol. 77, Iss. 2, 2015 ISSN 2286-3540 HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING Roxana MARCU 1, Dan POPESCU 2, Iulian DANILĂ 3 A high numbe of infomation systems ae available

More information

Model Question Paper Mathematics Class XII

Model Question Paper Mathematics Class XII Model Question Pape Mathematics Class XII Time Allowed : 3 hous Maks: 100 Ma: Geneal Instuctions (i) The question pape consists of thee pats A, B and C. Each question of each pat is compulsoy. (ii) Pat

More information

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.3 Differentiation of Polynomials an Rational Functions In tis section we begin te task of iscovering rules for ifferentiating various classes of

More information

UNIT CIRCLE TRIGONOMETRY

UNIT CIRCLE TRIGONOMETRY UNIT CIRCLE TRIGONOMETRY The Unit Cicle is the cicle centeed at the oigin with adius unit (hence, the unit cicle. The equation of this cicle is + =. A diagam of the unit cicle is shown below: + = - - -

More information

Tracking/Fusion and Deghosting with Doppler Frequency from Two Passive Acoustic Sensors

Tracking/Fusion and Deghosting with Doppler Frequency from Two Passive Acoustic Sensors Tacking/Fusion and Deghosting with Dopple Fequency fom Two Passive Acoustic Sensos Rong Yang, Gee Wah Ng DSO National Laboatoies 2 Science Pak Dive Singapoe 11823 Emails: yong@dso.og.sg, ngeewah@dso.og.sg

More information

Experiment 6: Centripetal Force

Experiment 6: Centripetal Force Name Section Date Intoduction Expeiment 6: Centipetal oce This expeiment is concened with the foce necessay to keep an object moving in a constant cicula path. Accoding to Newton s fist law of motion thee

More information

A Capacitated Commodity Trading Model with Market Power

A Capacitated Commodity Trading Model with Market Power A Capacitated Commodity Tading Model with Maket Powe Victo Matínez-de-Albéniz Josep Maia Vendell Simón IESE Business School, Univesity of Navaa, Av. Peason 1, 08034 Bacelona, Spain VAlbeniz@iese.edu JMVendell@iese.edu

More information

The LCOE is defined as the energy price ($ per unit of energy output) for which the Net Present Value of the investment is zero.

The LCOE is defined as the energy price ($ per unit of energy output) for which the Net Present Value of the investment is zero. Poject Decision Metics: Levelized Cost of Enegy (LCOE) Let s etun to ou wind powe and natual gas powe plant example fom ealie in this lesson. Suppose that both powe plants wee selling electicity into the

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

The transport performance evaluation system building of logistics enterprises

The transport performance evaluation system building of logistics enterprises Jounal of Industial Engineeing and Management JIEM, 213 6(4): 194-114 Online ISSN: 213-953 Pint ISSN: 213-8423 http://dx.doi.og/1.3926/jiem.784 The tanspot pefomance evaluation system building of logistics

More information

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review Vecto Calculus: Ae you eady? Vectos in D and 3D Space: Review Pupose: Make cetain that you can define, and use in context, vecto tems, concepts and fomulas listed below: Section 7.-7. find the vecto defined

More information

The Role of Gravity in Orbital Motion

The Role of Gravity in Orbital Motion ! The Role of Gavity in Obital Motion Pat of: Inquiy Science with Datmouth Developed by: Chistophe Caoll, Depatment of Physics & Astonomy, Datmouth College Adapted fom: How Gavity Affects Obits (Ohio State

More information

Saturated and weakly saturated hypergraphs

Saturated and weakly saturated hypergraphs Satuated and weakly satuated hypegaphs Algebaic Methods in Combinatoics, Lectues 6-7 Satuated hypegaphs Recall the following Definition. A family A P([n]) is said to be an antichain if we neve have A B

More information

Gauss Law. Physics 231 Lecture 2-1

Gauss Law. Physics 231 Lecture 2-1 Gauss Law Physics 31 Lectue -1 lectic Field Lines The numbe of field lines, also known as lines of foce, ae elated to stength of the electic field Moe appopiately it is the numbe of field lines cossing

More information

Questions for Review. By buying bonds This period you save s, next period you get s(1+r)

Questions for Review. By buying bonds This period you save s, next period you get s(1+r) MACROECONOMICS 2006 Week 5 Semina Questions Questions fo Review 1. How do consumes save in the two-peiod model? By buying bonds This peiod you save s, next peiod you get s() 2. What is the slope of a consume

More information

Semipartial (Part) and Partial Correlation

Semipartial (Part) and Partial Correlation Semipatial (Pat) and Patial Coelation his discussion boows heavily fom Applied Multiple egession/coelation Analysis fo the Behavioal Sciences, by Jacob and Paticia Cohen (975 edition; thee is also an updated

More information

Supplementary Material for EpiDiff

Supplementary Material for EpiDiff Supplementay Mateial fo EpiDiff Supplementay Text S1. Pocessing of aw chomatin modification data In ode to obtain the chomatin modification levels in each of the egions submitted by the use QDCMR module

More information

Determination of Dielectric Constant and Dissipation Factor of a Printed Circuit Board Material Using a Microstrip Ring Resonator Structure

Determination of Dielectric Constant and Dissipation Factor of a Printed Circuit Board Material Using a Microstrip Ring Resonator Structure Detemination of Dielectic Constant and Dissipation Facto of a Pinted Cicuit Boad Mateial Using a Micostip Ring Resonato Stuctue J-M. Heinola, K-P. Lätti, J-P. Stöm, M. Kettunen and P. Silventoinen Lappeenanta

More information

An application of stochastic programming in solving capacity allocation and migration planning problem under uncertainty

An application of stochastic programming in solving capacity allocation and migration planning problem under uncertainty An application of stochastic pogamming in solving capacity allocation and migation planning poblem unde uncetainty Yin-Yann Chen * and Hsiao-Yao Fan Depatment of Industial Management, National Fomosa Univesity,

More information

Risk Sensitive Portfolio Management With Cox-Ingersoll-Ross Interest Rates: the HJB Equation

Risk Sensitive Portfolio Management With Cox-Ingersoll-Ross Interest Rates: the HJB Equation Risk Sensitive Potfolio Management With Cox-Ingesoll-Ross Inteest Rates: the HJB Equation Tomasz R. Bielecki Depatment of Mathematics, The Notheasten Illinois Univesity 55 Noth St. Louis Avenue, Chicago,

More information

Development of Canned Cycle for CNC Milling Machine

Development of Canned Cycle for CNC Milling Machine Development of Canned Cycle fo CNC Milling Machine S.N Sheth 1, Pof. A.N.Rathou 2 1 Schola, Depatment of mechanical Engineeing, C.U SHAH College of Engineeing & Technology 2 Pofesso, Depatment of mechanical

More information

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years.

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years. 9.2 Inteest Objectives 1. Undestand the simple inteest fomula. 2. Use the compound inteest fomula to find futue value. 3. Solve the compound inteest fomula fo diffeent unknowns, such as the pesent value,

More information

(a) The centripetal acceleration of a point on the equator of the Earth is given by v2. The velocity of the earth can be found by taking the ratio of

(a) The centripetal acceleration of a point on the equator of the Earth is given by v2. The velocity of the earth can be found by taking the ratio of Homewok VI Ch. 7 - Poblems 15, 19, 22, 25, 35, 43, 51. Poblem 15 (a) The centipetal acceleation of a point on the equato of the Eath is given by v2. The velocity of the eath can be found by taking the

More information

On Some Functions Involving the lcm and gcd of Integer Tuples

On Some Functions Involving the lcm and gcd of Integer Tuples SCIENTIFIC PUBLICATIONS OF THE STATE UNIVERSITY OF NOVI PAZAR SER. A: APPL. MATH. INFORM. AND MECH. vol. 6, 2 (2014), 91-100. On Some Functions Involving the lcm and gcd of Intege Tuples O. Bagdasa Abstact:

More information

Tangent Lines and Rates of Change

Tangent Lines and Rates of Change Tangent Lines and Rates of Cange 9-2-2005 Given a function y = f(x), ow do you find te slope of te tangent line to te grap at te point P(a, f(a))? (I m tinking of te tangent line as a line tat just skims

More information

Valuation of Floating Rate Bonds 1

Valuation of Floating Rate Bonds 1 Valuation of Floating Rate onds 1 Joge uz Lopez us 316: Deivative Secuities his note explains how to value plain vanilla floating ate bonds. he pupose of this note is to link the concepts that you leaned

More information

A Glossary Of Complex Envelope Vectoization And Its Working Principle

A Glossary Of Complex Envelope Vectoization And Its Working Principle Complex Envelope Vectoization fo the solution of mid-high fequency acoustic poblems A. Sestiei Depatment of Mechanical and Aeospace Engineeing Univesity of Rome la Sapienza Pesentation layout - Low fequency

More information

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1)

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1) Insertion and Deletion in VL Trees Submitted in Partial Fulfillment of te Requirements for Dr. Eric Kaltofen s 66621: nalysis of lgoritms by Robert McCloskey December 14, 1984 1 ackground ccording to Knut

More information

How To Find The Optimal Stategy For Buying Life Insuance

How To Find The Optimal Stategy For Buying Life Insuance Life Insuance Puchasing to Reach a Bequest Ehan Bayakta Depatment of Mathematics, Univesity of Michigan Ann Abo, Michigan, USA, 48109 S. David Pomislow Depatment of Mathematics, Yok Univesity Toonto, Ontaio,

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

Sections 3.1/3.2: Introducing the Derivative/Rules of Differentiation

Sections 3.1/3.2: Introducing the Derivative/Rules of Differentiation Sections 3.1/3.2: Introucing te Derivative/Rules of Differentiation 1 Tangent Line Before looking at te erivative, refer back to Section 2.1, looking at average velocity an instantaneous velocity. Here

More information

Uniform Rectilinear Motion

Uniform Rectilinear Motion Engineeing Mechanics : Dynamics Unifom Rectilinea Motion Fo paticle in unifom ectilinea motion, the acceleation is zeo and the elocity is constant. d d t constant t t 11-1 Engineeing Mechanics : Dynamics

More information

PAN STABILITY TESTING OF DC CIRCUITS USING VARIATIONAL METHODS XVIII - SPETO - 1995. pod patronatem. Summary

PAN STABILITY TESTING OF DC CIRCUITS USING VARIATIONAL METHODS XVIII - SPETO - 1995. pod patronatem. Summary PCE SEMINIUM Z PODSTW ELEKTOTECHNIKI I TEOII OBWODÓW 8 - TH SEMIN ON FUNDMENTLS OF ELECTOTECHNICS ND CICUIT THEOY ZDENĚK BIOLEK SPŠE OŽNO P.., CZECH EPUBLIC DLIBO BIOLEK MILITY CDEMY, BNO, CZECH EPUBLIC

More information

The Detection of Obstacles Using Features by the Horizon View Camera

The Detection of Obstacles Using Features by the Horizon View Camera The Detection of Obstacles Using Featues b the Hoizon View Camea Aami Iwata, Kunihito Kato, Kazuhiko Yamamoto Depatment of Infomation Science, Facult of Engineeing, Gifu Univesit aa@am.info.gifu-u.ac.jp

More information

Geometric Stratification of Accounting Data

Geometric Stratification of Accounting Data Stratification of Accounting Data Patricia Gunning * Jane Mary Horgan ** William Yancey *** Abstract: We suggest a new procedure for defining te boundaries of te strata in igly skewed populations, usual

More information

An Epidemic Model of Mobile Phone Virus

An Epidemic Model of Mobile Phone Virus An Epidemic Model of Mobile Phone Vius Hui Zheng, Dong Li, Zhuo Gao 3 Netwok Reseach Cente, Tsinghua Univesity, P. R. China zh@tsinghua.edu.cn School of Compute Science and Technology, Huazhong Univesity

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information

Multiple choice questions [70 points]

Multiple choice questions [70 points] Multiple choice questions [70 points] Answe all of the following questions. Read each question caefull. Fill the coect bubble on ou scanton sheet. Each question has exactl one coect answe. All questions

More information

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods A famewok fo the selection of entepise esouce planning (ERP) system based on fuzzy decision making methods Omid Golshan Tafti M.s student in Industial Management, Univesity of Yazd Omidgolshan87@yahoo.com

More information

4a 4ab b 4 2 4 2 5 5 16 40 25. 5.6 10 6 (count number of places from first non-zero digit to

4a 4ab b 4 2 4 2 5 5 16 40 25. 5.6 10 6 (count number of places from first non-zero digit to . Simplify: 0 4 ( 8) 0 64 ( 8) 0 ( 8) = (Ode of opeations fom left to ight: Paenthesis, Exponents, Multiplication, Division, Addition Subtaction). Simplify: (a 4) + (a ) (a+) = a 4 + a 0 a = a 7. Evaluate

More information

FI3300 Corporate Finance

FI3300 Corporate Finance Leaning Objectives FI00 Copoate Finance Sping Semeste 2010 D. Isabel Tkatch Assistant Pofesso of Finance Calculate the PV and FV in multi-peiod multi-cf time-value-of-money poblems: Geneal case Pepetuity

More information

Lab #7: Energy Conservation

Lab #7: Energy Conservation Lab #7: Enegy Consevation Photo by Kallin http://www.bungeezone.com/pics/kallin.shtml Reading Assignment: Chapte 7 Sections 1,, 3, 5, 6 Chapte 8 Sections 1-4 Intoduction: Pehaps one of the most unusual

More information

1D STEADY STATE HEAT

1D STEADY STATE HEAT D SEADY SAE HEA CONDUCION () Pabal alukda Aociate Pofeo Depatment of Mecanical Engineeing II Deli E-mail: pabal@mec.iitd.ac.in Palukda/Mec-IID emal Contact eitance empeatue ditibution and eat flow line

More information

Lecture 16: Color and Intensity. and he made him a coat of many colours. Genesis 37:3

Lecture 16: Color and Intensity. and he made him a coat of many colours. Genesis 37:3 Lectue 16: Colo and Intensity and he made him a coat of many colous. Genesis 37:3 1. Intoduction To display a pictue using Compute Gaphics, we need to compute the colo and intensity of the light at each

More information

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution 1.6 Analyse Optimum Volume and Surface Area Estimation and oter informal metods of optimizing measures suc as surface area and volume often lead to reasonable solutions suc as te design of te tent in tis

More information

Problems of the 2 nd and 9 th International Physics Olympiads (Budapest, Hungary, 1968 and 1976)

Problems of the 2 nd and 9 th International Physics Olympiads (Budapest, Hungary, 1968 and 1976) Poblems of the nd and 9 th Intenational Physics Olympiads (Budapest Hungay 968 and 976) Péte Vankó Institute of Physics Budapest Univesity of Technology and Economics Budapest Hungay Abstact Afte a shot

More information

Financial Derivatives for Computer Network Capacity Markets with Quality-of-Service Guarantees

Financial Derivatives for Computer Network Capacity Markets with Quality-of-Service Guarantees Financial Deivatives fo Compute Netwok Capacity Makets with Quality-of-Sevice Guaantees Pette Pettesson pp@kth.se Febuay 2003 SICS Technical Repot T2003:03 Keywods Netwoking and Intenet Achitectue. Abstact

More information

Gravitation. AP Physics C

Gravitation. AP Physics C Gavitation AP Physics C Newton s Law of Gavitation What causes YOU to be pulled down? THE EARTH.o moe specifically the EARTH S MASS. Anything that has MASS has a gavitational pull towads it. F α Mm g What

More information

Experimentation under Uninsurable Idiosyncratic Risk: An Application to Entrepreneurial Survival

Experimentation under Uninsurable Idiosyncratic Risk: An Application to Entrepreneurial Survival Expeimentation unde Uninsuable Idiosyncatic Risk: An Application to Entepeneuial Suvival Jianjun Miao and Neng Wang May 28, 2007 Abstact We popose an analytically tactable continuous-time model of expeimentation

More information

The Electric Potential, Electric Potential Energy and Energy Conservation. V = U/q 0. V = U/q 0 = -W/q 0 1V [Volt] =1 Nm/C

The Electric Potential, Electric Potential Energy and Energy Conservation. V = U/q 0. V = U/q 0 = -W/q 0 1V [Volt] =1 Nm/C Geneal Physics - PH Winte 6 Bjoen Seipel The Electic Potential, Electic Potential Enegy and Enegy Consevation Electic Potential Enegy U is the enegy of a chaged object in an extenal electic field (Unit

More information

Coordinate Systems L. M. Kalnins, March 2009

Coordinate Systems L. M. Kalnins, March 2009 Coodinate Sstems L. M. Kalnins, Mach 2009 Pupose of a Coodinate Sstem The pupose of a coodinate sstem is to uniquel detemine the position of an object o data point in space. B space we ma liteall mean

More information

Voltage ( = Electric Potential )

Voltage ( = Electric Potential ) V-1 Voltage ( = Electic Potential ) An electic chage altes the space aound it. Thoughout the space aound evey chage is a vecto thing called the electic field. Also filling the space aound evey chage is

More information

Optimal Capital Structure with Endogenous Bankruptcy:

Optimal Capital Structure with Endogenous Bankruptcy: Univesity of Pisa Ph.D. Pogam in Mathematics fo Economic Decisions Leonado Fibonacci School cotutelle with Institut de Mathématique de Toulouse Ph.D. Dissetation Optimal Capital Stuctue with Endogenous

More information

YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH

YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH nd INTERNATIONAL TEXTILE, CLOTHING & ESIGN CONFERENCE Magic Wold of Textiles Octobe 03 d to 06 th 004, UBROVNIK, CROATIA YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH Jana VOBOROVA; Ashish GARG; Bohuslav

More information

STABILITY ANALYSIS IN MILLING BASED ON OPERATIONAL MODAL DATA 1. INTRODUCTION

STABILITY ANALYSIS IN MILLING BASED ON OPERATIONAL MODAL DATA 1. INTRODUCTION Jounal of Machine Engineeing, Vol. 11, No. 4, 211 Batosz POWALKA 1 Macin CHODZKO 1 Kzysztof JEMIELNIAK 2 milling, chatte, opeational modal analysis STABILITY ANALYSIS IN MILLING BASED ON OPERATIONAL MODAL

More information

Chapter 7 Numerical Differentiation and Integration

Chapter 7 Numerical Differentiation and Integration 45 We ave a abit in writing articles publised in scientiþc journals to make te work as Þnised as possible, to cover up all te tracks, to not worry about te blind alleys or describe ow you ad te wrong idea

More information

Reduced Pattern Training Based on Task Decomposition Using Pattern Distributor

Reduced Pattern Training Based on Task Decomposition Using Pattern Distributor > PNN05-P762 < Reduced Patten Taining Based on Task Decomposition Using Patten Distibuto Sheng-Uei Guan, Chunyu Bao, and TseNgee Neo Abstact Task Decomposition with Patten Distibuto (PD) is a new task

More information

Symmetric polynomials and partitions Eugene Mukhin

Symmetric polynomials and partitions Eugene Mukhin Symmetic polynomials and patitions Eugene Mukhin. Symmetic polynomials.. Definition. We will conside polynomials in n vaiables x,..., x n and use the shotcut p(x) instead of p(x,..., x n ). A pemutation

More information

Timing Synchronization in High Mobility OFDM Systems

Timing Synchronization in High Mobility OFDM Systems Timing Synchonization in High Mobility OFDM Systems Yasamin Mostofi Depatment of Electical Engineeing Stanfod Univesity Stanfod, CA 94305, USA Email: yasi@wieless.stanfod.edu Donald C. Cox Depatment of

More information

Modal Characteristics study of CEM-1 Single-Layer Printed Circuit Board Using Experimental Modal Analysis

Modal Characteristics study of CEM-1 Single-Layer Printed Circuit Board Using Experimental Modal Analysis Available online at www.sciencediect.com Pocedia Engineeing 41 (2012 ) 1360 1366 Intenational Symposium on Robotics and Intelligent Sensos 2012 (IRIS 2012) Modal Chaacteistics study of CEM-1 Single-Laye

More information

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates 9:6.4 INITIAL PUBLIC OFFERINGS 9:6.4 Sample Questions/Requests fo Managing Undewite Candidates Recent IPO Expeience Please povide a list of all completed o withdawn IPOs in which you fim has paticipated

More information

PORTFOLIO OPTIMIZATION WHEN ASSET RETURNS HAVE THE GAUSSIAN MIXTURE DISTRIBUTION

PORTFOLIO OPTIMIZATION WHEN ASSET RETURNS HAVE THE GAUSSIAN MIXTURE DISTRIBUTION PORTFOLIO OPTIMIZATION WHEN ASSET RETURNS HAVE THE GAUSSIAN MIXTURE DISTRIBUTION IAN BUCKLEY, GUSTAVO COMEZAÑA, BEN DJERROUD, AND LUIS SECO Abstact. Potfolios of assets whose etuns have the Gaussian mixtue

More information

Memory-Aware Sizing for In-Memory Databases

Memory-Aware Sizing for In-Memory Databases Memoy-Awae Sizing fo In-Memoy Databases Kasten Molka, Giuliano Casale, Thomas Molka, Laua Mooe Depatment of Computing, Impeial College London, United Kingdom {k.molka3, g.casale}@impeial.ac.uk SAP HANA

More information

30 H. N. CHIU 1. INTRODUCTION. Recherche opérationnelle/operations Research

30 H. N. CHIU 1. INTRODUCTION. Recherche opérationnelle/operations Research RAIRO Rech. Opé. (vol. 33, n 1, 1999, pp. 29-45) A GOOD APPROXIMATION OF THE INVENTORY LEVEL IN A(Q ) PERISHABLE INVENTORY SYSTEM (*) by Huan Neng CHIU ( 1 ) Communicated by Shunji OSAKI Abstact. This

More information

12. Rolling, Torque, and Angular Momentum

12. Rolling, Torque, and Angular Momentum 12. olling, Toque, and Angula Momentum 1 olling Motion: A motion that is a combination of otational and tanslational motion, e.g. a wheel olling down the oad. Will only conside olling with out slipping.

More information

12.1. FÖRSTER RESONANCE ENERGY TRANSFER

12.1. FÖRSTER RESONANCE ENERGY TRANSFER ndei Tokmakoff, MIT epatment of Chemisty, 3/5/8 1-1 1.1. FÖRSTER RESONNCE ENERGY TRNSFER Föste esonance enegy tansfe (FR) efes to the nonadiative tansfe of an electonic excitation fom a dono molecule to

More information