Although the rich theory of dierential equations can often be put to use, the dynamics of many of the proposed dierential systems are not completely u

Size: px
Start display at page:

Download "Although the rich theory of dierential equations can often be put to use, the dynamics of many of the proposed dierential systems are not completely u"

Transcription

1 A List of Matrix Flows with Applications Moody T. Chu Department of Mathematics North Carolina State University Raleigh, North Carolina Abstract Many mathematical problems, such as existence questions, are studied by using an appropriate realization process, either iteratively or continuously. This article is a collection of dierential equations that have been proposed as special continuous realization processes. In some cases, there are remarkable connections between smooth ows and discrete numerical algorithms. In other cases, the ow approach seems advantageous in tackling very dicult problems. The ow approach has potential applications ranging from new development of numerical algorithms to the theoretical solution of open problems. Various aspects of the recent development and applications of the ow approach are reviewed in this article. 1 Introduction A realization process, in a broad sense, means any deductive procedure that we use to comprehend and solve problems. In mathematics, especially for existence questions, a realization process often appears in the form of an iterative procedure or a dierential equation. For years researchers have taken great eort to describe, analyze, and modify realization processes. Nowadays the success of this investigation is especially evident in discrete numerical algorithms. On the other hand, the use of dierential equations to issues in computational mathematics has been found recently to aord fundamental insights into the structure and behavior of existing discrete methods and, sometimes, to suggest new and improved numerical methods. This paper reects upon a number of interesting continuous realization processes that have been proposed in the literature. Adopted from dynamical system terminology, each continuous realization process is referred to as a ow. This research was supported in part by National Science Foundation under grants DMS and DMS

2 Although the rich theory of dierential equations can often be put to use, the dynamics of many of the proposed dierential systems are not completely understood. The true impact on numerical algorithms also needs to be investigated further. The intention of this paper is to compile a list of ows with brief description of possible applications so as to stimulate further interest and advance in the ow approach for realizing a problem. The basic idea of continuous realization methods is to connect two abstract problems by a mathematical bridge. Usually one of the abstract problems is a made-up problem whose solution is trivial while the other is the real problem whose solution is dicult to nd. The bridge usually takes the form of an integral curve for a certain ordinary dierential equation that describes how the problem data, including the answer to the problem, are transformed from the simple system to the more complicated system. This idea will become clear in the next section. Obviously, the most important issue in the ow approach isthe assurance that a bridge connecting the two abstract problems does exist. The construction of a bridge can be motivated in several dierent ways: Sometimes an existing discrete numerical method may beextended directly into a continuous model [3, 8] Sometimes a dierential equation arises naturally from a certain physical principles [40, 44] More often a vector eld is constructed with a specic task in mind [6, 11, 15, 16]. We shall report the material only descriptively. For more extensive discussion, readers should refer to the bibliography. We presenttheows on a case-by-case basis. For brevity, we encapsulate the circumstances under which the discussion is set forth by the following labels: Original Problem: The underlying problem that is to be solved. Discrete Method: Basic schemes of any existing discrete methods. Motivation: Motivation or idea for the construction of a bridge (ow). Flow: The description of the dierential equation. Initial Conditions: The starting point oftheow (The simple system). Special Features: Special features of the ow approach. Example: Examples or applications. Generalization: Possible generalizations or new numerical schemes. List of Flows.1 Linear Stationary Flows Original Problem: Solve the linear equation where A R nn and x, b R n. Ax = b (1)

3 where Discrete Method: Most linear stationary methods assume the form [9] x k+1 = Gx k + c k =0 1 ::: () G = I ; Q ;1 A c = Q ;1 b and Q is a splitting matrix of A. Motivation: Think of () as one Euler step with unit step size applied to a linear dierential system. Flow: dx = ;Q;1 Ax + c: (3) Initial Conditions: x(0) can be any point inr n. Special Features: For global convergence of (3), only the inequalities < i (G) < 1 (4) for all eigenvalues i of G are needed, which ismuch weaker than the would-be condition for the convergence of (). Generalization: Solving (3) by a numerical method amounts to a new iterative scheme, including highly complicated multistep iterative schemes [5, 8].. Homotopy Flows Original Problem: Solve the nonlinear equation f(x) =0 (5) where f : R n ;! R n is continuously dierentiable. Discrete Method: A classical method is the Newton method [37] x k+1 = x k ; k (f 0 (x k )) ;1 f(x k ): (6) Motivation: At least two ways to motivate the continuous ows: 1. Think of (6) as one Euler step with step size k applied to the dierential equation [3] dx ds = ;(f 0 (x)) ;1 f(x): (7) 3

4 . Connect the system (5) to a trivial system by, for example, H(x t) =f(x) ; tf(x 0 ) (8) where x 0 is an arbitrarily xed point in R n [1, ]. Generically, the zero set H ;1 (0) is a one-dimensional smooth manifold. Flow: Either (7) or f 0 (x) dx ds ; 1 t f(x) ds dx ds ds 0 = 1 : (9) Initial Conditions: For (7), x(0) can be arbitrary. For (9), x(0) = x 0 and t(0) = 1. Special Features: 1. The ow of (7) satises f(x(s)) = e ;s f(x(0)). That is, the ow moves in the direction along which jjf(x)jj is exponentially reduced.. Properties of f and the selection of x 0 must be taken into account in(9) in order that the bridge really makes the desired connection to t =0[1,]. Example: Successful applications with specially formulated homotopy functions include eigenvalue problems [9, 34], nonlinear programming problem [7], physics applications and boundary value problems[38, 44], and polynomial systems [35, 36]..3 Scaled Toda Flows Original Problem: Reduce a square matrix A 0 R nn to a certain canonical form [31], e.g., triangularization, so as to solve the eigenvalue problem Discrete Method: A 0 x = x: (10) 1. For triangularization, use the unshifted QR algorithm: A k = Q k R k =) A k+1 = R k Q k (11) where Q k R k is the QR decomposition of A k orany other QR-type algorithms, e.g., the LU algorithm [8, 45].. For a general non-zero pattern which A 0 is reduced to, no discrete method is available. Flow: 4

5 1. The Toda ow =[X 0(X)] (1) where [A B] =AB ; BA, 0 (X) =X ; ; X ;T and X ; is the strictly lower triangular part of X.. The scaled Toda ow =[X K X] (13) where K is a constant matrix and represent the Hadamard product. Initial Conditions: X(0) = A 0. Special Features: 1. The time-1 map of the Toda ow is equivalent to the QR algorithm [0,40].. The time-1 map of the scaled Toda ow also enjoys a QR-like algorithm [18]. 3. For symmetric X, K is necessarily skew-symmetric. Asymptotic behavior of (13) is completely known [18]. Motivation: The Toda lattice originates as a description of a one-dimensional lattice of particles with exponential interaction. The connection between the Toda ow and the QR algorithm was discovered by Symes [40]. Example: Dierent choices of the scaling matrix K give rise to dierent isospectral ows, including many already proposed in the literature [1, 18, 1, 41, 4]. In particular, (13) can be used to generate special canonical forms that no other methods can [10]..4 Projected Gradient Flows Original Problem: Let S(n) and O(n) denote, respectively, the subspace of all symmetric matrices and the group of all orthogonal matrices in R nn. Let P (X) denote the projection of X onto a specied ane subspace of S(n). Then Minimize F (X) := 1 kx ; P (X)k Subject to X M(X 0 ) (14) where M(X 0 ):=fx S(n)jX = Q T X 0 Q Q O(n)g and kk is the Frobenius norm. Discrete Method: Depending upon the nature of the projection P,the problem may or may not have a discrete method [11]. The Jacobi method [8], for example, may be applied if P (X) =diag(x). 5

