Journal of Computational and Applied Mathematics. Breakdown-free version of ILU factorization for nonsymmetric positive definite matrices

Size: px
Start display at page:

Download "Journal of Computational and Applied Mathematics. Breakdown-free version of ILU factorization for nonsymmetric positive definite matrices"

Transcription

1 Journal of Computatonal and Appled Mathematcs 230 (2009) Contents lsts avalable at ScenceDrect Journal of Computatonal and Appled Mathematcs ournal homepage: wwwelsevercom/locate/cam Breakdown-free verson of ILU factorzaton for nonsymmetrc postve defnte matrces A Rafe, F Toutounan Department of Mathematcs Ferdows Unversty of Mashhad, Mashhad, P O Box , Iran a r t c l e n f o a b s t r a c t Artcle hstory: Receved 20 August 2007 Receved n revsed form 18 July 2008 MSC: 65F10 Keywords: Implct precondtoner Sparse matrces RIF RIF p In ths paper a new ILU factorzaton precondtoner for solvng large sparse lnear systems by teratve methods s presented The factorzaton whch s based on A- borthogonalzaton process s well defned for a general postve defnte matrx Numercal experments llustratng the performance of the precondtoner are presented A comparson wth the well known precondtoner RIF p of Benz and Tůma s also ncluded 2009 Elsever BV All rghts reserved 1 Introducton In ths paper we consder the soluton of lnear systems of the form Ax = b, where the coeffcent matrx A R n n s large, sparse and nonsymmetrc postve defnte (NSPD), and b s a gven rght hand sde vector usng precondtoned conugate gradent-type methods Suppose that A admts the factorzaton A = LDU, where L, U T are unt lower trangular matrces and D s a dagonal matrx If L and Ū T are sparse unt lower trangular matrces approxmatng (n some sense) the matrces L and U T, respectvely, and D s a nonsngular dagonal matrx approxmatng D, then we say that matrx M wth M = L DŪ A, s an ncomplete LU (ILU) factorzaton precondtoner for matrx A The transformed lnear systems or AM 1 u = b, M 1 u = x, M 1 Ax = M 1 b, have the same soluton as system (1) and seem to be better-condtoned than the orgnal system (1) to solve It s wellknown that an ncomplete factorzaton of a general matrx A may fal due to the occurrence of zero pvots, regardless of (1) (2) (3) (4) (5) Correspondng author Tel: E-mal addresses: rafeam@gmalcom (A Rafe), toutoun@mathumacr (F Toutounan) /$ see front matter 2009 Elsever BV All rghts reserved do:101016/cam

2 700 A Rafe, F Toutounan / Journal of Computatonal and Appled Mathematcs 230 (2009) whether A admts the LU factorzaton or not Moreover, trouble (n the form of numercal nstabltes) can be expected n the presence of small pvots In the SPD case, a breakdown occurs when a non postve pvot s encountered A number of remedes have been proposed to deal wth the problem of breakdown, partcularly n the SPD case Sgnfcant progress for the SPD case and the general case has been made n recent years Some of these technques can be found n [1 8] In [3], Benz and Tůma have presented a safe and relable method, called RIF (robust ncomplete factorzaton) for computng an approxmate factorzaton A L D LT, wth L unt lower trangular matrx and D a dagonal matrx Unlke the standard Cholesky factorzaton, ther technque s based on an nherently stable A-orthogonalzaton process and s therefore applcable to general SPD matrces Ths s smply the Gram Schmdt process wth respect to the nner product generated by the SPD matrx In [9], Rezgh and Hossen have ntroduced an ILU precondtoner for NSPD matrces by usng the conugate Gram Schmdt process They have shown that by applyng the A-bconugaton algorthm to both A and A T matrces, t s possble to obtan an approxmate factorzaton of a NSPD matrx The am of our paper s to present a new breakdown-free method called RIF p NS, to construct an approxmate factorzaton for any NSPD matrx The new method s based on the A-bconugaton process but t only use matrx A Ths paper s organzed as follows In Secton 2 we brefly revew A-bconugaton algorthm and dscuss the mplementaton of RIF and RIF p precondtoners In Secton 3 we descrbe the new technques RIF NS and RIF p NS for computng an approxmate factorzaton of the form (3) These technques are applcable to any postve defnte matrx The resultng precondtoners are relable (pvot breakdown can not occur) and effectve at reducng the number of teratons Secton 4 s devoted to the numercal experments that are done by usng some test matrces In Secton 5 some remarks and conclusons are presented 2 Reformulaton of A-bconugaton algorthm The A-bconugaton algorthm that s presented by Benz and Tůma n [10] s an algorthm that uses matrces A and A T to construct the unt upper trangular matrx Z, dagonal matrx D, and unt upper trangular matrx W n the nverse factorzaton A 1 = ZD 1 W T It has been shown that for lmted class of matrces, e, H-matrces, no dvson by zero wll occur durng the run of A- bconugaton algorthm In [11,12] the authors have shown that by a reformulaton of the A-bconugate algorthm no dvson by zero wll occur for broad range of matrces, e, postve defnte matrces The relable verson of the AINV algorthm based on the reformulaton of A-bconugaton algorthm s as follows: Algorthm 1 (Reformulaton of the A-bconugaton algorthm) 1 For = 1,, n Do: 2 w (0) = e, z (0) = e 3 EndDo 4 For = 1, 2,, n Do: 5 v = Aw (1), u = A T z (1) 6 q (1) = (w (1) ) T v, p (1) 7 If = n goto 13 8 For = + 1,, n Do: = (w (1) 9 q (1) 10 w () = w (1) ( q (1) q (1) ) T v, p ) (1) = (z (1) ) T u = (z (1) ) T u w (1), z () = z (1) ( ) p (1) p (1) z (1) 11 EndDo 12 EndDo 13 Let z := z (1) ; w = w (1) and p = p (1) for 1 n p p Return Z = [z 1,, z n ], W = [w 1,, w n ], and D = 0 0 p n From (2), (6), and the fact that the factorzaton of the form (2) s unque, we have Z 1 = U = D 1 W T A, W T = L = AZD 1 (7) In [13], we have shown that for 1 n the followng two relatons hold p (1) = e T Az(1) = z T Az(1) = w T Ae, (6) (8)

