On the Inverting of a General Heptadiagonal Matrix

Size: px
Start display at page:

Download "On the Inverting of a General Heptadiagonal Matrix"

Transcription

1 British Journal of Applied Science & Technology 18(5): 1-, 2016; Article no.bjast.313 ISSN: , NLM ID: SCIENCEDOMAIN international On the Inverting of a General Heptadiagonal Matri A. A. Karawia 1,2 1 Mathematics Department, Faculty of Science, Mansoura University, Mansoura 35516, Egypt. 2 Computer Science Unit, Deanship of Educational Services, Qassim University, P.O.Bo 6595, Buraidah 51452, Saudi Arabia. Author s contribution The sole author designed, analyzed and interpreted and prepared the manuscript. Article Information DOI: /BJAST/2016/313 Editor(s): (1) Orlando Manuel da Costa Gomes, Professor of Economics, Lisbon Accounting and Business School (ISCAL), Lisbon Polytechnic Institute, Portugal. Reviewers: (1) Jia Liu, University of West Florida, USA. (2) Hammad Khalil, University of Education (Attock Campus), Lahore, Pakistan. (3) Gerald Bourgeois, University of French Polynesia and University of Ai-Marseille, France. Complete Peer review History: Received: 26 th December 2016 Accepted: 21 st January 2017 Original Research Article Published: 28 th January 2017 ABSTRACT In this paper, the author presents a new algorithm computing the inverse of any nonsingular heptadiagonal matri. The computational cost of our algorithms is O(n 2 ) operations in C. The algorithms are suitable for implementation using computer algebra system such as MAPLE, MATLAB and MATHEMATICA. Eamples are given to illustrate the efficiency of the algorithms. Keywords: Heptadiagonal matrices; LU factorization; Determinants; Computer algebra systems(cas) Mathematics Subject Classification: 15A15, 15A23, 68W30, 11Y05, 33F10, F.2.1, G.1.0. *Corresponding author: abibka@gmail.com;

2 1 INTRODUCTION The n n general heptadiagonal matrices take the form: H = d 1 e 1 f 1 g 1 c 2 d 2 e 2 f 2 g 2 b 3 c 3 d 3 e 3 f 3 g 3 0 a 4 b 4 c 4 d 4 e 4 f 4 g a n 3 b n 3 c n 3 d n 3 e n 3 f n 3 g n 3 0 a n 2 b n 2 c n 2 d n 2 e n 2 f n 2 a n 1 b n 1 c n 1 d n 1 e n 1 a n b n c n d n, n > 4. (1.1) where {a i } 4 i n, {b i } 3 i n, {c i } 2 i n, {d i } 1 i n, {e i } 1 i n, {f i } 1 i n, and {g i } 1 i n are sequences of numbers such that g i 0, g n 2 = g n 1 = g n = 1 and f n 1 = f n = e n = 0. Heptadiagonal matrices frequently arise from boundary value problems. The heptadiagonal systems emanate in many numerical models, for eample the traditional discretization of the implicit method to resolve partial differential equations on 3-D problems with regular grids. Also, these kinds of matrices appear in many areas of science and engineering[[1]-[9]]. So a good technique for computing the inverse of such matrices is required. To the best of our knowledge, the inversion of a general heptadiagonal matri of the form (1.1) has not been considered. In [10], Karawia described a reliable symbolic computational algorithm for inverting general cyclic heptadiagonal matrices by using parallel computing along with recursion. An eplicit formula for the determinant of a heptadiagonal symmetric matri is given in[6]. Many researchers studied special cases of heptadiagonal matri. In [11], the authors presented a symbolic algorithm for finding the inverse of any general nonsingular tridiagonal matri. A new efficient computational algorithm to find the inverse of a general tridiagonal matri is presented in [] based on the Doolittle LU factorization. In [13], the authors introduced a computationally efficient algorithm to obtain the inverse of a tridiagonal matri and a pentadiagonal matri and they assumed few conditions to avoid failure in their own algorithm. The motivation of the current paper is to establish efficient algorithms for inverting heptadiagonal matri. I generalized the algorithm[13] to find the inverse of a general invertible heptadiagonal matri and we presented an efficient symbolic algorithm to find the inverse of such matrices. The development of a symbolic algorithm is considered in order to remove all cases where the numeric algorithm fails when at least one of g i at least equals to 0, i = 1, 2,..., n 3. If, for every i such that g i = 0, then I put g i = t for a small t 0. The current work will be in the field of comple numbers C. The paper is organized as follows: In Section 2, the main result is presented. New numeric and symbolic algorithms are given in Section 3. In Section 4, illustrative eamples are presented. Conclusions of the work are given in Section 5. 2 MAIN RESULTS In this section, we present recurrence formulas for the columns of the inverse of a heptadiagonal matri H. When the matri H is nonsingular, its inversion is computed as follows. Let H 1 = [S ij] 1 i,j n = [Col 1, Col 2,..., Col n] where Col k is the kth column of the inverse matri H 1. 2

3 By using the fact HH 1 = I n, where I n is the identity matri, the first (n 3) columns can be obtained by relations where E k is the kth unit vector. From (2.1), we note that if we know the last three columns Col n, Col n 1, and Col n 2 then we can recursively compute the remaining (n 3) columns Col n 3, Col n 4,..., Col 1. At this point it is convenient to give recurrence formulas for computing Col n, Col n 1, and Col n 2. Consider the sequence of numbers {A i } 1 i n+3, {B i } 1 i n+3,and {C i } 1 i n+3 characterized by a term recurrence relations and A 1 = 0, A 2 = 0, A 3 = 1, d 1 A 1 + e 1 A 2 + f 1 A 3 + g 1 A 4 = 0, c 2 A 1 + d 2 A 2 + e 2 A 3 + f 2 A 4 + g 2 A 5 = 0, b 3 A 1 + c 3 A 2 + d 3 A 3 + e 3 A 4 + f 3 A 5 + g 3 A 6 = 0, a ia i 3 + b ia i 2 + c ia i 1 + d ia i + e ia i+1 + f ia i+2 + g ia i+3 = 0, i 4, B 1 = 0, B 2 = 1, B 3 = 0, d 1 B 1 + e 1 B 2 + f 1 B 3 + g 1 B 4 = 0, c 2B 1 + d 2B 2 + e 2B 3 + f 2B 4 + g 2B 5 = 0, b 3 B 1 + c 3 B 2 + d 3 B 3 + e 3 B 4 + f 3 B 5 + g 3 B 6 = 0, a i B i 3 + b i B i 2 + c i B i 1 + d i B i + e i B i+1 + f i B i+2 + g i B i+3 = 0, i 4, C 1 = 1, C 2 = 0, C 3 = 0, d 1 C 1 + e 1 C 2 + f 1 C 3 + g 1 C 4 = 0, c 2 C 1 + d 2 C 2 + e 2 C 3 + f 2 C 4 + g 2 C 5 = 0, b 3C 1 + c 3C 2 + d 3C 3 + e 3C 4 + f 3C 5 + g 3C 6 = 0, a ic i 3 + b ic i 2 + c ic i 1 + d ic i + e ic i+1 + f ic i+2 + g ic i+3 = 0, i 4. (2.1) (2.2) (2.3) 3

