Journal of Universal Computer Science, vol. 1, no. 7 (1995), submitted: 15/12/94, accepted: 26/6/95, appeared: 28/7/95 Springer Pub. Co.

Size: px
Start display at page:

Download "Journal of Universal Computer Science, vol. 1, no. 7 (1995), submitted: 15/12/94, accepted: 26/6/95, appeared: 28/7/95 Springer Pub. Co."

Transcription

1 Journal of Unversal Computer Scence, vol. 1, no. 7 (1995), submtted: 15/12/94, accepted: 26/6/95, appeared: 28/7/95 Sprnger Pub. Co. Round-o error propagaton n the soluton of the heat equaton by nte derences Fabenne Jezequel (Unverste Perre et Mare Cure, France Fabenne.Jezequel@mas.bp.fr) Abstract: The eect of round-o errors on the numercal soluton of the heat equaton by nte derences can be theoretcally determned by computng the mean error at each tme step. The oatng pont error propagaton s then theoretcally tme lnear. The expermental smulatons agree wth ths result for the towards zero roundng arthmetc. However the results are not so good for the roundng to the nearest arthmetc. The theoretcal formulas provde an approxmaton of the expermental round-o errors. In these formulas the mean value of the assgnment operator s used, and consequently, ther relablty depends on the arthmetc used. Key Words: Floatng pont arthmetc, numercal error propagaton, partal derental equatons, nte derence methods Category: G Introducton In the computatonal soluton of partal derental equatons, two types of errors are generated : the method error due to approxmatons nherent n the numercal method and the round-o error due to the oatng pont arthmetc of the computer used. Ths paper presents an analyss of the round-o error propagaton n the soluton of the heat equaton by nte derences. For each pont of the mesh, the soluton s approxmated by a scalar product wth three terms. Therefore prevous studes concernng round-o errors n arthmetcal operatons and n scalar products are presented. Ths analyss has been carred out for the towards zero roundng arthmetc and for the roundng to the nearest arthmetc, these two roundng modes respectng the 754-IEEE standard. Dfferent cases have been consdered dependng on whether ntal data and nte derence scheme coecents are exactly represented or not n the computer. To conclude, the man results obtaned are nally represented. 2 Prevous results concernng round-o errors 2.1 Assgnment error Let x be a real number and X ts oatng pont representaton. The relatve assgnment error on X s = (X,x). Let P be the set of all the possble X relatve assgnment errors. The mean value and the standard devaton 2 of P can be computed accordng to the roundng mode, the base and the number of bts n the mantssa n the oatng pont representaton [see Alt 76, Alt 78, Hammng 7, Knuth 69, La Porte, Vgnes, 74a and Vgnes 93]. Let b be the base 469

2 (usually b s 2 or 16) and p the number of dgts n the mantssa n the standard oatng pont representaton, for the towards zero roundng arthmetc : = b,p (1,b) 2 log b 2 = b,2p [ (b2,1) 6 log b, (b,1)2 (2 log b) 2 ] and for the roundng to the nearest arthmetc : = 2 = b,2p (b 2,1) 24 log b. 2.2 Error due to arthmetcal operators Let +,,,, = be the exact operators on real numbers and,,, the correspondng oatng pont operators (addton, subtracton, multplcaton and dvson) on F, whch s the set of all the values representable n the machne. The followng formulas have been obtaned by consderng only rst-order approxmatons n b,p : Let x and y be real numbers, X and Y ther representatons n F : X x(1 + ) and Y y(1 + ) X Y x + y + x + y + (x + y) X Y x, y + x, y + (x, y) X Y (x y)( ) X Y (x=y)(1 +, + ) wth,,, beng elements of P. 2.3 Error n the computaton of scalar products Let us consder a scalar product r = P n =1 x y, wth x and y real numbers. If t s computed usng ths cumulatve method : R := ; FOR I =1TON DO R := R X[I] Y [I], the absolute error on the exact scalar product r s dened by : = R, r. If X = x (1 + ) and Y = y (1 + ) the error can be estmated by the followng formula : P n =1 x y ( + + ) + 1 (x 1 y 1 + x 2 y 2 ) + 2 (x 1 y 1 + x 2 y 2 + x 3 y 3 ) +::: + n,1 (x 1 y 1 + x 2 y 2 + ::: + x n y n ) wth,,, beng elements of P. 47

