Aplikace matematiky. Gene Howard Golub Numerical methods for solving linear least squares problems

Size: px
Start display at page:

Download "Aplikace matematiky. Gene Howard Golub Numerical methods for solving linear least squares problems"

Transcription

1 Aplikace matematiky Gene Howard Golub Numerical methods for solving linear least squares problems Aplikace matematiky, Vol. 10 (1965), No. 3, Persistent URL: Terms of use: Institute of Mathematics AS CR, 1965 Institute of Mathematics of the Academy of Sciences of the Czech Republic provides access to digitized documents strictly for personal use. Each copy of any part of this document must contain these Terms of use. This paper has been digitized, optimized for electronic delivery and stamped with digital signature within the project DML-CZ: The Czech Digital Mathematics Library

2 SVAZEK 10 (1965) APLIKACE MATEMATIKY ČÍSLO 3 NUMERICAL METHODS FOR SOLVING LINEAR LEAST SQUARES PROBLEMS 1 ) GENE H. GOLUB (to topic d) One of the problems which arises most frequently in a Computer Laboratory is that of finding linear least squares solutions. These problems arise in a variety of contexts, e.g., statistical applications, numerical solution of integral equations of the first kind, etc. Linear least squares problems are particularly difficult to solve because they frequently involve large quantities of data, and they are ill-conditioned by their nature. Let A be a given m x n real matrix with m = We wish to determine a vector x such that (i) Ax = min. n and of rank r, and b a given vector. where... indicates the euclidean norm. It is well known (cf. [4]) that x satisfies* the equation (2) A T Ax = A T b Unfortunately, the matrix A T A is frequently ill-conditioned [4] and influenced greatly by roundoff errors. The following example of LAUCHLI [2] illustrates this well. Suppose A = 1,1, 1, 1,1" «, 0, 0, 0, 0 0,, 0, 0, 0 0, 0,, 0, 0 0, 0, 0, E, 0 0, 0, 0, 0, 1 ) This report was supported in part by Office of Naval Research Contract Nonr 225(37) (NR ) at Stanford University. 213

3 then (3) A'A = l+ 2, 1, 1 L, 1, L 1, 1 + є 2, 1 U 1, 1, - J 1, 1 + e 2, 1, 1, 1, 1, 1 l, 1 + s 2, 1, 1, 1, 1 l, 1, 1 + e Clearly for 8 + 0, the rank of A T A is five since the eigenvalues of A T A are , , 8, 8, 8. Let us assume that the elements of A T A are computed using double precision arithmetic, and then rounded to single precision accuracy. Now let n be the largest number on the computer such that fl(1.0 + rj) = 1.0 where fl(...) indicates the floating point computation. Then if 8 < va//2, the rank of the computed representation of (3) will be one. Consequently, no matter how accurate the linear equation solver, it is impossible to solve the normal equations (2). In [1], HOUSEHOLDER stressed the use of orthogonal transformations for solving linear least squares problems. In this paper, we shall exploit these transformations. Since the euclidean norm of a vector is unitarily invariant, b - Ax\\ = c - QAx where c = Qb and Q is an orthogonal matrix. We choose Q so that (4) QA = R = where R is an upper triangular matrix. Clearly, x = K N 0/}(m-л)xи K _1 c where c is the first n components of c and consequently, j = m+l Since K is an upper triangular matrix and R T R = A T A, decomposition of A T A. R T R is simply the Choleski There are a number of ways to achieve the decomposition (4); e.g., one could apply a sequence of plane rotations to annihilate the elements below the diagonal of A. A very effective method to realize the decomposition (4) is via Householder transformations [1]. Let A = A (1), and let A (2), A (3),..., A (n+1) be defined as follows: A(k + i) = p(k) A (k) ( kz= i $ 2 9..'.,n). 214

4 P (k) is a symmetric, orthogonal matrix of the form P (k) = / - 2w (k) w (k)t for suitable w (k) such that w (k)t w (k) = 1. A derivation of P(*) j s g i ve n in [5]. In order to simplify the calculations, we redefine P (k) as follows: P (fc) = / - p k u (k) u (k)t m where a k = ( (a») 2 )*, ft = [a t (cr k + a <«)]-i, and i = A; «<*> = 0 for i < k, u[ k > = sgn «>) ( fflk + a «), (*> = a«for,- > k. Thus ^tt+d = 4w _ (") (ftuw T^(")) _ After P {k) has been applied to A {k), A ik+1) appears as follows: A (k + 1) = (*+!) is a k x k upper triangular matrix which is unchanged by subsequent transformations. Now a ( k k k X) = - (sgn a (k) k) a k so that the rank of A is less than n if G fc = 0. Clearly, where R^k+1) and (n + 1) R = A Q p(n)p(n-l) p(l) although one need not compute Q explicitly. Let x be the intial solution obtained, and let x x + e. Then where b Ax r Ae r b Ax, the residual vector. Thus the correction vector e is itself the solution to a linear least squares problem. Once A has been decomposed then it is a fairly simple matter to compute r and solve for e. Since e critically depends upon the residual vector, the components of r should be computed using double precision inner products and then rounded to single precision accuracy. Naturally, one should continue to iterate as long as improved estimates of x are obtained. 215

