World's largest Science, Technology & Medicine Open Access book publisher

Size: px
Start display at page:

Download "World's largest Science, Technology & Medicine Open Access book publisher"

Transcription

1 PUBLISHED BY World's largest Science, Technology & Medicine Open Access book publisher OPEN ACCESS BOOKS 95,000+ INTERNATIONAL AUTHORS AND EDITORS 88+ MILLION DOWNLOADS BOOKS DELIVERED TO 5 COUNTRIES AUTHORS AMONG TOP % MOST CITED SCIENTIST 2.2% AUTHORS AND EDITORS FROM TOP 500 UNIVERSITIES Selection of our books indeed in the Book Citation Inde in Web of Science Core Collection (BKCI) Chapter fro the Book "Nuerical Siulations - Applications, Eaples and Theory". Downloaded fro: Interested in publishing with InTechOpen? Contact us at book.departent@intechopen.co

2 2 A General Algorith for Local Error Control in the RKrGL Method Justin S. C. Prentice Departent of Applied Matheatics, University of Johannesburg, Johannesburg, South Africa. Introduction Siulation of physical systes often requires the solution of a syste of ordinary differential equations, in the for of an initial-value proble. Usually, a Runge-Kutta ethod is used to solve such a syste nuerically. Recently, we eained how the coputational efficiency of a Runge-Kutta ethod could be iproved through the echanis of the RKrGL algorith, in the contet of global error control via reintegration (Prentice, 2009). The RKrGL ethod for solving the d-diensional syste dy f ( y, ) y( 0) y0 a b d = = (.) is based on an eplicit Runge-Kutta ethod of order r (RKr), and -point Gauss-Legendre quadrature (GL). The ethod has a global error of order r +, which is the sae order as the local order of the underlying RKr ethod, provided that r and are chosen such that r + 2 (Prentice, 2008). Of course, any ethod designed for solving IVPs ust facilitate local error control. In this paper we describe an effective algorith for controlling the local relative error in RKrGL. 2. Terinology and relevant concepts In this section we describe terinology and concepts relevant to the paper, including a brief description of the RKrGL ethod. Note that, throughout this paper, overbar, as in v, indicates an d vector, and caret, as in M, denotes an d datri. 2. Eplicit Runge-Kutta ethods We denote an eplicit RK ethod for solving (.) by ( ) wi wi hf i i, yi + = + (2.) where hi i+ i is a stepsize, w i denotes the nuerical approiation to y ( i ), and F(, y ) is a function associated with the particular RK ethod (indeed, F(, y ) could be regarded as the function that defines the ethod).

3 476 Nuerical Siulations - Applications, Eaples and Theory 2.2 Local and global errors We define the global error in any nuerical solution at i by and, specifically, the RK local error at i by Δi wi yi (2.2) (, ) εi yi + hi F i yi yi In the above, yi and y i are the true solutions at i and i, respectively. Note that the true value yi is used in the bracketed ter in (2.3). y ' = f, y we have Note also that for the derivative ( ) (, ) (, ) (, ) (, ) (2.3) f i wi = f i yi +Δ i = f i yi + fy i ϑ Δ i i (2.4) ϑ in ( ) In the above we use the sybol i fy i, ϑi Δ i siply to denote an appropriate set of constants such that fy ( i, ϑi) Δ i is the residual ter in the first-order Taylor epansion f i, y i +Δ i. Furtherore, f y is the Jacobian of ( ) where { f f f } f f y y d f y = fd fd y y d, 2,, d are the coponents of f, and d is the diension of the syste (.). Clearly, a global error of Δ i in i O Δ in the derivative f ( i, w i). w iplies an error of ( ) i 2.3 Gauss-Legendre quadrature Gauss-Legendre quadrature on uv, with nodes is given by (Kincaid & Cheney, 2002) v (2.5) 2+ f (, y) d = h Cif ( i, yi ) + O( h ) (2.6) u where the nodes i are the roots of the Legendre polynoial of degree on uv,. Here, h is the average separation of the nodes on uv,, a notation we will adopt fro now on, and the C i are appropriate weights. The average node separation h on uv, is defined by v u h. + The nodes on [,], denoted i, are apped to corresponding nodes i on uv, via (2.7) i = ( v u ) i + u+ v, 2 (2.8)

4 A General Algorith for Local Error Control in the RKrGL Method 477 and the weights C i are constants on any interval of integration. We have referred to the interval [,] above because the nodes i on this interval are etensively tabulated. 2.4 The RKrGL algorith We briefly describe the general RKrGL algorith on the interval ab,, with reference to Figure. RK GL RK GL... a= 0 p p+... p+ 2p... b H H 2 Fig.. Scheatic depiction of the RKrGL algorith. Subdivide ab, into N subintervals H j. At the RK nodes on ( ) ( ) ( ) H j we use RKr: { } wi+ = wi + hf i i, wi i j p,, j p +. (2.9) At the GL nodes we use -point GL quadrature: where μ = 0,, 2,. Note that p +. The GL coponent is otivated by ( μ+ ) p μp w = w + h C f, w. (2.0) ( μ + ) p μp i ( i+ μp i+ μp) ( ) ( μ + ) p μp i ( i+ μp i+ μp) f, y d = y y h C f, y ( μ + ) p μp i ( i+ μp, i+ μp). y y + h C f y (2.) The RKrGL algorith has been shown to be consistent, convergent and zero-stable (Prentice, 2008). 2.5 Local error at the GL nodes The local error at the GL nodes is defined in a siilar way to that for an RK ethod: μp+ + = ( μ+ ) p μp ( ) 2+ ( ) ( ) f, y d = y y = h C f, y + O h μp+ + μp i i+ μp i+ μp ( μ+ ) p 2+ ε( μ+ ) p yμp + h Cif ( i+ μp, yi+ μp) y( μ+ ) p = O( h ). (2.2)

