Use Elementary Column Operations to Calculate the Basis of the Null Space of a Matrix by Chen Bihong.

Slides:



Advertisements
Similar presentations
5.2 Rank of a Matrix. Set-up Recall block multiplication:
Advertisements

8.2 Kernel And Range.
Linear Equations in Linear Algebra
Matrices: Inverse Matrix
Inverses of n x n Matrices. The Inverse Matrix If A is an n x n matrix, the inverse of A (call it A -1 ) is the matrix such that A * A -1 is equal to.
Linear Equations in Linear Algebra
THE DIMENSION OF A VECTOR SPACE
Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Matrices and Systems of Equations
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Lecture 10 Dimensions, Independence, Basis and Complete Solution of Linear Systems Shang-Hua Teng.
10.1 Gaussian Elimination Method
Subspaces, Basis, Dimension, Rank
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Solving System of Linear Equations. 1. Diagonal Form of a System of Equations 2. Elementary Row Operations 3. Elementary Row Operation 1 4. Elementary.
Multivariate Linear Systems and Row Operations.
Math Dept, Faculty of Applied Science, HCM University of Technology
ECON 1150 Matrix Operations Special Matrices
System of Linear Equations Nattee Niparnan. LINEAR EQUATIONS.
 Row and Reduced Row Echelon  Elementary Matrices.
Square n-by-n Matrix.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Math 201 for Management Students
Matrix Algebra. Quick Review Quick Review Solutions.
Pre-Calculus Lesson 7-3 Solving Systems of Equations Using Gaussian Elimination.
Linear Algebra Lecture 25.
Three variables Systems of Equations and Inequalities.
MATH 250 Linear Equations and Matrices
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
Matrix. REVIEW LAST LECTURE Keyword Parametric form Augmented Matrix Elementary Operation Gaussian Elimination Row Echelon form Reduced Row Echelon form.
We will use Gauss-Jordan elimination to determine the solution set of this linear system.
Linear Algebra 1.Basic concepts 2.Matrix 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..
A website that has programs that will do most operations in this course (an online calculator for matrices)
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Matrices and Systems of Equations
Linear Algebra Diyako Ghaderyan 1 Contents:  Linear Equations in Linear Algebra  Matrix Algebra  Determinants  Vector Spaces  Eigenvalues.
Review of Linear Algebra Optimization 1/16/08 Recitation Joseph Bradley.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Linear Algebra Diyako Ghaderyan 1 Contents:  Linear Equations in Linear Algebra  Matrix Algebra  Determinants  Vector Spaces  Eigenvalues.
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.
Searching a Linear Subspace Lecture VI. Deriving Subspaces There are several ways to derive the nullspace matrix (or kernel matrix). ◦ The methodology.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Ltd.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
1 SYSTEM OF LINEAR EQUATIONS BASE OF VECTOR SPACE.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
Linear Equations in Linear Algebra
The Inverse of a Square Matrix
L9Matrix and linear equation
Row Space, Column Space, and Nullspace
Linear Algebra Lecture 4.
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Linear Transformations
RECORD. RECORD Gaussian Elimination: derived system back-substitution.
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
4.6: Rank.
Unit 3: Matrices
6 minutes Warm-Up Find each product..
Theorems about LINEAR MAPPINGS.
Mathematics for Signals and Systems
Maths for Signals and Systems Linear Algebra in Engineering Lectures 4-5, Tuesday 18th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN.
Vector Spaces RANK © 2012 Pearson Education, Inc..
Linear Equations in Linear Algebra
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Presentation transcript:

Use Elementary Column Operations to Calculate the Basis of the Null Space of a Matrix by Chen Bihong

Intruduction In linear algebra, the kernel or null space (also nullspace) of a matrix A is the set of all vectors x for which Ax=0. The kernel of a matrix with n columns is a linear subspace of n-dimensional Euclidian space. The dimension of null space of A is called the nullity of A. With traditional method, for calculating the basis of null space of A, we must use row reduction to find a basis for the null space. That is, first use elementary row operations to put A in reduced row echelon form, then interpreting the reduced row echelon form as a homugeneous linear system, determine which of the variables in terms of the free variables, then write equations for the dependent variables in terms of the free variables, then for each free variable xi, choose the vector in the null space for which xi=1 and the remaining free variables are zero then resulting collection of vectors is a basis for the null space of A. In this paper we call it elementary row operations method. Now I give another method which is called elementary column operations method. It is given by theorem as follows.

Chen Bihong Theorem: Given a matrix A m  n, rank(A)=r<n n-r columns of Q are basis of null space of matrix A. Given a m rows n columns matrix A with rank(A)=r, and r less than n, construct a partition metrix by adding identity matrix E below A, then do elementary column operations to it to let A become (B, O) where O is a zero matrix with n-r columns, so the matrix is changed to partition matrix B,O,P,Q, and the all n minul r columns of Q are the basis of null space of matrix A. Proof this theorem is easy, but I will proof it use some special method as follows to suggest some thinking methods and teaching methods.