6 Flow: =[X [X P(X)]]: (15) Motivation: The right hand side of (15) represents the negative of the gradient off on the feasible set M(X 0 ). Initial Conditions: X(0) = X 0. Example: 1. The ow (15) may be employed to solve the least squares approximation problem subject to spectral constraints, the inverse eigenvalue problem and the eigenvalue problem [11]. For the latter, the ow (15) is a continuous analogue of the Jacobi method [4].. The ow (15) generalizes Brockett's double bracket ow [6, 7] which, in turn, has been found to have other applications in sorting, linear programming and total least squares problems [4, 5]. Generalization: The idea of projected gradient ow can be generalized to other types of approximation problems as will be seen below..5 Simultaneous Reduction Flows Original Problem: Simultaneous reduction by two kinds of transformations: 1. Reduction by orthogonal similarity transformations: Given matrices A i R nn, i =1 ::: p, and projection maps P i onto specied subspaces, Minimize F (Q) := 1 px i=1 k i (Q)k Subject to Q O(n) (16) where i (Q) :=Q T A i Q ; P i (Q T A i Q).. Reduction by orthogonal equivalence transformations: Given matrices B i R mn, i =1 ::: p, and projection maps R i, Minimize G(Q Z) := 1 px i=1 k i (Q Z)k Subject to Q O(m) (17) Z O(n) where i (Q Z) :=Q T B i Z ; R i (Q T B i Z). 6

7 Discrete Method: Very few theoretical results or even numerical methods are available for simultaneous reduction problems [15, 31]. Motivation: Compute the projected gradient of (16) and (17), respectively. Flow: 1. Orthogonal similar ow: i = 4 Xi px j=1 [X j P T j (X j)] ; [X j P T j (X j)] T 3 5 : (18). Orthogonal equivalence ow: dy i px (Yi = Yj T R j(y j ) ; Rj T (Y j )Y j + R j(y j )Yj T ; Y j Rj T (Y j ) ) Y i : j=1 (19) Initial Conditions: X i (0) = A i, Y i (0) = B i. Example: Here is a Jacobi ow for computing singular values of a single matrix: =X XT diag(x);(x T diag(x)) T + diag(x)xt ;(diag(x)x T ) T X: (0) Generalization: Two other related matrix ows (but not derived from projected gradient): 1. SVD ow:. QZ ow: Special Features: = X 0 (XX T ) ; 0 (X T X)X X(0) = A: (1) 1 X 1 (0) = A 1 X (0) = A : = X 1 0 (X ;1 X 1) ; 0 (X 1 X ;1 )X 1 = X 0 (X ;1 X 1) ; 0 (X 1 X ;1 )X () 1. The continuous realization processes (18) or (19) have the advantages that the desired form to which matrices are reduced can be almost arbitrary, and that if a desired form is not attainable then the limit point of the dierential system gives a way of measuring the distance from the best reduced matrices to the nearest matrices that have the desired form. 7

8 . Just as the Toda lattice (1) models the QR algorithm, the system (1) models the SVD algorithm [14] for the A R mn, and () models the QZ algorithm [13] for the matrix pencil (A 1 A ) R nn R nn..6 Inverse Eigenvalue Flows Original Problem: Given a set of real numbers f 1 ::: n g, consider two kinds of inverse eigenvalue problems: 1. Given A 0 ::: A n S(n) that are mutually orthonormal, nd c =[c 1 ::: c n ] such that A(c) :=A 0 + nx i=1 c i A i (3) has the prescribed set as its spectrum. The special case is where A(c) is atoeplitz matrix which isknown, thus far, to be an open problem [].. Find a symmetric non-negative matrix P that has the prescribed set as its spectrum. Discrete Method: A few locally convergent Newton-like algorithms are available for the rst problem [6, 33]. Little is known for the non-negative matrix problem [3]. Motivation: Minimize the distance between the isospectral surface and the set of matrices of desired form. Flow: 1. Inverse eigenvalue problem [11]: where =[X [X A 0 + P (X)]] (4) P (X) = nx i=1 and < > denotes the Frobenius inner product. <X A i >A i (5). Inverse eigenvalue problem for non-negative matrices [16]: dy = [X [X Y ]] (6) = 4Y (X ; Y ): (7) Initial Conditions: For both (4) and (6), X(0) = diagf 1 ::: n g. For (7), Y (0) can be any non-negative matrix. Generalization: 8

9 1. For the inverse Toeplitz eigenvalue problem, the descent ow (4) may converge to a stationary point that is not Toeplitz. A new ow that seems to converge globally is [3]. where 8< =[X k(x)] (8) k ij (X) :=: x i+1 j ; x i j;1 if 1 i<j n 0 if 1 i = j n x i j;1 ; x i+1 j if 1 j<in (9). The idea of (4) can be generalized to inverse singular value problem: where = X XT (B 0 + R(X)) ; (B 0 + R(X)) T X (30) ; X(B 0 + R(X)) T ; (B 0 + R(X)) T X X (31) R(X) = nx k=1 <X B k >B k (3) and B 0 B 1 ::: B n R mn are prescribed mutually orthonormal matrices. Recently insights drawn from (30) give rise to new iterative methods [19]..7 Complex Flows Original Problem: Most of the discussion hitherto can be generalized to the complex-valued cases. One such example is the nearest normal matrix problem [30, 39]. Discrete Method: The Jacobi algorithm [39] can be used. Motivation: The nearest normal matrix problem is equivalent to Minimize H(U) := 1 ku AU ; diag(u AU)k Subject to U U(n) (33) where U(n) is the group of all unitary matrices in C nn. Flow: du dw = U [W diag(w )] ; [W diag(w )] (34) = W [W diag(w )] ; [W diag(w )] : (35) 9

10 Initial Conditions: U(0) = I and W (0) = A. Special Features: The putative nearest normal matrix to A is given by Z := U(1)diag(W(1))U(1) [15]. Generalization: Least square approximation by real normal matrices can also be done by a method described by Chu[17] 3 Conclusion = X [X AT ] ; [X A T ] T : (36) Most matrix dierential equations by nature are complicated, since the components are coupled into nonlinear terms. Nonetheless, as we have demonstrated, there have been substantial advances in understanding some of the dynamics. For the time being, the numerical implementation is still very primitive. But most important ofall, we think there are many opportunities where new algorithms may be developed from the realization process. It is hoped that this paper has conveyed some values of this idea. 10

