Linear Equation System

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.
Chapter 2 Solutions of Systems of Linear Equations / Matrix Inversion
Gauss Elimination.
Eigenvalues and Eigenvectors
THE DIMENSION OF A VECTOR SPACE
Linear Systems of Equations Ax = b Marco Lattuada Swiss Federal Institute of Technology - ETH Institut für Chemie und Bioingenieurwissenschaften ETH Hönggerberg/
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Solving systems using matrices
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 15 Solution of Systems of Equations.
7 Linear Algebra: Matrices, Vectors, Determinants. Linear Systems
Row Reduction and Echelon Forms (9/9/05) A matrix is in echelon form if: All nonzero rows are above any all-zero rows. Each leading entry of a row is in.
Lecture 10 Dimensions, Independence, Basis and Complete Solution of Linear Systems Shang-Hua Teng.
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
Objective of Lecture Explain mathematically how resistors in series are combined and their equivalent resistance. Chapter 2.5 Explain mathematically how.
Math 3C Practice Midterm Solutions Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
MATRICES AND DETERMINANTS
ECON 1150 Matrix Operations Special Matrices
System of Linear Equations Nattee Niparnan. LINEAR EQUATIONS.
MA2213 Lecture 5 Linear Equations (Direct Solvers)
ME 1202: Linear Algebra & Ordinary Differential Equations (ODEs)
Chapter 2 Simultaneous Linear Equations (cont.)
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
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:
A vector space containing infinitely many vectors can be efficiently described by listing a set of vectors that SPAN the space. eg: describe the solutions.
We will use Gauss-Jordan elimination to determine the solution set of this linear system.
Yasser F. O. Mohammad Assiut University Egypt. Previously in NM Introduction to NM Solving single equation System of Linear Equations Vectors and Matrices.
Chapter Content Real Vector Spaces Subspaces Linear Independence
METHODS OF CIRCUIT ANALYSIS
EE484: Mathematical Circuit Theory + Analysis Node and Mesh Equations By: Jason Cho
1 1.7 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra LINEAR INDEPENDENCE.
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
Kirchhoff’s Current and Voltage Laws. KCL (Kirchhoff’s Current Law) The sum of the currents entering a node equals the sum of the currents exiting a node.
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
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?
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Ch 6 Vector Spaces. Vector Space Axioms X,Y,Z elements of  and α, β elements of  Def of vector addition Def of multiplication of scalar and vector These.
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.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
Matrices, Vectors, Determinants.
What have you learned in this lecture until now? Circuit theory Undefined quantities ( , ) Axioms ( , ) Two.
1 SYSTEM OF LINEAR EQUATIONS BASE OF VECTOR SPACE.
Matrices and systems of Equations. Definition of a Matrix * Rectangular array of real numbers m rows by n columns * Named using capital letters * First.
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
REVIEW Linear Combinations Given vectors and given scalars
7.3 Linear Systems of Equations. Gauss Elimination
Ch. 7 – Matrices and Systems of Equations
Ch. 7 – Matrices and Systems of Equations
Part 3 Linear Programming
EMGT 6412/MATH 6665 Mathematical Programming Spring 2016
Chapter 10: Solving Linear Systems of Equations
Part 3 Linear Programming
4.6: Rank.
ELL100: INTRODUCTION TO ELECTRICAL ENG.
Linear Algebra Lecture 39.
7.5 Solutions of Linear Systems:
Mathematics for Signals and Systems
Maths for Signals and Systems Linear Algebra in Engineering Lecture 6, Friday 21st October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Maths for Signals and Systems Linear Algebra in Engineering Lectures 4-5, Tuesday 18th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN.
Part 3 Linear Programming
Vector Spaces RANK © 2012 Pearson Education, Inc..
THE DIMENSION OF A VECTOR SPACE
Vector Spaces COORDINATE SYSTEMS © 2012 Pearson Education, Inc.
Ch. 7 – Matrices and Systems of Equations
Presentation transcript:

Linear Equation System Engineering Mathematics I

Linear Equation System Engineering Mathematics I Augmented matrix A

Upper triangular matrix Gauss Elimination (1) Eliminate Engineering Mathematics I Upper triangular matrix

Gauss Elimination (2) Backward substitution 4 Engineering Mathematics I Backward substitution 4