4 Now, we can give matri forms for term recurrences (2.2), (2.3) and (2.4) HA = A n+1 E n 2 A n+2 E n 1 A n+3 E n, (2.4) HB = B n+1 E n 2 B n+2 E n 1 B n+3 E n, (2.5) HC = C n+1 E n 2 C n+2 E n 1 C n+3 E n, (2.6) where A = [A 1, A 2,..., A n] t, B = [B 1, B 2,..., B n] t, and C = [C 1, C 2,..., C n] t. Let s define the following determinants: A i A n+2 A n+3 X i = B i B n+2 B n+3, C i C n+2 C n+3 i = 1, 2,..., n + 1, (2.7) Y i = Z i = By simple calculations, we have A i A n+1 A n+3 B i B n+1 B n+3 C i C n+1 C n+3 A i A n+1 A n+2 B i B n+1 B n+2 C i C n+1 C n+2, i = 1, 2,..., n + 2, (2.8), i = 1, 2,..., n + 3. (2.9) HX = X n+1 E n 2, (2.10) HY = Y n+2e n 1, (2.11) HZ = Z n+3 E n, (2.) where X = [X 1, X 2,..., X n ] t, Y = [Y 1, Y 2,..., Y n ] t, and Z = [Z 1, Z 2,..., Z n ] t. Remark 2.1. X n+1 = Y n+2 = Z n+3. Theorem 2.1.(generalization version of theorem 3.1 in [13]) H is invertible iff X n+1 0 and, for every i, g i 0. Moreover [ Z1 Col n =, Z 2,..., Z ] t n, (2.13) X n+1 X n+1 X n+1 Col n 1 = Col n 2 = [ Y1 X n+1, Y 2 X n+1,..., ] t Y n ], (2.14) X n+1 [ ] t X1, X2,..., Xn. (2.15) X n+1 X n+1 X n+1 Proof. Since det(h) = ( n 3 i=1 g i) Xn+1. So if H is invertible then X n+1 0 and if X n+1 0 and g i 0 for every i then det(h) 0 and H is invertible.from (2.11), (2.) and (2.13) we obtain Col n, Col n 1, and Col n 2. The proof is completed. Remark 2.2. If, for every i such that g i = 0, we put g i = t for a small t 0, and if H t=0 is invertible, then X n+1 (t) 0.then H is invertible. 4

5 3 NEW NUMERIC AND SYMBOLIC ALGORITHMS FOR THE INVERSE OF HEPTADIAGONAL MATRIX In this section, we formulate the result in the previous section. It is a numerical algorithm to compute the inverse of a general heptadiagonal matri of the form (1.1) when it eists. Algorithm 3.1. To find the inverse of heptadiagonal matri (1.1). let f n 1 = f n = e n = 0 and g n 2 = g n 1 = g n = 1. INPUT: Order of the matri n and the components a i, b j, c k, d l, e l, f l, and g l for i = 4, 5,..., n, j = 3, 4,..., n, k = 2, 3,..., n, and l = 1, 2,..., n, OUTPUT: The inverse of heptadiagonal matri H 1. Step 1: Compute the sequence of numbers A i, B i, and C i for i = 1, 2,..., n + 3 using (2.2), (2.3) and (2.4) respectively. Step 2: Compute X i, i = 1, 2,..., n + 1 using (2.8), Y i, i = 1, 2,..., n + 2 using (2.9) and Z i, i = 1, 2,..., n + 3 using (2.10). Step 3: Compute the last three columns Col n, Col n 1, and Col n 2 using (2.14), (2.15), and (2.16) respectively. Step 4: Compute the remaining (n-3)-columns Col j, j = n 3, n 4,..., 1 using (2.1). Step 5: Set H 1 = [Col 1, Col 2,..., Col n ]. The numeric algorithm 3.1 will be referred to as NINVHEPTA algorithm in the sequel. The computational cost of NINVHEPTA algorithm is 11n 2 75n + 21 operations. As can be easily seen, it breaks down unless the conditions g i 0 are satisfied for all i = 1, 2,..., n 3. So the following symbolic algorithm is developed in order to remove the cases where the numeric algorithm fails. Algorithm 3.2. To find the inverse of heptadiagonal matri (1.1). let f n 1 = f n = e n = 0 and g n 2 = g n 1 = g n. INPUT: Order of the matri n and the components a i, b j, c k, d l, e l, f l, and g l for i = 4, 5,..., n, j = 3, 4,..., n, k = 2, 3,..., n, and l = 1, 2,..., n, OUTPUT: The inverse of heptadiagonal matri H 1. Step 1: If g i = 0 for any i = 1, 2,..., n 3 set g i = t(t is just a symbolic name). Step 2: Compute the sequence of numbers A i, B i, and C i for i = 1, 2,..., n + 3 using (2.2), (2.3) and (2.4)respectively. Step 3: Compute X i, i = 1, 2,..., n + 1 using (2.8), Y i, i = 1, 2,..., n + 2 using (2.9) and Z i, i = 1, 2,..., n + 3 using (2.10). Step 4: Compute the last three columns Col n, Col n 1, and Col n 2 using (2.14), (2.15), and (2.16) respectively. Step 5: Compute the remaining (n-3)-columns Col j, j = n 3, n 4,..., 1 using (2.1). Step 6: Substitute the actual value t = 0 in all epressions to obtain the elements of columns Col j, j = 1, 2,..., n. Step 7: Set H 1 = [Col 1, Col 2,..., Col n]. 5

6 The symbolic algorithm 3.2 will be referred to as SINVHEPTA algorithm in the sequel. The SINVHEPTA algorithm use O(n 2 ) elementary operations. Based on SINVHEPTA algorithm, a MAPLE procedure [14] for inverting a general nonsingular heptadiagonal matri H is listed as an Appendi. 4 ILLUSTRATIVE EXAMPLES In this section we give many eamples for the sake of illustration. Eample 4.1. (Case I: g i 0 for all i) Find the inverse of following heptadiagonal matri H 1 = Solution: By applying the NINVHEPTA algorithm, it yields Step 1: A = [0, 0, 1, 4, 9, 53, 21, 83, 93, 663, 67, 198, 269], B = [0, 1, 0, 1, 3, 13, 19, 41, 47, 341, 53, 107, 4 ], and C = [1, 0, 0, 2, 9 2, 53 4, 67, 269, 221 6, 1781, 881, 578 3, ]. Step 2: X = [ , 10942, (4.1), 3688, , 31741, 19873, 51721, , , ], Y = [ , , , 82109, , , , 53 3, , , 0, ], and Z = [ 3325, 33928, 211, 22109, 7763, 19327, 84955, 50981, 15235, 76363, 0, 0, ] Step 3: Col 10 = [ 3325, 1357, 211, 44218, 93156, , 84955, 50981, 45705, ]t, Col 9 = [ , , , , , , , , , ]t,and Col 8 = [ , , , , , , , , , ]t. 6