5 The above iteration technique will converge only if the initial approximation to x is sufficiently accurate. Let x («+ n = x (t) + e («) ( q = o, 1,...) with x(0) = 0. Then if e(1) / x(1) > c and if c < J, i.e., "at least one bit of the initial solution is correct", one should not iterate since there is little likelihood that the iterative method will converge. Since convergence tends to be linear, one should terminate the procedure as soon as e(k+1) > c e (k) [. References [1] A. S. Householder: Unitary Triangularization of a Nonѕymmеtriс Matrix, J. Аѕѕoс. Comput. Maсh., Vol. 5 (1958), pp [2] P. Läuchli: Jordan-Elimination und Аuѕglеiсhung naсh klеinѕtеn Quadratеn, Numеr. Math., Vol. 3 (1961), pp [3] Y. Linnik: Method of Lеaѕt Ѕquarеѕ and Prinсiplеѕ of thе Thеory of Obѕеrvationѕ, tranѕlatеd from Ruѕѕian by R. C Elandt, Pеrgamon Pгеѕѕ, Nеw York, [4] E. E. Osborne: On Lеaѕt Ѕquarеѕ Ѕolutionѕ of Linеar Equationѕ, J. Аѕѕoс. Comput. Maсh., Vol. 8 (1961), pp [5] J. H. Wilkinson: Нouѕеholdеťѕ Mеthod for thе Ѕolution of thе Аlgеbraiс Eigеnproblem, Comput. Ј., Vol. 3 (1960), pp Gene H. Golub, Computation Center, Ѕtanford Univerѕity, Ѕtanford, California, U.Ѕ.А. 216

Aplikace matematiky. Gene Howard Golub Least squares, singular values and matrix approximations. Terms of use:

Aplikace matematiky. Gene Howard Golub Least squares, singular values and matrix approximations. Terms of use: Aplikace matematiky Gene Howard Golub Least squares, singular values and matrix approximations Aplikace matematiky, Vol. 3 (968), No., 44--5 Persistent URL: http://dml.cz/dmlcz/0338 Terms of use: Institute

More information

Aplikace matematiky. Jiří Neuberg Some limit properties of the best determined terms method. Terms of use:

Aplikace matematiky. Jiří Neuberg Some limit properties of the best determined terms method. Terms of use: Aplikace matematiky Jiří Neuberg Some limit properties of the best determined terms method Aplikace matematiky, Vol. 21 (1976), No. 3, 161--167 Persistent URL: http://dml.cz/dmlcz/103635 Terms of use:

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky án Andres On stability and instability of the roots of the oscillatory function in a certain nonlinear differential equation of the third order Časopis pro pěstování matematiky,

More information

Numerical Methods. Elena loli Piccolomini. Civil Engeneering. piccolom. Metodi Numerici M p. 1/??

Numerical Methods. Elena loli Piccolomini. Civil Engeneering.  piccolom. Metodi Numerici M p. 1/?? Metodi Numerici M p. 1/?? Numerical Methods Elena loli Piccolomini Civil Engeneering http://www.dm.unibo.it/ piccolom elena.loli@unibo.it Metodi Numerici M p. 2/?? Least Squares Data Fitting Measurement

More information

Next topics: Solving systems of linear equations

Next topics: Solving systems of linear equations Next topics: Solving systems of linear equations 1 Gaussian elimination (today) 2 Gaussian elimination with partial pivoting (Week 9) 3 The method of LU-decomposition (Week 10) 4 Iterative techniques:

More information

Review of matrices. Let m, n IN. A rectangle of numbers written like A =

Review of matrices. Let m, n IN. A rectangle of numbers written like A = Review of matrices Let m, n IN. A rectangle of numbers written like a 11 a 12... a 1n a 21 a 22... a 2n A =...... a m1 a m2... a mn where each a ij IR is called a matrix with m rows and n columns or an

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky Kristína Smítalová Existence of solutions of functional-differential equations Časopis pro pěstování matematiky, Vol. 100 (1975), No. 3, 261--264 Persistent URL: http://dml.cz/dmlcz/117875

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky Angeline Brandt; Jakub Intrator The assignment problem with three job categories Časopis pro pěstování matematiky, Vol. 96 (1971), No. 1, 8--11 Persistent URL: http://dml.cz/dmlcz/117707

More information

Math 411 Preliminaries

Math 411 Preliminaries Math 411 Preliminaries Provide a list of preliminary vocabulary and concepts Preliminary Basic Netwon s method, Taylor series expansion (for single and multiple variables), Eigenvalue, Eigenvector, Vector

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky Vlastimil Pták A modification of Newton's method Časopis pro pěstování matematiky, Vol. 101 (1976), No. 2, 188--194 Persistent URL: http://dml.cz/dmlcz/117905 Terms of

More information

EQUADIFF 1. Milan Práger; Emil Vitásek Stability of numerical processes. Terms of use:

EQUADIFF 1. Milan Práger; Emil Vitásek Stability of numerical processes. Terms of use: EQUADIFF 1 Milan Práger; Emil Vitásek Stability of numerical processes In: (ed.): Differential Equations and Their Applications, Proceedings of the Conference held in Prague in September 1962. Publishing

More information

Computational Linear Algebra

Computational Linear Algebra Computational Linear Algebra PD Dr. rer. nat. habil. Ralf Peter Mundani Computation in Engineering / BGU Scientific Computing in Computer Science / INF Winter Term 2017/18 Part 2: Direct Methods PD Dr.

More information

Toposym Kanpur. T. Soundararajan Weakly Hausdorff spaces and the cardinality of topological spaces

Toposym Kanpur. T. Soundararajan Weakly Hausdorff spaces and the cardinality of topological spaces Toposym Kanpur T. Soundararajan Weakly Hausdorff spaces and the cardinality of topological spaces In: Stanley P. Franklin and Zdeněk Frolík and Václav Koutník (eds.): General Topology and Its Relations

More information

Main matrix factorizations

Main matrix factorizations Main matrix factorizations A P L U P permutation matrix, L lower triangular, U upper triangular Key use: Solve square linear system Ax b. A Q R Q unitary, R upper triangular Key use: Solve square or overdetrmined

More information

Acta Universitatis Palackianae Olomucensis. Facultas Rerum Naturalium. Mathematica

Acta Universitatis Palackianae Olomucensis. Facultas Rerum Naturalium. Mathematica Acta Universitatis Palackianae Olomucensis. Facultas Rerum Naturalium. Mathematica Lubomír Kubáček; Eva Tesaříková Underparametrization of weakly nonlinear regression models Acta Universitatis Palackianae

More information

Mathematica Bohemica

Mathematica Bohemica Mathematica Bohemica Radomír Halaš Remarks on commutative Hilbert algebras Mathematica Bohemica, Vol. 127 (2002), No. 4, 525--529 Persistent URL: http://dml.cz/dmlcz/133956 Terms of use: Institute of Mathematics

More information

Bounds for Eigenvalues of Tridiagonal Symmetric Matrices Computed. by the LR Method. By Gene H. Golub

Bounds for Eigenvalues of Tridiagonal Symmetric Matrices Computed. by the LR Method. By Gene H. Golub Bounds for Eigenvalues of Tridiagonal Symmetric Matrices Computed by the LR Method By Gene H. Golub 1. Introduction. In recent years, a number of methods have been proposed for finding the eigenvalues

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

14.2 QR Factorization with Column Pivoting

14.2 QR Factorization with Column Pivoting page 531 Chapter 14 Special Topics Background Material Needed Vector and Matrix Norms (Section 25) Rounding Errors in Basic Floating Point Operations (Section 33 37) Forward Elimination and Back Substitution

More information

Lecture 11. Linear systems: Cholesky method. Eigensystems: Terminology. Jacobi transformations QR transformation

Lecture 11. Linear systems: Cholesky method. Eigensystems: Terminology. Jacobi transformations QR transformation Lecture Cholesky method QR decomposition Terminology Linear systems: Eigensystems: Jacobi transformations QR transformation Cholesky method: For a symmetric positive definite matrix, one can do an LU decomposition

More information

Czechoslovak Mathematical Journal

Czechoslovak Mathematical Journal Czechoslovak Mathematical Journal Garyfalos Papaschinopoulos; John Schinas Criteria for an exponential dichotomy of difference equations Czechoslovak Mathematical Journal, Vol. 35 (1985), No. 2, 295 299

More information

Numerical Methods I Eigenvalue Problems

Numerical Methods I Eigenvalue Problems Numerical Methods I Eigenvalue Problems Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 MATH-GA 2011.003 / CSCI-GA 2945.003, Fall 2014 October 2nd, 2014 A. Donev (Courant Institute) Lecture

More information

Math 405: Numerical Methods for Differential Equations 2016 W1 Topics 10: Matrix Eigenvalues and the Symmetric QR Algorithm

Math 405: Numerical Methods for Differential Equations 2016 W1 Topics 10: Matrix Eigenvalues and the Symmetric QR Algorithm Math 405: Numerical Methods for Differential Equations 2016 W1 Topics 10: Matrix Eigenvalues and the Symmetric QR Algorithm References: Trefethen & Bau textbook Eigenvalue problem: given a matrix A, find

More information

On the influence of eigenvalues on Bi-CG residual norms

On the influence of eigenvalues on Bi-CG residual norms On the influence of eigenvalues on Bi-CG residual norms Jurjen Duintjer Tebbens Institute of Computer Science Academy of Sciences of the Czech Republic duintjertebbens@cs.cas.cz Gérard Meurant 30, rue

More information

Commentationes Mathematicae Universitatis Carolinae

Commentationes Mathematicae Universitatis Carolinae Commentationes Mathematicae Universitatis Carolinae Pavel Drábek Remarks on multiple periodic solutions of nonlinear ordinary differential equations Commentationes Mathematicae Universitatis Carolinae,

More information

Index. book 2009/5/27 page 121. (Page numbers set in bold type indicate the definition of an entry.)

Index. book 2009/5/27 page 121. (Page numbers set in bold type indicate the definition of an entry.) page 121 Index (Page numbers set in bold type indicate the definition of an entry.) A absolute error...26 componentwise...31 in subtraction...27 normwise...31 angle in least squares problem...98,99 approximation

More information

Mathematica Slovaca. Antonín Dvořák; David Jedelský; Juraj Kostra The fields of degree seven over rationals with a normal basis generated by a unit

Mathematica Slovaca. Antonín Dvořák; David Jedelský; Juraj Kostra The fields of degree seven over rationals with a normal basis generated by a unit Mathematica Slovaca Antonín Dvořák; David Jedelský; Juraj Kostra The fields of degree seven over rationals with a normal basis generated by a unit Mathematica Slovaca, Vol. 49 (1999), No. 2, 143--153 Persistent

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky Alois Švec Determination of a surface by its mean curvature Časopis pro pěstování matematiky, Vol. 103 (1978), No. 2, 175--180 Persistent URL: http://dml.cz/dmlcz/108617

More information

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

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 9 CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 9 GENE H GOLUB 1 Error Analysis of Gaussian Elimination In this section, we will consider the case of Gaussian elimination and perform a detailed

More information

Applications of Mathematics

Applications of Mathematics Applications of Mathematics Tomáš Cipra Exponential smoothing for irregular data Applications of Mathematics Vol. 5 2006) No. 6 597--604 Persistent URL: http://dml.cz/dmlcz/34655 Terms of use: Institute

More information

Acta Universitatis Carolinae. Mathematica et Physica

Acta Universitatis Carolinae. Mathematica et Physica Acta Universitatis Carolinae. Mathematica et Physica Jitka Zichová Some applications of time series models to financial data Acta Universitatis Carolinae. Mathematica et Physica, Vol. 52 (2011), No. 1,

More information

Mathematica Slovaca. Jaroslav Hančl; Péter Kiss On reciprocal sums of terms of linear recurrences. Terms of use:

Mathematica Slovaca. Jaroslav Hančl; Péter Kiss On reciprocal sums of terms of linear recurrences. Terms of use: Mathematica Slovaca Jaroslav Hančl; Péter Kiss On reciprocal sums of terms of linear recurrences Mathematica Slovaca, Vol. 43 (1993), No. 1, 31--37 Persistent URL: http://dml.cz/dmlcz/136572 Terms of use:

More information

Lecture 3: QR-Factorization

Lecture 3: QR-Factorization Lecture 3: QR-Factorization This lecture introduces the Gram Schmidt orthonormalization process and the associated QR-factorization of matrices It also outlines some applications of this factorization

More information

Commentationes Mathematicae Universitatis Carolinae

Commentationes Mathematicae Universitatis Carolinae Commentationes Mathematicae Universitatis Carolinae Bogdan Szal Trigonometric approximation by Nörlund type means in L p -norm Commentationes Mathematicae Universitatis Carolinae, Vol. 5 (29), No. 4, 575--589

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky Jan Ligȩza On distributional solutions of some systems of linear differential equations Časopis pro pěstování matematiky, Vol. 102 (1977), No. 1, 37--41 Persistent URL:

More information

Scientific Computing

Scientific Computing Scientific Computing Direct solution methods Martin van Gijzen Delft University of Technology October 3, 2018 1 Program October 3 Matrix norms LU decomposition Basic algorithm Cost Stability Pivoting Pivoting

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

Let x be an approximate solution for Ax = b, e.g., obtained by Gaussian elimination. Let x denote the exact solution. Call. r := b A x.

Let x be an approximate solution for Ax = b, e.g., obtained by Gaussian elimination. Let x denote the exact solution. Call. r := b A x. ESTIMATION OF ERROR Let x be an approximate solution for Ax = b, e.g., obtained by Gaussian elimination. Let x denote the exact solution. Call the residual for x. Then r := b A x r = b A x = Ax A x = A

More information

NUMERICS OF THE GRAM-SCHMIDT ORTHOGONALIZATION PROCESS

NUMERICS OF THE GRAM-SCHMIDT ORTHOGONALIZATION PROCESS NUMERICS OF THE GRAM-SCHMIDT ORTHOGONALIZATION PROCESS Miro Rozložník Institute of Computer Science, Czech Academy of Sciences, Prague, Czech Republic email: miro@cs.cas.cz joint results with Luc Giraud,

More information

LU Factorization. LU factorization is the most common way of solving linear systems! Ax = b LUx = b

LU Factorization. LU factorization is the most common way of solving linear systems! Ax = b LUx = b AM 205: lecture 7 Last time: LU factorization Today s lecture: Cholesky factorization, timing, QR factorization Reminder: assignment 1 due at 5 PM on Friday September 22 LU Factorization LU factorization

More information

Czechoslovak Mathematical Journal

Czechoslovak Mathematical Journal Czechoslovak Mathematical Journal Bohdan Zelinka Signed total domination number of a graph Czechoslovak Mathematical Journal, Vol. 5 (200), No. 2, 225 229 Persistent URL: http://dml.cz/dmlcz/27643 Terms

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

I-v k e k. (I-e k h kt ) = Stability of Gauss-Huard Elimination for Solving Linear Systems. 1 x 1 x x x x

I-v k e k. (I-e k h kt ) = Stability of Gauss-Huard Elimination for Solving Linear Systems. 1 x 1 x x x x Technical Report CS-93-08 Department of Computer Systems Faculty of Mathematics and Computer Science University of Amsterdam Stability of Gauss-Huard Elimination for Solving Linear Systems T. J. Dekker

More information

WSAA 14. A. K. Kwaśniewski Algebraic properties of the 3-state vector Potts model. Terms of use:

WSAA 14. A. K. Kwaśniewski Algebraic properties of the 3-state vector Potts model. Terms of use: WSAA 14 A. K. Kwaśniewski Algebraic properties of the 3-state vector Potts model In: Zdeněk Frolík and Vladimír Souček and Marián J. Fabián (eds.): Proceedings of the 14th Winter School on Abstract Analysis.

More information

Rounding error analysis of the classical Gram-Schmidt orthogonalization process

Rounding error analysis of the classical Gram-Schmidt orthogonalization process Cerfacs Technical report TR-PA-04-77 submitted to Numerische Mathematik manuscript No. 5271 Rounding error analysis of the classical Gram-Schmidt orthogonalization process Luc Giraud 1, Julien Langou 2,

More information

6. Iterative Methods for Linear Systems. The stepwise approach to the solution...

6. Iterative Methods for Linear Systems. The stepwise approach to the solution... 6 Iterative Methods for Linear Systems The stepwise approach to the solution Miriam Mehl: 6 Iterative Methods for Linear Systems The stepwise approach to the solution, January 18, 2013 1 61 Large Sparse

More information

Linear Algebraic Equations

Linear Algebraic Equations Linear Algebraic Equations 1 Fundamentals Consider the set of linear algebraic equations n a ij x i b i represented by Ax b j with [A b ] [A b] and (1a) r(a) rank of A (1b) Then Axb has a solution iff

More information

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 5. Ax = b.

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 5. Ax = b. CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 5 GENE H GOLUB Suppose we want to solve We actually have an approximation ξ such that 1 Perturbation Theory Ax = b x = ξ + e The question is, how

More information

Mathematica Bohemica

Mathematica Bohemica Mathematica Bohemica Vinayak V. Joshi; B. N. Waphare Characterizations of 0-distributive posets Mathematica Bohemica, Vol. 130 (2005), No. 1, 73 80 Persistent URL: http://dml.cz/dmlcz/134222 Terms of use:

More information

Q T A = R ))) ) = A n 1 R

