Review of basic concepts and facts in linear algebra Matrix HITSZ Instructor: Zijun Luo Fall 2012.

Slides:



Advertisements
Similar presentations
Vector Spaces A set V is called a vector space over a set K denoted V(K) if is an Abelian group, is a field, and For every element vV and K there exists.
Advertisements

5.1 Real Vector Spaces.
Vector Spaces & Subspaces Kristi Schmit. Definitions A subset W of vector space V is called a subspace of V iff a.The zero vector of V is in W. b.W is.
4 4.3 © 2012 Pearson Education, Inc. Vector Spaces LINEARLY INDEPENDENT SETS; BASES.
II. Linear Independence 1.Definition and Examples.
THE DIMENSION OF A VECTOR SPACE
4.I. Definition 4.II. Geometry of Determinants 4.III. Other Formulas Topics: Cramer’s Rule Speed of Calculating Determinants Projective Geometry Chapter.
Basis of a Vector Space (11/2/05)
Chapter 3 Determinants and Matrices
Chapter Two: Vector Spaces I.Definition of Vector Space II.Linear Independence III.Basis and Dimension Topic: Fields Topic: Crystals Topic: Voting Paradoxes.
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
ECON 1150 Matrix Operations Special Matrices
Chapter 5: The Orthogonality and Least Squares
Chapter 5 Orthogonality.
Linear Algebra Chapter 4 Vector Spaces.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
University of Texas at Austin CS384G - Computer Graphics Fall 2008 Don Fussell Orthogonal Functions and Fourier Series.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Matrices and Vectors Objective.
Chapter 2: Vector spaces
Chapter Content Real Vector Spaces Subspaces Linear Independence
Chapter 3 Vectors in n-space Norm, Dot Product, and Distance in n-space Orthogonality.
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
Chap. 5 Inner Product Spaces 5.1 Length and Dot Product in R n 5.2 Inner Product Spaces 5.3 Orthonormal Bases: Gram-Schmidt Process 5.4 Mathematical Models.
Chap. 4 Vector Spaces 4.1 Vectors in Rn 4.2 Vector Spaces
AGC DSP AGC DSP Professor A G Constantinides©1 Signal Spaces The purpose of this part of the course is to introduce the basic concepts behind generalised.
Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?
Review of Linear Algebra Optimization 1/16/08 Recitation Joseph Bradley.
1 MAC 2103 Module 8 General Vector Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Recognize from the standard.
4.3 Linearly Independent Sets; Bases
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
4.1 Introduction to Linear Spaces (a.k.a. Vector Spaces)
Physics 451 Quantum mechanics I Fall 2012 Oct 5, 2012 Karine Chesnel.
Ch 6 Vector Spaces. Vector Space Axioms X,Y,Z elements of  and α, β elements of  Def of vector addition Def of multiplication of scalar and vector These.
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
Physics 451 Quantum mechanics I Fall 2012 Oct 8, 2012 Karine Chesnel.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
Summary of the Last Lecture This is our second lecture. In our first lecture, we discussed The vector spaces briefly and proved some basic inequalities.
4 Vector Spaces 4.1 Vector Spaces and Subspaces 4.2 Null Spaces, Column Spaces, and Linear Transformations 4.3 Linearly Independent Sets; Bases 4.4 Coordinate.
MAT 2401 Linear Algebra 4.5 Basis and Dimension
Chapter 5 Chapter Content 1. Real Vector Spaces 2. Subspaces 3. Linear Independence 4. Basis and Dimension 5. Row Space, Column Space, and Nullspace 6.
Sec Sec Sec 4.4 CHAPTER 4 Vector Spaces Let V be a set of elements with vector addition and multiplication by scalar is a vector space if these.
1 Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors. Review Matrices.
Matrices, Vectors, Determinants.
Spaces.
Vector Space Examples Definition of vector space
Lecture 7 Vector Space Last Time - Properties of Determinants
Matrices and Vectors Review Objective
SPANNING.
Lecture on Linear Algebra
Linear Algebra Chapter 4 Vector Spaces.
Chapter 3 Linear Algebra
Linear Algebra Lecture 39.
Subspaces and Spanning Sets
Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors.
Linear Algebra Lecture 38.
Elementary Linear Algebra
Affine Spaces Def: Suppose
Elementary Linear Algebra
Linear Algebra Lecture 20.
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE, HADAPSAR, PUNE
Eigenvalues and Eigenvectors
3.5 Perform Basic Matrix Operations Algebra II.
General Vector Spaces I
Linear Vector Space and Matrix Mechanics
THE DIMENSION OF A VECTOR SPACE
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Presentation transcript:

