Linear Algebra Lecture 37.

Slides:



Advertisements
Similar presentations
Gauss Elimination.
Advertisements

Linear Equations in Linear Algebra
1.2 Row Reduction and Echelon Forms
Linear Equations in Linear Algebra
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Linear Equations in Linear Algebra
SYSTEMS OF LINEAR EQUATIONS
Math Dept, Faculty of Applied Science, HCM University of Technology
Linear Equations in Linear Algebra
Chapter 1 Systems of Linear Equations and Matrices
System of Linear Equations Nattee Niparnan. LINEAR EQUATIONS.
Linear Algebra Lecture 25.
ME 1202: Linear Algebra & Ordinary Differential Equations (ODEs)
Chapter 2 Simultaneous Linear Equations (cont.)
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Sections 1.8/1.9: Linear Transformations
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.
1 1.5 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra SOLUTION SETS OF LINEAR SYSTEMS.
Linear Equations in Linear Algebra
1 1.7 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra LINEAR INDEPENDENCE.
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
5.5 Row Space, Column Space, and Nullspace
4.3 Linearly Independent Sets; Bases
Arab Open University Faculty of Computer Studies M132: Linear Algebra
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Ltd.
1 1.2 Linear Equations in Linear Algebra Row Reduction and Echelon Forms © 2016 Pearson Education, Ltd.
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
REVIEW Linear Combinations Given vectors and given scalars
7.3 Linear Systems of Equations. Gauss Elimination
Linear Equations in Linear Algebra
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Chapter 2 Simultaneous Linear Equations (cont.)
Linear Algebra Linear Transformations. 2 Real Valued Functions Formula Example Description Function from R to R Function from to R Function from to R.
Linear Transformations
Row Space, Column Space, and Nullspace
Linear Algebra Lecture 4.
Chapter 1 Systems of Linear Equations and Matrices
1.7 Linear Independence 线性无关
Linear Transformations
Linear Algebra Lecture 22.
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
Linear Algebra Lecture 3.
What can we know from RREF?
Linear Equations in Linear Algebra
Linear Algebra Lecture 21.
Properties of Solution Sets
Linear Algebra Lecture 5.
Linear Algebra Lecture 24.
Linear Algebra Lecture 20.
Linear Algebra Lecture 6.
Linear Algebra Lecture 9.
Linear Algebra Lecture 7.
RAYAT SHIKSHAN SANSTHA’S S. M. JOSHI COLLEGE HADAPSAR, PUNE
LINEAR INDEPENDENCE Definition: An indexed set of vectors {v1, …, vp} in is said to be linearly independent if the vector equation has only the trivial.
Linear Equations in Linear Algebra
THE DIMENSION OF A VECTOR SPACE
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Linear Equations in Linear Algebra
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

Linear Algebra Lecture 37

Linear Algebra Lecture 37

Revision Lecture II

Systems of Linear Equations

Examples of Linear Equations

Generally An equation in n-variables or in n-unknowns

Linear System A finite set of linear equations is called a system of linear equations or linear system. The variables in a linear system are called the unknowns.

Linear System

Homogenous Linear Equations If b=0

Theorem Every system of linear equations has zero, one or infinitely many solutions; there are no other possibilities.

Row Reduction and Echelon Form

Echelon Form All nonzero rows are above any rows of all zeros. Each leading entry of a row is in a column to the right of the leading entry of the row above it. All entries in a column below a leading entry are zero.

Reduced Echelon Form The leading entry in each nonzero row is 1. Each leading 1 is the only non-zero entry in its column.

Theorem Each matrix is row equivalent to one and only one reduced echelon matrix

Row Reduction Algorithm Row Reduction Algorithm consists of four steps, and it produces a matrix in echelon form. A fifth step produces a matrix in reduced echelon form. …

STEP 1 Begin with the leftmost nonzero column. This is a pivot column. The pivot position is at the top. STEP 2 Select a nonzero entry in the pivot column as a pivot. If necessary, interchange rows to move this entry into the pivot position …

STEP 3 Use row operations to create zeros in all positions below the pivot STEP 4 Cover (ignore) the row containing the pivot position and cover all rows, if any, above it Apply steps 1 –3 to the sub-matrix, which remains. Repeat the process until there are no more nonzero rows to modify

Vector Equations

Linear Combination

Definition If v1, . . . , vp are in Rn, then the set of all linear combinations of v1, . . . , vp is denoted by Span {v1, . . . , vp } and is called the subset of Rn spanned (or generated) by v1, . . . , vp . …

That is, Span {v1, . . . , vp } is the collection of all vectors that can be written in the form c1v1 + c2v2 + …. + cpvp, with c1, . . . , cp scalars.

Vector and Parametric Equations of a Line

Vector and Parametric Equations of a Plane

Vector and Parametric Equations of a Plane

Matrix Equations

Definition

Existence of Solutions The equation Ax = b has a solution if and only if b is a linear combination of the columns of A.

Theorem Let A be an mxn matrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false. …

Continued For each b in Rm, the equation Ax = b has a solution. The columns of A Span Rm. A has a pivot position in every row.

Theorem Let A be an mxn matrix, u and v are vectors in Rn, and c is a scalar, then 1. A ( u + v ) = Au + Av 2. A (cu) = c A (u)

Solution Set of Linear Systems

Homogenous Linear Systems A system of linear equations is said to be homogeneous if it can be written in the form Ax = 0, where A is an mxn matrix and 0 is the zero vector in Rm

Trivial Solution Such a system Ax = 0 always has at least one solution, namely, x = 0 (the zero vector in Rn). This zero solution is usually called the trivial solution.

Non Trivial Solution The homogeneous equation Ax = 0 has a nontrivial solution if and only if the equation has at least one free variable.

Solutions of Non-homogenous Systems When a non-homogeneous linear system has many solutions, the general solution can be written in parametric vector form as one vector plus an arbitrary linear combination of vectors that satisfy the corresponding homogeneous system.

Parametric Form The equation x = p + tv (t in R) describes the solution set of Ax = b in parametric vector form.

Linear Independence

Definition An indexed set in Rn is said to be linearly independent if the vector equation x1v1+x2v2+…+xpvp=0 has only the trivial solution.

Important Fact The columns of a matrix A are linearly independent if and only if the equation Ax = 0 has only the trivial solution.

Linear Transformations

A transformation T from Rm is a rule that assigns to each vector x in Rn a vector T(x) in Rm . The set Rn is called the domain of T, and Rm is called the co-domain of T.

The notation indicates that the domain of T is Rn and the co-domain is Rm. For x in Rn , the vector T(x) in Rm is called the image of x (under the action of T). The set of all images T(x) is called the range of T

A transformation (or mapping) T is linear if: Definition A transformation (or mapping) T is linear if: T(u + v) = T(u) + T(v) for all u, v in the domain of T; T(cu) = cT(u) for all u and all scalars c.

If T is a linear transformation, then T(0) = 0, and Further If T is a linear transformation, then T(0) = 0, and T(cu +dv) = cT(u) + dT(v) for all vectors u, v in the domain of T and all scalars c, d.

Generally

The Matrix of a Linear Transformations

Every Linear Transformation from Rn to Rm is actually a matrix Transformation

Theorem Let be a linear transformation. Then there exist a unique matrix A such that T(x)=Ax for all x in Rn.

Linear Algebra Lecture 37