5 478 Nuerical Siulations - Applications, Eaples and Theory We reind the reader that in RKrGL we choose r and such that r + 2, which r O h + (Prentice, 2008). ensures that RKrGL has a global error of ( ) 2.6 Ipleentation of RKrGL There are a few points regarding the ipleentation of RKrGL that need to be discussed: a. If we erely saple the solutions at the GL nodes, treating the coputations at the RK nodes as if they were the stages of an ordinary RK ethod, then RKrGL would be reduced to an inefficient one-step ethod. This is not the intention behind the developent of RKrGL; rather, RKrGL represents an attept to iprove the efficiency of any RKr ethod, siply by replacing the coputation at every ( + )th node by a quadrature forula which does not require evaluation of any of the stages in the underlying RKr ethod. b. Of course, it is clear fro the above that on H the RK nodes are required to be consistent with the nodes necessary for GL quadrature. If, however, the RK nodes are located differently (as would be required by a local error control echanis, for eaple) then it is a siple atter to construct a Herite interpolating polynoial of degree 2 + (which has an error of order ) using the solutions at the nodes { 0,, }. Then, assuing 0 aps to and aps to the largest Legendre polynoial root on [,], the position of the other nodes {,, } suitable for GL quadrature ay be deterined, and the Herite polynoial ay be used to find approiate solutions of order r + at these nodes, thus facilitating the GL coponent of RKrGL. A siilar procedure is carried out on the net subinterval H, and so on. Indeed, we will see that the Herite polynoial described here will play an iportant role in our error control process, and is described in ore detail in the net subsection. c. If the underlying RKr ethod possesses a continuous etension it would not be necessary to construct the Herite polynoial described above. However, there is no guarantee that a continuous etension of appropriate order (at least 2 + ) will be available, and it is generally true that deterining a continuous etension for a RK ethod requires additional stages in the RK ethod, which would ost likely coproise the gain in efficiency offered by RKrGL. Note that the construction of the Herite polynoial only requires one additional evaluation of f ( y, ), at. 2.7 The Herite interpolating polynoial If the data { i, yi, y i : i = 0,, } are available, then a polynoial HP( ), of degree at ost 2 +, with the interpolatory properties HP( i) = yi H P( i) = y i (2.3) for each i, ay be constructed. If the nodes i are distinct, then HP( ) is unique. This approiating polynoial is known as the Herite interpolating polynoial (Burden & Faires, 200) and has an approiation error given by + ( ξ ( ) ) ( 2 2 )! (2 2) y 2 y( ) HP( ) = ( i) 0 + (2.4)

6 A General Algorith for Local Error Control in the RKrGL Method 479 where 0 < ξ( ) <. If h is the average separation of the nodes on 0,, it is possible to write i = σ ih, where σ i is a suitable constant, and hence 2+ 2 y ( ) H ( ) = Oh ( ). (2.5) The algorith for deterining the coefficients of H P () is linear, as in P c= A b (2.6) where c is a vector of the coefficients of HP( ), A is the relevant interpolation atri, and b is a vector containing y i and y i. The details of these ters need not concern us here; rather, if an error O( Δ ) eists in each of y i and y i, then an error of O( Δ ) will eist in each coponent of c. Moreover, since HP( ) is linear in its coefficients, then an error of O( Δ ) will also eist in any coputed value of HP( ). Consequently, we ay write where the ( ) 2+ 2 y ( ) H ( ) = Oh ( ) + O( Δ ) (2.7) P O Δ ter arises fro errors in y i and y i. We have assued, of course, that the errors in y i and y i are of the sae order, which is the situation that we will encounter later. 3. Local error control in RKrGL 3. The order of the tande ethod The idea behind the use of a tande ethod is that it ust be of sufficiently high order such that, relative to the approiate solution generated by RKrGL, the tande ethod yields a solution that ay be assued to be essentially eact. This solution is propagated in both RKrGL and the tande ethod itself, and the difference between the two solutions is taken as an estiate of the local error in RKrGL. This aounts to so-called local etrapolation and is not dissiilar in spirit to error estiation techniques eployed using Runge-Kutta ebedded pairs (Hairer et al., 2000; Butcher, 2003). Generally speaking, though, the tande ethod is not ebedded. To decide on an appropriate order for the tande ethod we consider the local error at the GL nodes ε ( μ+ ) p = yμp + h Cif ( i+ μp, yi+ μp) y( μ+ ) p = ( wμpt, Δ μpt, ) + h Cif ( i+ μp, wi+ μpt, Δi+ μpt, ) w( μ+ ) p, t Δ( μ+ ), t where w ( is the solution fro the tande ethod at ),t ( ), and w. Epanding the ter in the su in a Taylor series gives ( ),t ε ( μ+ ) p = wμpt, + h Cif ( i+ μp, wi+ μpt, ) w( μ+ ) p, t Δ +Δ ( μ + ) p, t + h C f (, ζ ) Δ μp, t i y i+ μp i+ μp, t i+ μp, t ( p ) (3.) Δ ( is the global error in ),t (3.2)

7 480 Nuerical Siulations - Applications, Eaples and Theory and so wμpt, + h Cif ( i+ μp, wi+ μpt, ) w( μ + ) pt, μp, t i y i+ μp i+ μp, t i+ μp, t = ε ( μ+ ) p + Δ Δ( μ+ ) p, t h C f (, ζ ) Δ where ζ i + μp, t is analogous to ϑ i in (2.4). The su on the RHS of (3.3) is of higher order than Δ μpt, Δ ( μ+ ) p, t, because of the ultiplication by h, and since we cannot epect, in q,, 0, the ter in parentheses ust be O( h ) 2+ global order of the tande ethod. Since ε ( μ ) p O( h ) general, that Δμpt Δ ( μ+ ) pt= require q > 2+ in order for (3.3), where q is the + = in the RKrGL ethod, we ( +, + ) ( + ), ε( + ) w + h C f w w (3.4) to be a good (and asyptotically ( 0) μpt, i i μp i μpt, μ p t μ p h correct) estiate for the local error in RKrGL. The first two ters on the LHS of (3.4) arise fro RKrGL with the tande solution as input, while w ( μ + ) p, t is the tande solution at ( μ + ) p. The iplication, then, is that the tande ethod ust have a global order of at least 2 + 2, which iplies q > r + 2, since we already have r+ = 2 in RKrGL. We acknowledge that our choice of q differs fro conventional wisdo (which would choose q > r + so that the local order of the tande ethod is one greater than the RK local order), but it is clear fro (3.3) that the propagation of the tande solution requires the global order of the tande ethod to be greater than the order of ε ( μ + ) p. Of course, at the RK nodes the local order is r +, so the tande ethod with global order q > r + 2 is ore than suitable at these nodes. 3.2 The error control algorith We describe the error control algorith on the first subinterval H = [ 0( = a), p ] (see Figure ). The sae procedure is then repeated on subsequent subintervals. Solutions w,r and w,q are obtained at using RKr and RKq, respectively. We assue r+, r = 0, r, q w y L h w w (3.5) where h0 0 and L is a vector of local error coefficients (we will discuss the choice of a value for h 0 later). The eponent of r + indicates the order of the local error in RKr. We find the aiu value of w y, ri,, i y w, ri, w, qi, i =,, d (3.6) w, i, q, i