Example 1 Pivot element * Replace 2nd eq.  (2nd eq.) – 2x(1st eq.) Engineering Mathematics I * Replace 2nd eq.  (2nd eq.) – 2x(1st eq.) * Replace 3rd eq.  (3rd eq.) + 1x(1st eq.)

Example 1 * Replace 3rd eq.  (3rd eq.) + 3x(2nd eq.)  Upper triangle Engineering Mathematics I * Replace 3rd eq.  (3rd eq.) + 3x(2nd eq.)  Upper triangle

Possibilities (1) Linear equation system has three possibilities of solutions Engineering Mathematics I

Engineering Mathematics I

Example 2 Kirchhoff's current Law (KCL): At any point of a circuit, the sum of the inflowing currents equals the sum of out flowing currents. Kirchhoff's voltage law (KVL): In any closed loop, the sum of all voltage drops equals the impressed electromotive force. Engineering Mathematics I

Example #2 Node P: i1 – i2 + i3 = 0 Node Q: -i1 + i2 –i3 = 0 Engineering Mathematics I Node P: i1 – i2 + i3 = 0 Node Q: -i1 + i2 –i3 = 0 Right loop: 10i2 + 25i3 = 90 Left loop: 20i1 + 10i2 = 80

Linear Independence Let a1, …, am be any vectors in a vector space V. Then an expression of the form c1a1 + … + cmam (c1, …, cm any scalars) is called linear combination of these vectors. The set S of all these linear combinations is called the span of a1, …, am. Consider the equation: c1a1 + … + cmam = 0 If the only set of scalars that satisfies the equation is c1 = … = cm = 0, then the set of vectors a1, …, am are linearly independent. Engineering Mathematics I

Linear Dependence Otherwise, if the equation also holds with scalars c1, …, cm not all zero (at least one of them is not zero), we call this set of vectors linearly dependent. Linear dependent  at least one of the vectors can be expressed as a linear combination of the others. If c1 ≠ 0, a1 = l2a2 + … + lmam where lj = -cj/c1 Engineering Mathematics I

Example 3 Consider the vectors: i = [1, 0, 0], j = [0, 1, 0] and k = [0, 0, 1], and the equation: c1i + c2j + c3k = 0 Then: [(c1i1+c2j1+c3k1), (c1i2+c2j2+c3k2), (c1i3+c2j3+c3k3)] = 0 [c1i1, c2j2, c3k3] = 0 c1 = c2 = c3 = 0 Consider vectors a = [1, 2, 1], b = [0, 0, 3], d = [2, 4, 0]. Are they linearly independent? Engineering Mathematics I

Rank of a Matrix There are some possibilities of solutions of linear equation system: no solution, single solution, many solution. Rank of matrix  a tool to observe the problems of existence and uniqueness. The maximum number of linearly independent row vectors of a matrix A is called the rank of A. Rank A = 0, if and only if A = 0. Engineering Mathematics I

Example 4 Matrix A above has rank A = 2 Since the last row is a linear combination of the two others (six times the first row minus ½ times the second), which are linearly independent. Engineering Mathematics I

Example 5 Engineering Mathematics I

Example 6 Engineering Mathematics I

Example 7 Engineering Mathematics I

Some Notes For a single vector a, then the equation ca = 0, is satisfied if: c = 0, and a ≠ 0  a is linearly independent a = 0, there will be some values c ≠ 0  a is linearly dependent. Rank A = 0, if and only if A = 0. Rank A = 0  maximum number of linearly independent vectors is 0. If A = 0, there will be some values c1, …, cm which are not equal to 0, then vectors in A are linearly dependent. Engineering Mathematics I

Rank of a Matrix (2) The rank of a matrix A equals the maximum number of linearly independent column vectors of A. Hence A and AT have the same rank. If a vector space V is such that it contains a linearly independent set B of n vectors, whereas any set of n + 1 or more vectors in V is linearly dependent, then V has n dimension and B is called a basis of V. Previous example: vectors i, j, and k in vector space R3. R3 has 3 dimension and i, j, k is the basis of R3. Engineering Mathematics I

General Properties of Solutions A system of m linear equations has solutions if and only if the coefficient matrix A and the augmented matrix Ã, have the same rank. If this rank r equals n, the system has one solution. If r < n, the system has infinitely many solutions. Engineering Mathematics I