150 likes | 553 Views
CPSC 491. Xin Liu November 19, 2010. Norm. Norm is a generalization of Euclidean length in vector space Definition. l p -Norms. Definition Examples l 1 -norm l 2 -norm (Euclidean length) l ∞-norm. Matrix norms. Definition
E N D
CPSC 491 Xin Liu November 19, 2010
Norm • Norm is a generalization of Euclidean length in vector space • Definition
lp-Norms • Definition • Examples • l1-norm • l2-norm (Euclidean length) • l∞-norm
Matrix norms • Definition • A matrix norm is a function |||| : RmxnR that satisfies • Frobenius norm • Matrix norms induced by vector norms (see next page)
Induced Matrix Norms • Definition • The supremum of ||Ax|| / ||x|| • The “amplification factor” of vector norms • Examples • The matrix norms of A induced by L1, L2, L∞ norms
Induced Matrix Norms • The 1-Norm of a matrix A • Write A in terms of its columns • On the sphere ||x||1 = 1, we have • When x = ej, the upper bound is attained. • Therefore,
Properties of Matrix Norms • For (1) norms induced by vector norms and (2) Frobenius norm, we have the following conclusions • Bound of ||AB|| • ||AB|| ≤||A|| ||B|| • Invariance under Unitary Multiplication • If Q is a unitary matrix, we have||QA|| = ||AQ|| = ||A||
Singular Value Decomposition • Definition • A singular value decomposition (SVD) of A is a factorization • The diagonal entries of Σ are nonnegative and in nonincreasing order • Existence and Uniqueness
Geometric interpretation • The image AS of the unit sphere S under any mxn matrix A is a hyperellipse. • The singular values of A σ1, σ2, …, σn, are the lengths of the principal semiaxes of AS • The left singular vectors of A, {u1, u2, …, un} oriented in the directions of the principal semiaxes of AS • The right singular vectors of A, {v1, v2, …, vn} are the pre-images of the principal semiaxes of AS, i.e., Avj = σjuj
Reduced SVD • If m ≥ n, a full-ranked matrix A has rank n, exactly n singular values are nonzero. • We can reduce the full decomposition by removing the zero rows in Σ, and related columns in U • • AmxnUcapmxnΣcapnxnVnxn