Specialized and hybrid Newton schemes for the matrix pth root

Size: px
Start display at page:

Download "Specialized and hybrid Newton schemes for the matrix pth root"

Transcription

1 Secialized and hybrid Newton schemes for the matrix th root Braulio De Abreu Marlliny Monsalve Marcos Raydan June 15, 2006 Abstract We discuss different variants of Newton s method for comuting the th root of a given matrix. A suitable imlementation is resented for solving the Sylvester equation, that aears at every Newton s iteration, via Kronecer roducts. This aroach is quadratically convergent and stable, but too exensive in comutational cost. In contrast we roose and analyze some secialized versions that exloit the commutation of the iterates with the given matrix. These versions are relatively inexensive but have either stability roblems or stagnation roblems when good recision is required. Hybrid versions are resented to tae advantage of the best features in both aroaches. Preliminary and encouraging numerical results are resented for = 3 and =5. 1 Introduction Consider the nonlinear matrix equation F (X) =X A, (1) where A C n n has no eigenvalues on the closed negative real axis, and is a ositive integer. A solution X of (1) is called a matrix -th root of A. This roblem aears for instance as a useful tool in the calculation of matrix logarithms 3, 8, and also for comuting the matrix sector function 12, 16. The roblem of comuting the square root ( = 2) has received significant attention 2, 4, 5, 7, 9, 13, and the general case has also been considered 1, 14, 15, 17. In this wor we ay secial attention to the comutational issues associated with Newton s method for comuting (1). Deartamento de Matemáticas, Facultad de Ingeniería, Universidad de Carabobo, Valencia, Venezuela (bdeabreu@thor.uc.edu.ve). Suorted by the CNU Alma Mater Scholarshi rogram. Deartamento de Comutación, Facultad de Ciencias, Universidad Central de Venezuela, A , Caracas 1041-A, Venezuela (mmonsalv@uaimare.ciens.ucv.ve). Suorted by the Scientific Comuting Center at UCV. Deartamento de Comutación, Facultad de Ciencias, Universidad Central de Venezuela, A , Caracas 1041-A, Venezuela (mraydan@uaimare.ciens.ucv.ve). Suorted by the Scientific Comuting Center at UCV. 1

2 2 Classical Newton s method Newton s method for finding the roots of F : C n n C n n is given by the following iterative scheme X +1 = X F (X ) 1 F (X ), =0, 1,... where F denotes the Fréchet derivative of F,andX 0 is given. In order to obtain F, consider the exression for F (X + H), where H is an arbitrary matrix F (X + H) = (X + H) A 1 = (X A)+ X 1 i HX i + O(H 2 ) Now, recalling the Taylor series for F about X, F (X + H) =F (X)+F (X)H + R(H), where R(X) is such that R(H) lim =0, H 0 H we observe that F (X) is the linear oerator given by 1 i=0 F (X)H = X 1 i HX i. Therefore, the classical Newton s method, starting at X 0, can be written as Algorithm 1 (Newton s method for the matrix -th root) For =0, 1, 2,... Solve 1 i=0 X 1 i H X i = A X (for H ) Set X +1 = X + H end end i=0 The classical local convergence analysis for Newton s method guarantees that, under standard assumtions, if X 0 is sufficiently close to a -throotofa, then the sequence generated by Algorithm 1 converges q-quadratically to that cubic root of A. On the negative side, we need to solve the linear matrix equation for H at every iteration of algorithm 1. For that we can use the Kronecer roduct and solve the following standard linear system instead 2 ( (I X 1 )+ q=1 (X q )T X q 1 ) ( I) + (X 1 ) T vec(h )=vec(a X ) (2) where I reresents the n n identity matrix, and vec(x) :C n n C n2 is given by vec(x) =(x t 1 x t 2 xt n) t where x j C n reresents the j th column of X. In here, we are using the well-nown roerties of the Kronecer roduct (see 6), vec(xbx) = (X T X)vec(B) andvec(xb + BX) =(I X + X T I)vec(B). 2

3 The linear system (2) can be solved by means of many different well-nown iterative or direct method. However, it involves n 2 equations and n 2 unnowns, and so the comutational cost is very exensive. It can be simlified and the comutational cost reduced by using the Schur factorization of the matrix X as described below. Instead of solving (2) we roose to solve at every, the following linear system 2 ( (I R 1 )+ q=1 (R q )T R q 1 ) ( I) + (R 1 ) T vec(y )=vec( C ) (3) where X = Q R Q T (Schur factorization), Y = Q T H Q,and C = Q T (A X )Q. The advantage of this new and equivalent formulation is that the coefficient matrix in (3) is bloc lower triangular, and each bloc, denoted by Sij, is uer triangular. Hence, (3) can be solved using the next bac substitution algorithm. Algorithm 2 (Bac substitution) Solve S11 y 1 = c 1 For m =2, 3,,n do b m = c m m 1 j=1 S mj y j Solve Smmy m = b m by bac substitution End where yj and c j are the j th columns of Y and C resectively. Consequently, using the Schur factorization of X, Newton s method can be written as Algorithm 3 Given X 0 For =0,1,2... Q,R =Schur(X ) Set C = Q T (A X )Q End Solve (3) for Y using algorithm 2 Set H = Q Y Q T X +1 = X + H The structure of the coefficient matrix in (3) is shown in Figure 1. Notice that solving (3) for Y using algorithm 2, as required in algorithm 3, does not need the exlicit construction of the coefficient matrix, and this reresents a significant reduction in storage. It is clear that this new formulation has a lot of otential for arallel imlementations. It can also be observed, in Figure 1, that the algorithm only needs to 3

4 Figure 1: Structure of the coefficient matrix in (3) build the Smj blocs, 1 j m, one at a time for sequential imlementations. Indeed, the Sij blocs can be dynamically built as follows 2 Sij q=1 = 2 q=1 (r ji) q R q 1 + diag(t ji) if i j (r ii) q R q 1 + diag(t ii)+r 1 if i = j where (rji )q reresents the ij th osition R q and t ij R ( 1) for j i. reresents the ij th osition of 3 Secialized versions If X commutes with A, then H commutes with X,andX +1 will also commute with A. As we will see later, these events can be guaranteed for some secial initial choices X 0. Under these circumstances the system to be solved at every iteration, of the classical Newton s method, can be simlified as follows (X 1 H )=A X, and so, H =(AX 1 X )/. After some simle maniulations, where the commutativity between A and X 1 exloited, we obtain three different secialized (or simlified) versions: is also 4

