Part 1a: Inner product, Orthogonality, Vector/Matrix norm

Similar documents
Linear Algebra Massoud Malek

Lecture # 3 Orthogonal Matrices and Matrix Norms. We repeat the definition an orthogonal set and orthornormal set.

j=1 [We will show that the triangle inequality holds for each p-norm in Chapter 3 Section 6.] The 1-norm is A F = tr(a H A).

Lecture 5. Ch. 5, Norms for vectors and matrices. Norms for vectors and matrices Why?

Elementary linear algebra

Inner products and Norms. Inner product of 2 vectors. Inner product of 2 vectors x and y in R n : x 1 y 1 + x 2 y x n y n in R n

Vector Spaces. Commutativity of +: u + v = v + u, u, v, V ; Associativity of +: u + (v + w) = (u + v) + w, u, v, w V ;

Section 3.9. Matrix Norm

INNER PRODUCT SPACE. Definition 1

Linear Algebra Review. Vectors

Inner Product and Orthogonality

5 Compact linear operators

Quantum Computing Lecture 2. Review of Linear Algebra

Linear Algebra: Matrix Eigenvalue Problems

Numerical Linear Algebra

2. Review of Linear Algebra

AMS526: Numerical Analysis I (Numerical Linear Algebra)

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space.

The following definition is fundamental.

1. General Vector Spaces

Vector spaces. DS-GA 1013 / MATH-GA 2824 Optimization-based Data Analysis.

Definitions and Properties of R N

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

Linear Analysis Lecture 5

Inner products. Theorem (basic properties): Given vectors u, v, w in an inner product space V, and a scalar k, the following properties hold:

6 Inner Product Spaces

Math Linear Algebra II. 1. Inner Products and Norms

Polar Form of a Complex Number (I)

Functional Analysis Exercise Class

CHAPTER II HILBERT SPACES

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

Orthonormal Bases; Gram-Schmidt Process; QR-Decomposition

MATH 304 Linear Algebra Lecture 19: Least squares problems (continued). Norms and inner products.

Linear Algebra. Session 12

Inner product spaces. Layers of structure:

Lecture 1: Review of linear algebra

Linear algebra 2. Yoav Zemel. March 1, 2012

Analysis Preliminary Exam Workshop: Hilbert Spaces

Archive of past papers, solutions and homeworks for. MATH 224, Linear Algebra 2, Spring 2013, Laurence Barker

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms.

Mathematical Methods wk 1: Vectors

Mathematical Methods wk 1: Vectors

(, ) : R n R n R. 1. It is bilinear, meaning it s linear in each argument: that is

Eigenvalues and Eigenvectors

Projection Theorem 1

EE/ACM Applications of Convex Optimization in Signal Processing and Communications Lecture 2

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

Typical Problem: Compute.

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 )

Linear Algebra Review

y 2 . = x 1y 1 + x 2 y x + + x n y n 2 7 = 1(2) + 3(7) 5(4) = 3. x x = x x x2 n.

5. Orthogonal matrices

Basic Calculus Review

Linear Algebra. Min Yan

Contents. Appendix D (Inner Product Spaces) W-51. Index W-63

MATH 431: FIRST MIDTERM. Thursday, October 3, 2013.

Prof. M. Saha Professor of Mathematics The University of Burdwan West Bengal, India

Linear Algebra. Paul Yiu. Department of Mathematics Florida Atlantic University. Fall A: Inner products

1. Foundations of Numerics from Advanced Mathematics. Linear Algebra

Functional Analysis. Franck Sueur Metric spaces Definitions Completeness Compactness Separability...

Algebra II. Paulius Drungilas and Jonas Jankauskas

Introduction to Numerical Linear Algebra II

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

October 25, 2013 INNER PRODUCT SPACES

Spectral Theory, with an Introduction to Operator Means. William L. Green

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Mathematics Department Stanford University Math 61CM/DM Inner products

Further Mathematical Methods (Linear Algebra) 2002

Math 6610 : Analysis of Numerical Methods I. Chee Han Tan

Math 290, Midterm II-key

Review of Linear Algebra

FUNCTIONAL ANALYSIS-NORMED SPACE

I teach myself... Hilbert spaces