8 A General Algorith for Local Error Control in the RKrGL Method 48 where the inde i refers to the coponents of the indicated vectors (so w, ri, is the ith coponent of w,r, etc). Call this aiu M and say it occurs for i = k. Hence, w, rk, w, qk, M = (3.7) w, qk, is the largest relative error in the coponents of w,r. Note that k ay vary fro node to node, but at any particular node we will always intend for k to denote the aiu value of (3.6). We now deand that δ δ (3.8) M R w, r, k w, q, k R w, q, k where δ R is a user-defined relative tolerance. If this inequality is violated we find a new stepsize h such that 0 δ r,, R w + q k r+ 0 = 0.9, k( 0) < δ R, q, k L, k h L h w where L,k is the kth coponent of L, and then we find new solutions w,r and w,q using h 0 ( L is deterined fro (3.5)). The factor 0.9 in (3.9) is a safety factor allowing for the fact that w,q is not truly eact. To cater for the possibility that any coponent of w,q is close to zero we actually deand { δ δ }, rk,, qk, A R, qk, (3.9) w w a, w (3.0) where δ A is a user-defined absolute tolerance. We then set h = h0 and proceed to the node 2, where the error control process is repeated, and siilarly for 3 up to. The process of recalculating a solution using a new stepsize is known as a step rejection. In the event that the condition in (3.0) is satisfied, we still calculate a new stepsize h 0 (which would now be larger than h 0 ) and set h = h0, on the assuption that if h 0 satisfies (3.0) at, then it will do so at 2 as well (however, we also place an upper liit on h 0 of 2h 0, although the choice of the factor two here is soewhat arbitrary). In the worst-case scenario we would find that h is too large and a new, saller value h ust be used. The eception occurs when w, rk, w, qk, = 0. In this case we siply set h = 2h0 and proceed to 2. The above is nothing ore than well-known local relative error control in an eplicit RK ethod using local etrapolation. It is at the GL node p that the algorith deviates fro the nor. A step-by-step description of the procedure at p follows:. Once error control at {, 2,, } has been effected (which necessarily defines the positions of {, 2,, } due to stepsize odifications that ay have occurred), the location of p ust be deterined such that the local relative error at p is less than a δ, δ w, in which k has the eaning discussed earlier. { A R p, q, k }

9 482 Nuerical Siulations - Applications, Eaples and Theory 0 = corresponds to on the interval,, and corresponds to the largest root of the th-degree Legendre polynoial in,. This allows p ( = v) to be found, where p corresponds to on 2. To this end, we utilize the ap (2.8), deanding that ( u),, and so new nodes {, 2,, } { }, 2,,, are consistent with the GL quadrature nodes on 0, p. 3. We wish to perfor GL quadrature, using the nodes {, 2,,, } but we do not have the approiate solutions { w, q,, w, q} at {, 2,, } can be deterined such that 4. Hence, we construct the Herite interpolating polynoial P ( ) the original nodes { }, on 0, p,. H on 0, using, 2,, and the solutions that have been obtained at these nodes; of course, the derivative of y ( ) at these nodes is given by (, ) f y. Note that a Herite polynoial ust be constructed for each of the s coponents of the syste, so if d >, HP ( ) is actually a d vector of Herite polynoials. 5. We use the qth-order solutions that are available, so that we epect the approiation q error in each HP ( ) to be ( ) 6. The solutions { w, q,, w, q} at {, 2,, } { HP( ) ( )},, HP GL quadrature then gives w p with local error Oh ( ) O h, as shown in (2.4) and (2.7). are then obtained fro, as per (2.2). 8. The tande ethod RKq is used to find w p, q, and wp wpq, is then used for error control: a. we know that the local error in p separation on 0, p ; 2+ w is Oh ( ) b. if the local error is too large then a new average node separation c. if using p h, a new position for p, denoted, where h here is the average node p, is found fro >, we redefine the nodes {, 2,,, } these new nodes using H ( ) P, and then find solutions at h is deterined; p 0 = + ph ;, find qth-order solutions at p using GL quadrature and RKq; d. if p, we reject the GL step since there is now no point in finding a solution at p. 9. After all this, the node p or (if p ) defines the endpoint of the subinterval H ; the stepsize h is set equal to the largest separation of the nodes on H, and the

10 A General Algorith for Local Error Control in the RKrGL Method 483 entire error control procedure is ipleented on the net subinterval H 2. Note also that it is the qth-order solution at the endpoint of H that is propagated in the RK solution at the net node. 3.3 Initial stepsize To find a stepsize h 0 to begin the calculation process, we assue that the local error coefficient L, k = and then find h 0 fro ( { }) a δ, r A δ R y + k h0 0, = (3.) Solutions obtained with RKr and RKq using this stepsize then enable a new, possibly larger, h 0 to be deterined, and it is this new h 0 that is used to find the solutions w,r and w,q at the node. 3.4 Final node We keep track of the nodes that evolve fro the stepsize adjustents, until the end of the interval of integration b has been eceeded. We then backtrack to the node on ab, closest to b (call it f ), deterine the stepsize hf b f, and then find w br, and w bq,, the nuerical solutions at b using RKr and RKq, with h f, f and w f, q as input for both RKr and RKq. This copletes the error control procedure. 4. Coents on ebedded RK ethods and continuous etensions Our intention has been to develop an effective local error control algorith for RKrGL, and we believe that the above-entioned algorith achieves this objective. Moreover, the algorith is general in the choice of RKr and RKq. These two ethods could be entirely independent of each other, or they could constitute an ebedded pair, as in RK(r,q). This latter choice would require fewer stage evaluations at each RK node, and so would be ore efficient than if RKr and RKq were independent. Nevertheless, the use of an ebedded pair is not necessary for the proper functioning of our error control algorith. The option of constructing HP( ) using the nodes { = p, p,, 2p } for error control at 2p (as opposed to using { p,, 2p } ) is worth considering. Such a polynoial, together with the Herite polynoial constructed on { 0,,, }, fors a piecewise continuous approiation to y ( ) on [ 0, 2p ]. Of course, this process is repeated at the nodes { 2p, 2p+,, 3p }, and so on. In this way the Herite polynoials, which ust be constructed out of necessity for error control purposes, becoe a piecewise continuous (and sooth) etension of the approiate discrete solution. Such an etension is not constructed a posteriori; rather, it is constructed on each subinterval H i as the RKrGL algorith proceeds, and so ay be used for event trapping. 5. Nuerical eaples We will use RK5GL3 to deonstrate the error control algorith. In RK5GL3 we have r = 5, = 3 so that the tande ethod ust be an eighth-order RK ethod, which we