Q T A = R ))) ) = A n 1 R Q T A = R As with the LU factorization of A we have, after (n 1) steps, Q T A = Q T A 0 = [Q 1 Q 2 Q n 1 ] T A 0 = [Q n 1 Q n 2 Q 1 ]A 0 = (Q n 1 ( (Q 2 (Q 1 A 0 }{{} A 1 ))) ) = A n 1 R Since Q T A =

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

Singular value decomposition

Singular value decomposition Singular value decomposition The eigenvalue decomposition (EVD) for a square matrix A gives AU = UD. Let A be rectangular (m n, m > n). A singular value σ and corresponding pair of singular vectors u (m

More information

Commentationes Mathematicae Universitatis Carolinae

Commentationes Mathematicae Universitatis Carolinae Commentationes Mathematicae Universitatis Carolinae Aleš Pultr An analogon of the fixed-point theorem and its application for graphs Commentationes Mathematicae Universitatis Carolinae, Vol. 4 (1963),

More information

Numerical behavior of inexact linear solvers

Numerical behavior of inexact linear solvers Numerical behavior of inexact linear solvers Miro Rozložník joint results with Zhong-zhi Bai and Pavel Jiránek Institute of Computer Science, Czech Academy of Sciences, Prague, Czech Republic The fourth

More information

Časopis pro pěstování matematiky

Časopis pro pěstování matematiky Časopis pro pěstování matematiky Mieczysław Borowiecki Partition numbers, connectivity and Hamiltonicity Časopis pro pěstování matematiky, Vol. 112 (1987), No. 2, 173--176 Persistent URL: http://dml.cz/dmlcz/118305

More information

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

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 6 CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 6 GENE H GOLUB Issues with Floating-point Arithmetic We conclude our discussion of floating-point arithmetic by highlighting two issues that frequently

More information

Matematický časopis. Bedřich Pondělíček A Note on Classes of Regularity in Semigroups. Terms of use: Persistent URL:

Matematický časopis. Bedřich Pondělíček A Note on Classes of Regularity in Semigroups. Terms of use: Persistent URL: Matematický časopis Bedřich Pondělíček A Note on Classes of Regularity in Semigroups Matematický časopis, Vol. 21 (1971), No. 4, 312--317 Persistent URL: http://dml.cz/dmlcz/127068 Terms of use: Mathematical

More information

On the loss of orthogonality in the Gram-Schmidt orthogonalization process

On the loss of orthogonality in the Gram-Schmidt orthogonalization process CERFACS Technical Report No. TR/PA/03/25 Luc Giraud Julien Langou Miroslav Rozložník On the loss of orthogonality in the Gram-Schmidt orthogonalization process Abstract. In this paper we study numerical

More information

Orthogonal Transformations

Orthogonal Transformations Orthogonal Transformations Tom Lyche University of Oslo Norway Orthogonal Transformations p. 1/3 Applications of Qx with Q T Q = I 1. solving least squares problems (today) 2. solving linear equations

More information

Acta Mathematica et Informatica Universitatis Ostraviensis

Acta Mathematica et Informatica Universitatis Ostraviensis Acta Mathematica et Informatica Universitatis Ostraviensis Ladislav Mišík Big set of measure zero Acta Mathematica et Informatica Universitatis Ostraviensis, Vol. 9 (2001), No. 1, 53--57 Persistent URL:

More information

Mathematica Bohemica

Mathematica Bohemica Mathematica Bohemica Young Hee Kim; Hee Sik Kim Subtraction algebras and BCK-algebras Mathematica Bohemica, Vol. 128 (2003), No. 1, 21 24 Persistent URL: http://dml.cz/dmlcz/133931 Terms of use: Institute

More information

Golub-Kahan iterative bidiagonalization and determining the noise level in the data

Golub-Kahan iterative bidiagonalization and determining the noise level in the data Golub-Kahan iterative bidiagonalization and determining the noise level in the data Iveta Hnětynková,, Martin Plešinger,, Zdeněk Strakoš, * Charles University, Prague ** Academy of Sciences of the Czech

More information

Commentationes Mathematicae Universitatis Carolinae

Commentationes Mathematicae Universitatis Carolinae Commentationes Mathematicae Universitatis Carolinae Keresztély Corrádi; Sándor Szabó A Hajós type result on factoring finite abelian groups by subsets. II Commentationes Mathematicae Universitatis Carolinae,

More information

Review Questions REVIEW QUESTIONS 71

Review Questions REVIEW QUESTIONS 71 REVIEW QUESTIONS 71 MATLAB, is [42]. For a comprehensive treatment of error analysis and perturbation theory for linear systems and many other problems in linear algebra, see [126, 241]. An overview of

More information

What is it we are looking for in these algorithms? We want algorithms that are

What is it we are looking for in these algorithms? We want algorithms that are Fundamentals. Preliminaries The first question we want to answer is: What is computational mathematics? One possible definition is: The study of algorithms for the solution of computational problems in

More information

Gaussian Elimination for Linear Systems

Gaussian Elimination for Linear Systems Gaussian Elimination for Linear Systems Tsung-Ming Huang Department of Mathematics National Taiwan Normal University October 3, 2011 1/56 Outline 1 Elementary matrices 2 LR-factorization 3 Gaussian elimination

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra)

