Row-equivalences again

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.4 Basis And Dimension.
5.2 Rank of a Matrix. Set-up Recall block multiplication:
Example: Given a matrix defining a linear mapping Find a basis for the null space and a basis for the range Pamela Leutwyler.
Chapter 3: Linear transformations
Section 4.6 (Rank).
THE DIMENSION OF A VECTOR SPACE
3.II.1. Representing Linear Maps with Matrices 3.II.2. Any Matrix Represents a Linear Map 3.II. Computing Linear Maps.
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
III. Reduced Echelon Form
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.
Subspaces, Basis, Dimension, Rank
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.
Square n-by-n Matrix.
MA2213 Lecture 5 Linear Equations (Direct Solvers)
Linear Algebra Lecture 25.
1 MAC 2103 Module 9 General Vector Spaces II. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Find the coordinate.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Chapter 2: Vector spaces
Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
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.
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.
A website that has programs that will do most operations in this course (an online calculator for matrices)
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
2 2.9 © 2016 Pearson Education, Inc. Matrix Algebra DIMENSION AND RANK.
LAHW#12 Due December 13, Bases and Dimension 42. –Criticize this argument: We have three vectors u 1 = (1, 3, 2), u 2 = (-2, 4, 5), and u 3.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Solve a system of linear equations By reducing a matrix Pamela Leutwyler.
Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?
KEY THEOREMS KEY IDEASKEY ALGORITHMS LINKED TO EXAMPLES next.
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 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.
Reduced echelon form Matrix equations Null space Range Determinant Invertibility Similar matrices Eigenvalues Eigenvectors Diagonabilty Power.
Chapter 1. Linear equations Review of matrix theory Fields System of linear equations Row-reduced echelon form Invertible matrices.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
7.3 Linear Systems of Equations. Gauss Elimination
Elementary Linear Algebra Anton & Rorres, 9th Edition
Lecture 7 Vector Space Last Time - Properties of Determinants
Row Space, Column Space, and Nullspace
Basis and Dimension Basis Dimension Vector Spaces and Linear Systems
4.6: Rank.
Linear Algebra Lecture 39.
What can we know from RREF?
2.III. Basis and Dimension
Linear Algebra Lecture 21.
Affine Spaces Def: Suppose
Mathematics for Signals and Systems
Row-equivalences again
Linear Algebra Lecture 24.
Chapter 1. Linear equations
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 6.
How many solutions? Hung-yi Lee New Question:
Vector Spaces, Subspaces
Sec 3.5 Inverses of Matrices
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
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

Row-equivalences again Row spaces bases computational techniques using row-equivalences

The row space of A is the span of row vectors. The row rank of A is the dimension of the row space of A. Theorem 9: Row-equivalent matrices have the same row spaces. proof: Check for elementary row equivalences only. Theorem 10: R nonzero row reduced echelon matrix. Then nonzero rows of R form a basis of the row space of R. 2

proof: row vectors of R. Let be a vector in the row space. are linearly independent: basis 3

Corollary: Each mxn matrix A is row equiv. to one unique r-r-e matrix. Theorem 11: m, n, F a field. W a subspace of Fn. Then there is precisely one mxn r-r-e matrix which has W as a row space. Corollary: Each mxn matrix A is row equiv. to one unique r-r-e matrix. Corollary. A,B mxn. A and B are row-equiv iff A,B has the same row spaces. 4

Summary of row-equivalences TFAE A and B are row-equivalent A and B have the same row-space B= PA where P is invertible. AX=0 and BX=0 has the same solution spaces. Proof: (i)-(iii) done before. (i)-(ii) above corollary. (i)->(iv) is also done. (iv)->(i) to be done later. 5

Computations Numerical problems: 1. How does one determine a set of vectors S=(a1,..,an) is linearly independent. What is the dimension of the span W of S? 2. Given a vector v, determine whether it belongs to a subspace W. How to write v = c1a1+...+cnan. 3. Find some explicit description of W: i.e., coordinates of W. -> Vague... 6

dim W = r the number of nonzero rows of R. Let A be mxn matrix. r-r-e R dim W = r the number of nonzero rows of R. give a parametrization of W. 7

Example: (1) can be answered by computing the rank of R. If rank R =n, then independent. If rank R < n, then dependent. (?:A=PR, P invertible.) 8

(2): b given. Solve for AX = b. Second method: A=PR, P invertible. In line 3, we solve for Final equation is from comparing the first line with the second to the last line. 9

Find r-r-e R. Find a basis of row space Which vectors (b1,b2,b3,b4) is in W? coordinate of (b1,b2,b3,b4)? write (b1,b2,b3,b4) as a linear combination of rows of A. Find description of solutions space V of AX=0. Basis of V? For what Y, AX=Y has solutions? 10

Basis of row spaces: rows above, dim=3 R=QA. Basis of row spaces: rows above, dim=3 Qi is the ith column of Q. 12

AX=0 ↔ RX=0. V is one-dimensional Basis of V: (1,-1,2,3). AX=Y for what Y? All Y. See page 63. Examples 21 and 22 must be thoroughly understood.