5 (I) : Y +1 = 1 (II): Z +1 = (III): W +1 = 1 Y (1 ) 1 1 A +( 1)Y Z (1 )/2 Z /2 AZ (1 )/2 +( 1)Z AZ /2 +( 1)I AW (1 ) +( 1)W Z for odd for even (4) (5) (6) We now establish an imortant result concerning the commutativity of the involved matrices when the iterates are well-defined, i.e., when the Fréchet derivative, F (X ), is nonsingular at each. It is motivated by Theorem 1 in 4. Theorem 1 Consider iterations (I),(II), and (III), and also the scheme described in algorithm 1. Suose that X 0 = Y 0 = Z 0 = W 0 commute with A, and that all the Newton iterates X are well-defined. Then 1. X A = AX for all, 2. X S = S X for all, 3. X = Y = Z = W for all. Proof. We will rove the theorem for odd. For even, the arguments can be followed almost verbatim. The first art will be established by induction. If =0,AX 0 = X 0 A by assumtion. Suose that AX = X A, which imlies that X 1 A = AX 1.Let G = 1 X (1 )/2 X. We have that 1 F (X )G = X ( q 1) G X q 1 = 1 q=0 = 1 1 = 1 q=0 1 q=0 q=0 X ( q 1) X ( 2q 1)/2 X (1 )/2 X X q = 1 AX ( +2q+1)/2 A X = A X = F (X ) X = 1 1 q=0 1 q=0 X ( 2q 1)/2 X ( 2q 1)/2 X ( 2q 1)/2 X q X q A X Hence, since all Newton iterates are well-defined, then G = S. Moreover, X +1 = X + S = X + G,andso X +1 = X + 1 X (1 )/2 X. 5

6 Consequently AX +1 = AX + 1 = X A + 1 = X + 1 = X +1 A. X (1 )/2 X (1 )/2 AX A X A X A For the second art, since S = G then showing that X S = S X is equivalent to showing that X G = G X. Indeed, X G = X 1 X (1 )/2 X = 1 X X (1 )/2 X 2 = 1 X (1 )/2 X X 2 = 1 X (1 )/2 AX X (1 )/2 X 2 = 1 X (1 )/2 X X 2 = 1 X (1 )/2 X X = G X To establish the third art is enough to commute in a suitable way X and S in the Newton iteration. Another secialized version (let us call it {V }), that we would lie to resent, is based on a recent Newton tye scheme discussed by Iannazzo 7 for comuting matrix square roots. It is based on the fact that H commutes with X +1 in the three simlified Newton schemes resented above. In that case V +1 = V + H,and Hence A V H = 1 1 (AV 1 V H =0,andso H +1 = 1 A (V + H ) V 1 +1 = 1 ( ) A V q q q=0 A V 1 H V = 1 = 1 2 H q=1 V )= 1 (A V 1 )V. (7) ( q H q 2 ) V q V 1 +1 q=0 H q ( q ) V q V H q V

7 This identity gives some ossible equivalent iterative formulas for the ste matrix H.In the next section we resent an algorithm that is based on this formulas for the secial cases = 3 and = 5, and that will be later considered for building hybrid schemes. Based on the revious results, it follows that the Newton iteration {X } and the four simlified versions {Y }, {Z }, {W },and{v } roduce the same iterates rovided the initial guess X 0 = Y 0 = Z 0 = W 0 = V 0 commutes with A and F (X ) is nonsingular at each. We now discuss briefly the convergence of these sequences when the matrix A is diagonalizable. Following the arguments in Smith 15 (see also Higham 4), we can in theory diagonalize the iterates, and uncoule the rocess into n scalar Newton iterations for the th root of the eigenvalues, λ i,ofa. According to the standard analysis for the scalar Newton s method, these scalar sequences converge to λ 1/ i rovided the eigenvalues of the initial guess are close enough to the eigenvalues at the solution. Concerning the stability issue, it is well-nown that under standard assumtions, the classical Newton s method is a stable algorithm for finding roots of nonlinear mas. Since the Schur factorization of a given matrix is also a stable rocess, then Algorithm 3 for comuting the -th root of a matrix is stable. On the other hand, as discussed by Smith 15, the simlified versions that generate the sequences {Y } and {W } are unstable. The version that generates {Z } belongs to the same family and, as we will see in ractice, it is also unstable although in general it reduces the loss of numerical commutativity, and as a consequence it has a better behavior than the other two simlified versions. The algorithms that generate the sequence {Z } in (5) can be written in a comact form as follows: Algorithm 4 For odd Given Z 0 = I, T 0 = A For =0,1,2... Z +1 = 1 T +( 1)Z End U +1 = Z 1 +1 Z T +1 = U ( 1)/2 +1 T U ( 1)/2 +1 Algorithm 5 For even Given Z 0 = I, T 0 = A For =0,1,2... Z +1 = 1 T +( 1)I Z End U +1 = Z 1 +1 Z T +1 = U /2 +1 T U / Secial cases: =3and =5 We have secial interest in comuting the cubic root of a given matrix ( = 3). This roblems has been recently associated with the calculation of fractional derivatives that aear in high energy hysics 10, 11. In that case, the three simlified versions {Y }, {Z }, {W } can be written as 1 Y +1 = 3 Y 2 A +2Y Z 1 AZ 1 +2Z Z +1 = 1 3 W +1 = 1 3 AW 2 +2W 7

8 For the sequence {V }, when = 3, we resent the following exression to comute H +1 obtained from (7). H +1 = 1 3 ( H3 3V H 2 2 )V+1 = 1 3 ( 3V H )H 2V 2 +1 = 1 3 ( 3V +1 +2H )H 2V 2 +1 = 1 3 H V 1 +1 H (2V 1 +1 H 3I) This identity gives some ossible equivalent iterative formulas for the ste matrix H. The following algorithm is based on one of those formulas, and will be further analyzed. Algorithm 6 Given V 0 such that AV 0 = V 0 A Set H 0 = (V0 AV0 1 V 0 ) For =0,1,2... V +1 = V + H T +1 = V 1 +1 H H +1 = 1 3 H T +1 (2T +1 3I) End We now investigate the stability of the sequence {V } generated by Algorithm 6. To be recise, emulating the arguments used in 7, , we will analyze the effect of small erturbations at a given iteration over the forthcoming iterations. Let V and H be the numerical erturbations introduced at the th iteration of Algorithm 6, and let V = V + V, Ĥ = H + H. Hence, V +1 = V + H, and assuming exact arithmetic for H +1, H +1 = Ĥ+1 H +1 = V 3Ĥ +1Ĥ(2 V +1Ĥ 3I) 1 3 H V 1 +1 H (2V 1 +1 H 3I). (8) It is well-nown that for any nonsingular matrix B and any matrix C, (B + C) 1 B 1 B 1 CB 1 (9) u to second order terms. Therefore, using (9) and (8), and recalling that V 1 +1 =(V +1 + V +1 ) 1, 8