11 484 Nuerical Siulations - Applications, Eaples and Theory denote RK8. The RK5 ethod in RK5GL3 is due to Fehlberg (Hairer et al., 2000), as is RK8 (Hairer et al., 2000; Butcher, 2003). By way of eaple, we solve on 0,5 with ( ) y 0 = 0, and 2 y' = 2y 2 + (5.) y y y' = 4 20 on 0, 30 y 0 =. The first of these has a uniodal solution on the indicated interval, and we will refer to it as IVP. The second proble is one of the test probles used by Hull et al (Hull et al., 972), and we will refer to it as IVP2. These probles have solutions with ( ) (5.2) IVP: IVP2: y( ) = 2 + (5.3) 20 y( ) = + 9 /4 e In Table we show the results of ipleenting our local error control algorith in solving 0 both test probles. The absolute tolerance δ A was always 0, ecept for IVP with 0 2 = 0, for which = 0 was used. δ R δ A IVP δ R RK step rejections GL step rejections nodes RKGL subintervals IVP2 δ R RK step rejections GL step rejections nodes RKGL subintervals Table. Perforance data for error control algorith applied to IVP and IVP2. In this table, RK step rejections is the nuber of ties a saller stepsize had to be deterined at the RK nodes; GL step rejections is the nuber of ties that 4 3, as described in the previous section; nodes is the total nuber of nodes used on the interval of integration, including the initial node 0 ; and RKGL subintervals is the total nuber of subintervals H i used on the interval of integration. It is clear that as δ R is decreased so the nuber of nodes and RKGL subintervals increases (consistent with a decreasing stepsize), and so there is

12 A General Algorith for Local Error Control in the RKrGL Method 485 ore chance of step rejections. There are not any RK step rejections for either proble. 0 When δ R = 0 the GL step rejections for IVP are 9 out a possible 25 (alost 80%), but for IVP2 the GL step rejections nuber only about 38%). In both cases the GL step rejections arise as a result of relatively large local error coefficients at the GL nodes, which necessarily lead to relatively sall values of h, the average node separation, so that the situation 4 3 is quite likely to occur. Figures 2 and 3 show the RK5GL3 local error for IVP and IVP2. The curve labelled tolerance in each figure is δ R yi, which is the upper liit placed on the local error. 0-6 to leran ce IV P 0-7 Error 0-8 actual error Fig. 2. RKGL local error for IVP, with 6 δ R = to leran ce Error actual error IV P Fig. 3. RKGL local error for IVP2, with 8 δ R = In Figure 2 we have used δ R = 0, and in Figure 3 we have used δ R = 0. It is clear that in both cases the tolerance has been satisfied, and the error control algorith has been successful. In Figure 4, for interest's sake, we show the stepsize variation as function of node inde (#) for these two probles.

13 486 Nuerical Siulations - Applications, Eaples and Theory.2.0 IV P2 0.8 h IVP # Fig. 4. Stepsize h vs node inde (#) for IVP and IVP2. To deonstrate error control in a syste, we use RK5GL3 to solve y = y2 2 y 2 = e sin 2y + 2y2 2 3 y( 0 ) =, y2( 0) = 5 5 on 0,3. The solution to this syste, denoted SYS, is (5.4) 2 e y = ( sin 2 cos ) 5 2 e y2 = + 5 ( 4sin 3cos ) The perforance table for RK5GL3 local error control applied to this proble is shown in Table 2. SYS δ R RK step rejections GL step rejections nodes RKGL subintervals Table 2. Perforance data for error control algorith applied to SYS. The perforance is siilar to that shown in Table. In all calculations reflected in Table 2, 2 we have used δ A = 0. The error in the coponents y and y 2 of SYS is shown in Figures 5 and 6. (5.5)

14 A General Algorith for Local Error Control in the RKrGL Method actual error tolerance 0-7 Error SYS co ponent y Fig. 5. Error in coponent y of SYS actual error to leran ce 0-7 Error SYS co ponent y Fig. 6. Error in coponent y 2 of SYS. 7. Conclusion and scope for further research We have developed an effective algorith for controlling the local relative error in RKrGL, with r +. The algorith utilizes a tande RK ethod of order r + 3, at least. A few nuerical eaples have deonstrated the effectiveness of the error control procedure. 7. Further research Although the algorith is effective, it is soewhat inefficient, as evidenced by the large nuber of step rejections shown in the tables. Ways to iprove efficiency ight include : a. The use of an ebedded RK pair, such as DOPRI853 (Dorand & Prince, 980), to reduce the total nuber of RK stage evaluations, b. Using a high order RKGL ethod as the tande ethod, since the RKGL ethods were originally designed to iprove RK efficiency, c. Error control per subinterval H j, rather than per node, which ight require reintegration on each subinterval,

15 488 Nuerical Siulations - Applications, Eaples and Theory d. Optial stepsize adjustent, so that stepsizes that are saller than necessary are not used. Saller stepsizes iplies ore nodes, which iplies greater coputational effort. 8. References Burden, R.L. and Faires, J.D., (200), Nuerical analysis, 7th ed., Brooks/Cole, , Pacific Grove. Butcher, J.C., (2003), Nuerical ethods for ordinary differential equations, Wiley, , Chichester. Dorand, J.R. and Prince, P.J., A faily of ebedded Runge-Kutta forulae, Journal of Coputational and Applied Matheatics, 6 (980) 9-26, Hairer, E., Norsett, S.P. and Wanner, G., (2000), Solving ordinary differential equations I: Nonstiff probles, Springer-Verlag, , Berlin. Hull, T.E., Enright, W.H., Fellen, B.M. and Sedgwick, A.E., Coparing nuerical ethods for ordinary differential equations, SIAM Journal of Nuerical Analysis, 9, 4 (972) , Kincaid, D. and Cheney, W., (2002), Nuerical Analysis: Matheatics of Scientific Coputing, 3rd ed., Brooks/Cole, , Pacific Grove. Prentice, J.S.C., The RKGL ethod for the nuerical solution of initial-value probles, Journal of Coputational and Applied Matheatics, 23, 2 (2008) , Prentice, J.S.C.,Iproving the efficiency of Runge-Kutta reintegration by eans of the RKGL algorith, (2009), In: Advanced Technologies, Kankesu Jayanthakuaran, (Ed.), , INTECH, , Vukovar.

16 Nuerical Siulations - Applications, Eaples and Theory Edited by Prof. Lutz Angerann ISBN Hard cover, 520 pages Publisher InTech Published online 30, January, 20 Published in print edition January, 20 This book will interest researchers, scientists, engineers and graduate students in any disciplines, who ake use of atheatical odeling and coputer siulation. Although it represents only a sall saple of the research activity on nuerical siulations, the book will certainly serve as a valuable tool for researchers interested in getting involved in this ultidisciplinary ï eld. It will be useful to encourage further eperiental and theoretical researches in the above entioned areas of nuerical siulation. How to reference In order to correctly reference this scholarly work, feel free to copy and paste the following: Justin Prentice (20). A General Algorith for Local Error Control in the RKrGL Method, Nuerical Siulations - Applications, Eaples and Theory, Prof. Lutz Angerann (Ed.), ISBN: , InTech, Available fro: InTech Europe University Capus STeP Ri Slavka Krautzeka 83/A 5000 Rijeka, Croatia Phone: +385 (5) Fa: +385 (5) InTech China Unit 405, Office Block, Hotel Equatorial Shanghai No.65, Yan An Road (West), Shanghai, , China Phone: Fa:

