Lecture 9 Symmetric Matrices Subspaces and Nullspaces

Slides:



Advertisements
Similar presentations
Gauss Elimination.
Advertisements

Section 4.6 (Rank).
CHAPTER ONE Matrices and System Equations
Lecture 7 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Lecture 19 Singular Value Decomposition
THE DIMENSION OF A VECTOR SPACE
Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Lecture 9 Symmetric Matrices Subspaces and Nullspaces Shang-Hua Teng.
Matrix Operations. Matrix Notation Example Equality of Matrices.
Lecture 20 SVD and Its Applications Shang-Hua Teng.
Chapter 1 Systems of Linear Equations
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Lecture 10 Dimensions, Independence, Basis and Complete Solution of Linear Systems Shang-Hua Teng.
Lecture 11 Fundamental Theorems of Linear Algebra Orthogonalily and Projection Shang-Hua Teng.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Length and Dot Product in R n Notes: is called a unit vector. Notes: The length of a vector is also called its norm. Chapter 5 Inner Product Spaces.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
ECON 1150 Matrix Operations Special Matrices
Square n-by-n Matrix.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Linear Algebra Lecture 25.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
CPSC 491 Xin Liu Nov 17, Introduction Xin Liu PhD student of Dr. Rokne Contact Slides downloadable at pages.cpsc.ucalgary.ca/~liuxin.
Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.
A matrix equation has the same solution set as the vector equation which has the same solution set as the linear system whose augmented matrix is Therefore:
We will use Gauss-Jordan elimination to determine the solution set of this linear system.
Chapter Content Real Vector Spaces Subspaces Linear Independence
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
Lecture 8 Matrix Inverse and LU Decomposition
5.5 Row Space, Column Space, and Nullspace
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
4.6: Rank. Definition: Let A be an mxn matrix. Then each row of A has n entries and can therefore be associated with a vector in The set of all linear.
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.
Review of Linear Algebra Optimization 1/16/08 Recitation Joseph Bradley.
Properties of Inverse Matrices King Saud University.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
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.
4.5: The Dimension of a Vector Space. Theorem 9 If a vector space V has a basis, then any set in V containing more than n vectors must be linearly dependent.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
4 4.2 © 2016 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
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.
Chapter 61 Chapter 7 Review of Matrix Methods Including: Eigen Vectors, Eigen Values, Principle Components, Singular Value Decomposition.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Matrices, Vectors, Determinants.
7.3 Linear Systems of Equations. Gauss Elimination
Linear Algebra review (optional)
Row Space, Column Space, and Nullspace
Linear Algebra Lecture 22.
4.6: Rank.
Linear Algebra Chapter 4 Vector Spaces.
1.3 Vector Equations.
Linear Algebra Lecture 37.
Linear Algebra Lecture 21.
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm
Elementary Linear Algebra
Mathematics for Signals and Systems
Linear Algebra Lecture 24.
Maths for Signals and Systems Linear Algebra in Engineering Lectures 4-5, Tuesday 18th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN.
Linear Algebra Lecture 20.
Linear Algebra review (optional)
Vector Spaces, Subspaces
Lecture 8 Matrix Inverse and LU Decomposition
Eigenvalues and Eigenvectors
Vector Spaces RANK © 2012 Pearson Education, Inc..
THE DIMENSION OF A VECTOR SPACE
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Subspace Hung-yi Lee Think: beginning subspace.
Presentation transcript:

Lecture 9 Symmetric Matrices Subspaces and Nullspaces Shang-Hua Teng

Matrix Transpose Addition: A+B Multiplication: AB Inverse: A-1 Transpose : A-T

Transpose

Inner Product and Outer Product

Properties of Transpose End of Page 109: for a transparent proof

Ellipses and Ellipsoids R r

Later R r Relating to

Symmetric Matrix Symmetric Matrix: A= AT Graph of who is friend with whom and its matrix 1;John 2:Alice 4:Anu 3:Feng

Symmetric Matrix B is an m by n matrix

Elimination on Symmetric Matrices If A = AT can be factored into LDU with no row exchange, then U = LT. In other words The symmetric factorization of a symmetric matrix is A = LDLT

So we know Everything about Solving a Linear System Not quite but Almost Need to deal with degeneracy (e.g., when A is singular) Let us examine a bigger issues: Vector Spaces and Subspaces

What Vector Spaces Do We Know So Far Rn: the space consists of all column (row) vectors with n components

Properties of Vector Spaces

Other Vector Spaces

Vector Spaces Defined by a Matrix For any m by n matrix A Column Space: Null Space:

General Linear System The system Ax =b is solvable if and only if b is in C(A)

Subspaces A subspace of a vector space is a set of vectors (including 0) that satisfies two requirements: if v and w are vectors in the subspace and c is any scalar, then v+w is in the subspace cv is in the subspace

Subspace of R3 (Z): {(0,0,0)} (L): any line through (0,0,0) (P): any plane through (0,0,0) (R3) the whole space A subspace containing v and w must contain all linear combination cv+dw.

Subspace of Rn (Z): {(0,0,…,0)} (L): any line through (0,0,…,0) (P): any plane through (0,0,…,0) … (k-subspace): linear combination of any k independent vectors (Rn) the whole space

Subspace of 2 by 2 matrices

Express Null Space by Linear Combination A = [1 1 –2]: x + y -2z = 0 x = -y +2z Pivot variable Free variables Set free variables to typical values (1,0),(0,1) Solve for pivot variable: (-1,1,0),(2,0,1) {a(-1,1,0)+b(2,0,1)}

Express Null Space by Linear Combination Guassian Elimination for finding the linear combination: find an elimination matrix E such that pivot EA = free

Permute Rows and Continuing Elimination (permute columns)

There must be free variables. Theorem If Ax = 0 has more have more unknown than equations (m > n: more columns than rows), then it has nonzero solutions. There must be free variables.

Echelon Matrices Free variables