9 we obtain H Ĥ(V+1 V 1 +1 V +1V )Ĥ(2(V+1 V 1 +1 V +1V 1 +1 )Ĥ 3I) 1 3 H V 1 +1 H (2V 1 +1 H 3I). Using now that Ĥqz = H + H it follows, after some algebraic maniulations and several suitable cancellations, that H ( H V 1 +1 V +1V 1 +1 H V 1 +1 H + H V 1 +1 H V 1 +1 H + H V 1 +1 H V 1 +1 H H V 1 +1 H V 1 +1 V +1V 1 +1 H + H V 1 +1 H V 1 +1 H ) + H V 1 +1 V +1V 1 +1 H H V 1 +1 H H V 1 +1 H. Now, recalling that V +1 = V + H and denoting α = V 1 +1 H = T +1 we obtain H +1 ( 4 3 α3 + α2 ) V +( 4 3 α3 +3α2 +2α ) H. (10) Moreover, using (7) we have that α = T +1 = 1 2 (AV 3 V )V 1 +1 = 1 3 (AV 3 I)V V 1 +1, and so, α 1 3 AV 3 I V V Consequently, for large enough, if V is close to the cubic root of A, then V +1 V and AV 3 I 0. Therefore, 0 <α 1. Hence, using (10), for large enough H +1 H and V +1 V, i.e., the error at iteration does not amlify. In Figure 2 we can see the behavior of the four simlified versions of Newton s method for finding the cubic root of the 5 5 Hilbert matrix. As exected, the versions that roduce the sequences {Z }, {W } and {Y } are unstable, whereas the one that roduces the sequence {V } is not. However, the sequence {V } shows stagnation way below the required accuracy. Moreover, it is worth noticing that the sequence {Z } achieves a better aroximation before blowing u. This behavior has been observed in several exeriments for different test matrices with different dimensions. This is recisely the characteristic that motivates us to introduce, in the next section, hybrid techniques that combine the sequences {Z } and {V } with Algorithm 3 and a suitable alternating rojection scheme. Reeating the same arguments for = 5, it follows from (7) that H +1 = 1 5 H V 1 +1 H (4V 3 +1 H3 2 15V+1 H V+1 H 10I), and the following algorithm is obtained 9

10 Y W F(Y ) F F(W ) F Iterations Z Iterations V F(Z ) F F(V ) F Iterations Iterations Figure 2: Behavior of simlified versions of Newton s method for finding the cubic root of the 5 5 Hilbert matrix. Algorithm 7 Given V 0 such that AV 0 = V 0 A Set H 0 = (V0 AV0 2 V 0 ) For =0,1,2... V +1 = V + H T +1 = V 1 +1 H H +1 = 1 5 H T +1 (4T T T +1 10I) End A family of algorithms based on (7) can be obtained for any ositive integer. In ractice we have observed that for different values of the algorithms that generate the sequence V are stable, as established above for =3. 10

11 5 Hybrid versions We can combine the algorithm that generates the sequence {Z } with Algorithm 3 as follows. Generate the sequence {Z }, monitoring the size of the residual, and change to Algorithm 3 at the first iteration for which F (Z +1 ) F δ F (Z ) F, for 1 <δ 2, using X 0 = Z as its initial guess. i. e., when the residual associated with the sequence {Z } shows the unstable behavior. This hybrid scheme maes sense, since the sequence {Z } tends to achieve good accuracy before showing an unstable behavior, and so, the number of Newton - Kronecer stes required should be very small. Consequently, the exensive final stes would be erformed very few times. A similar hybrid scheme can be defined combining the sequence {V } with Algorithm 3. In this case, the decision to start the Newton - Kronecer iterations is based on the stagnation of the sequence {V }, described in the revious section. Therefore, we roceed as follows. Generate the sequence {V }, monitoring the size of the residual, until V +1 V F 1.D 15, and continue with Algorithm 3 otherwise, using X 0 = V as its initial guess. Another ossible hybrid schemes can be constructed based on the lac of commutativity when using the simlified versions. This fact motivates us to roose the following combinations. Generate the sequence {Z } (or {V }), monitoring ρ = AZ Z A F (or ρ = AV V A F ). If ρ 1.D 8 then roject the iterate Z (or V ) onto the subsace of matrices X that satisfy AX XA = 0, and continue with the sequence {Z } (or {V }) from the rojected matrix. There is a straightforward imlementation of this rojection rocess in MATLAB using the SVD factorization of Z (or V ) that, unfortunately, is very exensive as we will see in our numerical exeriments. Nevertheless, if a suitable and less exensive rojection is available, then this combination of ideas is a romising one. In this wor, we are using the following Matlab code to erform a rojection onto the subsace of matrices that commute with A: function P=rojSCA(A,B,I,n) C=ron(I,A)-ron(A,I); b=reshae(b,n*n,1); invc=inv(c*c ); b=b-c *invc*c*b; P=reshae(b,n,n); 6 Numerical Exeriments In the imlementation of our hybrid schemes we roceed as follows: We sto all considered algorithms when the Frobenius norm of the residual is less than 0.5D

12 We consider that an algorithm fails when the number of iterations exceeds 100. The initial guess for all algorithms is the matrix A. We fix the arameter δ =1.2 All exeriments were run on a Pentium IV, 3.4GHz, using Matlab 7. We reort the number of required iterations (Iter), the CPU time in seconds (CPU), and the norm of the residual ( F (X ) F ) when the rocess is stoed. We use the symbol (**) to reort a failure. We comare the following list of hybrid Newton algorithms with the Kronecer - Newton method (KN), based on algorithm (3), and the simlified versions that generate the sequences Z (NZ) and V (NV): Z + Kronecer - Newton (KN) V + Kronecer - Newton (KN) Z + Projections (P) (at most 3) V + Projections (P) (at most 3) Z + one Projection (P) + Kronecer - Newton (KN). We test the algorithms with the following matrices from the Matlab gallery: hilb: Hilbert matrix. ahan: an uer traezoidal matrix. We set θ =2.3. fiedler: Symmetric. We set c = 1 n (1, 2,,n)t. lehmer: Symmetric and ositive definite. arter: It ossesses comlex eigenvalues. We use X 0 = A +(1.D 16) i. ei: Symmetric. We set α = 3 such that the matrix is indefinite. In our first exeriment, we show the erformance of the different algorithms for finding the cubic root of the 5 5 Hilbert matrix. The results are in Table 1 and we can see in this table that the ure sequences NZ and NV do not converge, and for this reason we do not reort those otions in the forthcoming tables. In Figure 3 we comare the residual norms of ure sequences with the residual norms of hybrid versions. We can observe that the norm of the residual, for the sequence Z, was aroximately 10 5 before changing to KN, while the norm of the residual, for the sequence V, was aroximately 10 2 before changing to KN. This significant difference exlains why Z + KN requires fewer iterations than V +KN. 12