Determining the Rolle function in Lagrange interpolatory approximation

Determining the Rolle function in Lagrange interpolatory approximation Determining the Rolle function in Lagrange interpolatory approimation arxiv:181.961v1 [math.na] Oct 18 J. S. C. Prentice Department of Pure and Applied Mathematics University of Johannesburg South Africa

More information

lecture 36: Linear Multistep Mehods: Zero Stability

lecture 36: Linear Multistep Mehods: Zero Stability 95 lecture 36: Linear Multistep Mehods: Zero Stability 5.6 Linear ultistep ethods: zero stability Does consistency iply convergence for linear ultistep ethods? This is always the case for one-step ethods,

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Keywords: Estimator, Bias, Mean-squared error, normality, generalized Pareto distribution

Keywords: Estimator, Bias, Mean-squared error, normality, generalized Pareto distribution Testing approxiate norality of an estiator using the estiated MSE and bias with an application to the shape paraeter of the generalized Pareto distribution J. Martin van Zyl Abstract In this work the norality

More information

TABLE FOR UPPER PERCENTAGE POINTS OF THE LARGEST ROOT OF A DETERMINANTAL EQUATION WITH FIVE ROOTS. By William W. Chen

TABLE FOR UPPER PERCENTAGE POINTS OF THE LARGEST ROOT OF A DETERMINANTAL EQUATION WITH FIVE ROOTS. By William W. Chen TABLE FOR UPPER PERCENTAGE POINTS OF THE LARGEST ROOT OF A DETERMINANTAL EQUATION WITH FIVE ROOTS By Willia W. Chen The distribution of the non-null characteristic roots of a atri derived fro saple observations

More information

Page 1 Lab 1 Elementary Matrix and Linear Algebra Spring 2011

Page 1 Lab 1 Elementary Matrix and Linear Algebra Spring 2011 Page Lab Eleentary Matri and Linear Algebra Spring 0 Nae Due /03/0 Score /5 Probles through 4 are each worth 4 points.. Go to the Linear Algebra oolkit site ransforing a atri to reduced row echelon for

More information

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians Using EM To Estiate A Probablity Density With A Mixture Of Gaussians Aaron A. D Souza adsouza@usc.edu Introduction The proble we are trying to address in this note is siple. Given a set of data points

More information

Comparison of Stability of Selected Numerical Methods for Solving Stiff Semi- Linear Differential Equations

Comparison of Stability of Selected Numerical Methods for Solving Stiff Semi- Linear Differential Equations International Journal of Applied Science and Technology Vol. 7, No. 3, Septeber 217 Coparison of Stability of Selected Nuerical Methods for Solving Stiff Sei- Linear Differential Equations Kwaku Darkwah

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,500 108,000 1.7 M Open access books available International authors and editors Downloads Our

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Bisection Method 8/11/2010 1

Bisection Method 8/11/2010 1 Bisection Method 8/11/010 1 Bisection Method Basis of Bisection Method Theore An equation f()=0, where f() is a real continuous function, has at least one root between l and u if f( l ) f( u ) < 0. f()

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

Necessity of low effective dimension

Necessity of low effective dimension Necessity of low effective diension Art B. Owen Stanford University October 2002, Orig: July 2002 Abstract Practitioners have long noticed that quasi-monte Carlo ethods work very well on functions that

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem 36 The Weierstrass Approxiation Theore Recall that the fundaental idea underlying the construction of the real nubers is approxiation by the sipler rational nubers. Firstly, nubers are often deterined

More information

AN APPLICATION OF CUBIC B-SPLINE FINITE ELEMENT METHOD FOR THE BURGERS EQUATION

AN APPLICATION OF CUBIC B-SPLINE FINITE ELEMENT METHOD FOR THE BURGERS EQUATION Aksan, E..: An Applıcatıon of Cubıc B-Splıne Fınıte Eleent Method for... THERMAL SCIECE: Year 8, Vol., Suppl., pp. S95-S S95 A APPLICATIO OF CBIC B-SPLIE FIITE ELEMET METHOD FOR THE BRGERS EQATIO by Eine

More information

The Transactional Nature of Quantum Information

The Transactional Nature of Quantum Information The Transactional Nature of Quantu Inforation Subhash Kak Departent of Coputer Science Oklahoa State University Stillwater, OK 7478 ABSTRACT Inforation, in its counications sense, is a transactional property.

More information

THE KALMAN FILTER: A LOOK BEHIND THE SCENE

THE KALMAN FILTER: A LOOK BEHIND THE SCENE HE KALMA FILER: A LOOK BEHID HE SCEE R.E. Deain School of Matheatical and Geospatial Sciences, RMI University eail: rod.deain@rit.edu.au Presented at the Victorian Regional Survey Conference, Mildura,

More information

Solving initial value problems by residual power series method

Solving initial value problems by residual power series method Theoretical Matheatics & Applications, vol.3, no.1, 13, 199-1 ISSN: 179-9687 (print), 179-979 (online) Scienpress Ltd, 13 Solving initial value probles by residual power series ethod Mohaed H. Al-Sadi

More information

A Note on the Applied Use of MDL Approximations

A Note on the Applied Use of MDL Approximations A Note on the Applied Use of MDL Approxiations Daniel J. Navarro Departent of Psychology Ohio State University Abstract An applied proble is discussed in which two nested psychological odels of retention

More information

Biostatistics Department Technical Report

Biostatistics Department Technical Report Biostatistics Departent Technical Report BST006-00 Estiation of Prevalence by Pool Screening With Equal Sized Pools and a egative Binoial Sapling Model Charles R. Katholi, Ph.D. Eeritus Professor Departent

More information

Estimation of the Mean of the Exponential Distribution Using Maximum Ranked Set Sampling with Unequal Samples

Estimation of the Mean of the Exponential Distribution Using Maximum Ranked Set Sampling with Unequal Samples Open Journal of Statistics, 4, 4, 64-649 Published Online Septeber 4 in SciRes http//wwwscirporg/ournal/os http//ddoiorg/436/os4486 Estiation of the Mean of the Eponential Distribution Using Maiu Ranked

More information

Beyond Mere Convergence

