Extended Convergence Analysis of the Newton Hermitian and Skew Hermitian Splitting Method

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Extended Convergence Analysis of the Newton Hermitian and Skew Hermitian Splitting Method"

Transcript

1 S S symmetry Article Extended Convergence Analysis of the Newton Hermitian and Skew Hermitian Splitting Method Ioannis K Argyros 1, *, Santhosh George 2, Chandhini Godavarma 2 and Alberto A Magreñán 3 1 Department of Mathematical Sciences, Cameron University, Lawton, OK 73, USA 2 Department of Mathematical and Computational Sciences, National Institute of Technology, Karnataka 7 2, India 3 Departamento de Matemáticas y Computación, Universidad de la Rioja, 266 Logroño, Spain * Correspondence: iargyros@cameron.edu Received: 24 June 219; Accepted: 2 July 219; Published: 2 August 219 Abstract: Many problems in diverse disciplines such as applied mathematics, mathematical biology, chemistry, economics, and engineering, to mention a few, reduce to solving a nonlinear equation or a system of nonlinear equations. Then various iterative methods are considered to generate a sequence of approximations converging to a solution of such problems. The goal of this article is two-fold: On the one hand, we present a correct convergence criterion for Newton Hermitian splitting (NHSS) method under the Kantorovich theory, since the criterion given in Numer. Linear Algebra Appl., 211, 18, is not correct. Indeed, the radius of convergence cannot be defined under the given criterion, since the discriminant of the quadratic polynomial from which this radius is derived is negative (See Remark 1 and the conclusions of the present article for more details). On the other hand, we have extended the corrected convergence criterion using our idea of recurrent functions. Numerical examples involving convection diffusion equations further validate the theoretical results. Keywords: Newton HSS method; systems of nonlinear equations; semi-local convergence 1. Introduction Numerous problems in computational disciplines can be reduced to solving a system of nonlinear equations with n equations in n variables like F(x) = (1) using Mathematical Modelling [1 11]. Here, F is a continuously differentiable nonlinear mapping defined on a convex subset Ω of the n dimensional complex linear space C n into C n. In general, the corresponding Jacobian matrix F (x) is sparse, non-symmetric and positive definite. The solution methods for the nonlinear problem F(x) = are iterative in nature, since an exact solution x could be obtained only for a few special cases. In the rest of the article, some of the well established and standard results and notations are used to establish our results (See [3 6,1 14] and the references there in). Undoubtedly, some of the well known methods for generating a sequence to approximate x are the inexact Newton (IN) methods [1 3, 14]. The IN algorithm involves the steps as given in the following: Symmetry 219, 11, 981; doi:1.339/sym

2 Symmetry 219, 11, of 1 Algorithm IN [6] Step 1: Choose initial guess x, tolerance value tol; Set k = Step 2: While F(x k ) > tol F(x ), Do 1. Choose η k [, 1). Find d k so that F(x k ) + F (x k )d k η k F(x k ). 2. Set x k+1 = x k + d k ; k = k + 1 Furthermore, if A is sparse, non-hermitian and positive definite, the Hermitian and skew-hermitian splitting (HSS) algorithm [4] for solving the linear system Ax = b is given by, Algorithm HSS [4] Step 1: Choose initial guess x, tolerance value tol and α > ; Set l = Step 2: Set H = 1 2 (A + A ) and S = 1 2 (A A ), where H is Hermitian and S is skew-hermitian parts of A. Step 3: While b Ax ł > tol b Ax, Do 1. Solve (αi + H)x l+1/2 = (αi S)x l + b 2. Solve (αi + S)x l = (αi H)x ł+1/2 + b 3. Set l = l + 1 Newton HSS [] algorithm combines appropriately both IN and HSS methods for the solution of the large nonlinear system of equations with positive definite Jacobian matrix. The algorithm is as follows: Algorithm NHSS (The Newton HSS method []) Step 1: Choose initial guess x, positive constants α and tol; Set k = Step 2: While F(x k ) > tol F(x ) Compute Jacobian J k = F (x k ) Set H k (x k ) = 1 2 (J k + Jk ) and S k(x k ) = 1 2 (J k Jk ), (2) where H k is Hermitian and S k is skew-hermitian parts of J k. Set d k, = ; l = While Do { 1. Solve sequentially: F(x k ) + J k d k,ł η k F(x k ) (η k [, 1)) (3) (αi + H k )d k,l+1/2 = (αi S k )d k,l + b (4) (αi + S k )d k,l = (αi H k )d k,l+1/2 + b () 2. Set l = l + 1 } Set x k+1 = x k + d k,l ; k = k + 1 (6)

