1.4 The Matrix Equation Ax = b

Slides:



Advertisements
Similar presentations
Linear Equations in Linear Algebra
Advertisements

Section 4.6 (Rank).
Matrices & Systems of Linear Equations
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Matrix Operations. Matrix Notation Example Equality of Matrices.
Matrices and Systems of Equations
Linear Equations in Linear Algebra
10.1 Gaussian Elimination Method
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Math Dept, Faculty of Applied Science, HCM University of Technology
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Algebra. Quick Review Quick Review Solutions.
Linear Algebra Lecture 25.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Inc.
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:
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Orthogonality and Least Squares
Section 9.4 Systems of Linear Equations: Matrices
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
5.5 Row Space, Column Space, and Nullspace
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.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
The Inverse of a Matrix Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Chapter 1 Linear Algebra S 2 Systems of Linear Equations.
Matrices and Systems of Equations
Arab Open University Faculty of Computer Studies M132: Linear Algebra
1.3 Matrices and Matrix Operations. A matrix is a rectangular array of numbers. The numbers in the arry are called the Entries in the matrix. The size.
1.7 Linear Independence. in R n is said to be linearly independent if has only the trivial solution. in R n is said to be linearly dependent if there.
The Matrix Equation A x = b (9/16/05) Definition. If A is an m  n matrix with columns a 1, a 2,…, a n and x is a vector in R n, then the product of A.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Ltd.
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;
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
REVIEW Linear Combinations Given vectors and given scalars
MTH108 Business Math I Lecture 20.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Linear Equations in Linear Algebra
Linear Algebra Lecture 19.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Row Space, Column Space, and Nullspace
Linear Algebra Lecture 4.
Euclidean Inner Product on Rn
1.7 Linear Independence 线性无关
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
2. Matrix Algebra 2.1 Matrix Operations.
4.6: Rank.
1.3 Vector Equations.
Linear Algebra Lecture 37.
Objectives Multiply two matrices.
What can we know from RREF?
Linear Algebra Lecture 21.
The Inverse of a Matrix Prepared by Vince Zaccone
Linear Algebra Lecture 20.
Linear Algebra Lecture 6.
Multiplication of Matrices
Linear Algebra Lecture 7.
How many solutions? Hung-yi Lee New Question:
Sec 3.5 Inverses of Matrices
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Linear Algebra Lecture 28.
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

1.4 The Matrix Equation Ax = b DEFINITION The product of A and x, is the linear combination of the columns of A using the corresponding entries in x as weights; that is,

EXAMPLE1

EXAMPLE 2 v1, v2, v3 Rm , EXAMPLE 3 a matrix equation

Ex1:

THEOREM 3 The matrix equation Ax=b has the same solution set as the vector equation x1a1+ x2a2+ … + xnan = b, which, in turn, has the same solution set as the system of linear equations whose augmented matrix is [a1 a2 … an b].

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

Ex2: Solve the matrices equations:

THEOREM 4 The following statements are logically equivalent. a. For each b in Rm, the equation Ax = b has a solution. b. Each b in Rm is a linear combination of the column of A. c. The columns of A span Rm. d. A has a pivot position in every row.

EXAMPLE 4 No. For there are two pivot positions. is the equation Ax=b consistent for all possible b1, b2, b3 ? No. For there are two pivot positions.

Ex3: Yes. For A has a pivot position in every row is the equation Ax=b consistent for all possible b1, b2, b3 ? Yes. For A has a pivot position in every row

Ex4: . No. For there are two pivot positions. is the equation Ax=b consistent for all possible b1, b2, b3 ? No. For there are two pivot positions.

Computation of Ax (Row-Vector Rule for Computing Ax) The ith entry in Ax is the sum of the products of corresponding entries from row i of A and from the vector x.

EXAMPLE5

Identity matrix I 单位矩阵 I x = x

Properties of the Matrix-Vector Product Ax THEROM 5 If A is an m×n matrix, u and v are vectors in Rn, then a. A( u + v ) = Au+Av; b. A(cu)=c(Au).