Beyond Mere Convergence Beyond Mere Convergence Jaes A. Sellers Departent of Matheatics The Pennsylvania State University 07 Whitore Laboratory University Park, PA 680 sellers@ath.psu.edu February 5, 00 REVISED Abstract In this

More information

8.1 Force Laws Hooke s Law

8.1 Force Laws Hooke s Law 8.1 Force Laws There are forces that don't change appreciably fro one instant to another, which we refer to as constant in tie, and forces that don't change appreciably fro one point to another, which

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS A Thesis Presented to The Faculty of the Departent of Matheatics San Jose State University In Partial Fulfillent of the Requireents

More information

Nonlinear Stabilization of a Spherical Particle Trapped in an Optical Tweezer

Nonlinear Stabilization of a Spherical Particle Trapped in an Optical Tweezer Nonlinear Stabilization of a Spherical Particle Trapped in an Optical Tweezer Aruna Ranaweera ranawera@engineering.ucsb.edu Bassa Baieh baieh@engineering.ucsb.edu Andrew R. Teel teel@ece.ucsb.edu Departent

More information

CHAPTER 8 CONSTRAINED OPTIMIZATION 2: SEQUENTIAL QUADRATIC PROGRAMMING, INTERIOR POINT AND GENERALIZED REDUCED GRADIENT METHODS

CHAPTER 8 CONSTRAINED OPTIMIZATION 2: SEQUENTIAL QUADRATIC PROGRAMMING, INTERIOR POINT AND GENERALIZED REDUCED GRADIENT METHODS CHAPER 8 CONSRAINED OPIMIZAION : SEQUENIAL QUADRAIC PROGRAMMING, INERIOR POIN AND GENERALIZED REDUCED GRADIEN MEHODS 8. Introduction In the previous chapter we eained the necessary and sufficient conditions

More information

Research Article Rapidly-Converging Series Representations of a Mutual-Information Integral

Research Article Rapidly-Converging Series Representations of a Mutual-Information Integral International Scholarly Research Network ISRN Counications and Networking Volue 11, Article ID 5465, 6 pages doi:1.54/11/5465 Research Article Rapidly-Converging Series Representations of a Mutual-Inforation

More information

Extension of CSRSM for the Parametric Study of the Face Stability of Pressurized Tunnels

Extension of CSRSM for the Parametric Study of the Face Stability of Pressurized Tunnels Extension of CSRSM for the Paraetric Study of the Face Stability of Pressurized Tunnels Guilhe Mollon 1, Daniel Dias 2, and Abdul-Haid Soubra 3, M.ASCE 1 LGCIE, INSA Lyon, Université de Lyon, Doaine scientifique

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

روش نصف کردن. Bisection Method Basis of Bisection Method

روش نصف کردن. Bisection Method Basis of Bisection Method 10/18/01 روش نصف کردن Bisection Method http://www.pedra-payvandy.co 1 Basis o Bisection Method Theore An equation ()=0, where () is a real continuous unction, has at least one root between l and u i (

More information

Hermite s Rule Surpasses Simpson s: in Mathematics Curricula Simpson s Rule. Should be Replaced by Hermite s

Hermite s Rule Surpasses Simpson s: in Mathematics Curricula Simpson s Rule. Should be Replaced by Hermite s International Matheatical Foru, 4, 9, no. 34, 663-686 Herite s Rule Surpasses Sipson s: in Matheatics Curricula Sipson s Rule Should be Replaced by Herite s Vito Lapret University of Lublana Faculty of

More information

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words)

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words) 1 A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine (1900 words) Contact: Jerry Farlow Dept of Matheatics Univeristy of Maine Orono, ME 04469 Tel (07) 866-3540 Eail: farlow@ath.uaine.edu

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term Nuerical Studies of a Nonlinear Heat Equation with Square Root Reaction Ter Ron Bucire, 1 Karl McMurtry, 1 Ronald E. Micens 2 1 Matheatics Departent, Occidental College, Los Angeles, California 90041 2

More information

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all Lecture 6 Introduction to kinetic theory of plasa waves Introduction to kinetic theory So far we have been odeling plasa dynaics using fluid equations. The assuption has been that the pressure can be either

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

1 Bounding the Margin

1 Bounding the Margin COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #12 Scribe: Jian Min Si March 14, 2013 1 Bounding the Margin We are continuing the proof of a bound on the generalization error of AdaBoost

More information

Derivative at a point

Derivative at a point Roberto s Notes on Differential Calculus Capter : Definition of derivative Section Derivative at a point Wat you need to know already: Te concept of liit and basic etods for coputing liits. Wat you can

More information

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method)

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method) Projectile Motion with Air Resistance (Nuerical Modeling, Euler s Method) Theory Euler s ethod is a siple way to approxiate the solution of ordinary differential equations (ode s) nuerically. Specifically,

More information

Applying Genetic Algorithms to Solve the Fuzzy Optimal Profit Problem

Applying Genetic Algorithms to Solve the Fuzzy Optimal Profit Problem JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 8, 563-58 () Applying Genetic Algoriths to Solve the Fuzzy Optial Profit Proble FENG-TSE LIN AND JING-SHING YAO Departent of Applied Matheatics Chinese Culture

More information

A method to determine relative stroke detection efficiencies from multiplicity distributions

A method to determine relative stroke detection efficiencies from multiplicity distributions A ethod to deterine relative stroke detection eiciencies ro ultiplicity distributions Schulz W. and Cuins K. 2. Austrian Lightning Detection and Inoration Syste (ALDIS), Kahlenberger Str.2A, 90 Vienna,

More information

arxiv: v1 [cs.ds] 3 Feb 2014

arxiv: v1 [cs.ds] 3 Feb 2014 arxiv:40.043v [cs.ds] 3 Feb 04 A Bound on the Expected Optiality of Rando Feasible Solutions to Cobinatorial Optiization Probles Evan A. Sultani The Johns Hopins University APL evan@sultani.co http://www.sultani.co/

More information

27 Oscillations: Introduction, Mass on a Spring

27 Oscillations: Introduction, Mass on a Spring Chapter 7 Oscillations: Introduction, Mass on a Spring 7 Oscillations: Introduction, Mass on a Spring If a siple haronic oscillation proble does not involve the tie, you should probably be using conservation

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

Expected Behavior of Bisection Based Methods for Counting and. Computing the Roots of a Function D.J. KAVVADIAS, F.S. MAKRI, M.N.

Expected Behavior of Bisection Based Methods for Counting and. Computing the Roots of a Function D.J. KAVVADIAS, F.S. MAKRI, M.N. Expected Behavior of Bisection Based Methods for Counting and Coputing the Roots of a Function D.J. KAVVADIAS, F.S. MAKRI, M.N. VRAHATIS Departent of Matheatics, University of Patras, GR-261.10 Patras,