3 Symmetry 219, 11, of 1 Compute J k, H k and S k for new x k Please note that η k is varying in each iterative step, unlike a fixed positive constant value in used in []. Further observe that if d k,lk in (6) is given in terms of d k,, we get where T k := T(α, k), B k := B(α, k) and d k,lk = (I T l k )(I T k) 1 B 1 k F(x k ) (7) T(α, x) = B(α, x) 1 C(α, x) B(α, x) = 1 (αi + H(x))(αI + S(x)) (8) 2α C(α, x) = 1 (αi H(x))(αI S(x)). 2α Using the above expressions for T k and d k,lk, we can write the Newton HSS in (6) as x k+1 = x k (I T l k ) 1 F(x k ) 1 F(x k ). (9) A Kantorovich-type semi-local convergence analysis was presented in [7] for NHSS. However, there are shortcomings: (i) (ii) (iii) The semi-local sufficient convergence criterion provided in (1) of [7] is false. The details are given in Remark 1. Accordingly, Theorem 3.2 in [7] as well as all the followings results based on (1) in [7] are inaccurate. Further, the upper bound function g 3 (to be defined later) on the norm of the initial point is not the best that can be used under the conditions given in [7]. The convergence domain of NHSS is small in general, even if we use the corrected sufficient convergence criterion (12). That is why, using our technique of recurrent functions, we present a new semi-local convergence criterion for NHSS, which improves the corrected convergence criterion (12) (see also Section 3 and Section 4, Example 4.4). Example 4. taken from [7] is provided to show as in [7] that convergence can be attained even if these criteria are not checked or not satisfied, since these criteria are not sufficient too. The convergence criteria presented here are only sufficient. Moreover, we refer the reader to [3 11,13,14] and the references therein to avoid repetitions for the importance of these methods for solving large systems of equations. The rest of the note is organized as follows. Section 2 contains the semi-local convergence analysis of NHSS under the Kantorovich theory. In Section 3, we present the semi-local convergence analysis using our idea of recurrent functions. Numerical examples are discussed in Section 4. The article ends with a few concluding remarks. 2. Semi-Local Convergence Analysis To make the paper as self-contained as possible we present some results from [3] (see also [7]). The semi-local convergence of NHSS is based on the conditions (A). Let x C n and F : Ω C n C n be G differentiable on an open neighborhood Ω Ω on which F (x) is continuous and positive definite. Suppose F (x) = H(x) + S(x) where H(x) and S(x) are as in (2) with x k = x. (A 1 ) There exist positive constants β, γ and δ such that max{ H(x ), S(x ) } β, F (x ) 1 γ, F(x ) δ, (1)

