Applied Linear Algebra

Similar documents
Numerical Methods in Matrix Computations

1 Number Systems and Errors 1

Introduction to Applied Linear Algebra with MATLAB

Introduction to Numerical Analysis

Math 307 Learning Goals

FINITE-DIMENSIONAL LINEAR ALGEBRA

Math 307 Learning Goals. March 23, 2010

Applied Linear Algebra in Geoscience Using MATLAB

MA3025 Course Prerequisites

Index. for generalized eigenvalue problem, butterfly form, 211

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

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

APPLIED NUMERICAL LINEAR ALGEBRA

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING

homogeneous 71 hyperplane 10 hyperplane 34 hyperplane 69 identity map 171 identity map 186 identity map 206 identity matrix 110 identity matrix 45

Preface to Second Edition... vii. Preface to First Edition...

Index. C 2 ( ), 447 C k [a,b], 37 C0 ( ), 618 ( ), 447 CD 2 CN 2

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

SUMMARY OF MATH 1600

Preface. 2 Linear Equations and Eigenvalue Problem 22

Numerical Methods - Numerical Linear Algebra

Algebra C Numerical Linear Algebra Sample Exam Problems

Reduction to the associated homogeneous system via a particular solution

Numerical Mathematics

MATHEMATICS. Course Syllabus. Section A: Linear Algebra. Subject Code: MA. Course Structure. Ordinary Differential Equations

Applied Linear Algebra in Geoscience Using MATLAB

Contents. Preface for the Instructor. Preface for the Student. xvii. Acknowledgments. 1 Vector Spaces 1 1.A R n and C n 2

Chapter 3 Transformations

Preface to the Second Edition. Preface to the First Edition

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM

Upon successful completion of MATH 220, the student will be able to:

Lecture Notes for Inf-Mat 3350/4350, Tom Lyche

ITERATIVE METHODS FOR SPARSE LINEAR SYSTEMS

Part IB - Easter Term 2003 Numerical Analysis I

ADVANCED ENGINEERING MATHEMATICS MATLAB

BASIC EXAM ADVANCED CALCULUS/LINEAR ALGEBRA

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N.

Linear Algebra I for Science (NYC)

Conceptual Questions for Review

Math 411 Preliminaries

Linear Algebra. Brigitte Bidégaray-Fesquet. MSIAM, September Univ. Grenoble Alpes, Laboratoire Jean Kuntzmann, Grenoble.

LINEAR ALGEBRA: NUMERICAL METHODS. Version: August 12,

MAT 610: Numerical Linear Algebra. James V. Lambers

G1110 & 852G1 Numerical Linear Algebra

Coding the Matrix Index - Version 0

Linear Algebra. Session 12

Ir O D = D = ( ) Section 2.6 Example 1. (Bottom of page 119) dim(v ) = dim(l(v, W )) = dim(v ) dim(f ) = dim(v )

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

Hands-on Matrix Algebra Using R

MATRIX AND LINEAR ALGEBR A Aided with MATLAB

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION)

Introduction. Finite and Spectral Element Methods Using MATLAB. Second Edition. C. Pozrikidis. University of Massachusetts Amherst, USA

Chapter 7 Iterative Techniques in Matrix Algebra

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them.

Today s class. Linear Algebraic Equations LU Decomposition. Numerical Methods, Fall 2011 Lecture 8. Prof. Jinbo Bi CSE, UConn

Contents. Preface to the Third Edition (2007) Preface to the Second Edition (1992) Preface to the First Edition (1985) License and Legal Information

Math 302 Outcome Statements Winter 2013

Matrix decompositions

HONORS LINEAR ALGEBRA (MATH V 2020) SPRING 2013

1 9/5 Matrices, vectors, and their applications

ABSTRACT ALGEBRA WITH APPLICATIONS

MATHEMATICS COMPREHENSIVE EXAM: IN-CLASS COMPONENT

Math 411 Preliminaries

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS

INNER PRODUCT SPACE. Definition 1

Contents. Preface... xi. Introduction...

