Section 5.6 Rank and Nullity. FOUR FUNDAMENTAL MATRIX SPACES If we consider matrices A and A T together, then there are six vector spaces of interest:

Slides:



Advertisements
Similar presentations
5.4 Basis And Dimension.
Advertisements

5.2 Rank of a Matrix. Set-up Recall block multiplication:
Section 4.6 (Rank).
Review on Linear Algebra
1.5 Elementary Matrices and a Method for Finding
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 08 Chapter 8: Linear Transformations.
Lecture 10 Dimensions, Independence, Basis and Complete Solution of Linear Systems Shang-Hua Teng.
Subspaces, Basis, Dimension, Rank
INDR 262 INTRODUCTION TO OPTIMIZATION METHODS LINEAR ALGEBRA INDR 262 Metin Türkay 1.
Section 6.6 Orthogonal Matrices.
1 MAC 2103 Module 10 lnner Product Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Define and find the.
 Row and Reduced Row Echelon  Elementary Matrices.
Chapter 4 Chapter Content
Matrices King Saud University. If m and n are positive integers, then an m  n matrix is a rectangular array in which each entry a ij of the matrix is.
Section 1.1 Introduction to Systems of Linear Equations.
Linear Algebra Lecture 25.
Chapter 2 Simultaneous Linear Equations (cont.)
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
Vectors in R n a sequence of n real number An ordered n-tuple: the set of all ordered n-tuple  n-space: R n Notes: (1) An n-tuple can be viewed.
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:
Chapter Content Real Vector Spaces Subspaces Linear Independence
Section 1.5 Elementary Matrices and a Method for Finding A −1.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Orthogonality and Least Squares
Linear Algebra 1.Basic concepts 2.Matrix operations.
Elementary Linear Algebra Anton & Rorres, 9th Edition
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 - 1 Chapter 3 Vector Spaces 3.1 Vectors in R n 3.1 Vectors in R n 3.2 Vector Spaces 3.2 Vector Spaces 3.3 Subspaces of Vector Spaces 3.3 Subspaces of.
Vector Spaces RANK © 2016 Pearson Education, Inc..
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 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
Chap. 4 Vector Spaces 4.1 Vectors in Rn 4.2 Vector Spaces
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
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.
Chapter 4 Chapter Content 1. Real Vector Spaces 2. Subspaces 3. Linear Independence 4. Basis 5.Dimension 6. Row Space, Column Space, and Nullspace 8.Rank.
Section 4.3 Properties of Linear Transformations from R n to R m.
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.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
Lecture 9 Vector & Inner Product Spaces Last Time Spanning Sets and Linear Independence (Cont.) Basis and Dimension Rank of a Matrix and Systems of Linear.
EE611 Deterministic Systems Vector Spaces and Basis Changes Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
REVIEW Linear Combinations Given vectors and given scalars
7.3 Linear Systems of Equations. Gauss Elimination
Elementary Linear Algebra Anton & Rorres, 9th Edition
Lecture 8 Vector Space Last Time - Vector Spaces and Applications
Lecture 7 Vector Space Last Time - Properties of Determinants
Row Space, Column Space, and Nullspace
Elementary Linear Algebra
Euclidean Inner Product on Rn
4.6: Rank.
1.3 Vector Equations.
Matrices and Matrix Operations
What can we know from RREF?
Determinants CHANGE OF BASIS © 2016 Pearson Education, Inc.
Elementary Linear Algebra
7.5 Solutions of Linear Systems:
Elementary Linear Algebra Anton & Rorres, 9th Edition
Elementary Linear Algebra Anton & Rorres, 9th Edition
Maths for Signals and Systems Linear Algebra in Engineering Lectures 4-5, Tuesday 18th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Vector Spaces RANK © 2012 Pearson Education, Inc..
Elementary Linear Algebra Anton & Rorres, 9th Edition
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Vector Spaces COORDINATE SYSTEMS © 2012 Pearson Education, Inc.
Presentation transcript:

Section 5.6 Rank and Nullity

FOUR FUNDAMENTAL MATRIX SPACES If we consider matrices A and A T together, then there are six vector spaces of interest: row space Arow space A T column space Acolumn space A T nullspace Anullspace A T. Since transposing converts row vectors to column vectors and vice versa, we really only have four vector spaces of interest: row space Acolumn space A nullspace Anullspace A T These are known as the fundamental matrix spaces associated with A.

ROW SPACE AND COLUMN SPACE HAVE EQUAL DIMENSION Theorem 5.6.1: If A is any matrix, then the row space and column space of A have the same dimension.

RANK AND NULLITY The common dimension of the row space and column space of a matrix A is called the rank of A and is denoted by rank(A). The dimension of the nullspace of A is called the nullity of A and is denoted by nullity(A).

RANK OF A MATRIX AND ITS TRANSPOSE Theorem 5.6.2: If A is any matrix, then rank(A) = rank(A T ).

DIMENSION THEOREM FOR MATRICES Theorem 5.6.3: If A is any matrix with n columns, then rank(A) + nullity(A) = n.

THEOREM Theorem 5.6.4: If A is an m×n matrix, then: (a)rank(A) = the number of leading variables in the solution of Ax = 0. (b)nullity(A) = the number of parameters in the general solution of Ax = 0.

MAXIMUM VALUE FOR RANK If A is an m×n matrix, then the row vectors lie in R n and the column vectors in R m. This means the row space is at most n-dimensional and the column space is at most m-dimensional. Thus, rank(A) ≤ min(m, n).

THE CONSISTENCY THEOREM Theorem 5.6.5: If Ax = b is a system of m equations in n unknowns, then the following are equivalent. (a)Ax = b is consistent. (b)b is in the column space of A. (c)The coefficient matrix A and the augmented matrix [A | b] have the same rank.

THEOREM Theorem 5.6.6: If Ax = b is a linear system of m equations in n unknowns, then the following are equivalent. (a)Ax = b is consistent for every m×1 matrix b. (b)The column vectors of A span R m. (c)rank(A) = m.

PARAMETERS AND RANK Theorem 5.6.7: If Ax = b is a consistent linear systems of m equations in n unknowns, and if A has rank r, then the general solution of the system contains n − r parameters.

THEOREM Theorem 5.6.8: If A is an m×n matrix, then the following are equivalent. (a)Ax = 0 has only the trivial solution. (b)The column vectors of A are linearly independent. (c)Ax = b has at most one solution (none or one) for every m×1 matrix b.

THE “BIG” THEOREM Theorem 5.6.9: If A is an n×n matrix, and if T A : R n → R n is multiplication by A, then the following are equivalent. (a)A is invertible (b)Ax = 0 has only the trivial solution. (c)The reduced row-echelon form of A is I n. (d)A is expressible as a product of elementary matrices. (e)Ax = b is consistent for every n×1 matrix b. (f) Ax = b has exactly one solution for every n×1 matrix b. (g)det(A) ≠ 0 (h)The range of T A is R n.

THE “BIG” THEOREM (CONCLUDED) (i)T A is one-to-one. (j)The column vectors of A are linearly independent. (k)The row vectors of A are linearly independent. (l)The column vectors of A span R n. (m) The row vectors of A span R n. (n)The column vectors of A form a basis for R n. (o)The row vectors of A form a basis for R n. (p)A has rank n. (q)A has nullity 0.