Review of Some Concepts from Linear Algebra: Part 2

Lecture Notes 1: Vector spaces

Basic Elements of Linear Algebra

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

A Brief Introduction to Functional Analysis

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

Spectral Theorem for Self-adjoint Linear Operators

Normed & Inner Product Vector Spaces

MATH 612 Computational methods for equation solving and function minimization Week # 2

Chapter 4 Euclid Space

Linear Algebra: Characteristic Value Problem

Knowledge Discovery and Data Mining 1 (VO) ( )

Linear Normed Spaces (cont.) Inner Product Spaces

Introduction to Matrix Algebra

Vectors in Function Spaces

Duke University, Department of Electrical and Computer Engineering Optimization for Scientists and Engineers c Alex Bronstein, 2014

1 Inner Product and Orthogonality

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM

Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product

Functional Analysis Review

Lecture 2: Linear Algebra Review

Part IA. Vectors and Matrices. Year

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2017 LECTURE 5

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

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

Linear algebra and applications to graphs Part 1

Transcription:

Part 1a: Inner product, Orthogonality, Vector/Matrix norm September 19, 2018 Numerical Linear Algebra Part 1a September 19, 2018 1 / 16

1. Inner product on a linear space V over the number field F A map, : V V F is called an inner product, if it satisfies the following three conditions for all x, y, z V and for all α F: (1) Conjugate symmetry: (2) Positive definiteness: x, y = y, x x, x 0, x, x = 0 x = 0 (3) Linearity in the first argument: x + y, z = x, z + y, z, αx, y = α x, y Example: the standard inner product on the space V = C m : x, y C m, x, y = y x = m i=1 x iy i. Numerical Linear Algebra Part 1a September 19, 2018 2 / 16

2. Orthogonality Orthogonality is a mathematical concept with respect to a given inner product,, i.e., x and y are orthogonal means x, y = 0 Example: For any hermitian positive definite matrix A, x, y A = y Ax is an inner product. If y Ax = 0, we call x and y are orthogonal with respect to, A. 3. Orthogonality with respect to the standard inner product Two vectors x and y are called orthogonal: if x, y = y x = 0 Two sets of vectors X and Y are called orthogonal: if x X and y Y, x, y = y x = 0 A set of nonzero vectors S is orthogonal if x, y S and x y, x, y = y x = 0; if further x S, x x =1, S is orthonormal. Proposition 1 The vectors in an orthogonal set S are linearly independent. Numerical Linear Algebra Part 1a September 19, 2018 3 / 16

4. Orthogonal components of a vector Inner products can be used to decompose arbitrary vectors into orthogonal components. Given orthonormal set {q 1, q 2,..., q n } and an arbitrary vector v, let r = v v, q 1 q 1 v, q 2 q 2 v, q n q n. Obviously, r span{q 1, q 2,..., q n }. Thus we see that v can be decomposed into n + 1 orthogonal components: v = r + v, q 1 q 1 + v, q 2 q 2 + + v, q n q n. We call v, q i q i the part of v in the direction of q i, and r the part of v orthogonal to the subspace span{q 1, q 2,..., q n }. Numerical Linear Algebra Part 1a September 19, 2018 4 / 16

Exercise: Write the expression for v when {q 1, q 2,..., q n } are only orthogonal. 5. Cauchy-Schwarz inequality For any given inner product,, x, y x, x y, y. The equality holds if and only if x = αy i,e., x and y are linearly dependent. Exercise: Prove the inequality. Hint: write x = x, y y, y y + z. Then z, y = 0. Consider x, x. Application: For any hermitian positive definite matrix A, y Ax 2 (x Ax)(y Ay). Numerical Linear Algebra Part 1a September 19, 2018 5 / 16

6. Norm on a linear space V over the number field F (C or R) A function : V R is called a norm if it satisfies the following three conditions for all x, y V and for all α F: (1) Positive definiteness: (2) Positive homogeneity: (3) Triangle inequality: x 0, x = 0 x = 0 αx = α x x + y x + y Numerical Linear Algebra Part 1a September 19, 2018 6 / 16