More information

A Unified Approach to Universal Prediction: Generalized Upper and Lower Bounds

A Unified Approach to Universal Prediction: Generalized Upper and Lower Bounds 646 IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS, VOL 6, NO 3, MARCH 05 A Unified Approach to Universal Prediction: Generalized Upper and Lower Bounds Nuri Denizcan Vanli and Suleyan S Kozat,

More information

Lecture 21. Interior Point Methods Setup and Algorithm

Lecture 21. Interior Point Methods Setup and Algorithm Lecture 21 Interior Point Methods In 1984, Kararkar introduced a new weakly polynoial tie algorith for solving LPs [Kar84a], [Kar84b]. His algorith was theoretically faster than the ellipsoid ethod and

More information

1 Proof of learning bounds

1 Proof of learning bounds COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #4 Scribe: Akshay Mittal February 13, 2013 1 Proof of learning bounds For intuition of the following theore, suppose there exists a

More information

Handout 7. and Pr [M(x) = χ L (x) M(x) =? ] = 1.

Handout 7. and Pr [M(x) = χ L (x) M(x) =? ] = 1. Notes on Coplexity Theory Last updated: October, 2005 Jonathan Katz Handout 7 1 More on Randoized Coplexity Classes Reinder: so far we have seen RP,coRP, and BPP. We introduce two ore tie-bounded randoized

More information

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13 CSE55: Randoied Algoriths and obabilistic Analysis May 6, Lecture Lecturer: Anna Karlin Scribe: Noah Siegel, Jonathan Shi Rando walks and Markov chains This lecture discusses Markov chains, which capture

More information

Adaptive Stabilization of a Class of Nonlinear Systems With Nonparametric Uncertainty

Adaptive Stabilization of a Class of Nonlinear Systems With Nonparametric Uncertainty IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 46, NO. 11, NOVEMBER 2001 1821 Adaptive Stabilization of a Class of Nonlinear Systes With Nonparaetric Uncertainty Aleander V. Roup and Dennis S. Bernstein

More information

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Soft Coputing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Beverly Rivera 1,2, Irbis Gallegos 1, and Vladik Kreinovich 2 1 Regional Cyber and Energy Security Center RCES

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

Stability Analysis of the Matrix-Free Linearly Implicit 2 Euler Method 3 UNCORRECTED PROOF

Stability Analysis of the Matrix-Free Linearly Implicit 2 Euler Method 3 UNCORRECTED PROOF 1 Stability Analysis of the Matrix-Free Linearly Iplicit 2 Euler Method 3 Adrian Sandu 1 andaikst-cyr 2 4 1 Coputational Science Laboratory, Departent of Coputer Science, Virginia 5 Polytechnic Institute,

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

High-Speed Smooth Cyclical Motion of a Hydraulic Cylinder

High-Speed Smooth Cyclical Motion of a Hydraulic Cylinder 846 1 th International Conference on Fleible Autoation and Intelligent Manufacturing 00, Dresden, Gerany High-Speed Sooth Cyclical Motion of a Hydraulic Cylinder Nebojsa I. Jaksic Departent of Industrial

More information

Chapter 1: Basics of Vibrations for Simple Mechanical Systems

Chapter 1: Basics of Vibrations for Simple Mechanical Systems Chapter 1: Basics of Vibrations for Siple Mechanical Systes Introduction: The fundaentals of Sound and Vibrations are part of the broader field of echanics, with strong connections to classical echanics,

More information

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay A Low-Coplexity Congestion Control and Scheduling Algorith for Multihop Wireless Networks with Order-Optial Per-Flow Delay Po-Kai Huang, Xiaojun Lin, and Chih-Chun Wang School of Electrical and Coputer

More information

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields Finite fields I talked in class about the field with two eleents F 2 = {, } and we ve used it in various eaples and hoework probles. In these notes I will introduce ore finite fields F p = {,,...,p } for

More information

Multi-Scale/Multi-Resolution: Wavelet Transform

Multi-Scale/Multi-Resolution: Wavelet Transform Multi-Scale/Multi-Resolution: Wavelet Transfor Proble with Fourier Fourier analysis -- breaks down a signal into constituent sinusoids of different frequencies. A serious drawback in transforing to the

More information

An EGZ generalization for 5 colors

An EGZ generalization for 5 colors An EGZ generalization for 5 colors David Grynkiewicz and Andrew Schultz July 6, 00 Abstract Let g zs(, k) (g zs(, k + 1)) be the inial integer such that any coloring of the integers fro U U k 1,..., g

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany.

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany. New upper bound for the B-spline basis condition nuber II. A proof of de Boor's 2 -conjecture K. Scherer Institut fur Angewandte Matheati, Universitat Bonn, 535 Bonn, Gerany and A. Yu. Shadrin Coputing

More information

A Markov Framework for the Simple Genetic Algorithm

A Markov Framework for the Simple Genetic Algorithm A arkov Fraework for the Siple Genetic Algorith Thoas E. Davis*, Jose C. Principe Electrical Engineering Departent University of Florida, Gainesville, FL 326 *WL/NGS Eglin AFB, FL32542 Abstract This paper

More information

The Euler-Maclaurin Formula and Sums of Powers

The Euler-Maclaurin Formula and Sums of Powers DRAFT VOL 79, NO 1, FEBRUARY 26 1 The Euler-Maclaurin Forula and Sus of Powers Michael Z Spivey University of Puget Sound Tacoa, WA 98416 spivey@upsedu Matheaticians have long been intrigued by the su

More information

3D acoustic wave modeling with a time-space domain dispersion-relation-based Finite-difference scheme