13 Scheme Iter CPU F (X ) F Z +KN 46(40+6) e-016 V +KN 52(31+21) e-016 Z +P 46(2) e-013 V +P 55(2) e-013 Z +P+KN 46(40+1+6) e-016 KN e-016 NZ ** ** ** NV ** ** ** Table 1: Performance of Hybrid versions of Newton s method, simlified versions of Newton s method and Newton s method for finding the cubic root of the 5 5 Hilbert matrix F(X ) Z Z +KN Iter F(X ) V V +KN Iter F(X ) Z Z +P Iter F(X ) V V +P Iter Figure 3: Behavior of simlified and hybrid versions of Newton s method for finding the cubic root of the 5 5 Hilbert matrix. 13

14 Scheme Iter CPU F (X ) F Z +KN 30(28+2) e-016 V +KN 29(27+2) e-016 Z +P 30(3) e-015 V +P 29(1) e-015 Z +P+KN 30(28+1+2) e-016 KN e-016 Table 2: Performance of Hybrid versions of Newton s method finding the cubic root of the Kahan matrix. In Table 2 we show the erformance of the different algorithms for finding the cubic root of the Kahan matrix and we observe that when n increases the rojection onto the subsace of matrices that commute with A taes a significant amount of CPU time. For that reason we do not reort those otions in the forthcoming tables. Z +KN V +KN KN iter 13(13+0) 13(13+0) 13 n =10 CPU F (X ) F e e e-013 iter 21(19+2) 21(19+2) 19 n =50 CPU F (X ) F 6.637e e e-015 iter 22(20+2) 23(21+2) 21 n =90 CPU F (X ) F e e e-014 Table 3: Performance of Hybrid versions of Newton s method for finding the cubic root of the fiedler matrix for different values of n. Z +KN V +KN KN iter 15(13+2) 14(12+2) 12 n =50 CPU F (X ) F e e e-014 iter 16(14+2) 15(13+2) 13 n = 150 CPU F (X ) F e e e-013 Table 4: Performance of Hybrid versions of Newton s method for finding the cubic root of the ei matrix for different values of n. From Table 3 to Table 5 we observe once again that for all values of n, small or large, the hybrid versions required less CPU time than the Kronecer-Newton method. It is also clear that the advantage of using the hybrid versions increases when n increases. 14

15 Z +KN V +KN KN iter 22(20+2) 21(19+2) 19 n =60 CPU F (X ) F e e e-014 iter 22(20+2) 22(20+2) 20 n =80 CPU F (X ) F e e e-014 iter 23(21+2) 23(21+2) 21 n = 100 CPU F (X ) F e e e-014 iter 23(21+2) 24(22+2) 21 n = 120 CPU F (X ) F 2.76e e e-014 Table 5: Performance of Hybrid versions of Newton s method for finding the cubic root of the lehmer matrix for different values of n. Z +KN V +KN KN iter 12(7+5) 12(11+1) 11 n =10 CPU F (X ) F e e e-015 iter 13(5+8) 13(12+1) 12 n =20 CPU F (X ) F e e e-015 iter 20(5+15) 21(19+2) 19 n =50 CPU F (X ) F e e e-015 Table 6: Performance of Hybrid versions of Newton s method for finding the cubic root of the arter matrix for different values of n. In Table 6 we observe that the hybrid version Z + KN required more KN iterations than the version V + KN. This behavior could be exlained as follows. The criterion used in the hybrid version Z + KN, for changing to KN, does not guarantee that F (Z +1 ) has reached the smallest ossible value, whereas in the hybrid version V +KNwecan guarantee that F (V +1 ) can not decrease any more. In Tables 7, 8 and 9 we show the erformance of the different hybrid versions of Newton s method for finding the fifth root of several matrices. As in the revious exeriments, the required CPU time for the KN otion is very high and we do not reort it anymore. We can observe that the hybrid version Z + KN does not require KN iterations, while V + KN in all cases requires KN iterations. This haens because the sequence V is stabilized when the residual still has a large norm value. 15

16 Scheme Iter CPU F (X ) F Z +KN 15(15+0) e-013 V +KN 23(17+6) e-014 Table 7: Performance of Hybrid versions of Newton s method for finding the fifth ( =5) root of the 5 5 Kahan matrix. Scheme Iter CPU F (X ) F Z +KN 25(25+0) e-015 V +KN 54(26+28) e-013 Table 8: Performance of Hybrid versions of Newton s method for finding the fifth root of the 5 5 lehmer matrix. Z +KN V +KN iter 12(12+0) 20(13+7) n =10 CPU F (X ) F e e-013 iter 14(14+0) 15(15+14) n =15 CPU F (X ) F e e-013 Table 9: Performance of Hybrid versions of Newton s method for finding the fifth root of the ei matrix for different values of n. 7 Conclusions We resent several secialized (or simlified) versions of Newton s Method for comuting the -th root of a given matrix A. We also discuss an efficient imlementation, called the Newton-Kronecer scheme, for solving the Sylvester equation that aears at every Newton s iteration using the Kronecer roduct. All the secialized versions are based on the commutativity of the iterates with the matrix A. Among the new secialized versions, we ay secial attention to the one that roduces the sequence Z. The Z scheme is not stable, but it tends to achieve a much better aroximation of the -th root of A than the reviously-nown simlified schemes (denoted as Y and W ), before the unstable behavior is observed. The unstable behavior aears when the commutativity between A and Z is lost. Another secialized version that we resent is the one denoted as V. We establish that the V scheme is stable for = 3, and we have observed in ractice that the stability roerty also holds for all values of >3. Unfortunately, the V scheme tends to stagnate before reaching an accurate aroximation of the -th root of A. This henomenon is also due to the lac of commutativity between A and the iterates V. 16