11 References [1] E. Allgower, A survey of homotopy methods for smooth mappings, in Numerical Solution of Nonlinear Equations, Lecture Notes in Math., 878, 1980, 1-9. [] E. Allgower and K Georg, Simplicial and continuation methods for approximating xed points and solutions to systems of equations, SIAM Review, (1980), [3] A. Berman and R. J. Plemmons, Non-negative Matrices in the Mathematical Sciences, Academic Press, New York, [4] A. M. Bloch, R. W. Brockett and T. S Ratiu, A new formulation of the generalized Toda lattice equations and their xed point analysis via the momentum map, Bull. Amer. Math. Soc. (N.S.) 3(1990), [5] A. M. Bloch, Steepest descent, linear programming, and Hamiltonian ows, Contemporary Math., 114(1990), [6] R. W. Brockett, Dynamical systems that sort lists, diagonalize matrices and solve linear programming problems, in Proceedings of the 7th IEEE Conference on Decis ion and Control, IEEE, (1988), , and Linear Alg. Appl., 146(1991), [7] R. W. Brockett, Least squares matching problems, Linear Alg. Appl., 1/13/14(1989), [8] M. T. Chu, On the continuous realization of iterative processes, SIAM Review, 30(1988), [9] M. T. Chu, T. Y. Li, and T. Sauer, Homotopy method for general -matrix problems, SIAM J. Matrix Anal. Appl., 9(1988), [10] M. T. Chu and L. K. Norris, Isospectral ows and abstract matrix factorizations, SIAM J. Numer. Anal., 5(1988), [11] M. T. Chu and K. R. Driessel, The projected gradient method for least squares matrix approximations with spectral constraints, SIAM J. Numer. Anal., 7(1990), [1] M. T. Chu, The generalized Toda ow, the QR algorithm and the center manifold theorem, SIAM J. Alg. Disc. Meth., 5(1984), [13] M. T. Chu, A continuous approximation to the generalized Schur decomposition, Linear Alg. Appl., 78(1986), [14] M. T. Chu, On a dierential equation approach to the singular value decomposition of bi-diagonal matrices, Linear Alg. Appl., 80(1986),

12 [15] M. T. Chu, A continuous Jacobi-like approach to the simultaneous reduction of real matrices, Linear Alg. Appl., 147(1991), [16] M. T. Chu and K. R. Driessel, Constructing symmetric non-negative matrices with prescribed eigenvalues by dierential equations, SIAM J. Math. Anal., (1991), [17] M. T. Chu, Least squares approximation by real normal matrices with specied spectrum, SIAM J. Matrix. Appl., 1(1991), [18] M. T. Chu, Scaled Toda-like ows, SIAM J. Numer. Anal., submitted, 199. [19] M. T. Chu, Numerical methods for inverse singular value problems, SIAM J. Numer. Anal., 9(199), [0] P. Deift, T. Nanda and C. Tomei, Dierential equations for the symmetric eigenvalue problem, SIAM J. Numer. Anal., 0(1983), 1-. [1] J. Della-Dora, Numerical Linear Algorithms and Group Theory, Linear Alg. Appl., 10(1975), [] P. Delsarte and Y. Genin, Spectral properties of nite Toeplitz matrices, Proceedings of the 1983 International Symposium of Mathematical Theory of Networks and Systems, Beer-Sheva, Israel, [3] K. R. Driessel and M. T. Chu, Can real symmetric Toeplitz matrices have arbitrary real spectra?, preprint, [4] K. R. Driessel, On isospectral gradient ow solving matrix eigenproblems using dierential equations, in Inverse Problems, J. R. Cannon and U Hornung, ed., ISNM 77, Birkhauser, 1986, [5] T. Eirola and O. Nevanlinna, What do multistep methods approximate? Numer. Math., 53(1988), [6] S. Friedland, J. Nocedal and M. L. Overton, The formulation and analysis of numerical methods for inverse eigenvalue problems, SIAM J. Numer. Anal., 4(1987), [7] C. B. Garcia and W. I. Zangwill, Pathways to Solutions, Fixed Points, a Equilibria, Prentice-Hall, Englewood Clis, NJ, [8] G. H. Golub and C. F. Van Loan, Matrix Computations, nd ed., Johns Hopkins, Baltimore, [9] L. A. Hageman and D. M. Young, Applied Iterative Methods, Academic Press, New York,

13 [30] N. J. Higham, Matrix nearness problems and applications, Applications of Matrix Theory, S. Barnett and M. J. C. Gover, ed., Oxford University Press, 1989, 1-7. [31] R. A. Horn and C. A. Johnson, Matrix Analysis, Cambridge University Press, Cambridge, [3] H. B. Keller, Global homotopies and Newton methods, in Recent Advances Numerical Analysis, C. de Boor and G. Golub, eds., Academic Press, New York, 1978, [33] D. P. Laurie, A numerical approach to the inverse Toeplitz eigenproblem SIAM J. Sci. Stat. Comput., 9(1988), [34] T. Y. Li and N. H. Rhee, Homotopy algorithm for symmetric eigenvalue problems, Numer. Math., 55(1989), [35] T. Y. Li, T. Sauer and J. Yorke, Numerical solution of a class of decient polynomial systems, SIAM J. Numer. Anal., 4(1987), [36] A. P. Morgan, Solving Polynomial Systems Using Continuation for Scientic and Engineering Problems, Prentice-Hall, Englewood Cli, NJ, [37] J. M. Ortega and W. Rheinbol, Iterative Solution of Nonlinear Equations in Several Variables, Academic Press, New York, [38] W. C. Rheinbol, Numerical Analysis of Parameterized Nonlinear Equations, John Wiley and Sons, New York, [39] A. Ruhe, Closest normal matrix nally found!, BIT, 7(1987), [40] W. W. Symes, The QR algorithm and scattering for the nite non-periodic Toda lattice, Physica, 4D(198), [41] D. S. Watkins, Isospectral ows, SIAM Rev., 6(1984), [4] D. S. Watkins and L. Elsner, Self-similar ows, Linear Alg. Appl., 110(1988), [43] L. T. Watson, S. C. Billups and A. P. Morgan, HOMPACK: A suite of codes for globally convergent homotopy algorithms, ACM Trans. Math. Software, 13(1987), [44] L. T. Watson, Numerical linear algebra aspects of globally convergent homotopy methods, SIAM Review, 8(1986), [45] J. H. Wilkinson, The Algebraic Eigenvalue Problem, Clarendon Press, Oxford,

Numerical Algorithms as Dynamical Systems

Numerical Algorithms as Dynamical Systems A Study on Numerical Algorithms as Dynamical Systems Moody Chu North Carolina State University What This Study Is About? To recast many numerical algorithms as special dynamical systems, whence to derive

More information

Outline Introduction: Problem Description Diculties Algebraic Structure: Algebraic Varieties Rank Decient Toeplitz Matrices Constructing Lower Rank St

Outline Introduction: Problem Description Diculties Algebraic Structure: Algebraic Varieties Rank Decient Toeplitz Matrices Constructing Lower Rank St Structured Lower Rank Approximation by Moody T. Chu (NCSU) joint with Robert E. Funderlic (NCSU) and Robert J. Plemmons (Wake Forest) March 5, 1998 Outline Introduction: Problem Description Diculties Algebraic