3D acoustic wave modeling with a time-space domain dispersion-relation-based Finite-difference scheme P-8 3D acoustic wave odeling with a tie-space doain dispersion-relation-based Finite-difference schee Yang Liu * and rinal K. Sen State Key Laboratory of Petroleu Resource and Prospecting (China University

More information

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Tie-Varying Jaing Links Jun Kurihara KDDI R&D Laboratories, Inc 2 5 Ohara, Fujiino, Saitaa, 356 8502 Japan Eail: kurihara@kddilabsjp

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

Some Perspective. Forces and Newton s Laws

Some Perspective. Forces and Newton s Laws Soe Perspective The language of Kineatics provides us with an efficient ethod for describing the otion of aterial objects, and we ll continue to ake refineents to it as we introduce additional types of

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

On the approximation of Feynman-Kac path integrals

On the approximation of Feynman-Kac path integrals On the approxiation of Feynan-Kac path integrals Stephen D. Bond, Brian B. Laird, and Benedict J. Leikuhler University of California, San Diego, Departents of Matheatics and Cheistry, La Jolla, CA 993,

More information

An Improved Particle Filter with Applications in Ballistic Target Tracking

An Improved Particle Filter with Applications in Ballistic Target Tracking Sensors & ransducers Vol. 72 Issue 6 June 204 pp. 96-20 Sensors & ransducers 204 by IFSA Publishing S. L. http://www.sensorsportal.co An Iproved Particle Filter with Applications in Ballistic arget racing

More information

DESIGN OF THE DIE PROFILE FOR THE INCREMENTAL RADIAL FORGING PROCESS *

DESIGN OF THE DIE PROFILE FOR THE INCREMENTAL RADIAL FORGING PROCESS * IJST, Transactions of Mechanical Engineering, Vol. 39, No. M1, pp 89-100 Printed in The Islaic Republic of Iran, 2015 Shira University DESIGN OF THE DIE PROFILE FOR THE INCREMENTAL RADIAL FORGING PROCESS

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS ISSN 1440-771X AUSTRALIA DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS An Iproved Method for Bandwidth Selection When Estiating ROC Curves Peter G Hall and Rob J Hyndan Working Paper 11/00 An iproved

More information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information Cite as: Straub D. (2014). Value of inforation analysis with structural reliability ethods. Structural Safety, 49: 75-86. Value of Inforation Analysis with Structural Reliability Methods Daniel Straub

More information

ON THE TWO-LEVEL PRECONDITIONING IN LEAST SQUARES METHOD

ON THE TWO-LEVEL PRECONDITIONING IN LEAST SQUARES METHOD PROCEEDINGS OF THE YEREVAN STATE UNIVERSITY Physical and Matheatical Sciences 04,, p. 7 5 ON THE TWO-LEVEL PRECONDITIONING IN LEAST SQUARES METHOD M a t h e a t i c s Yu. A. HAKOPIAN, R. Z. HOVHANNISYAN

More information

A Bernstein-Markov Theorem for Normed Spaces

A Bernstein-Markov Theorem for Normed Spaces A Bernstein-Markov Theore for Nored Spaces Lawrence A. Harris Departent of Matheatics, University of Kentucky Lexington, Kentucky 40506-0027 Abstract Let X and Y be real nored linear spaces and let φ :

More information

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool Constant-Space String-Matching in Sublinear Average Tie (Extended Abstract) Maxie Crocheore Universite de Marne-la-Vallee Leszek Gasieniec y Max-Planck Institut fur Inforatik Wojciech Rytter z Warsaw University

More information

Homotopy Analysis Method for Solving Fuzzy Integro-Differential Equations

Homotopy Analysis Method for Solving Fuzzy Integro-Differential Equations Modern Applied Science; Vol. 7 No. 3; 23 ISSN 93-844 E-ISSN 93-82 Published by Canadian Center of Science Education Hootopy Analysis Method for Solving Fuzzy Integro-Differential Equations Ean A. Hussain

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

Stochastic Subgradient Methods

Stochastic Subgradient Methods Stochastic Subgradient Methods Lingjie Weng Yutian Chen Bren School of Inforation and Coputer Science University of California, Irvine {wengl, yutianc}@ics.uci.edu Abstract Stochastic subgradient ethods

More information

Modified Systematic Sampling in the Presence of Linear Trend

Modified Systematic Sampling in the Presence of Linear Trend Modified Systeatic Sapling in the Presence of Linear Trend Zaheen Khan, and Javid Shabbir Keywords: Abstract A new systeatic sapling design called Modified Systeatic Sapling (MSS, proposed by ] is ore

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

When Short Runs Beat Long Runs

When Short Runs Beat Long Runs When Short Runs Beat Long Runs Sean Luke George Mason University http://www.cs.gu.edu/ sean/ Abstract What will yield the best results: doing one run n generations long or doing runs n/ generations long

More information

Optical Properties of Plasmas of High-Z Elements

Optical Properties of Plasmas of High-Z Elements Forschungszentru Karlsruhe Techni und Uwelt Wissenschaftlishe Berichte FZK Optical Properties of Plasas of High-Z Eleents V.Tolach 1, G.Miloshevsy 1, H.Würz Project Kernfusion 1 Heat and Mass Transfer

More information

Efficient Filter Banks And Interpolators

Efficient Filter Banks And Interpolators Efficient Filter Banks And Interpolators A. G. DEMPSTER AND N. P. MURPHY Departent of Electronic Systes University of Westinster 115 New Cavendish St, London W1M 8JS United Kingdo Abstract: - Graphical

More information

On the hyperbolicity of two- and three-layer shallow water equations. 1 Introduction

On the hyperbolicity of two- and three-layer shallow water equations. 1 Introduction On the hyperbolicity of two- and three-layer shallow water equations M. Castro, J.T. Frings, S. Noelle, C. Parés, G. Puppo RWTH Aachen, Universidad de Málaga, Politecnico di Torino E-ail: frings@igp.rwth-aachen.de

More information

Probability Distributions

Probability Distributions Probability Distributions In Chapter, we ephasized the central role played by probability theory in the solution of pattern recognition probles. We turn now to an exploration of soe particular exaples

More information

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network 565 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 07 Guest Editors: Zhuo Yang, Junie Ba, Jing Pan Copyright 07, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 83-96 The Italian Association

More information

A Note on Online Scheduling for Jobs with Arbitrary Release Times

A Note on Online Scheduling for Jobs with Arbitrary Release Times A Note on Online Scheduling for Jobs with Arbitrary Release Ties Jihuan Ding, and Guochuan Zhang College of Operations Research and Manageent Science, Qufu Noral University, Rizhao 7686, China dingjihuan@hotail.co

More information

A note on the multiplication of sparse matrices

A note on the multiplication of sparse matrices Cent. Eur. J. Cop. Sci. 41) 2014 1-11 DOI: 10.2478/s13537-014-0201-x Central European Journal of Coputer Science A note on the ultiplication of sparse atrices Research Article Keivan Borna 12, Sohrab Aboozarkhani

More information

3.8 Three Types of Convergence

3.8 Three Types of Convergence 3.8 Three Types of Convergence 3.8 Three Types of Convergence 93 Suppose that we are given a sequence functions {f k } k N on a set X and another function f on X. What does it ean for f k to converge to

More information

IN modern society that various systems have become more

IN modern society that various systems have become more Developent of Reliability Function in -Coponent Standby Redundant Syste with Priority Based on Maxiu Entropy Principle Ryosuke Hirata, Ikuo Arizono, Ryosuke Toohiro, Satoshi Oigawa, and Yasuhiko Takeoto

More information