7 Step 4: Col 7 = [ , , , , , , , , , , ]t, Col 6 = [ , , , , , , , , , ]t, Col 5 = [ , , , , , , , , , ]t, Col 4 = [ , , , , , , , , , ]t, Col 3 = [ , , , , , , , , , ]t, Col 2 = [ , , , , , , , , , , ]t, and Col 1 = [ , , , , , , , , , ]t. Step 5: Eample 4.2.(Case II: g i = 0 for at least one of i) Find the inverse of following 5 5 heptadiagonal matri H 2 = (4.2) Solution: i- By applying the NINVHEPTA algorithm, it breaks down since g 2 = 0. ii- By applying the SINVHEPTA algorithm, it yields Step 1: A = [0, 0, 1, 4, 14 1, 5 +28, 5 84, ], B = [0, 1, 0, 3, 8 1, 8 +2, 7 48, ], and C = [1, 0, 0, 2, 7 1, 5 +14, 42 1, ]. 7

8 Step 2: X = [ Y = [ , 63+40, , , 79 1, ], , , ,, 14 1, 0, Z = [ 5 548, ,, , 325 1, 0, 0, ], and ]. Step 3: Col 5 = [ 5 548, ,, , 325 ]t, Col 4 = [2 Col 3 = [ Step 4: Col 2 = [ Col 1 = [ Step 5: H 1 2 = Step 6: H 1 2 = , 7, 2, , 14 ]t, and , 63+40, , , 79 ]t. 545, 205, 91, 111, 315 ]t, and 13 +3, , ,, 248 ]t Eample 4.3. We consider the following n n heptadiagonal matri in order to demonstrate the efficiency of SINVHEPTA algorithm. H = =0. (4.3) In Table 1. we give a comparison of the mean time between SINVHEPTA, CHEPTA[10] (symbolic algorithm to find the inverse of Cyclic Heptadiagonal matri) algorithms and MatriInverse function in Maple 13.0 for different orders, over 100 trials. It was tested in an Intel(R) Core(TM) i7-4700mq CPU@2.40GHz 2.40 GHz. Eample 4.4. The performance of the algorithm NINVHEPTA is recorded in table 2, which gives us the mean values of time elapsed(in seconds) and relative error H H 1 I n F / I n F, over 100 trials, for the computation of the inverse of a heptadiagonal matri H with random integers entries h ij for i j 3 and with nonzero entries on its third superdiagonal, and h ij = 0 otherwise. 8

9 Table 1. The mean values of the time elapsed(in seconds) over 100 trials, of the proposed algorithm, CHEPTA[10] algorithm and MatriInverse function in Maple Algorithms n SINVHEPTA Mean time(s) CHEPTA[10] Mean time(s) MatriInverse Mean time(s) Table 2. The mean values of the time elapsed(in seconds)and the mean of the relative error(mre) H H 1 I n F / I n F, over 100 trials, of the proposed algorithm, NINVHEPTA algorithm to obtain more accurate information about the full inverse of a random heptadiagonal matri H. n Mean time(s) 5.60e e e e e MRE 4.e e e 8.09e 5.38e e e 10 5 CONCLUSIONS In this work new numeric and symbolic algorithms have been developed for finding the inverse of any nonsingular heptadiagonal matri. The symbolic algorithm removes the cases where the numeric algorithms fail when at least one of g i = 0, i = 1, 2,..., n 3. It has the smallest mean time the methods in literature for large sizes. ACKNOWLEDGEMENT The author would like to thank anonymous referees for pointing out several comments and suggestions. COMPETING INTERESTS Author has declared that no competing interests eist. References [1] Böttcher A, Grudsky S. Spectral Properties of Banded Toeplitz Matrices. SIAM, Philadelphia; [2] Golub GH, Van Loan CF. Matri Computations. third ed., The Johns Hopkins University Press, Baltimore and London; [3] Burden RL, Faires JD. Numerical Analysis. seventh ed., Books & Cole Publishing, Pacific Grove, CA; [4] Yamamoto T, Ikebe Y. Inversion of band matrices. Linear Algebra Appl. 1979;24: [5] Trench WF. An algorithm for the inversion of finite Toeplitz matrices. J. SIAM. 1964;: [6] Elouafi M. A note for an eplicit formula for the determinant of pentadiagonal and heptadiagonal symmetric Toeplitz matrices. Appl. Math. Comput. 2013;219: [7] Solary M. Finding eigenvalues for heptadiagonal symmetric Toeplitz matrices. J. Math. Anal. Appl. 2013;402: [8] Ting D, Gu M, Chi X, Cao J. Numerical Acceleration of Three-Dimensional Quantum Transport Method Using a Seven- Diagonal Pre-Conditioner. J. Comput. Electron. 2002;1: [9] Gu S, Peng J, Cui R. A Polynomial Time Solvable Algorithm to Binary Quadratic Programming Problems with Q Being a Seven-Diagonal Matri and Its Neural Network Implementation. Advances in Neural Networks ISNN 2014, Lecture Notes in Computer Science. 2014: [10] Karawia AA. Inversion of General Cyclic Heptadiagonal Matrices. Math. Probl. Eng. 2013;9. Article ID [11] El-Mikkawy M, Karawia AA. Inversion of general tridiagonal matrices. Appl. Math. Lett. 2006;19:

10 [] El-Mikkawy M. On the inverse of a general tridiagonal matri. Appl. Math. Comput. 2004;150: [13] Hadj A, Elouafi M. A fast numerical algorithm for the inverse of a tridiagonal and pentadiagonal matri. Appl. Math. Comput. 2008;202: [14] Maple software. Available: 10

11 11

