LINEAR ALGEBRA. 2 BASIC CONCEPTS A Matrix is a rectangular arrays of numbers (real or complex) enclosed in brackets for instance The numbers a 11,…a mn.

Slides:



Advertisements
Similar presentations
4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Advertisements

Gauss Elimination.
Linear Algebra Applications in Matlab ME 303. Special Characters and Matlab Functions.
Refresher: Vector and Matrix Algebra Mike Kirkpatrick Department of Chemical Engineering FAMU-FSU College of Engineering.
Linear System of Equations MGT 4850 Spring 2008 University of Lethbridge.
1 Neural Nets Applications Vectors and Matrices. 2/27 Outline 1. Definition of Vectors 2. Operations on Vectors 3. Linear Dependence of Vectors 4. Definition.
7 Linear Algebra: Matrices, Vectors, Determinants. Linear Systems
Linear Equations in Linear Algebra
Linear Systems and Matrices
10.1 Gaussian Elimination Method
 A equals B  A + B (Addition)  c A scalar times a matrix  A – B (subtraction) Sec 3.4 Matrix Operations.
Lecture 7: Matrix-Vector Product; Matrix of a Linear Transformation; Matrix-Matrix Product Sections 2.1, 2.2.1,
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
1.3 Matrices and Matrix Operations.
Systems and Matrices (Chapter5)
Section 4.1 Using Matrices to Represent Data. Matrix Terminology A matrix is a rectangular array of numbers enclosed in a single set of brackets. The.
ECON 1150 Matrix Operations Special Matrices
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
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 © Cengage Learning. All rights reserved. 7.4 Matrices and Systems of Equations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Matrix Algebra. Quick Review Quick Review Solutions.
Euclidean m-Space & Linear Equations Row Reduction of Linear Systems.
Row rows A matrix is a rectangular array of numbers. We subscript entries to tell their location in the array Matrices are identified by their size.
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.
1.3 Matrices and Matrix Operations. Definition A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.
8.1 Matrices & Systems of Equations
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
Unit 3: Matrices.
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.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
1. Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Solving Systems of Linear Equations in Three Variables 4 1.Determine.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
CALCULUS – III Matrix Operation by Dr. Eman Saad & Dr. Shorouk Ossama.
Chapter 1 Systems of Linear Equations 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.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE 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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
2.5 – Determinants and Multiplicative Inverses of Matrices.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Matrices, Vectors, Determinants.
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.
REVIEW Linear Combinations Given vectors and given scalars
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Solving Systems of Equations Using Matrices
7.7 Determinants. Cramer’s Rule
MATHEMATICS Matrix Algebra
Linear independence and matrix rank
Matrices and Systems of Equations 8.1
Chapter 4 Systems of Linear Equations; Matrices
Matrices and Matrix Operations
Chapter 1: Linear Equations in Linear Algebra
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Algebra Lecture 6.
Chapter 4 Systems of Linear Equations; Matrices
Matrices.
Matrix Operations Ms. Olifer.
Matrices are identified by their size.
Presentation transcript:

LINEAR ALGEBRA

2 BASIC CONCEPTS A Matrix is a rectangular arrays of numbers (real or complex) enclosed in brackets for instance The numbers a 11,…a mn are called elements. Horizontal lines are called rows or row vectors. Vertical lines are called columns or column vectors.

LINEAR ALGEBRA3 MATRIX – BASIC CONCEPTS A matrix with ‘m’ rows and ‘n’ columns is called m x n matrix (read m by n matrix). In a double script notation of matrix element, a jk, the first subscript denotes row and second subscript denoted column. Row Matrix has only one row –[a 1, a 2,….a n ] Column matrix has only one column. Square matrix has same no of rows and columns. Diagonal of square matrix is called principal diagonal.

LINEAR ALGEBRA4 MATRIX MULTIPLICATION Let A =[a jk ] be an mxn matrix and B=[b jk ] and rxp matrix. Then the product AB (in this order) is defined only when r=n and is the mxp matrix C=[c jk ]whose elements are c jk =a j1 b 1k + a j2 b 2k + …..+ a jn b nk = We see that c jk is the inner product (dot product) of the j-th row vector of the first matrix A, and the k-th column vector of the secodn matrix B.

LINEAR ALGEBRA5

6 MATRIX MULTIPLICATION

LINEAR ALGEBRA7 MATRIX MULTIPLICATION

LINEAR ALGEBRA8 SOME EXAMPLES

LINEAR ALGEBRA9 SYSTEM OF LINEAR EQUATION A system of m linear equations (or set of m simulatenous equations) in n unknowns x1, x2,…xn is a set of equations of the form The a jk are given numbers, which are called coefficients of the system. The b i are also given numbers.

LINEAR ALGEBRA10 LINEAR EQUATION Ax = b – Single vector equation where the coefficient matrix A =[a jk ] is the m x n matrix.

LINEAR ALGEBRA11 AUGMENTED MATRIX The following is the augmented matrix obtained by adding the b column vector to the A matrix.

LINEAR ALGEBRA12 GAUSS ELIMINATION First step – Elimination of x1 from the second, third and mth equation. The first equation is called the pivotal equation in the first step. Using it we eliminate x1 from second, third and mth equation. This is done by substracting –a 21 /a 11 times the first equation from the second equation. –a 31 /a 11 times the first equation from the third equation etc This gives a new set of equations –a 11 x 1 +a 12 x 2 +…+a 1m x n = b 1 – c 22 x 2 +….+c 2n x n = b 2 – c m2 x 2 +…c mn x n = b m

LINEAR ALGEBRA13 GAUSS ELIMINATION The second step is to eliminate x2 from the third…mth equation in a similar fashion as we did in first step. In the third step we eliminate x3 and so on. We then have a system of the form –a 11 x 1 +a 12 x 2 +…+a 1m x n = b 1 – c 22 x 2 +….+c 2n x n = b 2 – k rr x r +…+k rn x n = br – 0 = b r+1 –. – 0 = b m –where r  m

LINEAR ALGEBRA14 GAUSS ELIMINATION We have three possible cases –No solution if r < m and one of the numbers b r+1,…bm is not zero. –Precisely one solution if r=n and b r+1 …bm, if present are zero. –Infinitely many solution if r < n

LINEAR ALGEBRA15 Example