17 We also resent some hybrid schemes that try to avoid the lac of commutativity combining the simlified methods with the Newton-Kronecer scheme. Although more exeriments are needed to assess the effectiveness of these hybrid schemes, the initial results on several matrices are encouraging. Current wor includes the search of a smoother and automatic way of combining the Z scheme with the Newton-Kronecer method. In this wor we change from the Z scheme to the Newton-Kronecer method using a arameter δ, chosen ad-hoc. Future wor should also include the study of an inexensive way of rojecting onto the set of matrices that commute with a given one. As observed in our exeriments, an inexensive rojection of that ind could lead to very owerful hybrid schemes for the calculation of the -th root of a given matrix. References 1 D. A. Bini, N. J. Higham and B. Meini 2005, Algorithms for the matrix -th root, Numerical Algorithms 39, A. Bjorc and S. Hammarling 1983, A Schur methods for the square root of a matrix, Linear Algebra and its Alications 52/53, S. H. Cheng, N. J. Higham, C. S. Kenney and A. J. Laub 2001, Aroximating the logarithm of a matrix to secified accuracy, SIAM J. Matrix Anal. Al. 2, N. J. Higham 1986, Newton s methods for the matrix square root, Mathematics of Comutation 46, N. J. Higham 1997, Stable iterations for the matrix square root, Numer. Algorithms 15, R. A. Horn and C. R. Johnson (1991), Toics in Matrix Analysis, Cambridge University Press. 7 B. Iannazzo 2003, A note on comuting the matrix square root, Calcolo 40, C. S. Kenney and A. J. Laub 1989, Padé error estimates for the logarithm of a matrix, nternat. J. Control 50, B. Meini 2004, The matrix square root from a new functional ersective: theoretical results and comutational issues, SIAM J. Matrix Anal. Al. 26, M. S. Plyushchay and M. Rausch de Traubenberg 2000, Cubic root of Klein- Gordon equation, Phys. Lett. B 477, A. Rasini 2000, Dirac equation with fractional derivatives of order 2/3, FIZIKA B (Zagreb) 9,

18 12 L. S. Shieh, Y. T. Tsay and C. T. Wang 1984, Matrix sector functions and their alication to system theory, IEEE Proc. 131, L. S. Shieh, S. R. Lian and B. C. Mcinnis 1987, Fast and stable algorithms for comuting the rincial square root of a comlex matrix, IEEE Transactions on Automatic Control AC-32, L. S. Shieh, Y. T. Tsay and R. E. Yates 1985, Comutation of the rincial nth roots of comlex matrices, IEEE Transactions on Automatic Control AC-30, M. I. Smith 2003, A Schur algorithm for comuting matrix th roots, SIAM J. Matrix Anal. Al. 24, J. S. H. Tsai, L. S. Shieh, and R. E. Yates 1988, Fast and stable algorithms for comuting the rincial nth root of a Comlex matrix and the matrix sector function, Comut. Math. Alic. 15, Y. T. Tsay, L. S. Shieh, and J. S. H. Tsai 1986, A fast method for comuting the rincial nth roots of comlex matrices, Linear Alg. Al. 76,

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are Numer. Math. 68: 215{223 (1994) Numerische Mathemati c Sringer-Verlag 1994 Electronic Edition Bacward errors for eigenvalue and singular value decomositions? S. Chandrasearan??, I.C.F. Isen??? Deartment

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

Section 0.10: Complex Numbers from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative

Section 0.10: Complex Numbers from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Section 0.0: Comlex Numbers from Precalculus Prerequisites a.k.a. Chater 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license.

More information

A FAMILY OF RATIONAL ITERATIONS AND ITS APPLICATION TO THE COMPUTATION OF THE MATRIX P TH ROOT

A FAMILY OF RATIONAL ITERATIONS AND ITS APPLICATION TO THE COMPUTATION OF THE MATRIX P TH ROOT A FAMILY OF RATIONAL ITERATIONS AND ITS APPLICATION TO THE COMPUTATION OF THE MATRIX P TH ROOT BRUNO IANNAZZO Abstract. Matrix fixed-oint iterations z n+1 = ψ(z n) defined by a rational function ψ are

More information

Gradient Based Iterative Algorithms for Solving a Class of Matrix Equations

Gradient Based Iterative Algorithms for Solving a Class of Matrix Equations 1216 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 50, NO. 8, AUGUST 2005 Exanding (A3)gives M 0 8 T +1 T +18 =( T +1 +1 ) F = I (A4) g = 0F 8 T +1 =( T +1 +1 ) f = T +1 +1 + T +18 F 8 T +1 =( T +1 +1 )

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

GRACEFUL NUMBERS. KIRAN R. BHUTANI and ALEXANDER B. LEVIN. Received 14 May 2001

GRACEFUL NUMBERS. KIRAN R. BHUTANI and ALEXANDER B. LEVIN. Received 14 May 2001 IJMMS 29:8 2002 495 499 PII S06720200765 htt://immshindawicom Hindawi Publishing Cor GRACEFUL NUMBERS KIRAN R BHUTANI and ALEXANDER B LEVIN Received 4 May 200 We construct a labeled grah Dn that reflects

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

HENSEL S LEMMA KEITH CONRAD

HENSEL S LEMMA KEITH CONRAD HENSEL S LEMMA KEITH CONRAD 1. Introduction In the -adic integers, congruences are aroximations: for a and b in Z, a b mod n is the same as a b 1/ n. Turning information modulo one ower of into similar

More information

CSC165H, Mathematical expression and reasoning for computer science week 12

CSC165H, Mathematical expression and reasoning for computer science week 12 CSC165H, Mathematical exression and reasoning for comuter science week 1 nd December 005 Gary Baumgartner and Danny Hea hea@cs.toronto.edu SF4306A 416-978-5899 htt//www.cs.toronto.edu/~hea/165/s005/index.shtml

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

Generation of Linear Models using Simulation Results

Generation of Linear Models using Simulation Results 4. IMACS-Symosium MATHMOD, Wien, 5..003,. 436-443 Generation of Linear Models using Simulation Results Georg Otte, Sven Reitz, Joachim Haase Fraunhofer Institute for Integrated Circuits, Branch Lab Design

More information

TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES

TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES Khayyam J. Math. DOI:10.22034/kjm.2019.84207 TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES ISMAEL GARCÍA-BAYONA Communicated by A.M. Peralta Abstract. In this aer, we define two new Schur and

More information

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations Preconditioning techniques for Newton s method for the incomressible Navier Stokes equations H. C. ELMAN 1, D. LOGHIN 2 and A. J. WATHEN 3 1 Deartment of Comuter Science, University of Maryland, College

More information

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction GOOD MODELS FOR CUBIC SURFACES ANDREAS-STEPHAN ELSENHANS Abstract. This article describes an algorithm for finding a model of a hyersurface with small coefficients. It is shown that the aroach works in

More information

Math 4400/6400 Homework #8 solutions. 1. Let P be an odd integer (not necessarily prime). Show that modulo 2,

Math 4400/6400 Homework #8 solutions. 1. Let P be an odd integer (not necessarily prime). Show that modulo 2, MATH 4400 roblems. Math 4400/6400 Homework # solutions 1. Let P be an odd integer not necessarily rime. Show that modulo, { P 1 0 if P 1, 7 mod, 1 if P 3, mod. Proof. Suose that P 1 mod. Then we can write

More information

Math 104B: Number Theory II (Winter 2012)

Math 104B: Number Theory II (Winter 2012) Math 104B: Number Theory II (Winter 01) Alina Bucur Contents 1 Review 11 Prime numbers 1 Euclidean algorithm 13 Multilicative functions 14 Linear diohantine equations 3 15 Congruences 3 Primes as sums

More information

Additive results for the generalized Drazin inverse in a Banach algebra

Additive results for the generalized Drazin inverse in a Banach algebra Additive results for the generalized Drazin inverse in a Banach algebra Dragana S. Cvetković-Ilić Dragan S. Djordjević and Yimin Wei* Abstract In this aer we investigate additive roerties of the generalized

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

A Schur-Newton Method for the Matrix p th Root and its Inverse. Chun-Hua Guo and Nicholas J. Higham. October MIMS EPrint: 2005.

A Schur-Newton Method for the Matrix p th Root and its Inverse. Chun-Hua Guo and Nicholas J. Higham. October MIMS EPrint: 2005. A Schur-Newton Method for the Matrix th Root and its Inverse Chun-Hua Guo and Nicholas J. Higham October 6 MIMS EPrint: 5.9 Manchester Institute for Mathematical Sciences School of Mathematics The University

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

Iteration with Stepsize Parameter and Condition Numbers for a Nonlinear Matrix Equation

Iteration with Stepsize Parameter and Condition Numbers for a Nonlinear Matrix Equation Electronic Journal of Linear Algebra Volume 34 Volume 34 2018) Article 16 2018 Iteration with Stesize Parameter and Condition Numbers for a Nonlinear Matrix Equation Syed M Raza Shah Naqvi Pusan National

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Chater Matrix Norms and Singular Value Decomosition Introduction In this lecture, we introduce the notion of a norm for matrices The singular value de