3 A Rafe, F Toutounan / Journal of Computatonal and Appled Mathematcs 230 (2009) and q (1) = e T AT w (1) Therefore, by usng relatons (7) (9) we obtan = w T AT w (1) = z T AT e, (9) u = p(1) p (1), l = q(1) q (1) (10) Hence the L and U factors of A = LDU factorzaton can be obtaned as a by-product of the A-bconugaton process at no extra cost Based on relaton (10) the followng algorthm can be gven Algorthm 2 0 Set L = U = I 1 For = 1,, n Do: 2 w (0) = e, z (0) = e 3 EndDo 4 For = 1, 2,, n Do: 5 v = Aw (1), u = A T z (1) 6 q (1) = (w (1) ) T v, p (1) 7 If = n goto 14 8 For = + 1,, n Do: 9 q (1) 10 l = q(1) 11 w () = (w (1) ) T v, p (1) q (1) = w (1), u = p(1) ( q (1) q (1) 12 EndDo 13 EndDo 14 Let p = p (1) for 1 n p (1) = (z (1) ) T u = (z (1) ) T u ) w (1), z () = z (1) ( ) p (1) p (1) z (1) p p Return L = (l ) 1 < n, U = (u ) 1 < n and D = 0 0 p n The ncomplete factorzaton based on A-bconugaton process needs two drop tolerances, one for ncomplete A- bconugaton process, to be appled to the Z and W factors, and a second one to be appled to the entres of L and U matrces The latter s smply post-fltraton that s once a column of L and a row of U have been computed Removng small entres from the columns and rows of L and U factors, lead to some degradaton of the convergence rate of teratve methods, but ths s often compensated by savng n the computatonal work obtaned from havng sparser L and U factors As mentoned n [3], two varants of ncomplete factorzaton based on A-bconugaton process, called RIF (wthout post-fltraton) and RIF p (wth post-fltraton), can be obtaned If a drop tolerance parameter T 1 s used to sparsfy the newly updated vectors w () and z () after step 11 of Algorthm 2 by droppng those entres that are less than T 1, then RIF precondtoner wll be obtaned If n addton, a drop tolerance T 2 s used to drop the small entres of L and U factors after step 10 (post-fltraton) of Algorthm 2, then RIF p precondtoner wll be obtaned It should be mentoned that, the other versons of RIF and RIF p precondtoners called NRIF and NRIF p, were presented n [9] To construct NRIF and NRIF p precondtoner step 11 of Algorthm 2 was replaced by w () = w (1) l w (1), z () = z (1) u z (1) The most mportant ssue to be mentoned s that, snce for every, the vectors z (1) ) T A T z (1) computaton, then for 1 n the numbers p (1) = (z (1) and q (1) and w (1) ) T Aw (1) are nonzero by = (w (1) are all postve, provded that the orgnal matrx A s postve defnte Thus n exact arthmetc, the RIF and RIF p precondtoners exst and no dvson by zero wll occur durng ther constructon

4 702 A Rafe, F Toutounan / Journal of Computatonal and Appled Mathematcs 230 (2009) RIF NS method Note that, n Algorthm 2, matrx A T generates vectors {u } n =1 at step 5 These vectors are needed for generatng numbers p (1), for 1 n We have shown that [13], by usng the followng proposton, t s possble to obtan the numbers p (1) wthout usng matrx A T Proposton Let p (1) s and q (1) s be the scalars produced by Algorthm 1, then for 1 n we have and p (1) q (1) 1 = a k=1 1 = a k=1 p (k1) p (k1) k q (k1) q (k1) k q (k1) p (k1) From (10) and (11), we mmedately observe that p (1) 1 = a k=1 u k q (k1) (11) (12) (13) Based on (13), a transpose-free verson of Algorthm 2 can be stated as follows: Algorthm 3 0 Set L = U = I 1 Let w (0) = e ; 1 n 2 For = 1, 2,, n Do: 3 v = Aw (1) 4 q (1) = (w (1) ) T v 5 p (1) = q (1) 6 If = n goto 15 7 For = + 1,, n 8 q (1) 9 l = q(1) q (1) 10 p (1) 11 u = p(1) p (1) 12 w () = (w (1) ) T v = a 1 k=1 u kq (k1) = w (1) ( q (1) q (1) 13 EndDo 14 EndDo 15 Let p = p (1) for 1 n )w (1) p p Return L = (l ) 1 < n, U = (u ) 1 < n and D = 0 0 p n In exact arthmetc the above algorthm, as Algorthm 2, s applcable for nonsymmetrc postve defnte matrces and no dvson by zero wll occur Of course, nstabltes due to postve but extremely small pvots may occur n fnte precson and a thresholdng technque may stll be necessary to guard aganst such possbltes As prevous secton, we can use drop tolerances T 1 and T 2 and obtan two varants of ncomplete factorzaton based on A-bconugaton process The RIF NS precondtoner wll obtan by ncorporatng a sngle droppng strategy wth drop tolerance T 1 for only sparsfyng vector w () after step 12 of Algorthm 3 The RIF p NS precondtoner wll obtan by usng a droppng strategy wth drop tolerance T 1 for sparsfyng vectors w () after step 12 of Algorthm 3 and also by usng a droppng strategy wth drop tolerance T 2 for removng small elements of L and U factors after steps 9 and 11 of ths algorthm

5 A Rafe, F Toutounan / Journal of Computatonal and Appled Mathematcs 230 (2009) Table 1 Convergence results for teratve methods wthout precondtonng Matrx n NZ It-QMR It-BCG It-GMRES(10) Reference hor Ď Ď Ď MatrxMarket [14] cdde MatrxMarket [14] pde MatrxMarket [14] sherman MatrxMarket [14] sherman MatrxMarket [14] add MatrxMarket [14] add MatrxMarket [14] pde MatrxMarket [14] fdap MatrxMarket [14] saylr MatrxMarket [14] cavty MatrxMarket [14] cavty Ď Ď Ď MatrxMarket [14] raat Ď Ď Ď UFCollecton [15] raat Ď UFCollecton [15] raefsky UFCollecton [15] raefsky UFCollecton [15] epb Ď 1324 Ď UFCollecton [15] pol UFCollecton [15] Snce for k < the elements u k are used to compute p (1) n lne 10 of Algorthm 3, the drop tolerance T 2 should be chosen small snce large value leads to the degradaton of the convergence rate of teratve methods 4 Numercal experments In ths secton we focus our attenton on comparson between our new precondtoner RIF p NS and the well-known RIF p precondtoner All the tests were run on a PC wth CPU 3 GHz(full) and 100 GB of RAM and all the codes were wrtten n Matlab Results of rght precondtoned QMR, BCGSTAB and GMRES(10) methods usng both RIF p and RIF p NS precondtoners are presented n Tables 3 5 The results of unprecondtoned methods and matrx propertes are lsted n Table 1 In ths table n means dmenson of the matrx, NZ stands for the number of nonzero entres of the matrx, and It-QMR, It-BCG and It-GMRES(10) denote the number of teratons of QMR, BCGSTAB and GMRES(10) methods, respectvely The nonsymmetrc test matrces are taken from the Unversty of Florda sparse matrx collecton [15] and Matrx Market collecton [14] The test matrces were not reordered and no scalng was used The ntal vector for all tests s selected zero vector and the rght hand sde vector s b = Ae, where e = [1,, 1] T The stoppng crteron r k , was used, where r k = b Ax k s the kth terated resdual of the lnear system to be solved In ths table a dagger (Ď) ndcates that no convergence s acheved after teratons In Table 2, propertes of the precondtoners are lsted densty means densty = NZ( L) + NZ(Ū), NZ(A) where NZ(X) s the number of nonzero entres of matrx X In ths table Prcosts denotes the number of arthmetc operatons (Flops) for constructng the precondtoner dvded by NZ(A) For all matrces we have used the drop tolerances T 1 = 01 and T 2 = 001 to construct both precondtoners In Tables 3 5, Itr stands for the number of teratons, Itcosts denotes the number of Flops needed for the teraton phase dvded by NZ(A) and Tcosts s the total number of arthmetc operatons, e, Tcosts = Prcosts + Itcosts In Tables 3 5 a dagger (Ď) means that no convergence s acheved after 1000 teratons In the computaton of the two precondtoners whenever the pvot element was less than we replaced t by 01 Ths case only happened for matrces saylr3, cavty05, and cavty06 Table 2 shows that for T 1 = 01 and T 2 = 001, the nonzero densty of RIF p NS s close to that of RIF p precondtoner Thus the comparson of the number of teratons and the Prcosts for RIF p and RIF p NS precondtoners wll be meanngful Table 2 also shows that, for all matrces except epb0 the Prcosts of RIF p NS precondtoner s better than that of RIF p precondtoner Results of Tables 3 5 show that the two precondtoners gve smlar results from the pont of vew of the rate of convergence Table 3 shows that for all matrces except cavty06, raat04, and epb0, the total costs (Tcosts) of applyng the QMR method wth RIF p NS precondtoner are less than the total costs of applyng QMR method wth RIF p precondtoner The results of Table 4 are smlar to those of Table 3, except for cavty05 for whch Tcosts of RIF p precondtoner s also smaller than that of RIF p NS precondtoner Table 5 shows that for most problems RIF p NS

6 704 A Rafe, F Toutounan / Journal of Computatonal and Appled Mathematcs 230 (2009) Table 2 Propertes of mplct precondtoners Matrx RIF p RIF p NS densty Prcosts densty Prcosts hor cdde pde sherman sherman add add pde fdap saylr cavty cavty raat raat raefsky raefsky epb pol Table 3 Results of rght precondtoned QMR Matrx RIF p RIF p NS Itr Itcosts Tcosts Itr Itcosts Tcosts hor-131 Ď Ď Ď cdde pde sherman sherman add add pde fdap saylr cavty cavty raat raat raefsky raefsky epb pol Table 4 Results of rght precondtoned BCGSTAB Matrx RIF p RIF p NS Itr Itcosts Tcosts Itr Itcosts Tcosts hor-131 Ď Ď Ď cdde pde sherman sherman add add pde fdap saylr cavty cavty raat raat raefsky raefsky2 Ď Ď Ď epb pol

7 A Rafe, F Toutounan / Journal of Computatonal and Appled Mathematcs 230 (2009) Table 5 Results of rght precondtoned GMRES(10) Matrx RIF p RIF p NS Itr Itcosts Tcosts Itr Itcosts Tcosts hor-131 Ď Ď Ď cdde pde sherman sherman add add pde fdap saylr cavty cavty Ď Ď Ď raat04 Ď Ď Ď Ď Ď Ď raat raefsky raefsky2 Ď Ď Ď epb0 Ď Ď Ď pol precondtoner s cheaper (n terms of total costs) than RIF p precondtoner and for some matrces (lke cavty06 and raat04) there s no convergence wth RIF p NS precondtoner From the above dscusson we can conclude that RIF p NS precondtoner s a robust and effectve precondtoner for teratve methods 5 Concluson In ths paper a breakdown-free varant of an ILU precondtoner for NSPD matrces, based on the reformulaton of A- bconugaton algorthm, was presented The new precondtoner, called RIF p NS can be computed wthout usng matrx A T We observe that RIF p NS precondtoner s applcable for nonsymmetrc postve defnte matrces and no breakdown wll occur durng ts constructon Numercal experments show that RIF p NS precondtoner s as effectve as RIF p precondtoner at reducng number of teratons of teratve methods Numercal results ndcate that the nonzero denstes of RIF p NS and RIF p precondtoners are about the same and for most of problems RIF p NS precondtoner s cheaper (n terms of precondtonng costs and total costs) than RIF p precondtoner We can conclude that RIF p NS precondtoner can be a useful tool for solvng large and sparse NSPD lnear systems References [1] O Axelsson, LYu Kolotlna, Dagonally compensated reducton and related precondtonng methods, Numer Lnear Algebra Appl 1 (1994) 155 [2] MA Az, A Jennngs, A robust ncomplete Cholesky-conugate algorthm, Int J Numer Methods Eng 20 (1984) 949 [3] M Benz, M Tůma, A robust ncomplete factorzaton precondtoner for postve defnte matrces, Numer Lnear Algebra Appl 10 (2003) [4] DS Kershaw, The ncomlpete Cholesky conugste gradent method for the teratve soluton of systems of lnear equatons, J Comput Phys 26 (1978) 43 [5] TA Manteuffel, An ncomplete factorzaton technque for postve defnte lnear systems, Math Comp 34 (1980) 473 [6] M Tsmenetsky, A new precondtonng technque for solvng large sparse lnear systems, Lnear Algebra Appl (1991) [7] LN Trefethen, D Bau III, Numercal Lnear Algebra, SIAM, Phladelpha, PA, 1997 [8] HA Van der Vorst, Iteratve soluton methods for certan sparse lnear systems wth a nonsymmetrc matrx arsng from PDE-problems, J Comput Phys 44 (1981) 1 [9] M Rezgh, SM Hoseen, An ILU precondtoner for nonsymmetrc postve defnte matrces by usng the conugate Gram Schmdt process, J Comput Appl Math 188 (2006) [10] M Benz, M Tůma, A sparse approxmate nverse precondtoner for nonsymmetrc lnear systems, SIAM J Sc Comput 19 (1998) [11] M Benz, JK Cullum, M Tůma, Robust approxmate nverse precondtonng for the conugate gradent method, SIAM J Sc Comput 22 (2000) [12] SA Kharchenko, LYu Kolotlna, AA Nkshn, AYu Yeremn, A robust AINV-type method for constructng sparse approxmate nverse precondtoners n factored form, Numer Lnear Algebra Appl 8 (2001) [13] A Rafe, F Toutounan, New breakdown-free varant of AINV method for nonsymmetrc postve defnte matrces, J Comput Appl Math 219 (1) (2008) [14] Matrx Market page [15] Unversty of Florda Sparse Matrx Collecton web page

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

v a 1 b 1 i, a 2 b 2 i,..., a n b n i.

v a 1 b 1 i, a 2 b 2 i,..., a n b n i. SECTION 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS 455 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS All the vector spaces we have studed thus far n the text are real vector spaces snce the scalars are

More information

On the Solution of Indefinite Systems Arising in Nonlinear Optimization

On the Solution of Indefinite Systems Arising in Nonlinear Optimization On the Soluton of Indefnte Systems Arsng n Nonlnear Optmzaton Slva Bonettn, Valera Ruggero and Federca Tnt Dpartmento d Matematca, Unverstà d Ferrara Abstract We consder the applcaton of the precondtoned

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

where the coordinates are related to those in the old frame as follows.

where the coordinates are related to those in the old frame as follows. Chapter 2 - Cartesan Vectors and Tensors: Ther Algebra Defnton of a vector Examples of vectors Scalar multplcaton Addton of vectors coplanar vectors Unt vectors A bass of non-coplanar vectors Scalar product

More information

PERRON FROBENIUS THEOREM

PERRON FROBENIUS THEOREM PERRON FROBENIUS THEOREM R. CLARK ROBINSON Defnton. A n n matrx M wth real entres m, s called a stochastc matrx provded () all the entres m satsfy 0 m, () each of the columns sum to one, m = for all, ()

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

We are now ready to answer the question: What are the possible cardinalities for finite fields?

We are now ready to answer the question: What are the possible cardinalities for finite fields? Chapter 3 Fnte felds We have seen, n the prevous chapters, some examples of fnte felds. For example, the resdue class rng Z/pZ (when p s a prme) forms a feld wth p elements whch may be dentfed wth the

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Least Squares Fitting of Data

Least Squares Fitting of Data Least Squares Fttng of Data Davd Eberly Geoetrc Tools, LLC http://www.geoetrctools.co/ Copyrght c 1998-2016. All Rghts Reserved. Created: July 15, 1999 Last Modfed: January 5, 2015 Contents 1 Lnear Fttng

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME, ISSUE, FEBRUARY ISSN 77-866 Logcal Development Of Vogel s Approxmaton Method (LD- An Approach To Fnd Basc Feasble Soluton Of Transportaton

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

+ + + - - This circuit than can be reduced to a planar circuit

+ + + - - This circuit than can be reduced to a planar circuit MeshCurrent Method The meshcurrent s analog of the nodeoltage method. We sole for a new set of arables, mesh currents, that automatcally satsfy KCLs. As such, meshcurrent method reduces crcut soluton to

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

In the rth step, the computaton of the Householder matrx H r requres only the n ; r last elements of the rth column of A T r;1a r;1 snce we donothave

In the rth step, the computaton of the Householder matrx H r requres only the n ; r last elements of the rth column of A T r;1a r;1 snce we donothave An accurate bdagonal reducton for the computaton of sngular values Ru M. S. Ralha Abstract We present a new bdagonalzaton technque whch s compettve wth the standard bdagonalzaton method and analyse the

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

More information

n + d + q = 24 and.05n +.1d +.25q = 2 { n + d + q = 24 (3) n + 2d + 5q = 40 (2)

n + d + q = 24 and.05n +.1d +.25q = 2 { n + d + q = 24 (3) n + 2d + 5q = 40 (2) MATH 16T Exam 1 : Part I (In-Class) Solutons 1. (0 pts) A pggy bank contans 4 cons, all of whch are nckels (5 ), dmes (10 ) or quarters (5 ). The pggy bank also contans a con of each denomnaton. The total

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

Ring structure of splines on triangulations

Ring structure of splines on triangulations www.oeaw.ac.at Rng structure of splnes on trangulatons N. Vllamzar RICAM-Report 2014-48 www.rcam.oeaw.ac.at RING STRUCTURE OF SPLINES ON TRIANGULATIONS NELLY VILLAMIZAR Introducton For a trangulated regon

More information

21 Vectors: The Cross Product & Torque

21 Vectors: The Cross Product & Torque 21 Vectors: The Cross Product & Torque Do not use our left hand when applng ether the rght-hand rule for the cross product of two vectors dscussed n ths chapter or the rght-hand rule for somethng curl

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

Section 5.4 Annuities, Present Value, and Amortization

Section 5.4 Annuities, Present Value, and Amortization Secton 5.4 Annutes, Present Value, and Amortzaton Present Value In Secton 5.2, we saw that the present value of A dollars at nterest rate per perod for n perods s the amount that must be deposted today

More information

Time Domain simulation of PD Propagation in XLPE Cables Considering Frequency Dependent Parameters

Time Domain simulation of PD Propagation in XLPE Cables Considering Frequency Dependent Parameters Internatonal Journal of Smart Grd and Clean Energy Tme Doman smulaton of PD Propagaton n XLPE Cables Consderng Frequency Dependent Parameters We Zhang a, Jan He b, Ln Tan b, Xuejun Lv b, Hong-Je L a *

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: jean-perre.barrot@cnes.fr 1/Introducton The

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

Consider a 1-D stationary state diffusion-type equation, which we will call the generalized diffusion equation from now on:

Consider a 1-D stationary state diffusion-type equation, which we will call the generalized diffusion equation from now on: Chapter 1 Boundary value problems Numercal lnear algebra technques can be used for many physcal problems. In ths chapter we wll gve some examples of how these technques can be used to solve certan boundary

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers

Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers Foundatons and Trends R n Machne Learnng Vol. 3, No. 1 (2010) 1 122 c 2011 S. Boyd, N. Parkh, E. Chu, B. Peleato and J. Ecksten DOI: 10.1561/2200000016 Dstrbuted Optmzaton and Statstcal Learnng va the

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

Loop Parallelization

Loop Parallelization - - Loop Parallelzaton C-52 Complaton steps: nested loops operatng on arrays, sequentell executon of teraton space DECLARE B[..,..+] FOR I :=.. FOR J :=.. I B[I,J] := B[I-,J]+B[I-,J-] ED FOR ED FOR analyze

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

Description of the Force Method Procedure. Indeterminate Analysis Force Method 1. Force Method con t. Force Method con t

Description of the Force Method Procedure. Indeterminate Analysis Force Method 1. Force Method con t. Force Method con t Indeternate Analyss Force Method The force (flexblty) ethod expresses the relatonshps between dsplaceents and forces that exst n a structure. Prary objectve of the force ethod s to deterne the chosen set

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services When Network Effect Meets Congeston Effect: Leveragng Socal Servces for Wreless Servces aowen Gong School of Electrcal, Computer and Energy Engeerng Arzona State Unversty Tempe, AZ 8587, USA xgong9@asuedu

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Software Alignment for Tracking Detectors

Software Alignment for Tracking Detectors Software Algnment for Trackng Detectors V. Blobel Insttut für Expermentalphysk, Unverstät Hamburg, Germany Abstract Trackng detectors n hgh energy physcs experments requre an accurate determnaton of a

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

Analysis of Reactivity Induced Accident for Control Rods Ejection with Loss of Cooling

Analysis of Reactivity Induced Accident for Control Rods Ejection with Loss of Cooling Analyss of Reactvty Induced Accdent for Control Rods Ejecton wth Loss of Coolng Hend Mohammed El Sayed Saad 1, Hesham Mohammed Mohammed Mansour 2 Wahab 1 1. Nuclear and Radologcal Regulatory Authorty,

More information

A Fast Incremental Spectral Clustering for Large Data Sets

A Fast Incremental Spectral Clustering for Large Data Sets 2011 12th Internatonal Conference on Parallel and Dstrbuted Computng, Applcatons and Technologes A Fast Incremental Spectral Clusterng for Large Data Sets Tengteng Kong 1,YeTan 1, Hong Shen 1,2 1 School

More information

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT Chapter 4 ECOOMIC DISATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

More information

Extending Probabilistic Dynamic Epistemic Logic

Extending Probabilistic Dynamic Epistemic Logic Extendng Probablstc Dynamc Epstemc Logc Joshua Sack May 29, 2008 Probablty Space Defnton A probablty space s a tuple (S, A, µ), where 1 S s a set called the sample space. 2 A P(S) s a σ-algebra: a set

More information

On fourth order simultaneously zero-finding method for multiple roots of complex polynomial equations 1

On fourth order simultaneously zero-finding method for multiple roots of complex polynomial equations 1 General Mathematcs Vol. 6, No. 3 (2008), 9 3 On fourth order smultaneously zero-fndng method for multple roots of complex polynomal euatons Nazr Ahmad Mr and Khald Ayub Abstract In ths paper, we present

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Time Value of Money Module

Time Value of Money Module Tme Value of Money Module O BJECTIVES After readng ths Module, you wll be able to: Understand smple nterest and compound nterest. 2 Compute and use the future value of a sngle sum. 3 Compute and use the

More information

Texas Instruments 30X IIS Calculator

Texas Instruments 30X IIS Calculator Texas Instruments 30X IIS Calculator Keystrokes for the TI-30X IIS are shown for a few topcs n whch keystrokes are unque. Start by readng the Quk Start secton. Then, before begnnng a specfc unt of the

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Resource-constrained Project Scheduling with Fuzziness

Resource-constrained Project Scheduling with Fuzziness esource-constraned Project Schedulng wth Fuzzness HONGQI PN, OBET J. WIIS, CHUNG-HSING YEH School of Busness Systems Monash Unversty Clayton, Vctora 368 USTI bstract: - esource-constraned project schedulng

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures Mnmal Codng Network Wth Combnatoral Structure For Instantaneous Recovery From Edge Falures Ashly Joseph 1, Mr.M.Sadsh Sendl 2, Dr.S.Karthk 3 1 Fnal Year ME CSE Student Department of Computer Scence Engneerng

More information

Title Language Model for Information Retrieval

Title Language Model for Information Retrieval Ttle Language Model for Informaton Retreval Rong Jn Language Technologes Insttute School of Computer Scence Carnege Mellon Unversty Alex G. Hauptmann Computer Scence Department School of Computer Scence

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process Dsadvantages of cyclc TDDB47 Real Tme Systems Manual scheduler constructon Cannot deal wth any runtme changes What happens f we add a task to the set? Real-Tme Systems Laboratory Department of Computer

More information

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet 2008/8 An ntegrated model for warehouse and nventory plannng Géraldne Strack and Yves Pochet CORE Voe du Roman Pays 34 B-1348 Louvan-la-Neuve, Belgum. Tel (32 10) 47 43 04 Fax (32 10) 47 43 01 E-mal: corestat-lbrary@uclouvan.be

More information

Joe Pimbley, unpublished, 2005. Yield Curve Calculations

Joe Pimbley, unpublished, 2005. Yield Curve Calculations Joe Pmbley, unpublshed, 005. Yeld Curve Calculatons Background: Everythng s dscount factors Yeld curve calculatons nclude valuaton of forward rate agreements (FRAs), swaps, nterest rate optons, and forward

More information

Energy Efficient Routing in Ad Hoc Disaster Recovery Networks

Energy Efficient Routing in Ad Hoc Disaster Recovery Networks Energy Effcent Routng n Ad Hoc Dsaster Recovery Networks Gl Zussman and Adran Segall Department of Electrcal Engneerng Technon Israel Insttute of Technology Hafa 32000, Israel {glz@tx, segall@ee}.technon.ac.l

More information

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS Chrs Deeley* Last revsed: September 22, 200 * Chrs Deeley s a Senor Lecturer n the School of Accountng, Charles Sturt Unversty,

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

Solution: Let i = 10% and d = 5%. By definition, the respective forces of interest on funds A and B are. i 1 + it. S A (t) = d (1 dt) 2 1. = d 1 dt.

Solution: Let i = 10% and d = 5%. By definition, the respective forces of interest on funds A and B are. i 1 + it. S A (t) = d (1 dt) 2 1. = d 1 dt. Chapter 9 Revew problems 9.1 Interest rate measurement Example 9.1. Fund A accumulates at a smple nterest rate of 10%. Fund B accumulates at a smple dscount rate of 5%. Fnd the pont n tme at whch the forces

More information

Lecture 3: Annuity. Study annuities whose payments form a geometric progression or a arithmetic progression.

Lecture 3: Annuity. Study annuities whose payments form a geometric progression or a arithmetic progression. Lecture 3: Annuty Goals: Learn contnuous annuty and perpetuty. Study annutes whose payments form a geometrc progresson or a arthmetc progresson. Dscuss yeld rates. Introduce Amortzaton Suggested Textbook

More information

Embedding lattices in the Kleene degrees

Embedding lattices in the Kleene degrees F U N D A M E N T A MATHEMATICAE 62 (999) Embeddng lattces n the Kleene degrees by Hsato M u r a k (Nagoya) Abstract. Under ZFC+CH, we prove that some lattces whose cardnaltes do not exceed ℵ can be embedded

More information

AN EFFECTIVE MATRIX GEOMETRIC MEAN SATISFYING THE ANDO LI MATHIAS PROPERTIES

AN EFFECTIVE MATRIX GEOMETRIC MEAN SATISFYING THE ANDO LI MATHIAS PROPERTIES MATHEMATICS OF COMPUTATION Volume, Number, Pages S 5-578(XX)- AN EFFECTIVE MATRIX GEOMETRIC MEAN SATISFYING THE ANDO LI MATHIAS PROPERTIES DARIO A. BINI, BEATRICE MEINI AND FEDERICO POLONI Abstract. We

More information

An Adaptive and Distributed Clustering Scheme for Wireless Sensor Networks

An Adaptive and Distributed Clustering Scheme for Wireless Sensor Networks 2007 Internatonal Conference on Convergence Informaton Technology An Adaptve and Dstrbuted Clusterng Scheme for Wreless Sensor Networs Xnguo Wang, Xnmng Zhang, Guolang Chen, Shuang Tan Department of Computer

More information

The descriptive complexity of the family of Banach spaces with the π-property

The descriptive complexity of the family of Banach spaces with the π-property Arab. J. Math. (2015) 4:35 39 DOI 10.1007/s40065-014-0116-3 Araban Journal of Mathematcs Ghadeer Ghawadrah The descrptve complexty of the famly of Banach spaces wth the π-property Receved: 25 March 2014

More information

Out-of-Sample Extensions for LLE, Isomap, MDS, Eigenmaps, and Spectral Clustering

Out-of-Sample Extensions for LLE, Isomap, MDS, Eigenmaps, and Spectral Clustering Out-of-Sample Extensons for LLE, Isomap, MDS, Egenmaps, and Spectral Clusterng Yoshua Bengo, Jean-Franços Paement, Pascal Vncent Olver Delalleau, Ncolas Le Roux and Mare Oumet Département d Informatque

More information

Parallel Algorithms for Big Data Optimization

Parallel Algorithms for Big Data Optimization Parallel Algorthms for Bg Data Optmzaton 1 Francsco Facchne, Smone Sagratella, and Gesualdo Scutar Senor Member, IEEE Abstract We propose a decomposton framework for the parallel optmzaton of the sum of

More information

APPLICATION OF COMPUTER PROGRAMMING IN OPTIMIZATION OF TECHNOLOGICAL OBJECTIVES OF COLD ROLLING

APPLICATION OF COMPUTER PROGRAMMING IN OPTIMIZATION OF TECHNOLOGICAL OBJECTIVES OF COLD ROLLING Journal Journal of Chemcal of Chemcal Technology and and Metallurgy, 50, 6, 50, 2015, 6, 2015 638-643 APPLICATION OF COMPUTER PROGRAMMING IN OPTIMIZATION OF TECHNOLOGICAL OBJECTIVES OF COLD ROLLING Abdrakhman

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

Laddered Multilevel DC/AC Inverters used in Solar Panel Energy Systems

Laddered Multilevel DC/AC Inverters used in Solar Panel Energy Systems Proceedngs of the nd Internatonal Conference on Computer Scence and Electroncs Engneerng (ICCSEE 03) Laddered Multlevel DC/AC Inverters used n Solar Panel Energy Systems Fang Ln Luo, Senor Member IEEE

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Production. 2. Y is closed A set is closed if it contains its boundary. We need this for the solution existence in the profit maximization problem.

Production. 2. Y is closed A set is closed if it contains its boundary. We need this for the solution existence in the profit maximization problem. Producer Theory Producton ASSUMPTION 2.1 Propertes of the Producton Set The producton set Y satsfes the followng propertes 1. Y s non-empty If Y s empty, we have nothng to talk about 2. Y s closed A set

More information

Fast degree elevation and knot insertion for B-spline curves

Fast degree elevation and knot insertion for B-spline curves Computer Aded Geometrc Desgn 22 (2005) 183 197 www.elsever.com/locate/cagd Fast degree elevaton and knot nserton for B-splne curves Q-Xng Huang a,sh-mnhu a,, Ralph R. Martn b a Department of Computer Scence

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

Logistic Regression. Steve Kroon

Logistic Regression. Steve Kroon Logstc Regresson Steve Kroon Course notes sectons: 24.3-24.4 Dsclamer: these notes do not explctly ndcate whether values are vectors or scalars, but expects the reader to dscern ths from the context. Scenaro

More information