4 Symmetry 219, 11, of 1 (A 2 ) There exist nonnegative constants L h and L s such that for all x, y U(x, r) Ω, H(x) H(y) L h x y S(x) S(y) L s x y. (11) Next, we present the corrected version of Theorem 3.2 in [7]. Theorem 1. Assume that conditions (A) hold with the constants satisfying δγ 2 L ḡ 3 (η) (12) where ḡ 3 (t) := (1 t) 2 2(2+t+2t 2 t 3 ), η = max{η k} < 1, r = max{r 1, r 2 } with r 1 = α + β L ( 1 + ) 2ατθ (2γ + γτθ)(α + β) 2 1 r 2 = b b 2 2ac a γl(1 + η) a = 1 + 2γ 2, b = 1 η, c = 2γδ, δlη (13) and with l = lim inf k l k satisfying l > equal to the corresponding real number) τ (, 1 θ θ ln η ln((τ+1)θ ) and, (Here. represents the largest integer less than or θ θ(α, x ) = T(α, x ) < 1. (14) Then, the iteration sequence {x k } k= generated by Algorithm NHSS is well defined and converges to x, so that F(x ) =. Proof. We simply follow the proof of Theorem 3.2 in [7] but use the correct function ḡ 3 instead of the incorrect function g 3 defined in the following remark. Remark 1. The corresponding result in [7] used the function bound g 3 (t) = 1 t 2(1 + t 2 ) (1) instead of ḡ 3 in (12) (simply looking at the bottom of first page of the proof in Theorem 3.2 in [7]), i.e., the inequality they have considered is, δγ 2 L g 3 (η). (16) However, condition (16) does not necessarily imply b 2 4ac, which means that r 2 does not necessarily exist (see (13) where b 2 2ac is needed) and the proof of Theorem 3.2 in [7] breaks down. As an example, choose η = 1 2, then g 3( 1 2 ) = 1, ḡ 3( 1 2 ) = 23 1 and for ḡ 3( 2 1 ) = δγ2 L < g 3 ( 1 2 ), we have b2 4ac <. Notice that our condition (12) is equivalent to b 2 4ac. Hence, our version of Theorem 3.2 is correct. Notice also that ḡ 3 (t) < g 3 (t) for each t, (17) so (12) implies (16) but not necessarily vice versa. 3. Semi-Local Convergence Analysis II We need to define some parameters and a sequence needed for the semi-local convergence of NHSS using recurrent functions.

5 Symmetry 219, 11, 981 of 1 Let β, γ, δ, L, L be positive constants and η [, 1). Then, there exists µ such that L = µl. Set c = 2γδ. Define parameters p, q, η and δ by p = (1 + η)µγl, q = p + p 2 + 4γL p, (18) 2 2γL and η = Moreover, define scalar sequence {s k } by µ µ + 2 (19) ξ = µ 2 min{ 2(q η) (1 + η)q η q2, }. (2) (1 + η)µ + 2q (1 + η)q η s =, s 1 = c = 2γδ and for each k = 1, 2,... s k+1 = 1 s k + [p(s 1 γl s k s k 1 ) + η(1 γl s k 1 )](s k s k 1 ). k (21) We need to show the following auxiliary result of majorizing sequences for NHSS using the aforementioned notation. Lemma 1. Let β, γ, δ, L, L be positive constants and η [, 1). Suppose that γ 2 Lδ ξ (22) and η η, (23) where η, ξ are given by (19) and (2), respectively. Then, sequence {s k } defined in (21) is nondecreasing, bounded from above by s = c (24) 1 q and converges to its unique least upper bounds s which satisfies c s s. (2) Proof. Notice that by (18) (23) q (, 1), q > η, η [ 3 3, 1), c >, (1 + η)q η >, (1 + η)q η q 2 > and ξ >. We shall show using induction on k that or equivalently by (21) η γ 2 L < s k+1 s k q(s k s k 1 ) (26) 1 1 γl s k [p(s k s k 1 ) + η(1 γl s k 1 )] q. (27) Estimate (27) holds true for k = 1 by the initial data and since it reduces to showing δ, which is true by (2). Then, by (21) and (27), we have q η (1+η)µ+2q < s 2 s 1 q(s 1 s ), γl s 1 < 1 and s 2 s 1 + q(s 1 s ) = 1 q2 1 q (s 1 s ) < s 1 s 1 q = s.

6 Symmetry 219, 11, of 1 Suppose that (26), γl s k < 1 (28) and s k+1 1 qk+1 1 q (s 1 s ) < s (29) hold true. Next, we shall show that they are true for k replaced by k + 1. It suffices to show that 1 1 γl s k+1 (p(s k+1 s k ) + η(1 γl s k )) q or or or p(s k+1 s k ) + η(1 γl s k ) q(1 γl s k+1 ) p(s k+1 s k ) + η(1 γl s k ) q(1 γl s k+1 ) p(s k+1 s k ) + η(1 γl s 1 ) + γql s k+1 ) q (since s 1 s k ) or 2γδpq k + 2γ 2 ql δ(1 + q q k ) + η(1 2γ 2 L δ) q. (3) Estimate (3) motivates us to introduce recurrent functions f k defined on the interval [, 1) by f k (t) = 2γδpt k + 2γ 2 L δ(1 + t t k )t t + η(1 2γ 2 L δ). (31) Then, we must show instead of (3) that f k (q). (32) We need a relationship between two consecutive functions f k : f k+1 (t) = f k+1 (t) f k (t) + f k (t) = 2γδpt k+1 + 2γ 2 L δ(1 + t +... t k+1 )t t +η(1 2γ 2 L δ) 2γδpt k 2γ 2 L δ(1 + t t k )t +t η(1 2γ 2 L δ) + f k (t) = f k (t) + 2γδg(t)t k, (33) where g(t) = γl t 2 + pt p. (34) Notice that g(q) =. It follows from (32) and (34) that f k+1 (q) = f k (q) for each k. (3) Then, since it suffices to show f (q) = lim k f k(q), (36) f (q) (37)

7 Symmetry 219, 11, of 1 instead of (32). We get by (31) that so, we must show that which reduces to showing that f (q) = 2γ2 L δq 1 q 2γ 2 L δq 1 q δ µ 2γ 2 L q + η(1 2γ 2 L δ) (38) q + η(1 2γ 2 L δ), (39) (1 + η)q η q 2, (4) (1 + η)q η which is true by (22). Hence, the induction for (26), (28) and (29) is completed. It follows that sequence {s k } is nondecreasing, bounded above by s and as such it converges to its unique least upper bound s which satisfies (2). We need the following result. Lemma 2 ([14]). Suppose that conditions (A) hold. Then, the following assertions also hold: (i) F (x) F (y) L x y (ii) F (x) L x y + 2β (iii) If r < γl 1 (x) is nonsingular and satisfies where L = L h + L s. F (x) 1 γ 1 γl x x, (41) Next, we show how to improve Lemma 2 and the rest of the results in [3,7]. Notice that it follows from (i) in Lemma 2 that there exists L > such that F (x) F (x ) L x x for each x Ω. (42) We have that L L (43) holds true and L L can be arbitrarily large [2,12]. Then, we have the following improvement of Lemma 2. Lemma 3. Suppose that conditions (A) hold. Then, the following assertions also hold: (i) F (x) F (y) L x y (ii) F (x) L x y + 2β (iii) If r < γl 1, then F (x) is nonsingular and satisfies Proof. (ii) We have F (x) 1 F (x) = F (x) F (x ) + F (x ) F (x) F (x ) + F (x ) γ 1 γl x x. (44) L x x + F (x ) L x x + 2β.

8 Symmetry 219, 11, of 1 (iii) γ F (x) F (x ) γl x x < 1. (4) It follows from the Banach lemma on invertible operators [1] that F (x) is nonsingular, so that (44) holds. Remark 2. The new estimates (ii) and (iii) are more precise than the corresponding ones in Lemma 2, if L < L. Next, we present the semi-local convergence of NHSS using the majorizing sequence {s n } introduced in Lemma 1. Theorem 2. Assume that conditions (A), (22) and (23) hold. Let η = max{η k } < 1, r = max{r 1, t } with r 1 = α + β L ( 1 + ) 2ατθ (2γ + γτθ)(α + β) 2 1 and s is as in Lemma 1 and with l = lim inf k l k satisfying l > ln η ln((τ+1)θ largest integer less than or equal to the corresponding real number) τ (, 1 θ θ ) and, (Here. represents the θ θ(α, x ) = T(α, x ) < 1. (46) Then, the sequence {x k } k= generated by Algorithm NHSS is well defined and converges to x, so that F(x ) =. Proof. If we follow the proof of Theorem 3.2 in [3,7] but use (44) instead of (41) for the upper bound on the norms F (x k ) 1 we arrive at x k+1 x k (1 + η)γ 1 γl s k F(x k ), (47) where so by (21) F(x k ) L 2 (s k s k 1 ) 2 + η 1 γl s k 1 (s γ(1 + η) k s k 1 ), (48) γ x k+1 x k (1 + η) [ L 1 γl s k 2 (s k s k 1 ) + η 1 γl s k 1 ](s γ(1 + η) k s k 1 ) = s k+1 s k. (49) We also have that x k+1 x x k+1 x k + x k x k x 1 x s k+1 s k + s k s k s 1 s = s k+1 s < s. It follows from Lemma 1 and (49) that sequence {x k } is complete in a Banach space R n and as such it converges to some x Ū(x, r) (since Ū(x, r) is a closed set). However, T(α; x ) < 1 [4] and NHSS, we deduce that F(x ) =. Remark 3. (a) The point s can be replaced by s (given in closed form by (24)) in Theorem 2. (b) Suppose there exist nonnegative constants L h, L s such that for all x U(x, r) Ω H(x) H(x ) L h x x and S(x) S(x ) L s x x.

9 Symmetry 219, 11, of 1 Set L = L h + L s. Define Ω 1 = Ω U(x, 1 γl ). Replace condition (A 2 ) by (A 2 ) There exist nonnegative constants L h and L s such that for all x, y U(x, r) Ω 1 H(x) H(y) L h x y S(x) S(y) L s x y. Set L = L h + L s. Notice that L h L h, L s Ls and L L, () since Ω 1 Ω. Denote the conditions (A 1 ) and (A 2 ) by (A ). Then, clearly the results of Theorem 2 hold with conditions (A ), Ω 1, L replacing conditions (A), Ω and L, respectively (since the iterates {x k } remain in Ω 1 which is a more precise location than Ω ). Moreover, the results can be improved even further, if we use the more accurate set Ω 2 containing iterates {x k} defined by Ω 2 := Ω U(x 1 1, γl γδ). Denote corresponding to L constant by L and corresponding conditions to (A ) by (A ). Notice that (see also the numerical examples) Ω 2 Ω1 Ω. In view of (), the results of Theorem 2 are improved and under the same computational cost. (c) The same improvements as in (b) can be made in the case of Theorem 1. The majorizing sequence {t n } in [3,7] is defined by t =, t 1 = c = 2γδ t k+1 = 1 t k + [p(t 1 γlt k t k 1 ) + η(1 γlt k 1 )](t k t k 1 ). k (1) Next, we show that our sequence {s n } is tighter than {t n }. Proposition 1. Under the conditions of Theorems 1 and 2, the following items hold (i) (ii) s n t n s n+1 s n t n+1 t n and (iii) s t = lim k t k r 2. Proof. We use a simple inductive argument, (21), (1) and (43). Remark 4. Majorizing sequences using L or L are even tighter than sequence {s n }. 4. Special Cases and Numerical Examples Example 1. The semi-local convergence of inexact Newton methods was presented in [14] under the conditions F (x ) 1 F(x ) β, F (x ) 1 (F (x) F (y)) γ x y, F (x ) 1 s n F (x ) 1 F(x n ) η n and where g 1 (η) = βγ g 1 (η), (4η + ) 3 (2η η + 11) (1 + η)(1 η) 2.

10 Symmetry 219, 11, of 1 More recently, Shen and Li [11] substituted g 1 (η) with g 2 (η), where g 2 (η) = (1 η) 2 (1 + η)(2(1 + η) η(1 η) 2 ). Estimate (22) can be replaced by a stronger one but directly comparable to (2). Indeed, let us define a scalar sequence {u n } (less tight than {s n }) by u =, u 1 = 2γδ, u k+1 = u k + ( 1 2 ρ(u k u k 1 ) + η) 1 ρu k (u k u k 1 ), (2) where ρ = γl (1 + η)µ. Moreover, define recurrent functions f k on the interval [, 1) by f k (t) = 1 2 ρctk 1 + ρc(1 + t t k 1 )t + η t and function g(t) = t 2 + t Set q = 1 2. Moreover, define function g 4 on the interval [, 1 2 ) by g 4 (η) = Then, following the proof of Lemma 1, we obtain: Lemma 4. Let β, γ, δ, L, L be positive constants and η [, 1 2 ). Suppose that 1 2η 4(1 + η). (3) γ 2 Lδ g 4 (η) (4) Then, sequence {u k } defined by (2) is nondecreasing, bounded from above by u = c 1 q and converges to its unique least upper bound u which satisfies c u u. Proposition 2. Suppose that conditions (A) and (4) hold with r = min{r 1, u }. Then, sequence {x n } generated by algorithm NHSS is well defined and converges to x which satisfies F(x ) =. These bound functions are used to obtain semi-local convergence results for the Newton HSS method as a subclass of these techniques. In Figures 1 and 2, we can see the graphs of the four bound functions g 1, g 2, ḡ 3 and g 4. Clearly our bound function ḡ 3 improves all the earlier results. Moreover, as noted before, function g 3 cannot be used, since it is an incorrect bound function.

11 Symmetry 219, 11, of Figure 1. Graphs of g 1 (t) (Violet), g 2 (t) (Green), ḡ 3 (Red) Figure 2. Graphs of g 1 (t) (Violet), g 2 (t) (Green), ḡ 3 (Red) and g 4 (Blue). In the second example we compare the convergence criteria (22) and (12). Example 2. Let η = 1, Ω = Ω = U(x, 1 λ), x = 1, λ [, 1). Define function F on Ω by F(x) = x 3 λ. () Then, using () and the condition (A), we get γ = 1 3, δ = 1 λ, L = 6(2 λ), L = 3(3 λ) and µ = 2(2 λ) 3 λ. Choosing λ =.8., we get L = 7.2, L = 6.6, δ =.2, µ = , η =.94882, p = 1.392, q = , γ 2 Lδ =.16. Let η =.16 < η, then, ḡ 3 (.16) = , ξ = min{ ,.24664} = Hence the old condition (12) is not satisfied, since γ 2 Lδ > ḡ 3 (.16). However, the new condition (22) is satisfied, since γ 2 Lδ < ξ. Hence, the new results expand the applicability of NHSS method. The next example is used for the reason already mentioned in (iii) of the introduction.

12 Symmetry 219, 11, of 1 Example 3. Consider the two-dimensional nonlinear convection diffusion equation [7] (u xx + u yy ) + q(u x + u y ) = e u, (x, y) Ω u(x, y) = (x, y) Ω (6) where Ω = (, 1) (, 1) and Ω is the boundary of Ω. Here q > is a constant to control the magnitude of the convection terms (see [7,1,16]). As in [7], we use classical five-point finite difference scheme with second order central difference for both convection and diffusion terms. If N defines number of interior nodes along one co-ordinate direction, then h = N+1 1 and Re = qh 2 denotes the equidistant step-size and the mesh Reynolds number, respectively. Applying the above scheme to (6), we obtain the following system of nonlinear equations: Āu + h 2 e u = where the coefficient matrix Ā is given by u = (u 1, u 2,..., u N ) T, u i = (u i1, u i2,..., u in ) T, i = 1, 2,..., N, Ā = T x I + I T y. Here, is the Kronecker product, T x and T y are the tridiagonal matrices T x = tridiag( 1 Re, 4, 1 + Re), T y = tridiag( 1 Re,, 1 + Re). In our computations, N is chosen as 99 so that the total number of nodes are 1 1. We use α = qh 2 as in [7] and we consider two choices for η k i.e., η k =.1 and η k =.1 for all k. The results obtained in our computation is given in Figures 3 6. The total number of inner iterations is denoted by IT, the total number of outer iterations is denoted by OT and the total CPU time is denoted by t. η =.1 η = η =.1 η = η =.1 η = inner iterations outer iterations CPU time (inner iterations) (a) (b) (c) Figure 3. Plots of (a) inner iterations vs. log( F(x k ) ), (b) outer iterations vs. log( F(x k ) ), (c) CPU time vs. log( F(x k ) ) for q = 6 and x = e.

13 Symmetry 219, 11, of 1 η =.1 η = η =.1 η = inner iterations outer iterations -2-2 η =.1 η = CPU time (inner iterations) (a) (b) (c) Figure 4. Plots of (a) inner iterations vs. log( F(x k ) ), (b) outer iterations vs. log( F(x k ) ), (c) CPU time vs. log( F(x k ) ) for q = 2 and x = e η =.1 η = η =.1 η = inner iterations ) outer iterations η =.1 η = CPU time (inner iterations) (a) (b) (c) Figure. Plots of (a) inner iterations vs. log( F(x k ) ), (b) outer iterations vs. log( F(x k ) ), (c) CPU time vs. log( F(x k ) ) for q = 6 and x = 6e η =.1 η = η =.1 η = inner iterations outer iterations η =.1 η = CPU time (inner iterations) (a) (b) (c) Figure 6. Plots of (a) inner iterations vs. log( F(x k ) ), (b) outer iterations vs. log( F(x k ) ), (c) CPU time vs. log( F(x k ) ) for q = 2 and x = 6e.

14 Symmetry 219, 11, of 1. Conclusions A major problem for iterative methods is the fact that the convergence domain is small in general, limiting the applicability of these methods. Therefore, the same is true, in particular for Newton Hermitian, skew-hermitian and their variants such as the NHSS and other related methods [4 6,11,13,14]. Motivated by the work in [7] (see also [4 6,11,13,14]) we: (a) (b) Extend the convergence domain of NHSS method without additional hypotheses. This is done in Section 3 using our new idea of recurrent functions. Examples, where the new sufficient convergence criteria hold (but not previous ones), are given in Section 4 (see also the remarks in Section 3). The sufficient convergence criterion (16) given in [7] is false. Therefore, the rest of the results based on (16) do not hold. We have revisited the proofs to rectify this problem. Fortunately, the results can hold if (16) is replaced with (12). This can easily be observed in the proof of Theorem 3.2 in [7]. Notice that the issue related to the criteria (16) is not shown in Example 4., where convergence is established due to the fact that the validity of (16) is not checked. The convergence criteria obtained here are not necessary too. Along the same lines, our technique in Section 3 can be used to extend the applicability of other iterative methods discussed in [1 6,8,9,12 16]. Author Contributions: Conceptualization: I.K.A., S.G.; Editing: S.G., C.G.; Data curation: C.G. and A.A.M. Funding: This research received no external funding. Conflicts of Interest: The authors declare no conflict of interest. References 1. Argyros, I.K.; Szidarovszky, F. The Theory and Applications of Iteration Methods; CRC Press: Boca Raton, FL, USA, Argyros, I.K.; Magréñan, A.A. A Contemporary Study of Iterative Methods; Elsevier (Academic Press): New York, NY, USA, Argyros, I.K.; George, S. Local convergence for an almost sixth order method for solving equations under weak conditions. SeMA J. 218, 7, [CrossRef] 4. Bai, Z.Z.; Golub, G.H.; Ng, M.K. Hermitian and skew-hermitian splitting methods for non-hermitian positive definite linear systems. SIAM J. Matrix Anal. Appl. 23, 24, [CrossRef]. Bai, Z.Z.; Guo, X.P. The Newton-HSS methods for systems of nonlinear equations with positive-definite Jacobian matrices. J. Comput. Math. 21, 28, Dembo, R.S.; Eisenstat, S.C.; Steihaug, T. Inexact Newton methods. SIAM J. Numer. Anal. 1982, 19, [CrossRef] 7. Guo, X.P.; Duff, I.S. Semi-local and global convergence of the Newton-HSS method for systems of nonlinear equations. Numer. Linear Algebra Appl. 211, 18, [CrossRef] 8. Magreñán, A.A. Different anomalies in a Jarratt family of iterative root finding methods. Appl. Math. Comput. 214, 233, Magreñán, A.A. A new tool to study real dynamics: The convergence plane. Appl. Math. Comput. 214, 248, [CrossRef] 1. Ortega, J.M.; Rheinboldt, W.C. Iterative Solution of Nonlinear Equations in Several Variables; Academic Press: New York, NY, USA, Shen, W.P.; Li, C. Kantorovich-type convergence criterion for inexact Newton methods. Appl. Numer. Math. 29, 9, [CrossRef] 12. Argyros, I.K. Local convergence of inexact Newton-like-iterative methods and applications. Comput. Math. Appl. 2, 39, [CrossRef] 13. Eisenstat, S.C.; Walker, H.F. Choosing the forcing terms in an inexact Newton method. SIAM J. Sci. Comput. 1996, 17, [CrossRef] 14. Guo, X.P. On semilocal convergence of inexact Newton methods. J. Comput. Math. 27, 2,

15 Symmetry 219, 11, of 1 1. Axelsson, O.; Catey, G.F. On the numerical solution of two-point singularly perturbed value problems, Computer Methods in Applied Mechanics and Engineering. Comput. Methods Appl. Mech. Eng. 198,, [CrossRef] 16. Axelsson, O.; Nikolova, M. Avoiding slave points in an adaptive refinement procedure for convection-diffusion problems in 2D. Computing 1998, 61, [CrossRef] c 219 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

Διαβάστε περισσότερα

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Chi-Kwong Li Department of Mathematics The College of William and Mary Williamsburg, Virginia 23187-8795

Διαβάστε περισσότερα

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

Διαβάστε περισσότερα

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

Διαβάστε περισσότερα

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal

Διαβάστε περισσότερα

Partial Differential Equations in Biology The boundary element method. March 26, 2013

Partial Differential Equations in Biology The boundary element method. March 26, 2013 The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet

Διαβάστε περισσότερα

Coefficient Inequalities for a New Subclass of K-uniformly Convex Functions

Coefficient Inequalities for a New Subclass of K-uniformly Convex Functions International Journal of Computational Science and Mathematics. ISSN 0974-89 Volume, Number (00), pp. 67--75 International Research Publication House http://www.irphouse.com Coefficient Inequalities for

Διαβάστε περισσότερα

Concrete Mathematics Exercises from 30 September 2016

Concrete Mathematics Exercises from 30 September 2016 Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

Διαβάστε περισσότερα

Uniform Convergence of Fourier Series Michael Taylor

Uniform Convergence of Fourier Series Michael Taylor Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula

Διαβάστε περισσότερα

Tridiagonal matrices. Gérard MEURANT. October, 2008

Tridiagonal matrices. Gérard MEURANT. October, 2008 Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,

Διαβάστε περισσότερα

SOME PROPERTIES OF FUZZY REAL NUMBERS

SOME PROPERTIES OF FUZZY REAL NUMBERS Sahand Communications in Mathematical Analysis (SCMA) Vol. 3 No. 1 (2016), 21-27 http://scma.maragheh.ac.ir SOME PROPERTIES OF FUZZY REAL NUMBERS BAYAZ DARABY 1 AND JAVAD JAFARI 2 Abstract. In the mathematical

Διαβάστε περισσότερα

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

Διαβάστε περισσότερα

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

Διαβάστε περισσότερα

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

Διαβάστε περισσότερα

New bounds for spherical two-distance sets and equiangular lines

New bounds for spherical two-distance sets and equiangular lines New bounds for spherical two-distance sets and equiangular lines Michigan State University Oct 8-31, 016 Anhui University Definition If X = {x 1, x,, x N } S n 1 (unit sphere in R n ) and x i, x j = a

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

Problem Set 3: Solutions

Problem Set 3: Solutions CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

Διαβάστε περισσότερα

6.3 Forecasting ARMA processes

6.3 Forecasting ARMA processes 122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

C.S. 430 Assignment 6, Sample Solutions

C.S. 430 Assignment 6, Sample Solutions C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order

Διαβάστε περισσότερα

ST5224: Advanced Statistical Theory II

ST5224: Advanced Statistical Theory II ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems

ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems ES440/ES911: CFD Chapter 5. Solution of Linear Equation Systems Dr Yongmann M. Chung http://www.eng.warwick.ac.uk/staff/ymc/es440.html Y.M.Chung@warwick.ac.uk School of Engineering & Centre for Scientific

Διαβάστε περισσότερα

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch: HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

Διαβάστε περισσότερα

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

Διαβάστε περισσότερα

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

6.1. Dirac Equation. Hamiltonian. Dirac Eq. 6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2

Διαβάστε περισσότερα

Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X.

Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X. Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequalit for metrics: Let (X, d) be a metric space and let x,, z X. Prove that d(x, z) d(, z) d(x, ). (ii): Reverse triangle inequalit for norms:

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

Διαβάστε περισσότερα

Numerical Analysis FMN011

Numerical Analysis FMN011 Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

Διαβάστε περισσότερα

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We

Διαβάστε περισσότερα

Fractional Colorings and Zykov Products of graphs

Fractional Colorings and Zykov Products of graphs Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is

Διαβάστε περισσότερα

Finite difference method for 2-D heat equation

Finite difference method for 2-D heat equation Finite difference method for 2-D heat equation Praveen. C praveen@math.tifrbng.res.in Tata Institute of Fundamental Research Center for Applicable Mathematics Bangalore 560065 http://math.tifrbng.res.in/~praveen

Διαβάστε περισσότερα

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =? Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ. Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

Διαβάστε περισσότερα

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R + Chapter 3. Fuzzy Arithmetic 3- Fuzzy arithmetic: ~Addition(+) and subtraction (-): Let A = [a and B = [b, b in R If x [a and y [b, b than x+y [a +b +b Symbolically,we write A(+)B = [a (+)[b, b = [a +b

Διαβάστε περισσότερα

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that

Διαβάστε περισσότερα

Homomorphism in Intuitionistic Fuzzy Automata

Homomorphism in Intuitionistic Fuzzy Automata International Journal of Fuzzy Mathematics Systems. ISSN 2248-9940 Volume 3, Number 1 (2013), pp. 39-45 Research India Publications http://www.ripublication.com/ijfms.htm Homomorphism in Intuitionistic

Διαβάστε περισσότερα

Reminders: linear functions

Reminders: linear functions Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U

Διαβάστε περισσότερα

A Note on Intuitionistic Fuzzy. Equivalence Relation

A Note on Intuitionistic Fuzzy. Equivalence Relation International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com

Διαβάστε περισσότερα

On Numerical Radius of Some Matrices

On Numerical Radius of Some Matrices International Journal of Mathematical Analysis Vol., 08, no., 9-8 HIKARI Ltd, www.m-hikari.com https://doi.org/0.988/ijma.08.75 On Numerical Radius of Some Matrices Shyamasree Ghosh Dastidar Department

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER ORDINAL ARITHMETIC JULIAN J. SCHLÖDER Abstract. We define ordinal arithmetic and show laws of Left- Monotonicity, Associativity, Distributivity, some minor related properties and the Cantor Normal Form.

Διαβάστε περισσότερα

2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p)

2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p) Uppsala Universitet Matematiska Institutionen Andreas Strömbergsson Prov i matematik Funktionalanalys Kurs: F3B, F4Sy, NVP 2005-03-08 Skrivtid: 9 14 Tillåtna hjälpmedel: Manuella skrivdon, Kreyszigs bok

Διαβάστε περισσότερα

( ) 2 and compare to M.

( ) 2 and compare to M. Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8

Διαβάστε περισσότερα

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

Διαβάστε περισσότερα

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

Διαβάστε περισσότερα

Commutative Monoids in Intuitionistic Fuzzy Sets

Commutative Monoids in Intuitionistic Fuzzy Sets Commutative Monoids in Intuitionistic Fuzzy Sets S K Mala #1, Dr. MM Shanmugapriya *2 1 PhD Scholar in Mathematics, Karpagam University, Coimbatore, Tamilnadu- 641021 Assistant Professor of Mathematics,

Διαβάστε περισσότερα

Lecture 21: Properties and robustness of LSE

Lecture 21: Properties and robustness of LSE Lecture 21: Properties and robustness of LSE BLUE: Robustness of LSE against normality We now study properties of l τ β and σ 2 under assumption A2, i.e., without the normality assumption on ε. From Theorem

Διαβάστε περισσότερα

Math221: HW# 1 solutions

Math221: HW# 1 solutions Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin

Διαβάστε περισσότερα

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο

Διαβάστε περισσότερα

( y) Partial Differential Equations

( y) Partial Differential Equations Partial Dierential Equations Linear P.D.Es. contains no owers roducts o the deendent variables / an o its derivatives can occasionall be solved. Consider eamle ( ) a (sometimes written as a ) we can integrate

Διαβάστε περισσότερα

J. of Math. (PRC) Banach, , X = N(T ) R(T + ), Y = R(T ) N(T + ). Vol. 37 ( 2017 ) No. 5

J. of Math. (PRC) Banach, , X = N(T ) R(T + ), Y = R(T ) N(T + ). Vol. 37 ( 2017 ) No. 5 Vol. 37 ( 2017 ) No. 5 J. of Math. (PRC) 1,2, 1, 1 (1., 225002) (2., 225009) :. I +AT +, T + = T + (I +AT + ) 1, T +. Banach Hilbert Moore-Penrose.. : ; ; Moore-Penrose ; ; MR(2010) : 47L05; 46A32 : O177.2

Διαβάστε περισσότερα

Lecture 34 Bootstrap confidence intervals

Lecture 34 Bootstrap confidence intervals Lecture 34 Bootstrap confidence intervals Confidence Intervals θ: an unknown parameter of interest We want to find limits θ and θ such that Gt = P nˆθ θ t If G 1 1 α is known, then P θ θ = P θ θ = 1 α

Διαβάστε περισσότερα

D Alembert s Solution to the Wave Equation

D Alembert s Solution to the Wave Equation D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique

Διαβάστε περισσότερα

Section 7.6 Double and Half Angle Formulas

Section 7.6 Double and Half Angle Formulas 09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)

Διαβάστε περισσότερα

5. Choice under Uncertainty

5. Choice under Uncertainty 5. Choice under Uncertainty Daisuke Oyama Microeconomics I May 23, 2018 Formulations von Neumann-Morgenstern (1944/1947) X: Set of prizes Π: Set of probability distributions on X : Preference relation

Διαβάστε περισσότερα

w o = R 1 p. (1) R = p =. = 1

w o = R 1 p. (1) R = p =. = 1 Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:

Διαβάστε περισσότερα

Lecture 12: Pseudo likelihood approach

Lecture 12: Pseudo likelihood approach Lecture 12: Pseudo likelihood approach Pseudo MLE Let X 1,...,X n be a random sample from a pdf in a family indexed by two parameters θ and π with likelihood l(θ,π). The method of pseudo MLE may be viewed

Διαβάστε περισσότερα

Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1

Main source: Discrete-time systems and computer control by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 A Brief History of Sampling Research 1915 - Edmund Taylor Whittaker (1873-1956) devised a

Διαβάστε περισσότερα

A General Note on δ-quasi Monotone and Increasing Sequence

A General Note on δ-quasi Monotone and Increasing Sequence International Mathematical Forum, 4, 2009, no. 3, 143-149 A General Note on δ-quasi Monotone and Increasing Sequence Santosh Kr. Saxena H. N. 419, Jawaharpuri, Badaun, U.P., India Presently working in

Διαβάστε περισσότερα

Srednicki Chapter 55

Srednicki Chapter 55 Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third

Διαβάστε περισσότερα

Bounding Nonsplitting Enumeration Degrees

Bounding Nonsplitting Enumeration Degrees Bounding Nonsplitting Enumeration Degrees Thomas F. Kent Andrea Sorbi Università degli Studi di Siena Italia July 18, 2007 Goal: Introduce a form of Σ 0 2-permitting for the enumeration degrees. Till now,

Διαβάστε περισσότερα

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8  questions or comments to Dan Fetter 1 Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test

Διαβάστε περισσότερα

Arithmetical applications of lagrangian interpolation. Tanguy Rivoal. Institut Fourier CNRS and Université de Grenoble 1

Arithmetical applications of lagrangian interpolation. Tanguy Rivoal. Institut Fourier CNRS and Université de Grenoble 1 Arithmetical applications of lagrangian interpolation Tanguy Rivoal Institut Fourier CNRS and Université de Grenoble Conference Diophantine and Analytic Problems in Number Theory, The 00th anniversary

Διαβάστε περισσότερα

1 String with massive end-points

1 String with massive end-points 1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε

Διαβάστε περισσότερα

Finite Field Problems: Solutions

Finite Field Problems: Solutions Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The

Διαβάστε περισσότερα

Online Appendix I. 1 1+r ]}, Bψ = {ψ : Y E A S S}, B W = +(1 s)[1 m (1,0) (b, e, a, ψ (0,a ) (e, a, s); q, ψ, W )]}, (29) exp( U(d,a ) (i, x; q)

Online Appendix I. 1 1+r ]}, Bψ = {ψ : Y E A S S}, B W = +(1 s)[1 m (1,0) (b, e, a, ψ (0,a ) (e, a, s); q, ψ, W )]}, (29) exp( U(d,a ) (i, x; q) Online Appendix I Appendix D Additional Existence Proofs Denote B q = {q : A E A S [0, +r ]}, Bψ = {ψ : Y E A S S}, B W = {W : I E A S R}. I slightly abuse the notation by defining B q (L q ) the subset

Διαβάστε περισσότερα

On a four-dimensional hyperbolic manifold with finite volume

On a four-dimensional hyperbolic manifold with finite volume BULETINUL ACADEMIEI DE ŞTIINŢE A REPUBLICII MOLDOVA. MATEMATICA Numbers 2(72) 3(73), 2013, Pages 80 89 ISSN 1024 7696 On a four-dimensional hyperbolic manifold with finite volume I.S.Gutsul Abstract. In

Διαβάστε περισσότερα

Section 9.2 Polar Equations and Graphs

Section 9.2 Polar Equations and Graphs 180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify

Διαβάστε περισσότερα

Generating Set of the Complete Semigroups of Binary Relations

Generating Set of the Complete Semigroups of Binary Relations Applied Mathematics 06 7 98-07 Published Online January 06 in SciRes http://wwwscirporg/journal/am http://dxdoiorg/036/am067009 Generating Set of the Complete Semigroups of Binary Relations Yasha iasamidze

Διαβάστε περισσότερα

Local Approximation with Kernels

Local Approximation with Kernels Local Approximation with Kernels Thomas Hangelbroek University of Hawaii at Manoa 5th International Conference Approximation Theory, 26 work supported by: NSF DMS-43726 A cubic spline example Consider

Διαβάστε περισσότερα

PARTIAL NOTES for 6.1 Trigonometric Identities

PARTIAL NOTES for 6.1 Trigonometric Identities PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot

Διαβάστε περισσότερα

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

Διαβάστε περισσότερα

Solutions to Exercise Sheet 5

Solutions to Exercise Sheet 5 Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X

Διαβάστε περισσότερα

Research Article Existence of Positive Solutions for m-point Boundary Value Problems on Time Scales

Research Article Existence of Positive Solutions for m-point Boundary Value Problems on Time Scales Hindawi Publishing Corporation Discrete Dynamics in Nature and Society Volume 29, Article ID 189768, 12 pages doi:1.1155/29/189768 Research Article Existence of Positive Solutions for m-point Boundary

Διαβάστε περισσότερα

MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS

MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS FUMIE NAKAOKA AND NOBUYUKI ODA Received 20 December 2005; Revised 28 May 2006; Accepted 6 August 2006 Some properties of minimal closed sets and maximal closed

Διαβάστε περισσότερα

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

Διαβάστε περισσότερα

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits. EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.

Διαβάστε περισσότερα

A Two-Sided Laplace Inversion Algorithm with Computable Error Bounds and Its Applications in Financial Engineering

A Two-Sided Laplace Inversion Algorithm with Computable Error Bounds and Its Applications in Financial Engineering Electronic Companion A Two-Sie Laplace Inversion Algorithm with Computable Error Bouns an Its Applications in Financial Engineering Ning Cai, S. G. Kou, Zongjian Liu HKUST an Columbia University Appenix

Διαβάστε περισσότερα

Lecture 13 - Root Space Decomposition II

Lecture 13 - Root Space Decomposition II Lecture 13 - Root Space Decomposition II October 18, 2012 1 Review First let us recall the situation. Let g be a simple algebra, with maximal toral subalgebra h (which we are calling a CSA, or Cartan Subalgebra).

Διαβάστε περισσότερα

Μηχανική Μάθηση Hypothesis Testing

Μηχανική Μάθηση Hypothesis Testing ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Μηχανική Μάθηση Hypothesis Testing Γιώργος Μπορμπουδάκης Τμήμα Επιστήμης Υπολογιστών Procedure 1. Form the null (H 0 ) and alternative (H 1 ) hypothesis 2. Consider

Διαβάστε περισσότερα

Generalized Quasilinearization versus Newton s Method for Convex-Concave Functions

Generalized Quasilinearization versus Newton s Method for Convex-Concave Functions www.ccsenet.org/jmr Journal of Mathematics Research Vol., No. 3; August 010 Generalized Quasilinearization versus Newton s Method for Convex-Concave Functions Cesar Martínez-Garza (Corresponding author)

Διαβάστε περισσότερα

Two-parameter preconditioned NSS method for non-hermitian and positive definite linear systems

Two-parameter preconditioned NSS method for non-hermitian and positive definite linear systems 013 9 7 3 Sept. 013 Communication on Applied Mathematics and Computation Vol.7 No.3 DOI 10.3969/j.issn.1006-6330.013.03.005 Two-parameter preconditioned NSS method for non-hermitian and positive definite

Διαβάστε περισσότερα