Chater Matrix Norms and Singular Value Decomosition Introduction In this lecture, we introduce the notion of a norm for matrices The singular value de Lectures on Dynamic Systems and Control Mohammed Dahleh Munther A Dahleh George Verghese Deartment of Electrical Engineering and Comuter Science Massachuasetts Institute of Technology c Chater Matrix Norms

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

0.6 Factoring 73. As always, the reader is encouraged to multiply out (3

0.6 Factoring 73. As always, the reader is encouraged to multiply out (3 0.6 Factoring 7 5. The G.C.F. of the terms in 81 16t is just 1 so there is nothing of substance to factor out from both terms. With just a difference of two terms, we are limited to fitting this olynomial

More information

Multiplicative group law on the folium of Descartes

Multiplicative group law on the folium of Descartes Multilicative grou law on the folium of Descartes Steluţa Pricoie and Constantin Udrişte Abstract. The folium of Descartes is still studied and understood today. Not only did it rovide for the roof of

More information

Positive Definite Uncertain Homogeneous Matrix Polynomials: Analysis and Application

Positive Definite Uncertain Homogeneous Matrix Polynomials: Analysis and Application BULGARIA ACADEMY OF SCIECES CYBEREICS AD IFORMAIO ECHOLOGIES Volume 9 o 3 Sofia 009 Positive Definite Uncertain Homogeneous Matrix Polynomials: Analysis and Alication Svetoslav Savov Institute of Information

More information

Solution sheet ξi ξ < ξ i+1 0 otherwise ξ ξ i N i,p 1 (ξ) + where 0 0

Solution sheet ξi ξ < ξ i+1 0 otherwise ξ ξ i N i,p 1 (ξ) + where 0 0 Advanced Finite Elements MA5337 - WS7/8 Solution sheet This exercise sheets deals with B-slines and NURBS, which are the basis of isogeometric analysis as they will later relace the olynomial ansatz-functions

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

Computing the pth Roots of a Matrix. with Repeated Eigenvalues

Computing the pth Roots of a Matrix. with Repeated Eigenvalues Applied Mathematical Sciences, Vol. 5, 2011, no. 53, 2645-2661 Computing the pth Roots of a Matrix with Repeated Eigenvalues Amir Sadeghi 1, Ahmad Izani Md. Ismail and Azhana Ahmad School of Mathematical

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

Newton's method and secant methods: A long-standing. relationship from vectors to matrices

Newton's method and secant methods: A long-standing. relationship from vectors to matrices Universidad Central de Venezuela Facultad de Ciencias Escuela de Computación Lecturas en Ciencias de la Computación ISSN 1316-6239 Newton's method and secant methods: A long-standing relationship from

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Sets of Real Numbers

Sets of Real Numbers Chater 4 Sets of Real Numbers 4. The Integers Z and their Proerties In our revious discussions about sets and functions the set of integers Z served as a key examle. Its ubiquitousness comes from the fact

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators S. K. Mallik, Student Member, IEEE, S. Chakrabarti, Senior Member, IEEE, S. N. Singh, Senior Member, IEEE Deartment of Electrical

More information

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS Electronic Transactions on Numerical Analysis. Volume 44,. 53 72, 25. Coyright c 25,. ISSN 68 963. ETNA ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES

More information

NONLINEAR OPTIMIZATION WITH CONVEX CONSTRAINTS. The Goldstein-Levitin-Polyak algorithm

NONLINEAR OPTIMIZATION WITH CONVEX CONSTRAINTS. The Goldstein-Levitin-Polyak algorithm - (23) NLP - NONLINEAR OPTIMIZATION WITH CONVEX CONSTRAINTS The Goldstein-Levitin-Polya algorithm We consider an algorithm for solving the otimization roblem under convex constraints. Although the convexity

More information

Round-off Errors and Computer Arithmetic - (1.2)

Round-off Errors and Computer Arithmetic - (1.2) Round-off Errors and Comuter Arithmetic - (.). Round-off Errors: Round-off errors is roduced when a calculator or comuter is used to erform real number calculations. That is because the arithmetic erformed

More information

#A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS

#A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS #A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS Norbert Hegyvári ELTE TTK, Eötvös University, Institute of Mathematics, Budaest, Hungary hegyvari@elte.hu François Hennecart Université

More information

Efficient algorithms for the smallest enclosing ball problem

Efficient algorithms for the smallest enclosing ball problem Efficient algorithms for the smallest enclosing ball roblem Guanglu Zhou, Kim-Chuan Toh, Jie Sun November 27, 2002; Revised August 4, 2003 Abstract. Consider the roblem of comuting the smallest enclosing

More information

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form.

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form. Series Handout A. Determine which of the following sums are geometric. If the sum is geometric, exress the sum in closed form. 70 a) k= ( k ) b) 50 k= ( k )2 c) 60 k= ( k )k d) 60 k= (.0)k/3 2. Find the

More information

On the Properties for Iteration of a Compact Operator with Unstructured Perturbation