More information

Inverse Singular Value Problems

Inverse Singular Value Problems Chapter 8 Inverse Singular Value Problems IEP versus ISVP Existence question A continuous approach An iterative method for the IEP An iterative method for the ISVP 139 140 Lecture 8 IEP versus ISVP Inverse

More information

OUTLINE 1. Introduction 1.1 Notation 1.2 Special matrices 2. Gaussian Elimination 2.1 Vector and matrix norms 2.2 Finite precision arithmetic 2.3 Fact

OUTLINE 1. Introduction 1.1 Notation 1.2 Special matrices 2. Gaussian Elimination 2.1 Vector and matrix norms 2.2 Finite precision arithmetic 2.3 Fact Computational Linear Algebra Course: (MATH: 6800, CSCI: 6800) Semester: Fall 1998 Instructors: { Joseph E. Flaherty, aherje@cs.rpi.edu { Franklin T. Luk, luk@cs.rpi.edu { Wesley Turner, turnerw@cs.rpi.edu

More information

S.F. Xu (Department of Mathematics, Peking University, Beijing)

S.F. Xu (Department of Mathematics, Peking University, Beijing) Journal of Computational Mathematics, Vol.14, No.1, 1996, 23 31. A SMALLEST SINGULAR VALUE METHOD FOR SOLVING INVERSE EIGENVALUE PROBLEMS 1) S.F. Xu (Department of Mathematics, Peking University, Beijing)

More information

Math Introduction to Numerical Analysis - Class Notes. Fernando Guevara Vasquez. Version Date: January 17, 2012.

Math Introduction to Numerical Analysis - Class Notes. Fernando Guevara Vasquez. Version Date: January 17, 2012. Math 5620 - Introduction to Numerical Analysis - Class Notes Fernando Guevara Vasquez Version 1990. Date: January 17, 2012. 3 Contents 1. Disclaimer 4 Chapter 1. Iterative methods for solving linear systems

More information

UMIACS-TR July CS-TR 2721 Revised March Perturbation Theory for. Rectangular Matrix Pencils. G. W. Stewart.

UMIACS-TR July CS-TR 2721 Revised March Perturbation Theory for. Rectangular Matrix Pencils. G. W. Stewart. UMIAS-TR-9-5 July 99 S-TR 272 Revised March 993 Perturbation Theory for Rectangular Matrix Pencils G. W. Stewart abstract The theory of eigenvalues and eigenvectors of rectangular matrix pencils is complicated

More information

Linear Algebra and Eigenproblems

Linear Algebra and Eigenproblems Appendix A A Linear Algebra and Eigenproblems A working knowledge of linear algebra is key to understanding many of the issues raised in this work. In particular, many of the discussions of the details

More information

as specic as the Schur-Horn theorem. Indeed, the most general result in this regard is as follows due to Mirsky [4]. Seeking any additional bearing wo

as specic as the Schur-Horn theorem. Indeed, the most general result in this regard is as follows due to Mirsky [4]. Seeking any additional bearing wo ON CONSTRUCTING MATRICES WITH PRESCRIBED SINGULAR VALUES AND DIAGONAL ELEMENTS MOODY T. CHU Abstract. Similar to the well known Schur-Horn theorem that characterizes the relationship between the diagonal

More information

Inverse Eigenvalue Problems: Theory and Applications

Inverse Eigenvalue Problems: Theory and Applications Inverse Eigenvalue Problems: Theory and Applications A Series of Lectures to be Presented at IRMA, CNR, Bari, Italy Moody T. Chu (Joint with Gene Golub) Department of Mathematics North Carolina State University

More information

The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation

The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation Zheng-jian Bai Abstract In this paper, we first consider the inverse

More information

How long does it take to compute the eigenvalues of a random symmetric matrix?

How long does it take to compute the eigenvalues of a random symmetric matrix? How long does it take to compute the eigenvalues of a random symmetric matrix? Govind Menon (Brown University) Joint work with: Christian Pfrang (Ph.D, Brown 2011) Percy Deift, Tom Trogdon (Courant Institute)

More information

CANONICAL LOSSLESS STATE-SPACE SYSTEMS: STAIRCASE FORMS AND THE SCHUR ALGORITHM

CANONICAL LOSSLESS STATE-SPACE SYSTEMS: STAIRCASE FORMS AND THE SCHUR ALGORITHM CANONICAL LOSSLESS STATE-SPACE SYSTEMS: STAIRCASE FORMS AND THE SCHUR ALGORITHM Ralf L.M. Peeters Bernard Hanzon Martine Olivi Dept. Mathematics, Universiteit Maastricht, P.O. Box 616, 6200 MD Maastricht,

More information

Spectra of Multiplication Operators as a Numerical Tool. B. Vioreanu and V. Rokhlin Technical Report YALEU/DCS/TR-1443 March 3, 2011

Spectra of Multiplication Operators as a Numerical Tool. B. Vioreanu and V. Rokhlin Technical Report YALEU/DCS/TR-1443 March 3, 2011 We introduce a numerical procedure for the construction of interpolation and quadrature formulae on bounded convex regions in the plane. The construction is based on the behavior of spectra of certain

More information

Inverse Eigenvalue Problems in Wireless Communications

Inverse Eigenvalue Problems in Wireless Communications Inverse Eigenvalue Problems in Wireless Communications Inderjit S. Dhillon Robert W. Heath Jr. Mátyás Sustik Joel A. Tropp The University of Texas at Austin Thomas Strohmer The University of California

More information

STABILITY OF INVARIANT SUBSPACES OF COMMUTING MATRICES We obtain some further results for pairs of commuting matrices. We show that a pair of commutin

STABILITY OF INVARIANT SUBSPACES OF COMMUTING MATRICES We obtain some further results for pairs of commuting matrices. We show that a pair of commutin On the stability of invariant subspaces of commuting matrices Tomaz Kosir and Bor Plestenjak September 18, 001 Abstract We study the stability of (joint) invariant subspaces of a nite set of commuting

More information

1 Vectors. Notes for Bindel, Spring 2017 Numerical Analysis (CS 4220)

1 Vectors. Notes for Bindel, Spring 2017 Numerical Analysis (CS 4220) Notes for 2017-01-30 Most of mathematics is best learned by doing. Linear algebra is no exception. You have had a previous class in which you learned the basics of linear algebra, and you will have plenty

More information

Abstract. The weighted orthogonal Procrustes problem, an important class of data matching problems in multivariate data analysis, is reconsidered in t

Abstract. The weighted orthogonal Procrustes problem, an important class of data matching problems in multivariate data analysis, is reconsidered in t On a Dierential Equation Approach to the Weighted Orthogonal Procrustes Problem Moody T. Chu 1 Department of Mathematics North Carolina State University Raleigh, North Carolina, 27695-8205 U.S.A. Nickolay

More information

Improved Newton s method with exact line searches to solve quadratic matrix equation

Improved Newton s method with exact line searches to solve quadratic matrix equation Journal of Computational and Applied Mathematics 222 (2008) 645 654 wwwelseviercom/locate/cam Improved Newton s method with exact line searches to solve quadratic matrix equation Jian-hui Long, Xi-yan

More information

Positive Denite Matrix. Ya Yan Lu 1. Department of Mathematics. City University of Hong Kong. Kowloon, Hong Kong. Abstract

Positive Denite Matrix. Ya Yan Lu 1. Department of Mathematics. City University of Hong Kong. Kowloon, Hong Kong. Abstract Computing the Logarithm of a Symmetric Positive Denite Matrix Ya Yan Lu Department of Mathematics City University of Hong Kong Kowloon, Hong Kong Abstract A numerical method for computing the logarithm

More information

ON THE ARITHMETIC-GEOMETRIC MEAN INEQUALITY AND ITS RELATIONSHIP TO LINEAR PROGRAMMING, BAHMAN KALANTARI

ON THE ARITHMETIC-GEOMETRIC MEAN INEQUALITY AND ITS RELATIONSHIP TO LINEAR PROGRAMMING, BAHMAN KALANTARI ON THE ARITHMETIC-GEOMETRIC MEAN INEQUALITY AND ITS RELATIONSHIP TO LINEAR PROGRAMMING, MATRIX SCALING, AND GORDAN'S THEOREM BAHMAN KALANTARI Abstract. It is a classical inequality that the minimum of

More information

Preliminary/Qualifying Exam in Numerical Analysis (Math 502a) Spring 2012

Preliminary/Qualifying Exam in Numerical Analysis (Math 502a) Spring 2012 Instructions Preliminary/Qualifying Exam in Numerical Analysis (Math 502a) Spring 2012 The exam consists of four problems, each having multiple parts. You should attempt to solve all four problems. 1.

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

Numerical Methods in Matrix Computations

Numerical Methods in Matrix Computations Ake Bjorck Numerical Methods in Matrix Computations Springer Contents 1 Direct Methods for Linear Systems 1 1.1 Elements of Matrix Theory 1 1.1.1 Matrix Algebra 2 1.1.2 Vector Spaces 6 1.1.3 Submatrices

More information

Algebra C Numerical Linear Algebra Sample Exam Problems

Algebra C Numerical Linear Algebra Sample Exam Problems Algebra C Numerical Linear Algebra Sample Exam Problems Notation. Denote by V a finite-dimensional Hilbert space with inner product (, ) and corresponding norm. The abbreviation SPD is used for symmetric

More information

Recurrence Relations and Fast Algorithms

Recurrence Relations and Fast Algorithms Recurrence Relations and Fast Algorithms Mark Tygert Research Report YALEU/DCS/RR-343 December 29, 2005 Abstract We construct fast algorithms for decomposing into and reconstructing from linear combinations

More information

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

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

More information

The Nearest Doubly Stochastic Matrix to a Real Matrix with the same First Moment

The Nearest Doubly Stochastic Matrix to a Real Matrix with the same First Moment he Nearest Doubly Stochastic Matrix to a Real Matrix with the same First Moment William Glunt 1, homas L. Hayden 2 and Robert Reams 2 1 Department of Mathematics and Computer Science, Austin Peay State

More information

OF INVERSE EIGENVALUE PROBLEMS. XUZHOU CHEN AND MOODY T. CHU y

OF INVERSE EIGENVALUE PROBLEMS. XUZHOU CHEN AND MOODY T. CHU y ON THE LEAST SQUARES SOLUTION OF INVERSE EIGENVALUE PROBLEMS XUZHOU CHEN AND MOODY T. CHU y Abstract. An inverse eigenvalue problem, where a matrix is to be constructed from some or all of its eigenvalues,

More information

Chapter 3 Least Squares Solution of y = A x 3.1 Introduction We turn to a problem that is dual to the overconstrained estimation problems considered s

Chapter 3 Least Squares Solution of y = A x 3.1 Introduction We turn to a problem that is dual to the overconstrained estimation problems considered s Lectures on Dynamic Systems and Control Mohammed Dahleh Munther A. Dahleh George Verghese Department of Electrical Engineering and Computer Science Massachuasetts Institute of Technology 1 1 c Chapter

More information

AN INVERSE EIGENVALUE PROBLEM AND AN ASSOCIATED APPROXIMATION PROBLEM FOR GENERALIZED K-CENTROHERMITIAN MATRICES

AN INVERSE EIGENVALUE PROBLEM AND AN ASSOCIATED APPROXIMATION PROBLEM FOR GENERALIZED K-CENTROHERMITIAN MATRICES AN INVERSE EIGENVALUE PROBLEM AND AN ASSOCIATED APPROXIMATION PROBLEM FOR GENERALIZED K-CENTROHERMITIAN MATRICES ZHONGYUN LIU AND HEIKE FAßBENDER Abstract: A partially described inverse eigenvalue problem

More information

Finding eigenvalues for matrices acting on subspaces

Finding eigenvalues for matrices acting on subspaces Finding eigenvalues for matrices acting on subspaces Jakeniah Christiansen Department of Mathematics and Statistics Calvin College Grand Rapids, MI 49546 Faculty advisor: Prof Todd Kapitula Department

More information

Preliminary Examination, Numerical Analysis, August 2016

Preliminary Examination, Numerical Analysis, August 2016 Preliminary Examination, Numerical Analysis, August 2016 Instructions: This exam is closed books and notes. The time allowed is three hours and you need to work on any three out of questions 1-4 and any

More information

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2.

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2. APPENDIX A Background Mathematics A. Linear Algebra A.. Vector algebra Let x denote the n-dimensional column vector with components 0 x x 2 B C @. A x n Definition 6 (scalar product). The scalar product

More information

A fast randomized algorithm for overdetermined linear least-squares regression

A fast randomized algorithm for overdetermined linear least-squares regression A fast randomized algorithm for overdetermined linear least-squares regression Vladimir Rokhlin and Mark Tygert Technical Report YALEU/DCS/TR-1403 April 28, 2008 Abstract We introduce a randomized algorithm

More information

Solution of Linear Equations

Solution of Linear Equations Solution of Linear Equations (Com S 477/577 Notes) Yan-Bin Jia Sep 7, 07 We have discussed general methods for solving arbitrary equations, and looked at the special class of polynomial equations A subclass

More information

Numerical Methods - Numerical Linear Algebra

Numerical Methods - Numerical Linear Algebra Numerical Methods - Numerical Linear Algebra Y. K. Goh Universiti Tunku Abdul Rahman 2013 Y. K. Goh (UTAR) Numerical Methods - Numerical Linear Algebra I 2013 1 / 62 Outline 1 Motivation 2 Solving Linear

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

Approximating the matrix exponential of an advection-diffusion operator using the incomplete orthogonalization method

Approximating the matrix exponential of an advection-diffusion operator using the incomplete orthogonalization method Approximating the matrix exponential of an advection-diffusion operator using the incomplete orthogonalization method Antti Koskela KTH Royal Institute of Technology, Lindstedtvägen 25, 10044 Stockholm,

More information

UMIACS-TR July CS-TR 2494 Revised January An Updating Algorithm for. Subspace Tracking. G. W. Stewart. abstract

UMIACS-TR July CS-TR 2494 Revised January An Updating Algorithm for. Subspace Tracking. G. W. Stewart. abstract UMIACS-TR-9-86 July 199 CS-TR 2494 Revised January 1991 An Updating Algorithm for Subspace Tracking G. W. Stewart abstract In certain signal processing applications it is required to compute the null space

More information

Iterative Methods. Splitting Methods

Iterative Methods. Splitting Methods Iterative Methods Splitting Methods 1 Direct Methods Solving Ax = b using direct methods. Gaussian elimination (using LU decomposition) Variants of LU, including Crout and Doolittle Other decomposition

More information

Characterization of half-radial matrices

Characterization of half-radial matrices Characterization of half-radial matrices Iveta Hnětynková, Petr Tichý Faculty of Mathematics and Physics, Charles University, Sokolovská 83, Prague 8, Czech Republic Abstract Numerical radius r(a) is the

More information

Inverse Eigenvalue Problems: Theory, Algorithms, and Applications

Inverse Eigenvalue Problems: Theory, Algorithms, and Applications Inverse Eigenvalue Problems: Theory, Algorithms, and Applications Moody T. Chu North Carolina State University Gene H. Golub Stanford University OXPORD UNIVERSITY PRESS List of Acronyms List of Figures

More information

APPLIED NUMERICAL LINEAR ALGEBRA

APPLIED NUMERICAL LINEAR ALGEBRA APPLIED NUMERICAL LINEAR ALGEBRA James W. Demmel University of California Berkeley, California Society for Industrial and Applied Mathematics Philadelphia Contents Preface 1 Introduction 1 1.1 Basic Notation

More information

Centro de Processamento de Dados, Universidade Federal do Rio Grande do Sul,

Centro de Processamento de Dados, Universidade Federal do Rio Grande do Sul, A COMPARISON OF ACCELERATION TECHNIQUES APPLIED TO THE METHOD RUDNEI DIAS DA CUNHA Computing Laboratory, University of Kent at Canterbury, U.K. Centro de Processamento de Dados, Universidade Federal do

More information

Linear Algebra Massoud Malek

Linear Algebra Massoud Malek CSUEB Linear Algebra Massoud Malek Inner Product and Normed Space In all that follows, the n n identity matrix is denoted by I n, the n n zero matrix by Z n, and the zero vector by θ n An inner product

More information

Baltzer Journals April 24, Bounds for the Trace of the Inverse and the Determinant. of Symmetric Positive Denite Matrices

Baltzer Journals April 24, Bounds for the Trace of the Inverse and the Determinant. of Symmetric Positive Denite Matrices Baltzer Journals April 4, 996 Bounds for the Trace of the Inverse and the Determinant of Symmetric Positive Denite Matrices haojun Bai ; and Gene H. Golub ; y Department of Mathematics, University of Kentucky,

More information

Numerical Methods for Solving Large Scale Eigenvalue Problems

Numerical Methods for Solving Large Scale Eigenvalue Problems Peter Arbenz Computer Science Department, ETH Zürich E-mail: arbenz@inf.ethz.ch arge scale eigenvalue problems, Lecture 2, February 28, 2018 1/46 Numerical Methods for Solving Large Scale Eigenvalue Problems

More information

Linear Methods in Data Mining

Linear Methods in Data Mining Why Methods? linear methods are well understood, simple and elegant; algorithms based on linear methods are widespread: data mining, computer vision, graphics, pattern recognition; excellent general software

More information

Chapter 8 Integral Operators

Chapter 8 Integral Operators Chapter 8 Integral Operators In our development of metrics, norms, inner products, and operator theory in Chapters 1 7 we only tangentially considered topics that involved the use of Lebesgue measure,

More information

Lecture 2: Review of Prerequisites. Table of contents

Lecture 2: Review of Prerequisites. Table of contents Math 348 Fall 217 Lecture 2: Review of Prerequisites Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams. In this

More information

PROOF OF TWO MATRIX THEOREMS VIA TRIANGULAR FACTORIZATIONS ROY MATHIAS

PROOF OF TWO MATRIX THEOREMS VIA TRIANGULAR FACTORIZATIONS ROY MATHIAS PROOF OF TWO MATRIX THEOREMS VIA TRIANGULAR FACTORIZATIONS ROY MATHIAS Abstract. We present elementary proofs of the Cauchy-Binet Theorem on determinants and of the fact that the eigenvalues of a matrix

More information

that determines x up to a complex scalar of modulus 1, in the real case ±1. Another condition to normalize x is by requesting that

that determines x up to a complex scalar of modulus 1, in the real case ±1. Another condition to normalize x is by requesting that Chapter 3 Newton methods 3. Linear and nonlinear eigenvalue problems When solving linear eigenvalue problems we want to find values λ C such that λi A is singular. Here A F n n is a given real or complex

More information

Conjugate Gradient (CG) Method

Conjugate Gradient (CG) Method Conjugate Gradient (CG) Method by K. Ozawa 1 Introduction In the series of this lecture, I will introduce the conjugate gradient method, which solves efficiently large scale sparse linear simultaneous

More information

Eigenvalue Problems and Singular Value Decomposition

Eigenvalue Problems and Singular Value Decomposition Eigenvalue Problems and Singular Value Decomposition Sanzheng Qiao Department of Computing and Software McMaster University August, 2012 Outline 1 Eigenvalue Problems 2 Singular Value Decomposition 3 Software

More information

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces. Math 350 Fall 2011 Notes about inner product spaces In this notes we state and prove some important properties of inner product spaces. First, recall the dot product on R n : if x, y R n, say x = (x 1,...,

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

Numerical Methods I Non-Square and Sparse Linear Systems

Numerical Methods I Non-Square and Sparse Linear Systems Numerical Methods I Non-Square and Sparse Linear Systems Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 MATH-GA 2011.003 / CSCI-GA 2945.003, Fall 2014 September 25th, 2014 A. Donev (Courant

More information

OPTIMAL SCALING FOR P -NORMS AND COMPONENTWISE DISTANCE TO SINGULARITY

OPTIMAL SCALING FOR P -NORMS AND COMPONENTWISE DISTANCE TO SINGULARITY published in IMA Journal of Numerical Analysis (IMAJNA), Vol. 23, 1-9, 23. OPTIMAL SCALING FOR P -NORMS AND COMPONENTWISE DISTANCE TO SINGULARITY SIEGFRIED M. RUMP Abstract. In this note we give lower

More information

Theorem Let X be a symmetric solution of DR(X) = 0. Let X b be a symmetric approximation to Xand set V := X? X. b If R b = R + B T XB b and I + V B R

Theorem Let X be a symmetric solution of DR(X) = 0. Let X b be a symmetric approximation to Xand set V := X? X. b If R b = R + B T XB b and I + V B R Initializing Newton's method for discrete-time algebraic Riccati equations using the buttery SZ algorithm Heike Fabender Zentrum fur Technomathematik Fachbereich - Mathematik und Informatik Universitat

More information

460 HOLGER DETTE AND WILLIAM J STUDDEN order to examine how a given design behaves in the model g` with respect to the D-optimality criterion one uses

460 HOLGER DETTE AND WILLIAM J STUDDEN order to examine how a given design behaves in the model g` with respect to the D-optimality criterion one uses Statistica Sinica 5(1995), 459-473 OPTIMAL DESIGNS FOR POLYNOMIAL REGRESSION WHEN THE DEGREE IS NOT KNOWN Holger Dette and William J Studden Technische Universitat Dresden and Purdue University Abstract:

More information

Constrained Leja points and the numerical solution of the constrained energy problem

Constrained Leja points and the numerical solution of the constrained energy problem Journal of Computational and Applied Mathematics 131 (2001) 427 444 www.elsevier.nl/locate/cam Constrained Leja points and the numerical solution of the constrained energy problem Dan I. Coroian, Peter

More information

Automatica, 33(9): , September 1997.

Automatica, 33(9): , September 1997. A Parallel Algorithm for Principal nth Roots of Matrices C. K. Koc and M. _ Inceoglu Abstract An iterative algorithm for computing the principal nth root of a positive denite matrix is presented. The algorithm

More information

A Single-letter Upper Bound for the Sum Rate of Multiple Access Channels with Correlated Sources

A Single-letter Upper Bound for the Sum Rate of Multiple Access Channels with Correlated Sources A Single-letter Upper Bound for the Sum Rate of Multiple Access Channels with Correlated Sources Wei Kang Sennur Ulukus Department of Electrical and Computer Engineering University of Maryland, College

More information

X. Hu, R. Shonkwiler, and M.C. Spruill. School of Mathematics. Georgia Institute of Technology. Atlanta, GA 30332

X. Hu, R. Shonkwiler, and M.C. Spruill. School of Mathematics. Georgia Institute of Technology. Atlanta, GA 30332 Approximate Speedup by Independent Identical Processing. Hu, R. Shonkwiler, and M.C. Spruill School of Mathematics Georgia Institute of Technology Atlanta, GA 30332 Running head: Parallel iip Methods Mail

More information

Matrix decompositions

Matrix decompositions Matrix decompositions Zdeněk Dvořák May 19, 2015 Lemma 1 (Schur decomposition). If A is a symmetric real matrix, then there exists an orthogonal matrix Q and a diagonal matrix D such that A = QDQ T. The

More information

CAAM 454/554: Stationary Iterative Methods

CAAM 454/554: Stationary Iterative Methods CAAM 454/554: Stationary Iterative Methods Yin Zhang (draft) CAAM, Rice University, Houston, TX 77005 2007, Revised 2010 Abstract Stationary iterative methods for solving systems of linear equations are

More information

Problems in Linear Algebra and Representation Theory

Problems in Linear Algebra and Representation Theory Problems in Linear Algebra and Representation Theory (Most of these were provided by Victor Ginzburg) The problems appearing below have varying level of difficulty. They are not listed in any specific

More information

Eigenvalue problems and optimization

Eigenvalue problems and optimization Notes for 2016-04-27 Seeking structure For the past three weeks, we have discussed rather general-purpose optimization methods for nonlinear equation solving and optimization. In practice, of course, we

More information

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) Contents 1 Vector Spaces 1 1.1 The Formal Denition of a Vector Space.................................. 1 1.2 Subspaces...................................................

More information

Linear Algebra: Matrix Eigenvalue Problems

Linear Algebra: Matrix Eigenvalue Problems CHAPTER8 Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1 A matrix eigenvalue problem considers the vector equation (1) Ax = λx. 8.0 Linear Algebra: Matrix Eigenvalue Problems Here A is a given

More information

2. Linear algebra. matrices and vectors. linear equations. range and nullspace of matrices. function of vectors, gradient and Hessian

2. Linear algebra. matrices and vectors. linear equations. range and nullspace of matrices. function of vectors, gradient and Hessian FE661 - Statistical Methods for Financial Engineering 2. Linear algebra Jitkomut Songsiri matrices and vectors linear equations range and nullspace of matrices function of vectors, gradient and Hessian

More information

The Algebraic Multigrid Projection for Eigenvalue Problems; Backrotations and Multigrid Fixed Points. Sorin Costiner and Shlomo Ta'asan

The Algebraic Multigrid Projection for Eigenvalue Problems; Backrotations and Multigrid Fixed Points. Sorin Costiner and Shlomo Ta'asan The Algebraic Multigrid Projection for Eigenvalue Problems; Backrotations and Multigrid Fixed Points Sorin Costiner and Shlomo Ta'asan Department of Applied Mathematics and Computer Science The Weizmann

More information

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination Math 0, Winter 07 Final Exam Review Chapter. Matrices and Gaussian Elimination { x + x =,. Different forms of a system of linear equations. Example: The x + 4x = 4. [ ] [ ] [ ] vector form (or the column

More information

Subset selection for matrices

Subset selection for matrices Linear Algebra its Applications 422 (2007) 349 359 www.elsevier.com/locate/laa Subset selection for matrices F.R. de Hoog a, R.M.M. Mattheij b, a CSIRO Mathematical Information Sciences, P.O. ox 664, Canberra,

More information

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 0

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 0 CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 0 GENE H GOLUB 1 What is Numerical Analysis? In the 1973 edition of the Webster s New Collegiate Dictionary, numerical analysis is defined to be the

More information

An investigation of feasible descent algorithms for estimating the condition number of a matrix

An investigation of feasible descent algorithms for estimating the condition number of a matrix Top (2012) 20:791 809 DOI 10.1007/s11750-010-0161-9 ORIGINAL PAPER An investigation of feasible descent algorithms for estimating the condition number of a matrix Carmo P. Brás William W. Hager Joaquim

More information

Positive Definite Matrix

Positive Definite Matrix 1/29 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Linear Algebra Positive Definite, Negative Definite, Indefinite 2/29 Pure Quadratic Function

More information

Math 413/513 Chapter 6 (from Friedberg, Insel, & Spence)

Math 413/513 Chapter 6 (from Friedberg, Insel, & Spence) Math 413/513 Chapter 6 (from Friedberg, Insel, & Spence) David Glickenstein December 7, 2015 1 Inner product spaces In this chapter, we will only consider the elds R and C. De nition 1 Let V be a vector

More information

WHEN MODIFIED GRAM-SCHMIDT GENERATES A WELL-CONDITIONED SET OF VECTORS

WHEN MODIFIED GRAM-SCHMIDT GENERATES A WELL-CONDITIONED SET OF VECTORS IMA Journal of Numerical Analysis (2002) 22, 1-8 WHEN MODIFIED GRAM-SCHMIDT GENERATES A WELL-CONDITIONED SET OF VECTORS L. Giraud and J. Langou Cerfacs, 42 Avenue Gaspard Coriolis, 31057 Toulouse Cedex

More information

Generalized Shifted Inverse Iterations on Grassmann Manifolds 1

Generalized Shifted Inverse Iterations on Grassmann Manifolds 1 Proceedings of the Sixteenth International Symposium on Mathematical Networks and Systems (MTNS 2004), Leuven, Belgium Generalized Shifted Inverse Iterations on Grassmann Manifolds 1 J. Jordan α, P.-A.

More information

Inverse Eigenvalue Problems for Checkerboard Toeplitz Matrices

Inverse Eigenvalue Problems for Checkerboard Toeplitz Matrices Inverse Eigenvalue Problems for Checkerboard Toeplitz Matrices T. H. Jones 1 and N. B. Willms 1 1 Department of Mathematics, Bishop s University. Sherbrooke, Québec, Canada, J1M 1Z7. E-mail: tjones@ubishops.ca,

More information

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory Physics 202 Laboratory 5 Linear Algebra Laboratory 5 Physics 202 Laboratory We close our whirlwind tour of numerical methods by advertising some elements of (numerical) linear algebra. There are three

More information

XIAO-CHUAN CAI AND MAKSYMILIAN DRYJA. strongly elliptic equations discretized by the nite element methods.

XIAO-CHUAN CAI AND MAKSYMILIAN DRYJA. strongly elliptic equations discretized by the nite element methods. Contemporary Mathematics Volume 00, 0000 Domain Decomposition Methods for Monotone Nonlinear Elliptic Problems XIAO-CHUAN CAI AND MAKSYMILIAN DRYJA Abstract. In this paper, we study several overlapping

More information

MAT 610: Numerical Linear Algebra. James V. Lambers

MAT 610: Numerical Linear Algebra. James V. Lambers MAT 610: Numerical Linear Algebra James V Lambers January 16, 2017 2 Contents 1 Matrix Multiplication Problems 7 11 Introduction 7 111 Systems of Linear Equations 7 112 The Eigenvalue Problem 8 12 Basic

More information

Convergence of The Multigrid Method With A Wavelet. Abstract. This new coarse grid operator is constructed using the wavelet

Convergence of The Multigrid Method With A Wavelet. Abstract. This new coarse grid operator is constructed using the wavelet Convergence of The Multigrid Method With A Wavelet Coarse Grid Operator Bjorn Engquist Erding Luo y Abstract The convergence of the two-level multigrid method with a new coarse grid operator is studied.

More information

Convergence rate estimates for the gradient differential inclusion

Convergence rate estimates for the gradient differential inclusion Convergence rate estimates for the gradient differential inclusion Osman Güler November 23 Abstract Let f : H R { } be a proper, lower semi continuous, convex function in a Hilbert space H. The gradient

More information

From Stationary Methods to Krylov Subspaces

From Stationary Methods to Krylov Subspaces Week 6: Wednesday, Mar 7 From Stationary Methods to Krylov Subspaces Last time, we discussed stationary methods for the iterative solution of linear systems of equations, which can generally be written

More information

On the Local Convergence of an Iterative Approach for Inverse Singular Value Problems

On the Local Convergence of an Iterative Approach for Inverse Singular Value Problems On the Local Convergence of an Iterative Approach for Inverse Singular Value Problems Zheng-jian Bai Benedetta Morini Shu-fang Xu Abstract The purpose of this paper is to provide the convergence theory

More information

On Solving Large Algebraic. Riccati Matrix Equations

On Solving Large Algebraic. Riccati Matrix Equations International Mathematical Forum, 5, 2010, no. 33, 1637-1644 On Solving Large Algebraic Riccati Matrix Equations Amer Kaabi Department of Basic Science Khoramshahr Marine Science and Technology University

More information

EXISTENCE VERIFICATION FOR SINGULAR ZEROS OF REAL NONLINEAR SYSTEMS

EXISTENCE VERIFICATION FOR SINGULAR ZEROS OF REAL NONLINEAR SYSTEMS EXISTENCE VERIFICATION FOR SINGULAR ZEROS OF REAL NONLINEAR SYSTEMS JIANWEI DIAN AND R BAKER KEARFOTT Abstract Traditional computational fixed point theorems, such as the Kantorovich theorem (made rigorous

More information

Bindel, Fall 2016 Matrix Computations (CS 6210) Notes for

Bindel, Fall 2016 Matrix Computations (CS 6210) Notes for 1 Logistics Notes for 2016-08-29 General announcement: we are switching from weekly to bi-weekly homeworks (mostly because the course is much bigger than planned). If you want to do HW but are not formally

More information

1 Linear Algebra Problems

1 Linear Algebra Problems Linear Algebra Problems. Let A be the conjugate transpose of the complex matrix A; i.e., A = A t : A is said to be Hermitian if A = A; real symmetric if A is real and A t = A; skew-hermitian if A = A and

More information

Matrix Algorithms. Volume II: Eigensystems. G. W. Stewart H1HJ1L. University of Maryland College Park, Maryland

Matrix Algorithms. Volume II: Eigensystems. G. W. Stewart H1HJ1L. University of Maryland College Park, Maryland Matrix Algorithms Volume II: Eigensystems G. W. Stewart University of Maryland College Park, Maryland H1HJ1L Society for Industrial and Applied Mathematics Philadelphia CONTENTS Algorithms Preface xv xvii

More information

A Backward Stable Hyperbolic QR Factorization Method for Solving Indefinite Least Squares Problem

A Backward Stable Hyperbolic QR Factorization Method for Solving Indefinite Least Squares Problem A Backward Stable Hyperbolic QR Factorization Method for Solving Indefinite Least Suares Problem Hongguo Xu Dedicated to Professor Erxiong Jiang on the occasion of his 7th birthday. Abstract We present

More information

Linear Algebra, part 2 Eigenvalues, eigenvectors and least squares solutions

Linear Algebra, part 2 Eigenvalues, eigenvectors and least squares solutions Linear Algebra, part 2 Eigenvalues, eigenvectors and least squares solutions Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2013 Main problem of linear algebra 2: Given

More information

Linear Algebra. Session 12

Linear Algebra. Session 12 Linear Algebra. Session 12 Dr. Marco A Roque Sol 08/01/2017 Example 12.1 Find the constant function that is the least squares fit to the following data x 0 1 2 3 f(x) 1 0 1 2 Solution c = 1 c = 0 f (x)

More information

Stabilization and Acceleration of Algebraic Multigrid Method

Stabilization and Acceleration of Algebraic Multigrid Method Stabilization and Acceleration of Algebraic Multigrid Method Recursive Projection Algorithm A. Jemcov J.P. Maruszewski Fluent Inc. October 24, 2006 Outline 1 Need for Algorithm Stabilization and Acceleration

More information

arxiv: v1 [math.na] 1 Sep 2018

arxiv: v1 [math.na] 1 Sep 2018 On the perturbation of an L -orthogonal projection Xuefeng Xu arxiv:18090000v1 [mathna] 1 Sep 018 September 5 018 Abstract The L -orthogonal projection is an important mathematical tool in scientific computing

More information

E.G. KALNINS AND WILLARD MILLER, JR. The notation used for -series and -integrals in this paper follows that of Gasper and Rahman [3].. A generalizati

E.G. KALNINS AND WILLARD MILLER, JR. The notation used for -series and -integrals in this paper follows that of Gasper and Rahman [3].. A generalizati A NOTE ON TENSOR PRODUCTS OF -ALGEBRA REPRESENTATIONS AND ORTHOGONAL POLYNOMIALS E.G. KALNINSy AND WILLARD MILLER, Jr.z Abstract. We work out examples of tensor products of distinct generalized s`) algebras

More information