Functional Analysis. James Emery. Edit: 8/7/15

Linear Algebra Practice Problems

DEN: Linear algebra numerical view (GEM: Gauss elimination method for reducing a full rank matrix to upper-triangular

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS

spring, math 204 (mitchell) list of theorems 1 Linear Systems Linear Transformations Matrix Algebra

Index. higher order methods, 52 nonlinear, 36 with variable coefficients, 34 Burgers equation, 234 BVP, see boundary value problems

AIMS Exercise Set # 1

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2

There are six more problems on the next two pages

2. Review of Linear Algebra

Linear Algebra Massoud Malek

Applied Numerical Analysis

Mathematical Methods for Engineers and Scientists 1

MATCOM and Selected MATCOM Functions

Numerical Analysis. A Comprehensive Introduction. H. R. Schwarz University of Zürich Switzerland. with a contribution by

Topics for the Qualifying Examination

Math 1553, Introduction to Linear Algebra

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Here is an example of a block diagonal matrix with Jordan Blocks on the diagonal: J

Classes of Linear Operators Vol. I

Lecture 1: Review of linear algebra

Advanced. Engineering Mathematics

MAT 211, Spring 2015, Introduction to Linear Algebra.

6.4 Krylov Subspaces and Conjugate Gradients

Math Linear Algebra II. 1. Inner Products and Norms

Department of Mathematics California State University, Los Angeles Master s Degree Comprehensive Examination in. NUMERICAL ANALYSIS Spring 2015

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

ANSWERS. E k E 2 E 1 A = B

Geometric Modeling Summer Semester 2010 Mathematical Tools (1)

Linear Algebra in Actuarial Science: Slides to the lecture

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University

Applied Linear Algebra in Geoscience Using MATLAB

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

Class notes: Approximation

Transcription:

Applied Linear Algebra Peter J. Olver School of Mathematics University of Minnesota Minneapolis, MN 55455 olver@math.umn.edu http://www.math.umn.edu/ olver Chehrzad Shakiban Department of Mathematics University of St. Thomas St. Paul, MN 55105-1096 cshakiban@stthomas.edu http://courseweb.stthomas.edu/cshakiban/ Table of Contents Chapter 1. Linear Algebraic Systems 1.1. Solution of Linear Systems 1.2. Matrices and Vectors Matrix Arithmetic 1.3. Gaussian Elimination Regular Case Elementary Matrices The L U Factorization Forward and Back Substitution 1.4. Pivoting and Permutations Permutation Matrices The Permuted L U Factorization 1.5. Matrix Inverses Gauss Jordan Elimination Solving Linear Systems with the Inverse The LDV Factorization 1.6. Transposes and Symmetric Matrices Factorization of Symmetric Matrices 1.7. Practical Linear Algebra Tridiagonal Matrices Pivoting Strategies 1.8. General Linear Systems Homogeneous Systems 1.9. Determinants Chapter 2. Vector Spaces and Bases 2.1. Real Vector Spaces 2.2. Subspaces 2.3. Span and Linear Independence Linear Independence and Dependence 1

2.4. Bases and Dimension 2.5. The Fundamental Matrix Subspaces Kernel and Range The Superposition Principle Adjoint Systems, Cokernel, and Corange The Fundamental Theorem of Linear Algebra 2.6. Graphs and Incidence Matrices Chapter 3. Inner Products and Norms 3.1. Inner Products Inner Products on Function Spaces 3.2. Inequalities The Cauchy Schwarz Inequality Orthogonal Vectors The Triangle Inequality 3.3. Norms Unit Vectors Equivalence of Norms 3.4. Positive Definite Matrices Gram Matrices 3.5. Completing the Square The Cholesky Factorization 3.6. Complex Vector Spaces Complex Numbers Complex Vector Spaces and Inner Products Chapter 4. Minimization and Least Squares Approximation 4.1. Minimization Problems Equilibrium Mechanics Solution of Equations The Closest Point 4.2. Minimization of Quadratic Functions 4.3. Least Squares and the Closest Point Least Squares 4.4. Data Fitting and Interpolation Polynomial Approximation and Interpolation Approximation and Interpolation by General Functions Weighted Least Squares Least Squares Approximation in Function Spaces Chapter 5. Orthogonality 5.1. Orthogonal Bases Computations in Orthogonal Bases 5.2. The Gram Schmidt Process Modifications of the Gram Schmidt Process 2

5.3. Orthogonal Matrices The Q R Factorization Householder s Method 5.4. Orthogonal Polynomials The Legendre Polynomials Other Systems of Orthogonal Polynomials 5.5. Orthogonal Projections and Least Squares Orthogonal Projection Orthogonal Least Squares Orthogonal Polynomials and Least Squares 5.6. Orthogonal Subspaces Orthogonality of the Fundamental Matrix Subspaces and the Fredholm Alternative 5.7. Discrete Fourier Analysis and the Fast Fourier Transform Compression and Noise Removal The Fast Fourier Transform Chapter 6. Equilibrium 6.1. Springs and Masses Positive Definiteness and the Minimization Principle 6.2. Electrical Networks Batteries, Power, and the Electrical Mechanical Correspondence 6.3. Structures Chapter 7. Linearity 7.1. Linear Functions Linear Operators The Space of Linear Functions Composition Inverses 7.2. Linear Transformations Change of Basis 7.3. Affine Transformations and Isometries Isometry 7.4. Linear Systems The Superposition Principle Inhomogeneous Systems Superposition Principles for Inhomogeneous Systems Complex Solutions to Real Systems 7.5. Adjoints Self Adjoint and Positive Definite Linear Functions Minimization Chapter 8. Eigenvalues 8.1. Simple Dynamical Systems 3

Scalar Ordinary Differential Equations First Order Dynamical Systems 8.2. Eigenvalues and Eigenvectors Basic Properties of Eigenvalues 8.3. Eigenvector Bases and Diagonalization Diagonalization 8.4. Eigenvalues of Symmetric Matrices The Spectral Theorem Optimization Principles for Eigenvalues 8.5. Singular Values Condition Number, Rank, and Principal Component Analysis The Pseudoinverse 8.6. Incomplete Matrices The Schur Decomposition The Jordan Canonical Form Chapter 9. Linear Dynamical Systems 9.1. Basic Solution Techniques The Phase Plane Existence and Uniqueness Complete Systems The General Case 9.2. Stability of Linear Systems 9.3. Two-Dimensional Systems Distinct Real Eigenvalues Complex Conjugate Eigenvalues Incomplete Double Real Eigenvalue Complete Double Real Eigenvalue 9.4. Matrix Exponentials Inhomogeneous Linear Systems Applications in Geometry 9.5. Dynamics of Structures Stable Structures Unstable Structures Systems with Differing Masses Friction and Damping 9.6. Forcing and Resonance Electrical Circuits Forcing and Resonance in Systems Chapter 10. Iteration of Linear Systems 10.1. Linear Iterative Systems Scalar Systems Powers of Matrices Diagonalization and Iteration 4

10.2. Stability Fixed Points 10.3. Matrix Norms and the Gerschgorin Theorem Matrix Norms Explicit Formulae The Gerschgorin Circle Theorem 10.4. Markov Processes 10.5. Iterative Solution of Linear Algebraic Systems The Jacobi Method The Gauss Seidel Method Successive Over Relaxation (SOR) Conjugate Gradients 10.6. Numerical Computation of Eigenvalues The Power Method The QR Algorithm Tridiagonalization Chapter 11. Boundary Value Problems in One Dimension 11.1. Elastic Bars 11.2. Generalized Functions and the Green s Function The Delta Function Calculus of Generalized Functions The Green s Function 11.3. Adjoints and Minimum Principles Adjoints of Differential Operators Positivity and Minimum Principles Inhomogeneous Boundary Conditions 11.4. Beams and Splines Splines 11.5. Sturm Liouville Boundary Value Problems 11.6. Finite Elements 5