On the Properties for Iteration of a Compact Operator with Unstructured Perturbation On the Proerties for Iteration of a Comact Oerator with Unstructured Perturbation Jarmo Malinen Helsinki University of Technology Institute of Mathematics Research Reorts A360 (1996) 1 2 Jarmo Malinen:

More information

Research Article An iterative Algorithm for Hemicontractive Mappings in Banach Spaces

Research Article An iterative Algorithm for Hemicontractive Mappings in Banach Spaces Abstract and Alied Analysis Volume 2012, Article ID 264103, 11 ages doi:10.1155/2012/264103 Research Article An iterative Algorithm for Hemicontractive Maings in Banach Saces Youli Yu, 1 Zhitao Wu, 2 and

More information

Applied Mathematics and Computation

Applied Mathematics and Computation Alied Mathematics and Comutation 217 (2010) 1887 1895 Contents lists available at ScienceDirect Alied Mathematics and Comutation journal homeage: www.elsevier.com/locate/amc Derivative free two-oint methods

More information

RAMANUJAN-NAGELL CUBICS

RAMANUJAN-NAGELL CUBICS RAMANUJAN-NAGELL CUBICS MARK BAUER AND MICHAEL A. BENNETT ABSTRACT. A well-nown result of Beuers [3] on the generalized Ramanujan-Nagell equation has, at its heart, a lower bound on the quantity x 2 2

More information

Some results of convex programming complexity

Some results of convex programming complexity 2012c12 $ Ê Æ Æ 116ò 14Ï Dec., 2012 Oerations Research Transactions Vol.16 No.4 Some results of convex rogramming comlexity LOU Ye 1,2 GAO Yuetian 1 Abstract Recently a number of aers were written that

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

Applicable Analysis and Discrete Mathematics available online at HENSEL CODES OF SQUARE ROOTS OF P-ADIC NUMBERS

Applicable Analysis and Discrete Mathematics available online at   HENSEL CODES OF SQUARE ROOTS OF P-ADIC NUMBERS Alicable Analysis and Discrete Mathematics available online at htt://efmath.etf.rs Al. Anal. Discrete Math. 4 (010), 3 44. doi:10.98/aadm1000009m HENSEL CODES OF SQUARE ROOTS OF P-ADIC NUMBERS Zerzaihi

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Elementary Analysis in Q p

Elementary Analysis in Q p Elementary Analysis in Q Hannah Hutter, May Szedlák, Phili Wirth November 17, 2011 This reort follows very closely the book of Svetlana Katok 1. 1 Sequences and Series In this section we will see some

More information

The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001

The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001 The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001 The Hasse-Minkowski Theorem rovides a characterization of the rational quadratic forms. What follows is a roof of the Hasse-Minkowski

More information

An Estimate For Heilbronn s Exponential Sum

An Estimate For Heilbronn s Exponential Sum An Estimate For Heilbronn s Exonential Sum D.R. Heath-Brown Magdalen College, Oxford For Heini Halberstam, on his retirement Let be a rime, and set e(x) = ex(2πix). Heilbronn s exonential sum is defined

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

arxiv: v2 [quant-ph] 2 Aug 2012

arxiv: v2 [quant-ph] 2 Aug 2012 Qcomiler: quantum comilation with CSD method Y. G. Chen a, J. B. Wang a, a School of Physics, The University of Western Australia, Crawley WA 6009 arxiv:208.094v2 [quant-h] 2 Aug 202 Abstract In this aer,

More information

Generalized Coiflets: A New Family of Orthonormal Wavelets

Generalized Coiflets: A New Family of Orthonormal Wavelets Generalized Coiflets A New Family of Orthonormal Wavelets Dong Wei, Alan C Bovik, and Brian L Evans Laboratory for Image and Video Engineering Deartment of Electrical and Comuter Engineering The University

More information

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY FEDERICA PASQUOTTO 1. Descrition of the roosed research 1.1. Introduction. Symlectic structures made their first aearance in

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition TNN-2007-P-0332.R1 1 Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3 Pesquisa Oeracional (2013) 33(1): 123-132 2013 Brazilian Oerations Research Society Printed version ISSN 0101-7438 / Online version ISSN 1678-5142 www.scielo.br/oe SOME RESULTS ABOUT THE CONNECTIVITY OF

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers Sr. Deartment of

More information

Recursive Estimation of the Preisach Density function for a Smart Actuator

Recursive Estimation of the Preisach Density function for a Smart Actuator Recursive Estimation of the Preisach Density function for a Smart Actuator Ram V. Iyer Deartment of Mathematics and Statistics, Texas Tech University, Lubbock, TX 7949-142. ABSTRACT The Preisach oerator

More information

RESOLUTIONS OF THREE-ROWED SKEW- AND ALMOST SKEW-SHAPES IN CHARACTERISTIC ZERO

RESOLUTIONS OF THREE-ROWED SKEW- AND ALMOST SKEW-SHAPES IN CHARACTERISTIC ZERO RESOLUTIONS OF THREE-ROWED SKEW- AND ALMOST SKEW-SHAPES IN CHARACTERISTIC ZERO MARIA ARTALE AND DAVID A. BUCHSBAUM Abstract. We find an exlicit descrition of the terms and boundary mas for the three-rowed

More information

Dimensional perturbation theory for Regge poles

Dimensional perturbation theory for Regge poles Dimensional erturbation theory for Regge oles Timothy C. Germann Deartment of Chemistry, University of California, Berkeley, California 94720 Sabre Kais Deartment of Chemistry, Purdue University, West

More information

Metrics Performance Evaluation: Application to Face Recognition