Exercise: for any given inner product,, let =, (1) Prove that the function is a norm. (2) Prove the parallelogram law u + v 2 + u v 2 = 2 u 2 + 2 v 2. (3) For a set of n orthogonal (with respect to the inner product, ) vectors {x i }, prove that n 2 x i = i=1 n x i 2. The function =, is called the norm indued by the inner product,. Correspondingly, the Cauchy-Schwarz inequality becomes x, y x y. i=1 Numerical Linear Algebra Part 1a September 19, 2018 7 / 16

Geometric interpretation of an inner product For simplicity, we will consider vectors in R 2. Let be the norm induced by the inner product,, i.e., =,, then u, v = u v cos θ, where θ is the angle between vectors u and v such that 0 θ π. Numerical Linear Algebra Part 1a September 19, 2018 8 / 16

7. Vector norm on C m p-norm For p = 2, the norm 2 on C m is also called the Euclidean norm. Matlab: norm for 1, 2, norms Numerical Linear Algebra Part 1a September 19, 2018 9 / 16

Weighted norm Let denote any norm on C m. Suppose a diagonal matrix W = diag{w 1,, w m }, w i 0. Then x W = Wx is a norm, called weighted norm. For example, weighted 2-norm Dual norm Let denote any norm on C m. The corresponding dual norm is defined by the formula x = sup y x. y =1 Numerical Linear Algebra Part 1a September 19, 2018 10 / 16

8. Matrix norm on C m n Frobenius norm: A C m n, define or Max norm: ( m A F = i=1 n j=1 a ij 2) 1/2 = ( n j=1 a j 2 2 A F = tr(a A) = tr(aa ). A max = max a ij. i,j ) 1/2 Induced matrix norm (operator norm): A C m n, define A α,β = sup x C n x 0 Ax α = sup Ax α = x β x C n x β =1 sup Ax α, x C n x β 1 where α is a norm on C m and β is a norm on C n. We say that α,β is the matrix norm induced by α and β. Numerical Linear Algebra Part 1a September 19, 2018 11 / 16

Exercise: x C n, prove that Ax α A α,β x β. Exercise: Let A C m n, B C n r and let α, β, and γ be norms on C m, C n, and C r, rspectively. Prove the induced matrix norms α,γ, α,β, and β,γ satisfy AB α,γ A α,β B β,γ. Exercise: Prove that A,1 = max i,j a ij = A max The Frobenius norm F on C m n is not induced by norms on C m and C n. See the following references, [1]. Vijaya-Sekhar Chellaboina and Wassim M. Haddad Is the Frobenius matrix norm induced? IEEE Trans. Automat. Control 40 (1995), no. 12, 2137 2139. [2]. Djouadi, Seddik M. Comment on: Is the Frobenius matrix norm induced? With a reply by Chellaboina and Haddad. IEEE Trans. Automat. Control 48 (2003), no. 3, 518 520. Numerical Linear Algebra Part 1a September 19, 2018 12 / 16

9. Induced matrix p-norm of A C m n For p [1, + ], A p := A p,p = sup Ax p. x C n, x p=1 Example: p-norm of a diagonal matrix D = diag{d 1,, d m } Example: 1, 2, -norm A 1 = max j D p = max 1 i m d i i a ij, A = max i a ij A 2 = λ max (A A) = λ max (AA ) A F For p = 2, the norm 2 on C m n is also called the spectral norm. Matlab: norm for 1, 2, -norm Numerical Linear Algebra Part 1a September 19, 2018 13 / 16 j

[ 1 2 Example: A = 0 2 ] Numerical Linear Algebra Part 1a September 19, 2018 14 / 16

10. Unitary invariance A C m n If P has orthonormal columns, i.e., P C p m, p m, P P = I m, then PA 2 = A 2, PA F = A F. If Q has orthonormal rows, i.e., Q C n q, n q, QQ = I n, then AQ 2 = A 2, AQ F = A F. Numerical Linear Algebra Part 1a September 19, 2018 15 / 16

11. Unitary matrix For Q C m m, if Q = Q 1, i.e., Q Q = I, Q is called unitary (or orthogonal in the real case). Exercise: Let Q C m m be a unitary matrix. Prove Q 2 = 1, Q F = m. Numerical Linear Algebra Part 1a September 19, 2018 16 / 16