Arab Open University Faculty of Computer Studies M132: Linear Algebra

Slides:



Advertisements
Similar presentations
5.4 Basis And Dimension.
Advertisements

4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Gauss Elimination.
Chapter 2 Simultaneous Linear Equations
Chapter 4 Systems of Linear Equations; Matrices Section 2 Systems of Linear Equations and Augmented Matrics.
Matrices & Systems of Linear Equations
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Chapter 1 Systems of Linear Equations
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
10.1 Gaussian Elimination Method
Chapter 1 Section 1.2 Echelon Form and Gauss-Jordan Elimination.
Section 8.1 – Systems of Linear Equations
Matrices Write and Augmented Matrix of a system of Linear Equations Write the system from the augmented matrix Solve Systems of Linear Equations using.
Introduction Information in science, business, and mathematics is often organized into rows and columns to form rectangular arrays called “matrices” (plural.
Systems of linear equations. Simple system Solution.
Linear Algebra – Linear Equations
Multivariate Linear Systems and Row Operations.
Systems of Linear Equations and Row Echelon Form.
SYSTEMS OF LINEAR EQUATIONS
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
Math Dept, Faculty of Applied Science, HCM University of Technology
Chapter 1 Systems of Linear Equations and Matrices
ECON 1150 Matrix Operations Special Matrices
System of Linear Equations Nattee Niparnan. LINEAR EQUATIONS.
 Row and Reduced Row Echelon  Elementary Matrices.
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.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Section 1.1 Introduction to Systems of Linear Equations.
Warm-Up Write each system as a matrix equation. Then solve the system, if possible, by using the matrix equation. 6 minutes.
Sec 3.1 Introduction to Linear System Sec 3.2 Matrices and Gaussian Elemination The graph is a line in xy-plane The graph is a line in xyz-plane.
Systems of Linear Equation and Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
Linear Algebra Lecture 25.
Three variables Systems of Equations and Inequalities.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
MATH 250 Linear Equations and Matrices
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND 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:
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.
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.
Section 2.3 Properties of Solution Sets
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
Chapter 1 Linear Algebra S 2 Systems of Linear Equations.
10.3 Systems of Linear Equations: Matrices. A matrix is defined as a rectangular array of numbers, Column 1Column 2 Column jColumn n Row 1 Row 2 Row 3.
Matrices and Systems of Equations
Chapter 1 Systems of Linear Equations Linear Algebra.
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.
Student Handbook 1. Matrices A matrix (plural: matrices, not matrixes) is a rectangular array of numbers such as Matrices are useful when modelling a.
Matrices, Vectors, Determinants.
1 SYSTEM OF LINEAR EQUATIONS BASE OF VECTOR SPACE.
7.3 Linear Systems of Equations. Gauss Elimination
Linear Equations in Linear Algebra
Systems of linear equations
Gaussian Elimination and Gauss-Jordan Elimination
Solving Systems of Equations Using Matrices
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Chapter 1 Systems of Linear Equations and Matrices
Gaussian Elimination and Gauss-Jordan Elimination
4.6: Rank.
Linear Equations in Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Section 8.1 – Systems of Linear Equations
Eigenvalues and Eigenvectors
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Presentation transcript:

Arab Open University Faculty of Computer Studies M132: Linear Algebra

Course Contents Systems of Linear Equations Matrices and Matrix Operations Vectors, Linear Combinations and Linear Independence Vector Spaces, Subspaces, Span, Basis and Dimensions Linear Transformations, Null spaces and Ranges Eigenvalues and Eigenvectors

Systems of Linear Equations A set of equations is called a system of equations. A linear equation in n unknowns has the form where the variables are of first-degree. If all equations in a system are linear, the system is a system of linear equations, or a linear system. The solutions must satisfy each equation in the system.

Systems of Linear Equations Example Solve the linear system Solution (1) (2) Solve (2) for y Substitute y = x + 3 in (1) Solve for x Substitute x = 1 in y = x + 3 Solution set: {(1, 4)}

Systems of Linear Equations Matrices Information in science and mathematics is often organized into rows and columns to form rectangular arrays. Tables of numerical data that arise from physical observations 2×3

Linear Systems ~ Matrices Systems of Linear Equations Linear Systems ~ Matrices Example: (to solve linear equations) Solution is obtained by performing appropriate operations on this matrix

Systems of Linear Equations For any system of linear equations, we have 3 possibilities Unique solution Infinitely many solutions No solution y y y (2) (1) (2) (1) (1) (2) x x x (1,-1) x = 1, y = −1 Let y = t, x = 3 − t, t in R System is inconsistent

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations Definition: An m×n matrix A is said to be in reduced row echelon form if it satisfies the following conditions: All zero rows (consisting entirely of zeros), if any, are at the bottom. The first nonzero entry from the left of a nonzero row is 1, called the leading 1 for that row. Each leading 1 is to the right of all leading 1’s in the rows above it. Each leading 1 is to the only nonzero entry in its column. e.g.

Systems of Linear Equations

Systems of Linear Equations Definition: The elementary row operations on an m×n matrix A are: Interchanging two rows. Multiplying one row by a nonzero number. Add a multiple of one row to a different row. The matrix B is row equivalent to the matrices A.

Systems of Linear Equations Elementary Row Operations (Example) R2 = R2 – 2R1 R3 = R3 – 3R1

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations Let AX = B and CX = D be two systems of linear equations each of m equations in n unknowns. If the augmented matrices [A | B ] and [C | D ] of these systems are row equivalent, then both linear systems have exactly the same solutions. To solve the system AX = B : Form the augmented matrix [A | B ]. Find the matrix [C | D ] in reduced row echelon form that is row equivalent to the matrix [A | B ] that by using elementary row operations. For the matrix [C | D ], there are 3 possibilities: Number of leading 1’s = number of unknowns (variables), then the system has the unique solution X = D. Number of leading 1’s < number of unknowns, then the system has infinitely many solutions. Here the non-leading variables (unknowns corresponding to columns that do not contain leading 1) end up as parameters and the leading variables (unknowns corresponding to columns that contain leading 1) are given in terms of these parameters. The system is inconsistent (0 = 1 !!!), the system has no solution.

Systems of Linear Equations AX = B [A | B ] [C | D ] Unique solution Infinitely many solutions No solution

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations For the system of linear equations AX = B (B ≠ O), If X1 and X2 are two solutions, then rX1 + sX2 , r + s = 1, is also a solution. e.g. If X1 and X2 are two solutions to the system of linear equations AX = B (B ≠ O), then 3X1 - 2X2 and 0.25X1 + 0.75X2 are also solutions: e.g. If X1, X2 and X3 are solutions to the system of linear equations AX = B (B ≠ O), then 3X1 + 2X2 - 4X3 is also a solution.

Systems of Linear Equations For the homogenous system of linear equations AX = O, If X1 and X2 are two solutions, then rX1 + sX2 is also a solution. e.g. If X1 and X2 are two solutions, then 3X1 + 2X2 and 10X1 - 5X2 are also solutions. The homogenous system is always consistent (has solution) which is either of following: The unique solution ( X = O, Zero solution), called the trivial solution, or an infinitely many solutions (including the trivial solution), called the nontrivial solution.

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations

Systems of Linear Equations