Metrics Performance Evaluation: Application to Face Recognition Metrics Performance Evaluation: Alication to Face Recognition Naser Zaeri, Abeer AlSadeq, and Abdallah Cherri Electrical Engineering Det., Kuwait University, P.O. Box 5969, Safat 6, Kuwait {zaery, abeer,

More information

Asymptotic for a Riemann-Hilbert Problem Solution 1

Asymptotic for a Riemann-Hilbert Problem Solution 1 Int Journal of Math Analysis, Vol 7, 203, no 34, 667-672 HIKARI Ltd, wwwm-hikaricom htt://dxdoiorg/02988/ijma2033358 Asymtotic for a Riemann-Hilbert Problem Solution M P Árciga-Alejandre, J Sánchez-Ortiz

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL Mohammad Bozorg Deatment of Mechanical Engineering University of Yazd P. O. Box 89195-741 Yazd Iran Fax: +98-351-750110

More information

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES OHAD GILADI AND ASSAF NAOR Abstract. It is shown that if (, ) is a Banach sace with Rademacher tye 1 then for every n N there exists

More information

The non-stochastic multi-armed bandit problem

The non-stochastic multi-armed bandit problem Submitted for journal ublication. The non-stochastic multi-armed bandit roblem Peter Auer Institute for Theoretical Comuter Science Graz University of Technology A-8010 Graz (Austria) auer@igi.tu-graz.ac.at

More information

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H:

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H: Mehryar Mohri Foundations of Machine Learning Courant Institute of Mathematical Sciences Homework assignment 2 October 25, 2017 Due: November 08, 2017 A. Growth function Growth function of stum functions.

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell October 25, 2009 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

The inverse Goldbach problem

The inverse Goldbach problem 1 The inverse Goldbach roblem by Christian Elsholtz Submission Setember 7, 2000 (this version includes galley corrections). Aeared in Mathematika 2001. Abstract We imrove the uer and lower bounds of the

More information

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems Int. J. Oen Problems Comt. Math., Vol. 3, No. 2, June 2010 ISSN 1998-6262; Coyright c ICSRS Publication, 2010 www.i-csrs.org Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

A NEW GEOMETRIC ACCELERATION OF THE VON NEUMANN-HALPERIN PROJECTION METHOD

A NEW GEOMETRIC ACCELERATION OF THE VON NEUMANN-HALPERIN PROJECTION METHOD Electronic Transactions on Numerical Analysis. Volume 45,. 330 341, 2016. Coyright c 2016,. ISSN 1068 9613. ETNA A NEW GEOMETRIC ACCELERATION OF THE VON NEUMANN-HALPERIN PROJECTION METHOD WILLIAMS LÓPEZ

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

An efficient method for generalized linear multiplicative programming problem with multiplicative constraints

An efficient method for generalized linear multiplicative programming problem with multiplicative constraints DOI 0.86/s40064-06-2984-9 RESEARCH An efficient method for generalized linear multilicative rogramming roblem with multilicative constraints Yingfeng Zhao,2* and Sanyang Liu Oen Access *Corresondence:

More information

Topic 7: Using identity types

Topic 7: Using identity types Toic 7: Using identity tyes June 10, 2014 Now we would like to learn how to use identity tyes and how to do some actual mathematics with them. By now we have essentially introduced all inference rules

More information

The Binomial Approach for Probability of Detection

The Binomial Approach for Probability of Detection Vol. No. (Mar 5) - The e-journal of Nondestructive Testing - ISSN 45-494 www.ndt.net/?id=7498 The Binomial Aroach for of Detection Carlos Correia Gruo Endalloy C.A. - Caracas - Venezuela www.endalloy.net

More information

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE MATHEMATICS OF COMPUTATIO Volume 75, umber 256, October 26, Pages 237 247 S 25-5718(6)187-9 Article electronically ublished on June 28, 26 O POLYOMIAL SELECTIO FOR THE GEERAL UMBER FIELD SIEVE THORSTE

More information

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE THE 19 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE K.W. Gan*, M.R. Wisnom, S.R. Hallett, G. Allegri Advanced Comosites

More information

Elliptic Curves Spring 2015 Problem Set #1 Due: 02/13/2015

Elliptic Curves Spring 2015 Problem Set #1 Due: 02/13/2015 18.783 Ellitic Curves Sring 2015 Problem Set #1 Due: 02/13/2015 Descrition These roblems are related to the material covered in Lectures 1-2. Some of them require the use of Sage, and you will need to

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Infinite Number of Twin Primes

Infinite Number of Twin Primes dvances in Pure Mathematics, 06, 6, 95-97 htt://wwwscirorg/journal/am ISSN Online: 60-08 ISSN Print: 60-068 Infinite Number of Twin Primes S N Baibeov, Durmagambetov LN Gumilyov Eurasian National University,

More information

On Wald-Type Optimal Stopping for Brownian Motion

On Wald-Type Optimal Stopping for Brownian Motion J Al Probab Vol 34, No 1, 1997, (66-73) Prerint Ser No 1, 1994, Math Inst Aarhus On Wald-Tye Otimal Stoing for Brownian Motion S RAVRSN and PSKIR The solution is resented to all otimal stoing roblems of

More information

On the Chvatál-Complexity of Knapsack Problems

On the Chvatál-Complexity of Knapsack Problems R u t c o r Research R e o r t On the Chvatál-Comlexity of Knasack Problems Gergely Kovács a Béla Vizvári b RRR 5-08, October 008 RUTCOR Rutgers Center for Oerations Research Rutgers University 640 Bartholomew

More information

ON OPTIMIZATION OF THE MEASUREMENT MATRIX FOR COMPRESSIVE SENSING

ON OPTIMIZATION OF THE MEASUREMENT MATRIX FOR COMPRESSIVE SENSING 8th Euroean Signal Processing Conference (EUSIPCO-2) Aalborg, Denmark, August 23-27, 2 ON OPTIMIZATION OF THE MEASUREMENT MATRIX FOR COMPRESSIVE SENSING Vahid Abolghasemi, Saideh Ferdowsi, Bahador Makkiabadi,2,

More information

MATH 361: NUMBER THEORY EIGHTH LECTURE

MATH 361: NUMBER THEORY EIGHTH LECTURE MATH 361: NUMBER THEORY EIGHTH LECTURE 1. Quadratic Recirocity: Introduction Quadratic recirocity is the first result of modern number theory. Lagrange conjectured it in the late 1700 s, but it was first

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields Malaysian Journal of Mathematical Sciences 10(S February: 15-35 (016 Secial Issue: The 3 rd International Conference on Mathematical Alications in Engineering 014 (ICMAE 14 MALAYSIAN JOURNAL OF MATHEMATICAL

More information

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule The Grah Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule STEFAN D. BRUDA Deartment of Comuter Science Bisho s University Lennoxville, Quebec J1M 1Z7 CANADA bruda@cs.ubishos.ca

More information

1. Introduction. ( u p 2 u ) (p 1) u p 2 u = 0, u(0) = 0, u (0) = 1,

1. Introduction. ( u p 2 u ) (p 1) u p 2 u = 0, u(0) = 0, u (0) = 1, Electronic Journal of Differential Equations, Vol. 208 (208), No. 35,.. ISSN: 072-669. URL: htt://ejde.math.txstate.edu or htt://ejde.math.unt.edu MACLAURIN SERIES FOR sin WITH AN INTEGER GREATER THAN

More information

Detection Algorithm of Particle Contamination in Reticle Images with Continuous Wavelet Transform

Detection Algorithm of Particle Contamination in Reticle Images with Continuous Wavelet Transform Detection Algorithm of Particle Contamination in Reticle Images with Continuous Wavelet Transform Chaoquan Chen and Guoing Qiu School of Comuter Science and IT Jubilee Camus, University of Nottingham Nottingham

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information