Chen Bihong Theorem: Given a matrix A m  n, rank(A)=r<n n-r columns of Q are basis of null space of matrix A.

Pinciple

Old system: Ax=b New system: PAQy=Pb where P and Q are invertible matrix. We call a usual system of linear equations Ax equal to b as old system, where A is a matrix with m rows and n columns and b is a column vector of n entrays. Given any invertible square matrix P of order m and invertible square matrix Q of order n, change the old system to PAQx equals Pb witch are called new system.

Old system:Ax=b New system:PAQx=Pb Given a solution kesai of the old system, so A  =b and let  =Q -1 , then  is solution of new system. because PAQ  =PAQQ -1  =PA  =Pb. Otherwise, given a solution  of the new system, PAQ  =Pb Left multiply P-1 on two side of the equation can get AQ  =b so  =Q  is a solution of the old system.

Old system: Ax=b New system: PAQx=Pb If  is a solution of old system, then  =Q -1  is a solution of new system. If  is a solution of new system, then  =Q  is a solution of old system. So the two sets of solutions of old and new systems have relation of one to one and invertible linear transformation. If we select suitable P and Q to let new system have simple form, we can find the new method to calculate solutions of system of linear equations

Standard matrix: O and E are standard matrix. Add some zero rows or zero columns to a standard matrix to get a new standard matrix. Use D m  n to express a standard matrix, rank(D)=r

Standard system: D m  n x=d where D is standard matrix, r(D)=r. d=(d 1,d 2,…,d r,d r+1,…,d m ) Standard system if solutable, it must be d r+1 =d r+2 =…=d m =0, if they are exist. Then system can write as: x r+1 to x n can be any value.

So the resolution x can write as

change the note x to y, then Dy=d, its solution are: y=  +c 1 e r+1 +c 2 e r+2 +…+c n-r e n, where e i is i-th column of E n. and old system is Ax=b use invertible matrix P and Q, let D=PAQ, this means do elementary operations to A. then old system's solutions are x=Qy=Q  +c 1 Qe r+1 +c 2 Qe r+2 +…+c n-r Qe n

Old system: Ax=b New system: PAQy=Pb or Dy=d Old system's solution: x=Q  +c 1 Qe r+1 +c 2 Qe r+2 +…+c n-r Qe n and Qe i is just the i-th column of Q! Q is the record of doing elementary column operation to A to change A to standard matrix D, so add E below A, to record the Q

construct matrix do elementary operations to A's part to change A to standard matrix D, then E becomes Q. But row operations are not need to do.

Example: Let construct

a basis of null space of matrix A:

Old method:

go back to system of linear equations: Let x 2 =c 1,x 4 =c 2, c 1,c 2 can be any number.

Ole method: Then we get Let x 2 =c 1,x 4 =c 2, c 1,c 2 can be any number.

Conclusion After Chen Bihong theorem is discovered, a lot of concepts of linear algebra, like "free variable", "reduced row echelon", "Gaussian elimination", etc. become stupid and will be discarded or less use. Entire textbook of linear algebra should rewrite, and a lot of computer programs to calculate the solution of system of linear equations should be reprogrammed.

Thank you!

Example 1: Let Then

(-1,0,1,0) T is a basis of nulspace of A.

Example 2: For a lunch, a big monk need 3 breads, 3 small monk need 1 bread, 100 monk just eat 100 breads, calculate the number of big monk and small monk.

Example 2: For a lunch, a big monk need 3 breads, 3 small monk need 1 bread, 100 monk just eat 100 breads, calculate the number of big monk and small monk. Solution: Let x and y is the number of big monk and small monk, so 

so, x=25, y=75.

Example 3: Determine whether the vectors v 1 =(1 2 3), v 2 =(1 2 -1), v 3 =(3 -1 0), and v 4 =(2 1 2) form a basis of F 3. If not, choose, if possible, a basis of F 3 consisting of vector of the given set of vectors.

Example 3: Determine whether the vectors v 1 =(1 2 3), v 2 =(1 2 -1), v 3 =(3 -1 0), and v 4 =(2 1 2) form a basis of F 3. If not, choose, if possible, a basis of F 3 consisting of vector of the given set of vectors. Solution: Construct matrix A:

so v 1,v 2,v 3 is a basis of F 3, and

Example 4: Get the general resolution of equation x 1 +x 2 +2x 3 =1.

Example 4: Get the general resolution of equation x 1 +x 2 +2x 3 =1. resolution: construct matrix as follows:

x 1 +x 2 +2x 3 =1