AMS526: Numerical Analysis I (Numerical Linear Algebra) AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 16: Eigenvalue Problems; Similarity Transformations Xiangmin Jiao Stony Brook University Xiangmin Jiao Numerical Analysis I 1 / 18 Eigenvalue

More information

Linear Differential Transformations of the Second Order

Linear Differential Transformations of the Second Order Linear Differential Transformations of the Second Order In: Otakar Borůvka (author); Felix M. Arscott (translator): Linear Differential Transformations of the Second Order. (English). London: The English

More information

Block Bidiagonal Decomposition and Least Squares Problems

Block Bidiagonal Decomposition and Least Squares Problems Block Bidiagonal Decomposition and Least Squares Problems Åke Björck Department of Mathematics Linköping University Perspectives in Numerical Analysis, Helsinki, May 27 29, 2008 Outline Bidiagonal Decomposition

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

Dense LU factorization and its error analysis

Dense LU factorization and its error analysis Dense LU factorization and its error analysis Laura Grigori INRIA and LJLL, UPMC February 2016 Plan Basis of floating point arithmetic and stability analysis Notation, results, proofs taken from [N.J.Higham,

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

EQUADIFF 6. Jean-Claude Nédélec Mixed finite element in 3D in H(div) and H(curl) Terms of use:

EQUADIFF 6. Jean-Claude Nédélec Mixed finite element in 3D in H(div) and H(curl) Terms of use: EQUADIFF 6 Jean-Claude Nédélec Mixed finite element in 3D in H(div) and H(curl) In: Jaromír Vosmanský and Miloš Zlámal (eds.): Equadiff 6, Proceedings of the International Conference on Differential Equations

More information

Topics. Review of lecture 2/11 Error, Residual and Condition Number. Review of lecture 2/16 Backward Error Analysis The General Case 1 / 22

Topics. Review of lecture 2/11 Error, Residual and Condition Number. Review of lecture 2/16 Backward Error Analysis The General Case 1 / 22 Topics Review of lecture 2/ Error, Residual and Condition Number Review of lecture 2/6 Backward Error Analysis The General Case / 22 Theorem (Calculation of 2 norm of a symmetric matrix) If A = A t is

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

LAPACK-Style Codes for Pivoted Cholesky and QR Updating

LAPACK-Style Codes for Pivoted Cholesky and QR Updating LAPACK-Style Codes for Pivoted Cholesky and QR Updating Sven Hammarling 1, Nicholas J. Higham 2, and Craig Lucas 3 1 NAG Ltd.,Wilkinson House, Jordan Hill Road, Oxford, OX2 8DR, England, sven@nag.co.uk,

More information

Outline. Math Numerical Analysis. Errors. Lecture Notes Linear Algebra: Part B. Joseph M. Mahaffy,

Outline. Math Numerical Analysis. Errors. Lecture Notes Linear Algebra: Part B. Joseph M. Mahaffy, Math 54 - Numerical Analysis Lecture Notes Linear Algebra: Part B Outline Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences

More information

Časopis pro pěstování matematiky a fysiky

Časopis pro pěstování matematiky a fysiky Časopis pro pěstování matematiky a fysiky Felix Adalbert Behrend On sequences of integers containing no arithmetic progression Časopis pro pěstování matematiky a fysiky, Vol. 67 (1938), No. 4, 235--239

More information

CSE 160 Lecture 13. Numerical Linear Algebra

CSE 160 Lecture 13. Numerical Linear Algebra CSE 16 Lecture 13 Numerical Linear Algebra Announcements Section will be held on Friday as announced on Moodle Midterm Return 213 Scott B Baden / CSE 16 / Fall 213 2 Today s lecture Gaussian Elimination

More information

Commentationes Mathematicae Universitatis Carolinae

Commentationes Mathematicae Universitatis Carolinae Commentationes Mathematicae Universitatis Carolinae David Preiss Gaussian measures and covering theorems Commentationes Mathematicae Universitatis Carolinae, Vol. 20 (1979), No. 1, 95--99 Persistent URL:

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

Linear Algebra, part 3 QR and SVD

Linear Algebra, part 3 QR and SVD Linear Algebra, part 3 QR and SVD Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2012 Going back to least squares (Section 1.4 from Strang, now also see section 5.2). We

More information

Applied Mathematics 205. Unit V: Eigenvalue Problems. Lecturer: Dr. David Knezevic

Applied Mathematics 205. Unit V: Eigenvalue Problems. Lecturer: Dr. David Knezevic Applied Mathematics 205 Unit V: Eigenvalue Problems Lecturer: Dr. David Knezevic Unit V: Eigenvalue Problems Chapter V.4: Krylov Subspace Methods 2 / 51 Krylov Subspace Methods In this chapter we give

More information

Direct Methods for Solving Linear Systems. Simon Fraser University Surrey Campus MACM 316 Spring 2005 Instructor: Ha Le

Direct Methods for Solving Linear Systems. Simon Fraser University Surrey Campus MACM 316 Spring 2005 Instructor: Ha Le Direct Methods for Solving Linear Systems Simon Fraser University Surrey Campus MACM 316 Spring 2005 Instructor: Ha Le 1 Overview General Linear Systems Gaussian Elimination Triangular Systems The LU Factorization

More information

PANM 17. Marta Čertíková; Jakub Šístek; Pavel Burda Different approaches to interface weights in the BDDC method in 3D

PANM 17.  Marta Čertíková; Jakub Šístek; Pavel Burda Different approaches to interface weights in the BDDC method in 3D PANM 17 Marta Čertíková; Jakub Šístek; Pavel Burda Different approaches to interface weights in the BDDC method in 3D In: Jan Chleboun and Petr Přikryl and Karel Segeth and Jakub Šístek and Tomáš Vejchodský

More information

AMSC/CMSC 466 Problem set 3

AMSC/CMSC 466 Problem set 3 AMSC/CMSC 466 Problem set 3 1. Problem 1 of KC, p180, parts (a), (b) and (c). Do part (a) by hand, with and without pivoting. Use MATLAB to check your answer. Use the command A\b to get the solution, and

More information

WSGP 23. Lenka Lakomá; Marek Jukl The decomposition of tensor spaces with almost complex structure

WSGP 23. Lenka Lakomá; Marek Jukl The decomposition of tensor spaces with almost complex structure WSGP 23 Lenka Lakomá; Marek Jukl The decomposition of tensor spaces with almost complex structure In: Jan Slovák and Martin Čadek (eds.): Proceedings of the 23rd Winter School "Geometry and Physics". Circolo

More information

Applied Mathematics 205. Unit II: Numerical Linear Algebra. Lecturer: Dr. David Knezevic

Applied Mathematics 205. Unit II: Numerical Linear Algebra. Lecturer: Dr. David Knezevic Applied Mathematics 205 Unit II: Numerical Linear Algebra Lecturer: Dr. David Knezevic Unit II: Numerical Linear Algebra Chapter II.3: QR Factorization, SVD 2 / 66 QR Factorization 3 / 66 QR Factorization

More information

linear least squares methods nonlinear least squares asymptotically second order iterations M.R. Osborne Something old,something new, and...

linear least squares methods nonlinear least squares asymptotically second order iterations M.R. Osborne Something old,something new, and... Something old,something new, and... M.R. Osborne Mathematical Sciences Institute Australian National University Anderssen 70 Canberra, January 30, 2009 Outline linear least squares methods nonlinear least

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

Kybernetika. Margarita Mas; Miquel Monserrat; Joan Torrens QL-implications versus D-implications. Terms of use:

Kybernetika. Margarita Mas; Miquel Monserrat; Joan Torrens QL-implications versus D-implications. Terms of use: Kybernetika Margarita Mas; Miquel Monserrat; Joan Torrens QL-implications versus D-implications Kybernetika, Vol. 42 (2006), No. 3, 35--366 Persistent URL: http://dml.cz/dmlcz/3579 Terms of use: Institute

More information

5. Direct Methods for Solving Systems of Linear Equations. They are all over the place...

5. Direct Methods for Solving Systems of Linear Equations. They are all over the place... 5 Direct Methods for Solving Systems of Linear Equations They are all over the place Miriam Mehl: 5 Direct Methods for Solving Systems of Linear Equations They are all over the place, December 13, 2012

More information

1 Number Systems and Errors 1

1 Number Systems and Errors 1 Contents 1 Number Systems and Errors 1 1.1 Introduction................................ 1 1.2 Number Representation and Base of Numbers............. 1 1.2.1 Normalized Floating-point Representation...........

More information

Using Godunov s Two-Sided Sturm Sequences to Accurately Compute Singular Vectors of Bidiagonal Matrices.

Using Godunov s Two-Sided Sturm Sequences to Accurately Compute Singular Vectors of Bidiagonal Matrices. Using Godunov s Two-Sided Sturm Sequences to Accurately Compute Singular Vectors of Bidiagonal Matrices. A.M. Matsekh E.P. Shurina 1 Introduction We present a hybrid scheme for computing singular vectors

More information

Linear Algebra, part 3. Going back to least squares. Mathematical Models, Analysis and Simulation = 0. a T 1 e. a T n e. Anna-Karin Tornberg

Linear Algebra, part 3. Going back to least squares. Mathematical Models, Analysis and Simulation = 0. a T 1 e. a T n e. Anna-Karin Tornberg Linear Algebra, part 3 Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2010 Going back to least squares (Sections 1.7 and 2.3 from Strang). We know from before: The vector

More information

Index. Copyright (c)2007 The Society for Industrial and Applied Mathematics From: Matrix Methods in Data Mining and Pattern Recgonition By: Lars Elden

Index. Copyright (c)2007 The Society for Industrial and Applied Mathematics From: Matrix Methods in Data Mining and Pattern Recgonition By: Lars Elden Index 1-norm, 15 matrix, 17 vector, 15 2-norm, 15, 59 matrix, 17 vector, 15 3-mode array, 91 absolute error, 15 adjacency matrix, 158 Aitken extrapolation, 157 algebra, multi-linear, 91 all-orthogonality,

More information

Introduction to Numerical Linear Algebra II

Introduction to Numerical Linear Algebra II Introduction to Numerical Linear Algebra II Petros Drineas These slides were prepared by Ilse Ipsen for the 2015 Gene Golub SIAM Summer School on RandNLA 1 / 49 Overview We will cover this material in

More information

The QR Factorization

The QR Factorization The QR Factorization How to Make Matrices Nicer Radu Trîmbiţaş Babeş-Bolyai University March 11, 2009 Radu Trîmbiţaş ( Babeş-Bolyai University) The QR Factorization March 11, 2009 1 / 25 Projectors A projector

More information

Mathematica Bohemica

Mathematica Bohemica Mathematica Bohemica Cristian Bereanu; Jean Mawhin Existence and multiplicity results for nonlinear second order difference equations with Dirichlet boundary conditions Mathematica Bohemica, Vol. 131 (2006),

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Decompositions, numerical aspects Gerard Sleijpen and Martin van Gijzen September 27, 2017 1 Delft University of Technology Program Lecture 2 LU-decomposition Basic algorithm Cost

More information