12 - c 2016 Karawia; This is an Open Access article distributed under the terms of the Creative Commons Attribution License ( which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Peer-review history: The peer review history for this paper can be accessed here:

arxiv: v3 [math.na] 1 Jan 2015

arxiv: v3 [math.na] 1 Jan 2015 On Solving Pentadiagonal Linear Systems via Transformations arxiv:14094802v3 [mathna] 1 Jan 2015 A A KARAWIA Computer Science Unit Deanship of Educational Services Qassim University POBox 6595 Buraidah

More information

On Powers of General Tridiagonal Matrices

On Powers of General Tridiagonal Matrices Applied Mathematical Sciences, Vol. 9, 5, no., 583-59 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.5.49 On Powers of General Tridiagonal Matrices Qassem M. Al-Hassan Department of Mathematics

More information

Computing the Determinant and Inverse of the Complex Fibonacci Hermitian Toeplitz Matrix

Computing the Determinant and Inverse of the Complex Fibonacci Hermitian Toeplitz Matrix British Journal of Mathematics & Computer Science 9(6: -6 206; Article nobjmcs30398 ISSN: 223-085 SCIENCEDOMAIN international wwwsciencedomainorg Computing the Determinant and Inverse of the Complex Fibonacci

More information

Solving Interval Linear Equations with Modified Interval Arithmetic

Solving Interval Linear Equations with Modified Interval Arithmetic British Journal of Mathematics & Computer Science 10(2): 1-8, 2015, Article no.bjmcs.18825 ISSN: 2231-0851 SCIENCEDOMAIN international www.sciencedomain.org Solving Interval Linear Equations with Modified

More information

The inverse of a tridiagonal matrix

The inverse of a tridiagonal matrix Linear Algebra and its Applications 325 (2001) 109 139 www.elsevier.com/locate/laa The inverse of a tridiagonal matrix Ranjan K. Mallik Department of Electrical Engineering, Indian Institute of Technology,

More information

Some inequalities for unitarily invariant norms of matrices

Some inequalities for unitarily invariant norms of matrices Wang et al Journal of Inequalities and Applications 011, 011:10 http://wwwjournalofinequalitiesandapplicationscom/content/011/1/10 RESEARCH Open Access Some inequalities for unitarily invariant norms of

More information

Some New Three Step Iterative Methods for Solving Nonlinear Equation Using Steffensen s and Halley Method

Some New Three Step Iterative Methods for Solving Nonlinear Equation Using Steffensen s and Halley Method British Journal of Mathematics & Computer Science 19(2): 1-9, 2016; Article no.bjmcs.2922 ISSN: 221-081 SCIENCEDOMAIN international www.sciencedomain.org Some New Three Step Iterative Methods for Solving

More information

Research Article The Adjacency Matrix of One Type of Directed Graph and the Jacobsthal Numbers and Their Determinantal Representation

Research Article The Adjacency Matrix of One Type of Directed Graph and the Jacobsthal Numbers and Their Determinantal Representation Applied Mathematics Volume 20, Article ID 423163, 14 pages doi:101155/20/423163 Research Article The Adjacency Matrix of One Type of Directed Graph and the Jacobsthal Numbers and Their Determinantal Representation

More information

Permutation transformations of tensors with an application

Permutation transformations of tensors with an application DOI 10.1186/s40064-016-3720-1 RESEARCH Open Access Permutation transformations of tensors with an application Yao Tang Li *, Zheng Bo Li, Qi Long Liu and Qiong Liu *Correspondence: liyaotang@ynu.edu.cn

More information

Methods for the Solution

Methods for the Solution Applied and Computational Mathematics 2015; 4(3): 207-213 Published online June 8, 2015 (http://www.scien ncepublishinggroup.com/j/acm) doi: 10.11648/j.acm.20150403.23 ISSN: 2328-5605 (Print); ISSN: 2328-5613

More information

Trace inequalities for positive semidefinite matrices with centrosymmetric structure

Trace inequalities for positive semidefinite matrices with centrosymmetric structure Zhao et al Journal of Inequalities pplications 1, 1:6 http://wwwjournalofinequalitiesapplicationscom/content/1/1/6 RESERCH Trace inequalities for positive semidefinite matrices with centrosymmetric structure

More information

British Journal of Applied Science & Technology 10(2): 1-11, 2015, Article no.bjast ISSN:

British Journal of Applied Science & Technology 10(2): 1-11, 2015, Article no.bjast ISSN: British Journal of Applied Science & Technology 10(2): 1-11, 2015, Article no.bjast.18590 ISSN: 2231-0843 SCIENCEDOMAIN international www.sciencedomain.org Solutions of Sequential Conformable Fractional

More information

BOUNDS OF MODULUS OF EIGENVALUES BASED ON STEIN EQUATION

BOUNDS OF MODULUS OF EIGENVALUES BASED ON STEIN EQUATION K Y BERNETIKA VOLUM E 46 ( 2010), NUMBER 4, P AGES 655 664 BOUNDS OF MODULUS OF EIGENVALUES BASED ON STEIN EQUATION Guang-Da Hu and Qiao Zhu This paper is concerned with bounds of eigenvalues of a complex

More information

Transient Solution of a Multi-Server Queue. with Catastrophes and Impatient Customers. when System is Down

Transient Solution of a Multi-Server Queue. with Catastrophes and Impatient Customers. when System is Down Applied Mathematical Sciences, Vol. 8, 2014, no. 92, 4585-4592 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.45388 Transient Solution of a Multi-Server Queue with Catastrophes and Impatient

More information

On modeling two immune effectors two strain antigen interaction

On modeling two immune effectors two strain antigen interaction Ahmed and El-Saka Nonlinear Biomedical Physics 21, 4:6 DEBATE Open Access On modeling two immune effectors two strain antigen interaction El-Sayed M Ahmed 1, Hala A El-Saka 2* Abstract In this paper we

More information

Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite Linear Systems

Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite Linear Systems Abstract and Applied Analysis Article ID 237808 pages http://dxdoiorg/055/204/237808 Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite

More information

INTEGER POWERS OF ANTI-BIDIAGONAL HANKEL MATRICES

INTEGER POWERS OF ANTI-BIDIAGONAL HANKEL MATRICES Indian J Pure Appl Math, 49: 87-98, March 08 c Indian National Science Academy DOI: 0007/s36-08-056-9 INTEGER POWERS OF ANTI-BIDIAGONAL HANKEL MATRICES João Lita da Silva Department of Mathematics and

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

M.A. Botchev. September 5, 2014

M.A. Botchev. September 5, 2014 Rome-Moscow school of Matrix Methods and Applied Linear Algebra 2014 A short introduction to Krylov subspaces for linear systems, matrix functions and inexact Newton methods. Plan and exercises. M.A. Botchev

More information

Research Article A Rapid Numerical Algorithm to Compute Matrix Inversion

Research Article A Rapid Numerical Algorithm to Compute Matrix Inversion International Mathematics and Mathematical Sciences Volume 12, Article ID 134653, 11 pages doi:.1155/12/134653 Research Article A Rapid Numerical Algorithm to Compute Matrix Inversion F. Soleymani Department

More information

MINIMAL NORMAL AND COMMUTING COMPLETIONS

MINIMAL NORMAL AND COMMUTING COMPLETIONS INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SCIENCES Volume 4, Number 1, Pages 5 59 c 8 Institute for Scientific Computing and Information MINIMAL NORMAL AND COMMUTING COMPLETIONS DAVID P KIMSEY AND

More information

The iterative methods for solving nonlinear matrix equation X + A X 1 A + B X 1 B = Q

The iterative methods for solving nonlinear matrix equation X + A X 1 A + B X 1 B = Q Vaezzadeh et al. Advances in Difference Equations 2013, 2013:229 R E S E A R C H Open Access The iterative methods for solving nonlinear matrix equation X + A X A + B X B = Q Sarah Vaezzadeh 1, Seyyed

More information

Solving Separable Nonlinear Equations Using LU Factorization

Solving Separable Nonlinear Equations Using LU Factorization Western Washington University Western CEDAR Mathematics College of Science and Engineering 03 Solving Separable Nonlinear Equations Using LU Factorization Yun-Qiu Shen Western Washington University, yunqiu.shen@wwu.edu

More information

Research Article On the Numerical Solution of Differential-Algebraic Equations with Hessenberg Index-3

Research Article On the Numerical Solution of Differential-Algebraic Equations with Hessenberg Index-3 Discrete Dynamics in Nature and Society Volume, Article ID 474, pages doi:.55//474 Research Article On the Numerical Solution of Differential-Algebraic Equations with Hessenberg Inde- Melike Karta and

More information

Research Article A Note on Kantorovich Inequality for Hermite Matrices

Research Article A Note on Kantorovich Inequality for Hermite Matrices Hindawi Publishing Corporation Journal of Inequalities and Applications Volume 0, Article ID 5767, 6 pages doi:0.55/0/5767 Research Article A Note on Kantorovich Inequality for Hermite Matrices Zhibing

More information

Solving Homogeneous Systems with Sub-matrices

Solving Homogeneous Systems with Sub-matrices Pure Mathematical Sciences, Vol 7, 218, no 1, 11-18 HIKARI Ltd, wwwm-hikaricom https://doiorg/112988/pms218843 Solving Homogeneous Systems with Sub-matrices Massoud Malek Mathematics, California State

More information

An Implicit Method for Numerical Solution of Second Order Singular Initial Value Problems

An Implicit Method for Numerical Solution of Second Order Singular Initial Value Problems Send Orders for Reprints to reprints@benthamscience.net The Open Mathematics Journal, 2014, 7, 1-5 1 Open Access An Implicit Method for Numerical Solution of Second Order Singular Initial Value Problems

More information

Some Reviews on Ranks of Upper Triangular Block Matrices over a Skew Field

Some Reviews on Ranks of Upper Triangular Block Matrices over a Skew Field International Mathematical Forum, Vol 13, 2018, no 7, 323-335 HIKARI Ltd, wwwm-hikaricom https://doiorg/1012988/imf20188528 Some Reviews on Ranks of Upper Triangular lock Matrices over a Skew Field Netsai

More information

Properties for the Perron complement of three known subclasses of H-matrices

Properties for the Perron complement of three known subclasses of H-matrices Wang et al Journal of Inequalities and Applications 2015) 2015:9 DOI 101186/s13660-014-0531-1 R E S E A R C H Open Access Properties for the Perron complement of three known subclasses of H-matrices Leilei

More information

Approximations to inverse tangent function

Approximations to inverse tangent function Qiao Chen Journal of Inequalities Applications (2018 2018:141 https://doiorg/101186/s13660-018-1734-7 R E S E A R C H Open Access Approimations to inverse tangent function Quan-Xi Qiao 1 Chao-Ping Chen

More information

Iyad T. Abu-Jeib and Thomas S. Shores

Iyad T. Abu-Jeib and Thomas S. Shores NEW ZEALAND JOURNAL OF MATHEMATICS Volume 3 (003, 9 ON PROPERTIES OF MATRIX I ( OF SINC METHODS Iyad T. Abu-Jeib and Thomas S. Shores (Received February 00 Abstract. In this paper, we study the determinant

More information

= main diagonal, in the order in which their corresponding eigenvectors appear as columns of E.

= main diagonal, in the order in which their corresponding eigenvectors appear as columns of E. 3.3 Diagonalization Let A = 4. Then and are eigenvectors of A, with corresponding eigenvalues 2 and 6 respectively (check). This means 4 = 2, 4 = 6. 2 2 2 2 Thus 4 = 2 2 6 2 = 2 6 4 2 We have 4 = 2 0 0

More information

Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant

Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant Advances in Numerical Analysis Volume 2011, Article ID 593548, 6 pages doi:10.1155/2011/593548 Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant F. N. Valvi Department

More information

k-pell, k-pell-lucas and Modified k-pell Numbers: Some Identities and Norms of Hankel Matrices

k-pell, k-pell-lucas and Modified k-pell Numbers: Some Identities and Norms of Hankel Matrices International Journal of Mathematical Analysis Vol. 9, 05, no., 3-37 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.988/ijma.05.4370 k-pell, k-pell-lucas and Modified k-pell Numbers: Some Identities

More information

A Method for Constructing Diagonally Dominant Preconditioners based on Jacobi Rotations

A Method for Constructing Diagonally Dominant Preconditioners based on Jacobi Rotations A Method for Constructing Diagonally Dominant Preconditioners based on Jacobi Rotations Jin Yun Yuan Plamen Y. Yalamov Abstract A method is presented to make a given matrix strictly diagonally dominant

More information

Boundary value problems for fractional differential equations with three-point fractional integral boundary conditions

Boundary value problems for fractional differential equations with three-point fractional integral boundary conditions Sudsutad and Tariboon Advances in Difference Equations 212, 212:93 http://www.advancesindifferenceequations.com/content/212/1/93 R E S E A R C H Open Access Boundary value problems for fractional differential

More information

Solution of the Inverse Eigenvalue Problem for Certain (Anti-) Hermitian Matrices Using Newton s Method

Solution of the Inverse Eigenvalue Problem for Certain (Anti-) Hermitian Matrices Using Newton s Method Journal of Mathematics Research; Vol 6, No ; 014 ISSN 1916-9795 E-ISSN 1916-9809 Published by Canadian Center of Science and Education Solution of the Inverse Eigenvalue Problem for Certain (Anti-) Hermitian

More information

THE RELATION BETWEEN THE QR AND LR ALGORITHMS

THE RELATION BETWEEN THE QR AND LR ALGORITHMS SIAM J. MATRIX ANAL. APPL. c 1998 Society for Industrial and Applied Mathematics Vol. 19, No. 2, pp. 551 555, April 1998 017 THE RELATION BETWEEN THE QR AND LR ALGORITHMS HONGGUO XU Abstract. For an Hermitian

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION,, 1 n A linear equation in the variables equation that can be written in the form a a a b 1 1 2 2 n n a a is an where

More information

Computing the Norm A,1 is NP-Hard

Computing the Norm A,1 is NP-Hard Computing the Norm A,1 is NP-Hard Dedicated to Professor Svatopluk Poljak, in memoriam Jiří Rohn Abstract It is proved that computing the subordinate matrix norm A,1 is NP-hard. Even more, existence of

More information

PERTURBATION ANAYSIS FOR THE MATRIX EQUATION X = I A X 1 A + B X 1 B. Hosoo Lee

PERTURBATION ANAYSIS FOR THE MATRIX EQUATION X = I A X 1 A + B X 1 B. Hosoo Lee Korean J. Math. 22 (214), No. 1, pp. 123 131 http://dx.doi.org/1.11568/jm.214.22.1.123 PERTRBATION ANAYSIS FOR THE MATRIX EQATION X = I A X 1 A + B X 1 B Hosoo Lee Abstract. The purpose of this paper is

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2018 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

Improvements in Newton-Rapshon Method for Nonlinear Equations Using Modified Adomian Decomposition Method

Improvements in Newton-Rapshon Method for Nonlinear Equations Using Modified Adomian Decomposition Method International Journal of Mathematical Analysis Vol. 9, 2015, no. 39, 1919-1928 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.54124 Improvements in Newton-Rapshon Method for Nonlinear

More information

Toeplitz matrices. Niranjan U N. May 12, NITK, Surathkal. Definition Toeplitz theory Computational aspects References

Toeplitz matrices. Niranjan U N. May 12, NITK, Surathkal. Definition Toeplitz theory Computational aspects References Toeplitz matrices Niranjan U N NITK, Surathkal May 12, 2010 Niranjan U N (NITK, Surathkal) Linear Algebra May 12, 2010 1 / 15 1 Definition Toeplitz matrix Circulant matrix 2 Toeplitz theory Boundedness

More information

Research Article Constrained Solutions of a System of Matrix Equations

Research Article Constrained Solutions of a System of Matrix Equations Journal of Applied Mathematics Volume 2012, Article ID 471573, 19 pages doi:10.1155/2012/471573 Research Article Constrained Solutions of a System of Matrix Equations Qing-Wen Wang 1 and Juan Yu 1, 2 1

More information

ON ORTHOGONAL REDUCTION TO HESSENBERG FORM WITH SMALL BANDWIDTH

ON ORTHOGONAL REDUCTION TO HESSENBERG FORM WITH SMALL BANDWIDTH ON ORTHOGONAL REDUCTION TO HESSENBERG FORM WITH SMALL BANDWIDTH V. FABER, J. LIESEN, AND P. TICHÝ Abstract. Numerous algorithms in numerical linear algebra are based on the reduction of a given matrix

More information

STRUCTURAL AND SPECTRAL PROPERTIES OF k-quasi- -PARANORMAL OPERATORS. Fei Zuo and Hongliang Zuo

STRUCTURAL AND SPECTRAL PROPERTIES OF k-quasi- -PARANORMAL OPERATORS. Fei Zuo and Hongliang Zuo Korean J Math (015), No, pp 49 57 http://dxdoiorg/1011568/kjm01549 STRUCTURAL AND SPECTRAL PROPERTIES OF k-quasi- -PARANORMAL OPERATORS Fei Zuo and Hongliang Zuo Abstract For a positive integer k, an operator

More information

Additive functional inequalities in Banach spaces

Additive functional inequalities in Banach spaces Lu and Park Journal o Inequalities and Applications 01, 01:94 http://www.journaloinequalitiesandapplications.com/content/01/1/94 R E S E A R C H Open Access Additive unctional inequalities in Banach spaces

More information

Research Article A New Method for Riccati Differential Equations Based on Reproducing Kernel and Quasilinearization Methods

Research Article A New Method for Riccati Differential Equations Based on Reproducing Kernel and Quasilinearization Methods Abstract and Applied Analysis Volume 0, Article ID 603748, 8 pages doi:0.55/0/603748 Research Article A New Method for Riccati Differential Equations Based on Reproducing Kernel and Quasilinearization

More information

A Note on Product Range of 3-by-3 Normal Matrices

A Note on Product Range of 3-by-3 Normal Matrices International Mathematical Forum, Vol. 11, 2016, no. 18, 885-891 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2016.6796 A Note on Product Range of 3-by-3 Normal Matrices Peng-Ruei Huang

More information

ON THE GENERALIZED DETERIORATED POSITIVE SEMI-DEFINITE AND SKEW-HERMITIAN SPLITTING PRECONDITIONER *

ON THE GENERALIZED DETERIORATED POSITIVE SEMI-DEFINITE AND SKEW-HERMITIAN SPLITTING PRECONDITIONER * Journal of Computational Mathematics Vol.xx, No.x, 2x, 6. http://www.global-sci.org/jcm doi:?? ON THE GENERALIZED DETERIORATED POSITIVE SEMI-DEFINITE AND SKEW-HERMITIAN SPLITTING PRECONDITIONER * Davod

More information

Some new continued fraction sequence convergent to the Somos quadratic recurrence constant

Some new continued fraction sequence convergent to the Somos quadratic recurrence constant You et al. Journal of Inequalities and Applications (06 06:9 DOI 0.86/s660-06-05-y R E S E A R C H Open Access Some new continued fraction sequence convergent to the Somos quadratic recurrence constant

More information

Integer Least Squares: Sphere Decoding and the LLL Algorithm

Integer Least Squares: Sphere Decoding and the LLL Algorithm Integer Least Squares: Sphere Decoding and the LLL Algorithm Sanzheng Qiao Department of Computing and Software McMaster University 28 Main St. West Hamilton Ontario L8S 4L7 Canada. ABSTRACT This paper

More information

Review of Basic Concepts in Linear Algebra

Review of Basic Concepts in Linear Algebra Review of Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University September 7, 2017 Math 565 Linear Algebra Review September 7, 2017 1 / 40 Numerical Linear Algebra

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

A NEW METHOD FOR SOLVING ILL-CONDITIONED LINEAR SYSTEMS. Fazlollah Soleymani

A NEW METHOD FOR SOLVING ILL-CONDITIONED LINEAR SYSTEMS. Fazlollah Soleymani Opuscula Math. 33, no. 2 (2013), 337 344 http://dx.doi.org/10.7494/opmath.2013.33.2.337 Opuscula Mathematica A NEW METHOD FOR SOLVING ILL-CONDITIONED LINEAR SYSTEMS Fazlollah Soleymani Communicated by

More information

Key words. conjugate gradients, normwise backward error, incremental norm estimation.

Key words. conjugate gradients, normwise backward error, incremental norm estimation. Proceedings of ALGORITMY 2016 pp. 323 332 ON ERROR ESTIMATION IN THE CONJUGATE GRADIENT METHOD: NORMWISE BACKWARD ERROR PETR TICHÝ Abstract. Using an idea of Duff and Vömel [BIT, 42 (2002), pp. 300 322

More information

Ann. Funct. Anal. 5 (2014), no. 2, A nnals of F unctional A nalysis ISSN: (electronic) URL:

Ann. Funct. Anal. 5 (2014), no. 2, A nnals of F unctional A nalysis ISSN: (electronic) URL: Ann Funct Anal 5 (2014), no 2, 127 137 A nnals of F unctional A nalysis ISSN: 2008-8752 (electronic) URL:wwwemisde/journals/AFA/ THE ROOTS AND LINKS IN A CLASS OF M-MATRICES XIAO-DONG ZHANG This paper

More information

Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field

Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field Complexity, Article ID 6235649, 9 pages https://doi.org/10.1155/2018/6235649 Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field Jinwang Liu, Dongmei

More information

LU Factorization. A m x n matrix A admits an LU factorization if it can be written in the form of A = LU

LU Factorization. A m x n matrix A admits an LU factorization if it can be written in the form of A = LU LU Factorization A m n matri A admits an LU factorization if it can be written in the form of Where, A = LU L : is a m m lower triangular matri with s on the diagonal. The matri L is invertible and is

More information

A note on the unique solution of linear complementarity problem

A note on the unique solution of linear complementarity problem COMPUTATIONAL SCIENCE SHORT COMMUNICATION A note on the unique solution of linear complementarity problem Cui-Xia Li 1 and Shi-Liang Wu 1 * Received: 13 June 2016 Accepted: 14 November 2016 First Published:

More information

Research Article The Dirichlet Problem on the Upper Half-Space

Research Article The Dirichlet Problem on the Upper Half-Space Abstract and Applied Analysis Volume 2012, Article ID 203096, 5 pages doi:10.1155/2012/203096 Research Article The Dirichlet Problem on the Upper Half-Space Jinjin Huang 1 and Lei Qiao 2 1 Department of

More information

MATH 425-Spring 2010 HOMEWORK ASSIGNMENTS

MATH 425-Spring 2010 HOMEWORK ASSIGNMENTS MATH 425-Spring 2010 HOMEWORK ASSIGNMENTS Instructor: Shmuel Friedland Department of Mathematics, Statistics and Computer Science email: friedlan@uic.edu Last update April 18, 2010 1 HOMEWORK ASSIGNMENT

More information

Using q-calculus to study LDL T factorization of a certain Vandermonde matrix

Using q-calculus to study LDL T factorization of a certain Vandermonde matrix Using q-calculus to study LDL T factorization of a certain Vandermonde matrix Alexey Kuznetsov May 2, 207 Abstract We use tools from q-calculus to study LDL T decomposition of the Vandermonde matrix V

More information

Research Article Parametric Evaluations of the Rogers-Ramanujan Continued Fraction

Research Article Parametric Evaluations of the Rogers-Ramanujan Continued Fraction International Mathematics and Mathematical Sciences Volume 011, Article ID 940839, 11 pages doi:10.1155/011/940839 Research Article Parametric Evaluations of the Rogers-Ramanujan Continued Fraction Nikos

More information

Some identities related to Riemann zeta-function

Some identities related to Riemann zeta-function Xin Journal of Inequalities and Applications 206 206:2 DOI 0.86/s660-06-0980-9 R E S E A R C H Open Access Some identities related to Riemann zeta-function Lin Xin * * Correspondence: estellexin@stumail.nwu.edu.cn

More information

Lecture 1 INF-MAT3350/ : Some Tridiagonal Matrix Problems

Lecture 1 INF-MAT3350/ : Some Tridiagonal Matrix Problems Lecture 1 INF-MAT3350/4350 2007: Some Tridiagonal Matrix Problems Tom Lyche University of Oslo Norway Lecture 1 INF-MAT3350/4350 2007: Some Tridiagonal Matrix Problems p.1/33 Plan for the day 1. Notation

More information

Preconditioning Techniques Analysis for CG Method

Preconditioning Techniques Analysis for CG Method Preconditioning Techniques Analysis for CG Method Huaguang Song Department of Computer Science University of California, Davis hso@ucdavis.edu Abstract Matrix computation issue for solve linear system

More information

A Padé approximation to the scalar wavefield extrapolator for inhomogeneous media

A Padé approximation to the scalar wavefield extrapolator for inhomogeneous media A Padé approimation A Padé approimation to the scalar wavefield etrapolator for inhomogeneous media Yanpeng Mi, Zhengsheng Yao, and Gary F. Margrave ABSTRACT A seismic wavefield at depth z can be obtained

More information

The restarted QR-algorithm for eigenvalue computation of structured matrices

The restarted QR-algorithm for eigenvalue computation of structured matrices Journal of Computational and Applied Mathematics 149 (2002) 415 422 www.elsevier.com/locate/cam The restarted QR-algorithm for eigenvalue computation of structured matrices Daniela Calvetti a; 1, Sun-Mi

More information

Research Article Approximation Algorithm for a System of Pantograph Equations

Research Article Approximation Algorithm for a System of Pantograph Equations Applied Mathematics Volume 01 Article ID 714681 9 pages doi:101155/01/714681 Research Article Approximation Algorithm for a System of Pantograph Equations Sabir Widatalla 1 and Mohammed Abdulai Koroma

More information

We first repeat some well known facts about condition numbers for normwise and componentwise perturbations. Consider the matrix

We first repeat some well known facts about condition numbers for normwise and componentwise perturbations. Consider the matrix BIT 39(1), pp. 143 151, 1999 ILL-CONDITIONEDNESS NEEDS NOT BE COMPONENTWISE NEAR TO ILL-POSEDNESS FOR LEAST SQUARES PROBLEMS SIEGFRIED M. RUMP Abstract. The condition number of a problem measures the sensitivity

More information

Inclusion Relationship of Uncertain Sets

Inclusion Relationship of Uncertain Sets Yao Journal of Uncertainty Analysis Applications (2015) 3:13 DOI 10.1186/s40467-015-0037-5 RESEARCH Open Access Inclusion Relationship of Uncertain Sets Kai Yao Correspondence: yaokai@ucas.ac.cn School

More information

Newcriteria for H-tensors and an application

Newcriteria for H-tensors and an application Wang and Sun Journal of Inequalities and Applications (016) 016:96 DOI 10.1186/s13660-016-1041-0 R E S E A R C H Open Access Newcriteria for H-tensors and an application Feng Wang * and De-shu Sun * Correspondence:

More information

Research Article The Approximate Solution of Fredholm Integral Equations with Oscillatory Trigonometric Kernels

Research Article The Approximate Solution of Fredholm Integral Equations with Oscillatory Trigonometric Kernels Applied Mathematics, Article ID 72327, 7 pages http://ddoiorg/055/204/72327 Research Article The Approimate Solution of Fredholm Integral Equations with Oscillatory Trigonometric Kernels Qinghua Wu School

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2016 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

ANONSINGULAR tridiagonal linear system of the form

ANONSINGULAR tridiagonal linear system of the form Generalized Diagonal Pivoting Methods for Tridiagonal Systems without Interchanges Jennifer B. Erway, Roummel F. Marcia, and Joseph A. Tyson Abstract It has been shown that a nonsingular symmetric tridiagonal

More information

REPRESENTATION OF A POSITIVE INTEGER BY A SUM OF LARGE FOUR SQUARES. Byeong Moon Kim. 1. Introduction

REPRESENTATION OF A POSITIVE INTEGER BY A SUM OF LARGE FOUR SQUARES. Byeong Moon Kim. 1. Introduction Korean J. Math. 24 (2016), No. 1, pp. 71 79 http://dx.doi.org/10.11568/kjm.2016.24.1.71 REPRESENTATION OF A POSITIVE INTEGER BY A SUM OF LARGE FOUR SQUARES Byeong Moon Kim Abstract. In this paper, we determine

More information

Lecture 12 Eigenvalue Problem. Review of Eigenvalues Some properties Power method Shift method Inverse power method Deflation QR Method

Lecture 12 Eigenvalue Problem. Review of Eigenvalues Some properties Power method Shift method Inverse power method Deflation QR Method Lecture Eigenvalue Problem Review of Eigenvalues Some properties Power method Shift method Inverse power method Deflation QR Method Eigenvalue Eigenvalue ( A I) If det( A I) (trivial solution) To obtain

More information

2 Computing complex square roots of a real matrix

2 Computing complex square roots of a real matrix On computing complex square roots of real matrices Zhongyun Liu a,, Yulin Zhang b, Jorge Santos c and Rui Ralha b a School of Math., Changsha University of Science & Technology, Hunan, 410076, China b

More information

Distance-based test for uncertainty hypothesis testing

Distance-based test for uncertainty hypothesis testing Sampath and Ramya Journal of Uncertainty Analysis and Applications 03, :4 RESEARCH Open Access Distance-based test for uncertainty hypothesis testing Sundaram Sampath * and Balu Ramya * Correspondence:

More information

A note on Legendre-Fenchel conjugate of the product of two positive-definite quadratic forms

A note on Legendre-Fenchel conjugate of the product of two positive-definite quadratic forms Noname manuscript No. (will be inserted by the editor) A note on Legendre-Fenchel conjugate of the product of two positive-definite quadratic forms Yong Xia Received: date / Accepted: date Abstract The

More information

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials Applied Mathematical Sciences, Vol. 8, 2014, no. 35, 1723-1730 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4127 A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating

More information

Songklanakarin Journal of Science and Technology SJST R1 KANYAMEE. Numerical methods for finding multiplicative inverses of a modulo N

Songklanakarin Journal of Science and Technology SJST R1 KANYAMEE. Numerical methods for finding multiplicative inverses of a modulo N Songklanakarin Journal of Science and Technology SJST-0-0.R KANYAMEE Numerical methods for finding multiplicative inverses of a modulo N Journal: Songklanakarin Journal of Science and Technology Manuscript

More information

On the Computations of Eigenvalues of the Fourth-order Sturm Liouville Problems

On the Computations of Eigenvalues of the Fourth-order Sturm Liouville Problems Int. J. Open Problems Compt. Math., Vol. 4, No. 3, September 2011 ISSN 1998-6262; Copyright c ICSRS Publication, 2011 www.i-csrs.org On the Computations of Eigenvalues of the Fourth-order Sturm Liouville

More information

Research Article Completing a 2 2Block Matrix of Real Quaternions with a Partial Specified Inverse

Research Article Completing a 2 2Block Matrix of Real Quaternions with a Partial Specified Inverse Applied Mathematics Volume 0, Article ID 7978, 5 pages http://dx.doi.org/0.55/0/7978 Research Article Completing a Block Matrix of Real Quaternions with a Partial Specified Inverse Yong Lin, and Qing-Wen

More information

Review Article Solution and Attractivity for a Rational Recursive Sequence

Review Article Solution and Attractivity for a Rational Recursive Sequence Discrete Dynamics in Nature and Society Volume 2011, Article ID 982309, 17 pages doi:10.1155/2011/982309 Review Article Solution and Attractivity for a Rational Recursive Sequence E. M. Elsayed 1, 2 1

More information

Inverse Eigenvalue Problems for Two Special Acyclic Matrices

Inverse Eigenvalue Problems for Two Special Acyclic Matrices mathematics Communication Inverse Eigenvalue Problems for Two Special Acyclic Matrices Debashish Sharma, *, and Mausumi Sen, Department of Mathematics, Gurucharan College, College Road, Silchar 788004,

More information

A fast algorithm of two-level banded Toeplitz systems of linear equations with application to image restoration

A fast algorithm of two-level banded Toeplitz systems of linear equations with application to image restoration NTMSCI 5, No. 2, 277-283 (2017) 277 New Trends in Mathematical Sciences http://dx.doi.org/ A fast algorithm of two-level banded Toeplitz systems of linear equations with application to image restoration

More information

Computing Consecutive-Type Reliabilities Non-Recursively

Computing Consecutive-Type Reliabilities Non-Recursively IEEE TRANSACTIONS ON RELIABILITY, VOL. 52, NO. 3, SEPTEMBER 2003 367 Computing Consecutive-Type Reliabilities Non-Recursively Galit Shmueli Abstract The reliability of consecutive-type systems has been

More information

Discrete mathematical models in the analysis of splitting iterative methods for linear systems

Discrete mathematical models in the analysis of splitting iterative methods for linear systems Computers and Mathematics with Applications 56 2008) 727 732 wwwelseviercom/locate/camwa Discrete mathematical models in the analysis of splitting iterative methods for linear systems Begoña Cantó, Carmen

More information

Determinant evaluations for binary circulant matrices

Determinant evaluations for binary circulant matrices Spec Matrices 014; :187 199 Research Article Open Access Christos Kravvaritis* Determinant evaluations for binary circulant matrices Abstract: Determinant formulas for special binary circulant matrices

More information

Begin accumulation of transformation matrices. This block skipped when i=1. Use u and u/h stored in a to form P Q.

Begin accumulation of transformation matrices. This block skipped when i=1. Use u and u/h stored in a to form P Q. 11.3 Eigenvalues and Eigenvectors of a Tridiagonal Matrix 475 f += e[j]*a[i][j]; hh=f/(h+h); Form K, equation (11.2.11). for (j=1;j

More information

Recurrence Relations between Symmetric Polynomials of n-th Order

Recurrence Relations between Symmetric Polynomials of n-th Order Applied Mathematical Sciences, Vol. 8, 214, no. 15, 5195-522 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ams.214.47525 Recurrence Relations between Symmetric Polynomials of n-th Order Yuriy

More information

Some new sequences that converge to the Ioachimescu constant

Some new sequences that converge to the Ioachimescu constant You et al. Journal of Inequalities and Applications (06) 06:48 DOI 0.86/s3660-06-089-x R E S E A R C H Open Access Some new sequences that converge to the Ioachimescu constant Xu You *, Di-Rong Chen,3

More information

PROJECTED GMRES AND ITS VARIANTS

PROJECTED GMRES AND ITS VARIANTS PROJECTED GMRES AND ITS VARIANTS Reinaldo Astudillo Brígida Molina rastudillo@kuaimare.ciens.ucv.ve bmolina@kuaimare.ciens.ucv.ve Centro de Cálculo Científico y Tecnológico (CCCT), Facultad de Ciencias,

More information

Research Article Solution of (3 1)-Dimensional Nonlinear Cubic Schrodinger Equation by Differential Transform Method

Research Article Solution of (3 1)-Dimensional Nonlinear Cubic Schrodinger Equation by Differential Transform Method Mathematical Problems in Engineering Volume 212, Article ID 5182, 14 pages doi:1.1155/212/5182 Research Article Solution of ( 1)-Dimensional Nonlinear Cubic Schrodinger Equation by Differential Transform

More information

Research Article Some Results on Characterizations of Matrix Partial Orderings

Research Article Some Results on Characterizations of Matrix Partial Orderings Applied Mathematics, Article ID 408457, 6 pages http://dx.doi.org/10.1155/2014/408457 Research Article Some Results on Characterizations of Matrix Partial Orderings Hongxing Wang and Jin Xu Department

More information

A Note on the Determinant of Five-Diagonal Matrices with Fibonacci Numbers

A Note on the Determinant of Five-Diagonal Matrices with Fibonacci Numbers Int. J. Contemp. Math. Sciences, Vol. 3, 2008, no. 9, 419-424 A Note on the Determinant of Five-Diagonal Matrices with Fibonacci Numbers Hacı Civciv Department of Mathematics Faculty of Art and Science

More information

Research Article On Factorizations of Upper Triangular Nonnegative Matrices of Order Three

Research Article On Factorizations of Upper Triangular Nonnegative Matrices of Order Three Discrete Dynamics in Nature and Society Volume 015, Article ID 96018, 6 pages http://dx.doi.org/10.1155/015/96018 Research Article On Factorizations of Upper Triangular Nonnegative Matrices of Order Three

More information