3 We assume that the errors,,, are ndependent and have the same mean value and the same standard devaton 2. Under these hypotheses, the mean values of and 2 are gven by : =r (n2 +7n,2) 2n 2 =() 2 [( 3n3 +41n n,72 12n )r 2 +( (n,2)(n2 +3n,6) 12n )s 2 ]+ 2 [( n+1 3 )r2 +( n2 +19n,6 6n )s 2 ] wth s 2 = P n =1 (x y ) 2 [see Alt 78 and La Porte, Vgnes 74b]. 3 Error propagaton n the soluton of the heat equaton 3.1 Fnte derence scheme The one-dmensonal heat equaton descrbes the heat propagaton n a lnear bar. Let U(x; t) be the temperature on ths bar at pont x and tme t. The heat equaton n [a; b] [t ; +1[ s descrbed by the followng 2 =, wth K> 8t t, U(a; t) =U a (t) and U(b; t) =U b (t) 8x 2 [a; b],u(x; t )=U (x) The constant K represents the materal thermc dusvty. The doman s dscretzed wth space step x and tme step t : x = a + x; =; 1; :::n x = a and x n = b t j = t + jt; j =; 1; ::: Let U j be the soluton at pont x and tme t j. The explct nte derence method s used : then:,u j t = K( U j,1,2u j +U j +1 ) for (x) 2 =1; :::; n, 1,j =; 1; :::. = Kt (x) 2 U j Kt,1 +(1, 2 (x) 2 )U j + Kt (x) 2 U j +1 To ensure the stablty of ths scheme, the relaton Kt (x) 2 < 1 must be satsed. 2 If c 1 = Kt (x) 2 and c 2 =1, 2c 1, the nte derence scheme s : = c 1 U j,1 + c 2U j + c 1U j +1 for =1; :::; n, 1,j =; 1; :::. 471

4 3.2 Theoretcal round-o error Relatve round-o error To estmate the round-o error n the computaton of U j wth the nte derence scheme prevously proposed, several notatons are necessary. Let U j, c 1, c 2 be the algebrac values and U ~ j,~c 1,~c 2 the computed values. Then for =1; :::; n, 1,j =; 1; :::, ~ =((~c 1 ~ U j,1 ) (~c 2 ~ U j )) (~c 1 ~ U j +1 ), ths formula beng nether commutatve nor assocatve. Let j be the relatve error on U j due to the cumulaton of assgnment errors and round-o errors generated n prevous teratons : ~ U j = U j (1 + j ). merely represents the assgnment error on U and the mean value s equal to the mean value of the assgnment operator. Let 1 and 2 be the relatve errors on c 1 and c 2 : ~c 1 = c 1 (1 + 1 ) and ~c 2 = c 2 (1 + 2 ). If c 1 and c 2 are not results of computatons or are computed n nnte precson, then 1 and 2 are merely assgnment errors. s computed by a scalar product wth three terms. Therefore the formula provdng the round-o error n the computaton of scalar products can be appled : j+1 = 1 c1 U j,1 ( 1 + j +,1 1) +c 2 U j ( 2 + j + 2) +c 1 U j +1 ( 1 + j ) + 1 (c 1 U j,1 + c 2U j ) + 2 (c 1 U j,1 + c 2U j + c 1U j +1 ) wth, beng elements of P. The errors 1 and 2 are due to addtons, 1, 2 and 3 to multplcatons. Assgnment errors, are assumed to be ndependent and consequently : = = 2 = 2 =() k =() 2 etc

5 3.2.2 Frst moment As assgnment errors are assumed to be ndependent and have the same mean value, the rst moment s, for j =; 1; ::: and =1; :::; n, 1: j+1 = c 1U j,1 ( j, )+ c 2U j ( j +3+ 2)+ c 1U j +1 ( j ): The space step and the tme step are assumed to be low enough to allow the followng approxmaton : 8j, 8 =1; :::; n, 1, U j,1 U j U j +1 1: Therefore at a xed teraton, all relatve errors j 8 =1; :::n, 1; j = j. have the same mean value : then 8j, j+1 = j +(3, c 1 ) +2c c 2 2 therefore : 8j ; j = + ((3, c 1 ) +2c c 2 2 )j: The round-o error propagaton n the soluton of the heat equaton by nte derences s theoretcally tme lnear. The general formula above s smpled f the coecents c 1 and c 2 and the ntal data U are exactly represented. For the roundng to the nearest arthmetc, the mean value of the assgnment errors, s theoretcally zero. In ths case, f the coecents c 1 and c 2 and the ntal data U are exactly represented, 1 = 2 = =, and the rst moment remans theoretcally zero. Thus t s necessary to estmate the second moment Second moment The estmaton of the second moment has been carred out for the roundng to the nearest arthmetc under the followng assumptons : c 1 and c 2 are exactly represented : 1 = 2 =, ntal data are exactly represented : 8 =1; :::; n, 1; =. As for the estmaton of the rst moment, t s assumed that : 8j 1, 8 =1; :::; n, 1, U j,1,1 U j U j,1 U j U j,1 +1 U j 1: The estmaton of ( j+1 ) 2 nduces the emergence of terms j, beng a relatve assgnment error. It s assumed that j =,1 j = +1 j. 473

6 Therefore, ( j+1 ) 2 =(2c c 2 2) ( j )2 +(7c c 2 ) 2 +2, (1, c 1 ) 1 j + 2 j + c 1 1 j + c 2 2 j + c 1 3 j. As 8 =1; :::; n, 1, =, (1 ) 2 =(7c c 2 ) 2. j are estmated, beng a relatve assgnment error : 1 j =(1, c 1) j,1 2 j = j,1 1 j = c j,1 2 j = c j,1 3 j = c j,1 As =, nally : 1 j =(1, c 1)j 2 2 j = j2 1 j = 3 j = c 1j 2 2 j = c 2j 2. Therefore : 8j 1, ( j+1 ) 2 =(2c c 2 2) ( j )2 +(1+2j) (7c c 2 ) 2. Then ( ) 2 = and 8j 1, ( j ) 2 =(7c c 2 ) 2 P j,1 k= (1 + 2k) (2c2 1 + c 2 2) j,k,1. The evoluton of the second moment s thus of degree 2. Ths result remans coherent wth the lnear evoluton of the rst moment. 3.3 Expermental round-o error 3.4 Frst moment The expermental rst moment j s computed accordng to the followng formula :! j = 1 n,1 X ~ U j, U j n, 1 ~ =1 U j 474

7 where U j represents the algebrac value and U ~ j the computed value. The number of sgncant dgts lost n computatons does not depend on the precson of the oatng pont arthmetc [see Chesneaux 88 and Chesneaux 9]. Therefore U j, theoretcally computed n nnte precson, can be computed n double precson. Then U ~ j s the result of the same computaton carred out n sngle precson [see Hull, Swenson 66]. The theoretcal expresson of the rst moment has been valdated for the towards zero roundng arthmetc and the roundng to the nearest arthmetc, on a computer usng base 2 wth p = 24 and respectng the 754-IEEE standard. Four cases can occur dependng on whether the coecents c 1 et c 2 and the ntal data U are exactly represented or not. Each case has been studed for the roundng to the nearest arthmetc, where the mean value of the assgnment errors s zero, and for the towards zero roundng arthmetc, where s not zero. The number of space steps n s set to 1, the number of tme steps s set to 1. 1st case : If the coecents c 1, c 2 and the ntal data U the rst moments: are both not exactly represented, 8j ; j = + ((3, c 1 ) +2c c 2 2 )j The expermental moment s tme lnear as well. However the theoretcal moment s n absolute value slghtly greater than the expermental moment. Ths derence may be due to an overvaluaton of the theoretcal mean value. Results concernng the followng example are presented n the appendx : c 1 = 1 6, c 2 = =; 1; ;n; U = sn( n ) + log 2 2nd case : If the coecents c 1 and c 2 are exactly represented, but the ntal data U not exactly represented, the rst moment s: are 8j ; j = +(3, c 1 )j In the towards zero roundng arthmetc, the theoretcal moment and the expermental one are both lnear. The theoretcal moment overestmates agan slghtly n absolute value the expermental moment. In the roundng to the nearest arthmetc, as the mean value s zero, the rst moment remans theoretcally equal to the mean error on data. In opposton to the theoretcal moment, the expermental moment s not constant. However ts order of magntude (1,7 )svery satsfyng for sngle precson results. Graphcal results for the followng example are presented n the appendx : c 1 = 3 16, c 2 = =; 1; ;n; U = sn( n ) + log 2 475

8 3rd case : If the ntal data U are exactly represented, but the coecents c 1 and c 2 are not exactly represented, the rst moment s: 8j ; j = ((3, c 1 ) +2c c 2 2 )j The choce of ntal data whch are exactly represented s more problematc than the choce of exactly represented coecents. For nstance, f ntal data are of the form : 8 =; 1; ;n; U = 2 r, wth r beng a relatve nteger, the scheme does not perform evolutons n tme : 8j ; U j = U. The followng example s presented n the appendx : c 1 = 1 6, c 2 = =; 1; ;n; f s odd, U = =16 f s even,u = The theoretcal moment s lnear and remans greater than the expermental moment n absolute value. In the towards zero roundng arthmetc, the expermental moment remans lnear for all tme ntervals consdered. In the roundng to the nearest arthmetc, the expermental moment s not perfectly lnear (see graphcal results n the appendx). 4th case : If the ntal data U rst moments: and the coecents c 1 and c 2 are exactly represented, the 8j ; j =(3, c 1 )j In ths case, the expermental moment s compared wth the theoretcal moment only n the towards zero roundng arthmetc, because n the roundng to the nearest arthmetc the mean value s theoretcally zero. In the appendx, the followng example s presented : c 1 = 3 16, c 2 = =; 1; ;n; f s odd, U = =16 f s even,u = The expermental moment, as well as the theoretcal one, s lnear. The theoretcal moment remans slghtly greater than the expermental one n absolute value because of the overvaluaton of the mean value of the assgnment errors. 476

9 3.4.1 Second moment The second moment, ( j ) 2, can be expermentally computed accordng to the followng formula : ( j ) 2 = 1 n,1 X n, 1 =1 ~! U j, U j 2 ~ U j where U j s the algebrac value and U ~ j the computed one. As for the rst moment, U j, theoretcally computed n nnte precson, s computed n double precson and U ~ j s computed n sngle precson. The second moment has been computed usng the roundng to the nearest arthmetc, when the ntal data U and the coecents c 1 and c 2 are exactly represented. In the appendx, the evoluton of the rato of the expermental moment by the theoretcal one ( j ) exp=( j ) theo s presented. The example consdered s the same as for the study of the rst moment, when both ntal data and coecents are exactly represented. 4 Concluson In the towards zero roundng arthmetc, the round-o error generated n the soluton of the heat equaton s correctly modelled for all nte derence scheme coecents and ntal data. The round-o error propagaton s then tme lnear. The theoretcal error depends strongly on the mean value of the assgnment errors and, whle provdng the order of magntude of the expermental error, overestmates t slghtly. In the roundng to the nearest arthmetc, the round-o error generated s always smaller than n the towards zero roundng arthmetc. In the case where nether the coecents nor the ntal data are exactly represented, the round-o error s lnear and s correctly descrbed by the theoretcal formula. However f the nte derence scheme coecents or the ntal data are exactly represented, theoretcal formulas are not vered by the expermental study. The round-o error modellng s rather dcult n the roundng to the nearest arthmetc, where the mean value of the assgnment error, whch s theoretcally zero, s never practcally zero. Theoretcal formulas are much more robust n the towards zero roundng arthmetc than n the roundng to the nearest arthmetc. However from ths study t seems obvous that the round-o error generated n the soluton of the heat equaton s usually lnear. 477

10 Appendx : graphcal results 1st case : c 1 = 1 6, c 2 = 2 3, n = 1; 8 =; 1; ;n; U = sn( n ) + log 2-2e-5 Expermental Theoretcal -4e-5-6e-5-8e Tme Fgure 1: Frst moment, towards zero roundng arthmetc 3.5e-5 Expermental Theoretcal 3e-5 2.5e-5 2e-5 1.5e-5 1e-5 5e Tme Fgure 2: Frst moment, roundng to the nearest arthmetc 478

11 2nd case : c 1 = 3 16, c 2 = 5 8, n = 1; 8 =; 1; ;n; U = sn( n ) + log 2 Expermental Theoretcal -2e-5-4e-5-6e-5-8e Tme Fgure 3: Frst moment, towards zero roundng arthmetc 4e-8 2e-8 Expermental Theoretcal -2e-8-4e-8-6e-8-8e-8-1e-7-1.2e-7-1.4e-7-1.6e-7-1.8e Tme Fgure 4: Frst moment, roundng to the nearest arthmetc 479

12 3rd case : c 1 = 1, 6 c 2 = 2, 3 n = 1; 8 =; 1; ;n; f s odd, U = =16 f s even,u = -2e-5 Expermental Theoretcal -4e-5-6e-5-8e Tme Fgure 5: Frst moment, towards zero roundng arthmetc 3.5e-5 Expermental Theoretcal 3e-5 2.5e-5 2e-5 1.5e-5 1e-5 5e Tme Fgure 6: Frst moment, roundng to the nearest arthmetc 48

13 4th case : c 1 = 3, 16 c 2 = 5, 8 n = 1; 8 =; 1; ;n;f s odd, U = =16 f s even,u = towards zero roundng arthmetc Expermental Theoretcal -2e-5-4e-5-6e-5-8e Tme Fgure 7: Frst moment 481

14 4th case : c 1 = 3, 16 c 2 = 5, 8 n = 1; 8 =; 1; ;n;f s odd, U = =16 f s even,u = roundng to the nearest arthmetc.7 Rato Tme Fgure 8: Rato of the expermental 2nd moment by the theoretcal 2nd moment 482

15 References [Alt 76] Alt, R.: \Etude statstque de l'erreur numerque d'aectaton sur un ordnateur en base quelconque. Applcaton a l'erreur commse dans le calcul d'une somme de produts de nombres"; IFP Report 76-5 (1976). [Alt 78] Alt, R.: \Error propagaton n Fourer Transforms"; Mathematcs and Computers n Smulaton, 2 (1978), [Chesneaux 88] Chesneaux, J.-M.: \Etude theorque et mplementaton en ADA de la methode CESTAC"; Doctoral Thess, Unv. Pars VI, (1988). [Chesneaux 9] Chesneaux, J.-M.: \Study of the computng accuracy by usng probablstc approach. Contrbuton to computer arthmetc and self-valdatng numercal methods"; ed. C. Ulrch, J.C. Baltzer (199), [Hammng 7] Hammng, R. W.: \On the dstrbuton of numbers"; Bell System Techn. J. 49, 8 (197), [Hull, Swenson 66] Hull, T. E., Swenson, J. R.: \Test of probalstc model for propagaton of round-o errors"; A.C.M. 9, 2 (1966) [Knuth 69] Knuth, D. E.: \The art of computer programmng"; Add. Wesley. (1969). [La Porte, Vgnes 74a] La Porte, M., Vgnes, J.: \Etude statstque des erreurs dans l'arthmetque des ordnateurs; applcaton au contr^ole des resultats d'algorthmes numerques"; Numer. Math. 23 (1974) [La Porte, Vgnes 74b] La Porte, M., Vgnes, J.: \Algorthmes numerques, analyse et mse en uvre"; Vol. 1, Edtons Technp, Pars (1974). [Vgnes 93] Vgnes, J.: \A stochastc arthmetc for relable computaton"; Mathematcs and Computers n Smulaton, 35 (1993),

Errors for Linear Systems

Errors for Linear Systems Errors for Lnear Systems When we solve a lnear system Ax b we often do not know A and b exactly, but have only approxmatons  and ˆb avalable. Then the best thng we can do s to solve ˆx ˆb exactly whch

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Convexity preserving interpolation by splines of arbitrary degree

Convexity preserving interpolation by splines of arbitrary degree Computer Scence Journal of Moldova, vol.18, no.1(52), 2010 Convexty preservng nterpolaton by splnes of arbtrary degree Igor Verlan Abstract In the present paper an algorthm of C 2 nterpolaton of dscrete

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

THE STURM-LIOUVILLE EIGENVALUE PROBLEM - A NUMERICAL SOLUTION USING THE CONTROL VOLUME METHOD

THE STURM-LIOUVILLE EIGENVALUE PROBLEM - A NUMERICAL SOLUTION USING THE CONTROL VOLUME METHOD Journal of Appled Mathematcs and Computatonal Mechancs 06, 5(), 7-36 www.amcm.pcz.pl p-iss 99-9965 DOI: 0.75/jamcm.06..4 e-iss 353-0588 THE STURM-LIOUVILLE EIGEVALUE PROBLEM - A UMERICAL SOLUTIO USIG THE

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

More information

The Geometry of Logit and Probit

The Geometry of Logit and Probit The Geometry of Logt and Probt Ths short note s meant as a supplement to Chapters and 3 of Spatal Models of Parlamentary Votng and the notaton and reference to fgures n the text below s to those two chapters.

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

6.3.7 Example with Runga Kutta 4 th order method

6.3.7 Example with Runga Kutta 4 th order method 6.3.7 Example wth Runga Kutta 4 th order method Agan, as an example, 3 machne, 9 bus system shown n Fg. 6.4 s agan consdered. Intally, the dampng of the generators are neglected (.e. d = 0 for = 1, 2,

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

More information

MATH 829: Introduction to Data Mining and Analysis The EM algorithm (part 2)

MATH 829: Introduction to Data Mining and Analysis The EM algorithm (part 2) 1/16 MATH 829: Introducton to Data Mnng and Analyss The EM algorthm (part 2) Domnque Gullot Departments of Mathematcal Scences Unversty of Delaware Aprl 20, 2016 Recall 2/16 We are gven ndependent observatons

More information

COMPLEX NUMBERS AND QUADRATIC EQUATIONS

COMPLEX NUMBERS AND QUADRATIC EQUATIONS COMPLEX NUMBERS AND QUADRATIC EQUATIONS INTRODUCTION We know that x 0 for all x R e the square of a real number (whether postve, negatve or ero) s non-negatve Hence the equatons x, x, x + 7 0 etc are not

More information

A New Refinement of Jacobi Method for Solution of Linear System Equations AX=b

A New Refinement of Jacobi Method for Solution of Linear System Equations AX=b Int J Contemp Math Scences, Vol 3, 28, no 17, 819-827 A New Refnement of Jacob Method for Soluton of Lnear System Equatons AX=b F Naem Dafchah Department of Mathematcs, Faculty of Scences Unversty of Gulan,

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

Parametric fractional imputation for missing data analysis. Jae Kwang Kim Survey Working Group Seminar March 29, 2010

Parametric fractional imputation for missing data analysis. Jae Kwang Kim Survey Working Group Seminar March 29, 2010 Parametrc fractonal mputaton for mssng data analyss Jae Kwang Km Survey Workng Group Semnar March 29, 2010 1 Outlne Introducton Proposed method Fractonal mputaton Approxmaton Varance estmaton Multple mputaton

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

8.592J: Solutions for Assignment 7 Spring 2005

8.592J: Solutions for Assignment 7 Spring 2005 8.59J: Solutons for Assgnment 7 Sprng 5 Problem 1 (a) A flament of length l can be created by addton of a monomer to one of length l 1 (at rate a) or removal of a monomer from a flament of length l + 1

More information

Appendix B. The Finite Difference Scheme

Appendix B. The Finite Difference Scheme 140 APPENDIXES Appendx B. The Fnte Dfference Scheme In ths appendx we present numercal technques whch are used to approxmate solutons of system 3.1 3.3. A comprehensve treatment of theoretcal and mplementaton

More information

: Numerical Analysis Topic 2: Solution of Nonlinear Equations Lectures 5-11:

: Numerical Analysis Topic 2: Solution of Nonlinear Equations Lectures 5-11: 764: Numercal Analyss Topc : Soluton o Nonlnear Equatons Lectures 5-: UIN Malang Read Chapters 5 and 6 o the tetbook 764_Topc Lecture 5 Soluton o Nonlnear Equatons Root Fndng Problems Dentons Classcaton

More information

Lecture 17 : Stochastic Processes II

Lecture 17 : Stochastic Processes II : Stochastc Processes II 1 Contnuous-tme stochastc process So far we have studed dscrete-tme stochastc processes. We studed the concept of Makov chans and martngales, tme seres analyss, and regresson analyss

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION do: 0.08/nature09 I. Resonant absorpton of XUV pulses n Kr + usng the reduced densty matrx approach The quantum beats nvestgated n ths paper are the result of nterference between two exctaton paths of

More information

Chapter 3 Differentiation and Integration

Chapter 3 Differentiation and Integration MEE07 Computer Modelng Technques n Engneerng Chapter Derentaton and Integraton Reerence: An Introducton to Numercal Computatons, nd edton, S. yakowtz and F. zdarovsky, Mawell/Macmllan, 990. Derentaton

More information

Lecture 2 Solution of Nonlinear Equations ( Root Finding Problems )

Lecture 2 Solution of Nonlinear Equations ( Root Finding Problems ) Lecture Soluton o Nonlnear Equatons Root Fndng Problems Dentons Classcaton o Methods Analytcal Solutons Graphcal Methods Numercal Methods Bracketng Methods Open Methods Convergence Notatons Root Fndng

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information

A finite difference method for heat equation in the unbounded domain

A finite difference method for heat equation in the unbounded domain Internatona Conerence on Advanced ectronc Scence and Technoogy (AST 6) A nte derence method or heat equaton n the unbounded doman a Quan Zheng and Xn Zhao Coege o Scence North Chna nversty o Technoogy

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

One-sided finite-difference approximations suitable for use with Richardson extrapolation

One-sided finite-difference approximations suitable for use with Richardson extrapolation Journal of Computatonal Physcs 219 (2006) 13 20 Short note One-sded fnte-dfference approxmatons sutable for use wth Rchardson extrapolaton Kumar Rahul, S.N. Bhattacharyya * Department of Mechancal Engneerng,

More information

Using the estimated penetrances to determine the range of the underlying genetic model in casecontrol

Using the estimated penetrances to determine the range of the underlying genetic model in casecontrol Georgetown Unversty From the SelectedWorks of Mark J Meyer 8 Usng the estmated penetrances to determne the range of the underlyng genetc model n casecontrol desgn Mark J Meyer Neal Jeffres Gang Zheng Avalable

More information

Discretization. Consistency. Exact Solution Convergence x, t --> 0. Figure 5.1: Relation between consistency, stability, and convergence.

Discretization. Consistency. Exact Solution Convergence x, t --> 0. Figure 5.1: Relation between consistency, stability, and convergence. Chapter 5 Theory The numercal smulaton of PDE s requres careful consderatons of propertes of the approxmate soluton. A necessary condton for the scheme used to model a physcal problem s the consstency

More information

Modelli Clamfim Equazione del Calore Lezione ottobre 2014

Modelli Clamfim Equazione del Calore Lezione ottobre 2014 CLAMFIM Bologna Modell 1 @ Clamfm Equazone del Calore Lezone 17 15 ottobre 2014 professor Danele Rtell danele.rtell@unbo.t 1/24? Convoluton The convoluton of two functons g(t) and f(t) s the functon (g

More information

Computational Biology Lecture 8: Substitution matrices Saad Mneimneh

Computational Biology Lecture 8: Substitution matrices Saad Mneimneh Computatonal Bology Lecture 8: Substtuton matrces Saad Mnemneh As we have ntroduced last tme, smple scorng schemes lke + or a match, - or a msmatch and -2 or a gap are not justable bologcally, especally

More information

CHAPTER-5 INFORMATION MEASURE OF FUZZY MATRIX AND FUZZY BINARY RELATION

CHAPTER-5 INFORMATION MEASURE OF FUZZY MATRIX AND FUZZY BINARY RELATION CAPTER- INFORMATION MEASURE OF FUZZY MATRI AN FUZZY BINARY RELATION Introducton The basc concept of the fuzz matr theor s ver smple and can be appled to socal and natural stuatons A branch of fuzz matr

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

LEAST-SQUARE APPROXIMATIONS UNDER INTERVAL INPUT DATA

LEAST-SQUARE APPROXIMATIONS UNDER INTERVAL INPUT DATA CONTRIBUTIONS TO COMPUTER ARITHMETIC and Self-Valdatng numercal methods C. Ullrch (edtor) J. C. Baltzer AG, Scentfc Publshng Co. c IMACS 1990 pp. 133 147 LEAST-SQUARE APPROXIMATIONS UNDER INTERVAL INPUT

More information

Asymptotics of the Solution of a Boundary Value. Problem for One-Characteristic Differential. Equation Degenerating into a Parabolic Equation

Asymptotics of the Solution of a Boundary Value. Problem for One-Characteristic Differential. Equation Degenerating into a Parabolic Equation Nonl. Analyss and Dfferental Equatons, ol., 4, no., 5 - HIKARI Ltd, www.m-har.com http://dx.do.org/.988/nade.4.456 Asymptotcs of the Soluton of a Boundary alue Problem for One-Characterstc Dfferental Equaton

More information

An identification algorithm of model kinetic parameters of the interfacial layer growth in fiber composites

An identification algorithm of model kinetic parameters of the interfacial layer growth in fiber composites IOP Conference Seres: Materals Scence and Engneerng PAPER OPE ACCESS An dentfcaton algorthm of model knetc parameters of the nterfacal layer growth n fber compostes o cte ths artcle: V Zubov et al 216

More information

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS IJRRAS 8 (3 September 011 www.arpapress.com/volumes/vol8issue3/ijrras_8_3_08.pdf NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS H.O. Bakodah Dept. of Mathematc

More information

x = , so that calculated

x = , so that calculated Stat 4, secton Sngle Factor ANOVA notes by Tm Plachowsk n chapter 8 we conducted hypothess tests n whch we compared a sngle sample s mean or proporton to some hypotheszed value Chapter 9 expanded ths to

More information

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM Ganj, Z. Z., et al.: Determnaton of Temperature Dstrbuton for S111 DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM by Davood Domr GANJI

More information

Additional Codes using Finite Difference Method. 1 HJB Equation for Consumption-Saving Problem Without Uncertainty

Additional Codes using Finite Difference Method. 1 HJB Equation for Consumption-Saving Problem Without Uncertainty Addtonal Codes usng Fnte Dfference Method Benamn Moll 1 HJB Equaton for Consumpton-Savng Problem Wthout Uncertanty Before consderng the case wth stochastc ncome n http://www.prnceton.edu/~moll/ HACTproect/HACT_Numercal_Appendx.pdf,

More information

ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EQUATION

ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EQUATION Advanced Mathematcal Models & Applcatons Vol.3, No.3, 2018, pp.215-222 ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EUATION

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

IRO0140 Advanced space time-frequency signal processing

IRO0140 Advanced space time-frequency signal processing IRO4 Advanced space tme-frequency sgnal processng Lecture Toomas Ruuben Takng nto account propertes of the sgnals, we can group these as followng: Regular and random sgnals (are all sgnal parameters determned

More information

TOPICS MULTIPLIERLESS FILTER DESIGN ELEMENTARY SCHOOL ALGORITHM MULTIPLICATION

TOPICS MULTIPLIERLESS FILTER DESIGN ELEMENTARY SCHOOL ALGORITHM MULTIPLICATION 1 2 MULTIPLIERLESS FILTER DESIGN Realzaton of flters wthout full-fledged multplers Some sldes based on support materal by W. Wolf for hs book Modern VLSI Desgn, 3 rd edton. Partly based on followng papers:

More information

A PROCEDURE FOR SIMULATING THE NONLINEAR CONDUCTION HEAT TRANSFER IN A BODY WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY.

A PROCEDURE FOR SIMULATING THE NONLINEAR CONDUCTION HEAT TRANSFER IN A BODY WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY. Proceedngs of the th Brazlan Congress of Thermal Scences and Engneerng -- ENCIT 006 Braz. Soc. of Mechancal Scences and Engneerng -- ABCM, Curtba, Brazl,- Dec. 5-8, 006 A PROCEDURE FOR SIMULATING THE NONLINEAR

More information

Chapter 4 The Wave Equation

Chapter 4 The Wave Equation Chapter 4 The Wave Equaton Another classcal example of a hyperbolc PDE s a wave equaton. The wave equaton s a second-order lnear hyperbolc PDE that descrbes the propagaton of a varety of waves, such as

More information

Global Sensitivity. Tuesday 20 th February, 2018

Global Sensitivity. Tuesday 20 th February, 2018 Global Senstvty Tuesday 2 th February, 28 ) Local Senstvty Most senstvty analyses [] are based on local estmates of senstvty, typcally by expandng the response n a Taylor seres about some specfc values

More information

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal Inner Product Defnton 1 () A Eucldean space s a fnte-dmensonal vector space over the reals R, wth an nner product,. Defnton 2 (Inner Product) An nner product, on a real vector space X s a symmetrc, blnear,

More information

Finite Element Modelling of truss/cable structures

Finite Element Modelling of truss/cable structures Pet Schreurs Endhoven Unversty of echnology Department of Mechancal Engneerng Materals echnology November 3, 214 Fnte Element Modellng of truss/cable structures 1 Fnte Element Analyss of prestressed structures

More information

The internal structure of natural numbers and one method for the definition of large prime numbers

The internal structure of natural numbers and one method for the definition of large prime numbers The nternal structure of natural numbers and one method for the defnton of large prme numbers Emmanul Manousos APM Insttute for the Advancement of Physcs and Mathematcs 3 Poulou str. 53 Athens Greece Abstract

More information

P A = (P P + P )A = P (I P T (P P ))A = P (A P T (P P )A) Hence if we let E = P T (P P A), We have that

P A = (P P + P )A = P (I P T (P P ))A = P (A P T (P P )A) Hence if we let E = P T (P P A), We have that Backward Error Analyss for House holder Reectors We want to show that multplcaton by householder reectors s backward stable. In partcular we wsh to show fl(p A) = P (A) = P (A + E where P = I 2vv T s the

More information

The Two-scale Finite Element Errors Analysis for One Class of Thermoelastic Problem in Periodic Composites

The Two-scale Finite Element Errors Analysis for One Class of Thermoelastic Problem in Periodic Composites 7 Asa-Pacfc Engneerng Technology Conference (APETC 7) ISBN: 978--6595-443- The Two-scale Fnte Element Errors Analyss for One Class of Thermoelastc Problem n Perodc Compostes Xaoun Deng Mngxang Deng ABSTRACT

More information

The Exact Formulation of the Inverse of the Tridiagonal Matrix for Solving the 1D Poisson Equation with the Finite Difference Method

The Exact Formulation of the Inverse of the Tridiagonal Matrix for Solving the 1D Poisson Equation with the Finite Difference Method Journal of Electromagnetc Analyss and Applcatons, 04, 6, 0-08 Publshed Onlne September 04 n ScRes. http://www.scrp.org/journal/jemaa http://dx.do.org/0.46/jemaa.04.6000 The Exact Formulaton of the Inverse

More information

An efficient algorithm for multivariate Maclaurin Newton transformation

An efficient algorithm for multivariate Maclaurin Newton transformation Annales UMCS Informatca AI VIII, 2 2008) 5 14 DOI: 10.2478/v10065-008-0020-6 An effcent algorthm for multvarate Maclaurn Newton transformaton Joanna Kapusta Insttute of Mathematcs and Computer Scence,

More information

6.3.4 Modified Euler s method of integration

6.3.4 Modified Euler s method of integration 6.3.4 Modfed Euler s method of ntegraton Before dscussng the applcaton of Euler s method for solvng the swng equatons, let us frst revew the basc Euler s method of numercal ntegraton. Let the general from

More information

Numerical Transient Heat Conduction Experiment

Numerical Transient Heat Conduction Experiment Numercal ransent Heat Conducton Experment OBJECIVE 1. o demonstrate the basc prncples of conducton heat transfer.. o show how the thermal conductvty of a sold can be measured. 3. o demonstrate the use

More information

CISE301: Numerical Methods Topic 2: Solution of Nonlinear Equations

CISE301: Numerical Methods Topic 2: Solution of Nonlinear Equations CISE3: Numercal Methods Topc : Soluton o Nonlnear Equatons Dr. Amar Khoukh Term Read Chapters 5 and 6 o the tetbook CISE3_Topc c Khoukh_ Lecture 5 Soluton o Nonlnear Equatons Root ndng Problems Dentons

More information

Mathematical Preparations

Mathematical Preparations 1 Introducton Mathematcal Preparatons The theory of relatvty was developed to explan experments whch studed the propagaton of electromagnetc radaton n movng coordnate systems. Wthn expermental error the

More information

CHARACTERISTICS OF COMPLEX SEPARATION SCHEMES AND AN ERROR OF SEPARATION PRODUCTS OUTPUT DETERMINATION

CHARACTERISTICS OF COMPLEX SEPARATION SCHEMES AND AN ERROR OF SEPARATION PRODUCTS OUTPUT DETERMINATION Górnctwo Geonżynera Rok 0 Zeszyt / 006 Igor Konstantnovch Mladetskj * Petr Ivanovch Plov * Ekaterna Nkolaevna Kobets * Tasya Igorevna Markova * CHARACTERISTICS OF COMPLEX SEPARATION SCHEMES AND AN ERROR

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

More information

Week3, Chapter 4. Position and Displacement. Motion in Two Dimensions. Instantaneous Velocity. Average Velocity

Week3, Chapter 4. Position and Displacement. Motion in Two Dimensions. Instantaneous Velocity. Average Velocity Week3, Chapter 4 Moton n Two Dmensons Lecture Quz A partcle confned to moton along the x axs moves wth constant acceleraton from x =.0 m to x = 8.0 m durng a 1-s tme nterval. The velocty of the partcle

More information

On the Interval Zoro Symmetric Single-step Procedure for Simultaneous Finding of Polynomial Zeros

On the Interval Zoro Symmetric Single-step Procedure for Simultaneous Finding of Polynomial Zeros Appled Mathematcal Scences, Vol. 5, 2011, no. 75, 3693-3706 On the Interval Zoro Symmetrc Sngle-step Procedure for Smultaneous Fndng of Polynomal Zeros S. F. M. Rusl, M. Mons, M. A. Hassan and W. J. Leong

More information

MATH 5630: Discrete Time-Space Model Hung Phan, UMass Lowell March 1, 2018

MATH 5630: Discrete Time-Space Model Hung Phan, UMass Lowell March 1, 2018 MATH 5630: Dscrete Tme-Space Model Hung Phan, UMass Lowell March, 08 Newton s Law of Coolng Consder the coolng of a well strred coffee so that the temperature does not depend on space Newton s law of collng

More information

Fast Nonlinear Filter for. Continuous-Discrete Time Multiple Models. Sergey V. Lototsky. Center for Applied Mathematical Sciences

Fast Nonlinear Filter for. Continuous-Discrete Time Multiple Models. Sergey V. Lototsky. Center for Applied Mathematical Sciences Fast Nonlnear Flter for Contnuous-Dscrete Tme Multple Models Sergey V. Lototsky Center for Appled Mathematcal Scences Unversty of Southern Calforna Los Angeles, CA 90089-1113 USA sergey@cams-00.usc.edu

More information

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

International Journal of Mathematical Archive-3(3), 2012, Page: Available online through   ISSN Internatonal Journal of Mathematcal Archve-3(3), 2012, Page: 1136-1140 Avalable onlne through www.ma.nfo ISSN 2229 5046 ARITHMETIC OPERATIONS OF FOCAL ELEMENTS AND THEIR CORRESPONDING BASIC PROBABILITY

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information

Linear Regression Analysis: Terminology and Notation

Linear Regression Analysis: Terminology and Notation ECON 35* -- Secton : Basc Concepts of Regresson Analyss (Page ) Lnear Regresson Analyss: Termnology and Notaton Consder the generc verson of the smple (two-varable) lnear regresson model. It s represented

More information

CHAPTER 4d. ROOTS OF EQUATIONS

CHAPTER 4d. ROOTS OF EQUATIONS CHAPTER 4d. ROOTS OF EQUATIONS A. J. Clark School o Engneerng Department o Cvl and Envronmental Engneerng by Dr. Ibrahm A. Assakka Sprng 00 ENCE 03 - Computaton Methods n Cvl Engneerng II Department o

More information

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

More information

Statistics Chapter 4

Statistics Chapter 4 Statstcs Chapter 4 "There are three knds of les: les, damned les, and statstcs." Benjamn Dsrael, 1895 (Brtsh statesman) Gaussan Dstrbuton, 4-1 If a measurement s repeated many tmes a statstcal treatment

More information

Inductance Calculation for Conductors of Arbitrary Shape

Inductance Calculation for Conductors of Arbitrary Shape CRYO/02/028 Aprl 5, 2002 Inductance Calculaton for Conductors of Arbtrary Shape L. Bottura Dstrbuton: Internal Summary In ths note we descrbe a method for the numercal calculaton of nductances among conductors

More information

Cryptanalysis of pairing-free certificateless authenticated key agreement protocol

Cryptanalysis of pairing-free certificateless authenticated key agreement protocol Cryptanalyss of parng-free certfcateless authentcated key agreement protocol Zhan Zhu Chna Shp Development Desgn Center CSDDC Wuhan Chna Emal: zhuzhan0@gmal.com bstract: Recently He et al. [D. He J. Chen

More information

NON-PARABOLIC INTERFACE MOTION FOR THE 1-D STEFAN PROBLEM Dirichlet Boundary Conditions

NON-PARABOLIC INTERFACE MOTION FOR THE 1-D STEFAN PROBLEM Dirichlet Boundary Conditions Hernandez, E. M., et al.: Non-Parabolc Interace Moton or the -D Stean Problem... THERMAL SCIENCE: Year 07, Vol., No. 6A, pp. 37-336 37 NON-PARABOLIC INTERFACE MOTION FOR THE -D STEFAN PROBLEM Drchlet Boundary

More information

OPTIMISATION. Introduction Single Variable Unconstrained Optimisation Multivariable Unconstrained Optimisation Linear Programming

OPTIMISATION. Introduction Single Variable Unconstrained Optimisation Multivariable Unconstrained Optimisation Linear Programming OPTIMIATION Introducton ngle Varable Unconstraned Optmsaton Multvarable Unconstraned Optmsaton Lnear Programmng Chapter Optmsaton /. Introducton In an engneerng analss, sometmes etremtes, ether mnmum or

More information

Example: (13320, 22140) =? Solution #1: The divisors of are 1, 2, 3, 4, 5, 6, 9, 10, 12, 15, 18, 20, 27, 30, 36, 41,

Example: (13320, 22140) =? Solution #1: The divisors of are 1, 2, 3, 4, 5, 6, 9, 10, 12, 15, 18, 20, 27, 30, 36, 41, The greatest common dvsor of two ntegers a and b (not both zero) s the largest nteger whch s a common factor of both a and b. We denote ths number by gcd(a, b), or smply (a, b) when there s no confuson

More information

On a direct solver for linear least squares problems

On a direct solver for linear least squares problems ISSN 2066-6594 Ann. Acad. Rom. Sc. Ser. Math. Appl. Vol. 8, No. 2/2016 On a drect solver for lnear least squares problems Constantn Popa Abstract The Null Space (NS) algorthm s a drect solver for lnear

More information

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD Journal of Appled Mathematcs and Computatonal Mechancs 7, 6(3), 7- www.amcm.pcz.pl p-issn 99-9965 DOI:.75/jamcm.7.3. e-issn 353-588 THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS

More information

SUCCESSIVE MINIMA AND LATTICE POINTS (AFTER HENK, GILLET AND SOULÉ) M(B) := # ( B Z N)

SUCCESSIVE MINIMA AND LATTICE POINTS (AFTER HENK, GILLET AND SOULÉ) M(B) := # ( B Z N) SUCCESSIVE MINIMA AND LATTICE POINTS (AFTER HENK, GILLET AND SOULÉ) S.BOUCKSOM Abstract. The goal of ths note s to present a remarably smple proof, due to Hen, of a result prevously obtaned by Gllet-Soulé,

More information

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1 On an Extenson of Stochastc Approxmaton EM Algorthm for Incomplete Data Problems Vahd Tadayon Abstract: The Stochastc Approxmaton EM (SAEM algorthm, a varant stochastc approxmaton of EM, s a versatle tool

More information

Uncertainty and auto-correlation in. Measurement

Uncertainty and auto-correlation in. Measurement Uncertanty and auto-correlaton n arxv:1707.03276v2 [physcs.data-an] 30 Dec 2017 Measurement Markus Schebl Federal Offce of Metrology and Surveyng (BEV), 1160 Venna, Austra E-mal: markus.schebl@bev.gv.at

More information

, rst we solve te PDE's L ad L ad n g g (x) = ; = ; ; ; n () (x) = () Ten, we nd te uncton (x), te lnearzng eedbac and coordnates transormaton are gve

, rst we solve te PDE's L ad L ad n g g (x) = ; = ; ; ; n () (x) = () Ten, we nd te uncton (x), te lnearzng eedbac and coordnates transormaton are gve Freedom n Coordnates Transormaton or Exact Lnearzaton and ts Applcaton to Transent Beavor Improvement Kenj Fujmoto and Tosaru Suge Dvson o Appled Systems Scence, Kyoto Unversty, Uj, Kyoto, Japan suge@robotuassyoto-uacjp

More information

Report on Image warping

Report on Image warping Report on Image warpng Xuan Ne, Dec. 20, 2004 Ths document summarzed the algorthms of our mage warpng soluton for further study, and there s a detaled descrpton about the mplementaton of these algorthms.

More information

Fixed point method and its improvement for the system of Volterra-Fredholm integral equations of the second kind

Fixed point method and its improvement for the system of Volterra-Fredholm integral equations of the second kind MATEMATIKA, 217, Volume 33, Number 2, 191 26 c Penerbt UTM Press. All rghts reserved Fxed pont method and ts mprovement for the system of Volterra-Fredholm ntegral equatons of the second knd 1 Talaat I.

More information

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

PARTICIPATION FACTOR IN MODAL ANALYSIS OF POWER SYSTEMS STABILITY

PARTICIPATION FACTOR IN MODAL ANALYSIS OF POWER SYSTEMS STABILITY POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 86 Electrcal Engneerng 6 Volodymyr KONOVAL* Roman PRYTULA** PARTICIPATION FACTOR IN MODAL ANALYSIS OF POWER SYSTEMS STABILITY Ths paper provdes a

More information

Sensor Calibration Method Based on Numerical Rounding

Sensor Calibration Method Based on Numerical Rounding ensors & Transducers, Vol 164, Issue, February 014, pp 5-30 ensors & Transducers 014 by IFA Publshng, L http://wwwsensorsportalcom ensor Calbraton Method Based on Numercal Roundng Youcheng WU, Jan WANG

More information

Time-Varying Systems and Computations Lecture 6

Time-Varying Systems and Computations Lecture 6 Tme-Varyng Systems and Computatons Lecture 6 Klaus Depold 14. Januar 2014 The Kalman Flter The Kalman estmaton flter attempts to estmate the actual state of an unknown dscrete dynamcal system, gven nosy

More information

Research Article Cubic B-Spline Collocation Method for One-Dimensional Heat and Advection-Diffusion Equations

Research Article Cubic B-Spline Collocation Method for One-Dimensional Heat and Advection-Diffusion Equations Appled Mathematcs Volume 22, Artcle ID 4587, 8 pages do:.55/22/4587 Research Artcle Cubc B-Splne Collocaton Method for One-Dmensonal Heat and Advecton-Dffuson Equatons Joan Goh, Ahmad Abd. Majd, and Ahmad

More information

Lecture 2: Gram-Schmidt Vectors and the LLL Algorithm

Lecture 2: Gram-Schmidt Vectors and the LLL Algorithm NYU, Fall 2016 Lattces Mn Course Lecture 2: Gram-Schmdt Vectors and the LLL Algorthm Lecturer: Noah Stephens-Davdowtz 2.1 The Shortest Vector Problem In our last lecture, we consdered short solutons to

More information

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate Internatonal Journal of Mathematcs and Systems Scence (018) Volume 1 do:10.494/jmss.v1.815 (Onlne Frst)A Lattce Boltzmann Scheme for Dffuson Equaton n Sphercal Coordnate Debabrata Datta 1 *, T K Pal 1

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Numerical Simulation of One-Dimensional Wave Equation by Non-Polynomial Quintic Spline

Numerical Simulation of One-Dimensional Wave Equation by Non-Polynomial Quintic Spline IOSR Journal of Matematcs (IOSR-JM) e-issn: 78-578, p-issn: 319-765X. Volume 14, Issue 6 Ver. I (Nov - Dec 018), PP 6-30 www.osrournals.org Numercal Smulaton of One-Dmensonal Wave Equaton by Non-Polynomal

More information

Chapter 12. Ordinary Differential Equation Boundary Value (BV) Problems

Chapter 12. Ordinary Differential Equation Boundary Value (BV) Problems Chapter. Ordnar Dfferental Equaton Boundar Value (BV) Problems In ths chapter we wll learn how to solve ODE boundar value problem. BV ODE s usuall gven wth x beng the ndependent space varable. p( x) q(

More information

Stanford University CS359G: Graph Partitioning and Expanders Handout 4 Luca Trevisan January 13, 2011

Stanford University CS359G: Graph Partitioning and Expanders Handout 4 Luca Trevisan January 13, 2011 Stanford Unversty CS359G: Graph Parttonng and Expanders Handout 4 Luca Trevsan January 3, 0 Lecture 4 In whch we prove the dffcult drecton of Cheeger s nequalty. As n the past lectures, consder an undrected

More information