Review of basic concepts and facts in linear algebra Matrix HITSZ Instructor: Zijun Luo Fall 2012

guideline Prerequisite: Text: Matrix Analysis, Roger A. Horn, Charles R. Johnson, Cambridge University Press, Reprint edition (February 23,1990). ISBN , 575p Homework assignment: weekly on Friday Exam: final exam (open book) on Oct., 2014 (temporary) Content: vector space, norms, eigenvalues, unitary matrix, Hermitian matrix, matrix factorization, canonical form, nonnegative matrix QQ 群:

Definition : Vector Space ( V,  + ; F ) A vector space (over a field F) consists of a set V along with 2 operations ‘+’ and ‘ ’ s.t. (1) For the vector addition + :  v, w, u  V a) v + w  V ( Closure ) b) v + w = w + v ( Commutativity ) c) ( v + w ) + u = v + ( w + u )( Associativity ) d)  0  V s.t. v + 0 = v ( Zero element ) e)   v  V s.t. v  v = 0 ( Inverse ) (2) For the scalar multiplication :  v, w  V and a, b  F, f) a v  V ( Closure ) g) ( a + b ) v = a v + b v ( Distributivity ) h) a ( v + w ) = a v + a w i) ( a  b ) v = a ( b v ) = a b v ( Associativity ) j) 1 v = v (Scalar identity of multiplication)

Expression of force, velocity, gradient,

Subspace A set U is a subspace of a vector space V if Every element of U is in V, and U is a vector space.

Linear Combinations Consider a set of vectors { v 1,….,v n } and a set of scalars { a 1, …, a n } A linear combination of the vectors is a 1 v 1 +a 2 v 2 +…+a n v n Remark: Vector space = Collection of linear combinations of vectors.

Definition : Span Let S = { s 1, …, s n | s k  ( V,+,R ) } be a set of n vectors in vector space V. The span of S is the set of all linear combinations of the vectors in S, i.e., with Lemma : The span of any subset of a vector space is a subspace. Proof: Let S = { s 1, …, s n | s k  ( V,+, R ) } and  QED Note: span S is the smallest vector space containing all members of S.

Example: Proof: The problem is tantamount to showing that for all x, y  R,  unique a,b  R s.t. i.e., has a unique solution for arbitrary x & y. SinceQED

Example: { 1+x, 1  x } is linearly independent. Proof: Let → → Otherwise they are linearly independent. Example: Letthen S = { v 1,v 2, v 3 } is L.D. Note: v 3 -2v 2 =0

Basis Definition : Basis A basis of a vector space V is an ordered set of linearly independent (non-zero) vectors that spans V, i.e. any vector in V can be represented as a linear combination of the basis. Example 1.2: is a basis for R 2 B is L.I. : → → B spans R 2 : → →

Norms derived from inner product : : 1. 2.

Distance: make sense

Basic concepts: vector space, subspace, span, linear combination, linearly independent, linear dependent, basis, dimension, vector norm, inner product. Important principles: *A span is a subspace. *Zero vector is l.d. to all vectors; *Subset of a l.i. set is l.i.; *L.i. vectors can be added to form a basis; *Every basis has the same number of vectors; *Each vector has a unique basis-representation; *Every inner product has the Cauchy-Schwarz inequality. * Every inner product can be used to define a vector norm; * Every vector norm is a continuous function; *All vector norms are equivalent; CONCLUSION

HOMEWORK