Review of Matrix Algebra

Slides:



Advertisements
Similar presentations
2. Review of Matrix Algebra Dr. Ahmet Zafer Şenalp Mechanical Engineering Department Gebze Technical.
Advertisements

SOLVING SYSTEMS OF LINEAR EQUATIONS. Overview A matrix consists of a rectangular array of elements represented by a single symbol (example: [A]). An individual.
Matrices. Special Matrices Matrix Addition and Subtraction Example.
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Multivariate Linear Systems and Row Operations.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
ECON 1150 Matrix Operations Special Matrices
THU, JAN 8, 2015 Create a “Big Book of Matrices” flip book using 4 pages. Do not make your tabs big! BIG BOOK OF MATRICES What is a Matrix? Adding & Subtracting.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Matrix Algebra. Quick Review Quick Review Solutions.
Slide Chapter 7 Systems and Matrices 7.1 Solving Systems of Two Equations.
ENM 503 Block 2 Lesson 7 – Matrix Methods
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
8.1 Matrices & Systems of Equations
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
Chapter 1 Section 1. Examples: 2 x 2 system 2 x 3 system 3 x 2 system.
Triangular Form and Gaussian Elimination Boldly on to Sec. 7.3a… HW: p odd.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
Systems of Equations and Inequalities Ryan Morris Josh Broughton.
Introduction and Definitions
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.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
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,
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Multivariable linear systems.  The following system is said to be in row-echelon form, which means that it has a “stair-step” pattern with leading coefficients.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Vectors, Matrices and their Products Hung-yi Lee.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
MAT 322: LINEAR ALGEBRA.
Boyce/DiPrima 10th ed, Ch 7.2: Review of Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
nhaa/imk/sem /eqt101/rk12/32
Linear Algebra review (optional)
LINEAR ALGEBRA.
ECE 3301 General Electrical Engineering
CHAPTER 2 MATRICES Determinant Inverse.
Spring Dr. Jehad Al Dallal
5 Systems of Linear Equations and Matrices
Matrix Operations.
Linear Algebra Lecture 36.
Matrix Operations SpringSemester 2017.
Instruction of Chapter 8 on
7.3 Matrices.
Everything you would want to know about the matrix and then some…
Section 2.4 Matrices.
Matrices and Matrix Operations
Numerical Analysis Lecture10.
Matrices.
Simultaneous Linear Equations
[MATRICES ].
1.8 Matrices.
Matrix Operations SpringSemester 2017.
nhaa/imk/sem /eqt101/rk12/32
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
[MATRICES ].
Presentation transcript:

Review of Matrix Algebra

2-1 Matrix Algebra In this course, we need to solve system of linear equations in the form (2-1) where x1, x2, …, xn are the unknowns. Eqn. (2-1) can be written in a matrix form as (2-2) where [A] is a (n x n) square matrix, {x} and {b} are (n x 1) vectors.

The square matrix [A] and the {x} and {b} vectors are is given by, … (2-3) Note: Element located at ith row and jth column of matrix [A] is denoted by aij. For example, element at the 2nd row and 2nd column is a22.

2-2 Matrix Multiplication The product of matrix [A] of size (m x n) and matrix [B] of size (n x p) will results in matrix [C], with size (m x p). (2-4) Note: The (ij)th component of [C], i.e. cij, is obtained by taking the DOT product, (2-5) Example:

2-3 Matrix Transposition If matrix [A] = [aij], then transpose of [A], denoted by [A]T, is given by [A]T = [aji]. Thus, the rows of [A] becomes the columns of [A]T. Example: Then, Note: In general, if [A] is of dimension (m x n), then [A]T has the dimension of (n x m).

2-4 Transpose of a Product The transpose of a product of matrices is given by the product of the transposes of each matrices, in reverse order, i.e. (2-6) 2-5 Determinant of a Matrix Consider a 2 x 2 square matrix [x], The determinant of this matrix is give by, (2-7)

Exercise 2-1 Given that: Find the product for the following cases: a) [A][C] b) [D]{E} c) [C]T[A]

2-6 Solution of System of Linear Equations System of linear algebraic equations can be solved for the unknown using the following methods: Cramer’s Rule Inversion of Coefficient Matrix Gaussian Elimination** Gauss-Seidel Iteration Example: Solve the following SLEs using Gauss elimination method.

2-6 Solution of System of Linear Equations Gauss Elimination Method Reducing a set of n equations in n unknowns to an equivalent triangular form (forward elimination). The solution is determined by back substitution process. Basic approach Any equation can be multiplied (or divided) by a nonzero scalar Any equation can be added to (or subtracted from) another equation The position of any two equations in the set can be interchanged

2-6 Solution of System of Linear Equations Example: Solve the following SLEs using Gaussian elimination. Eliminate x1 from eq.(ii) and eq.(iii). Multiply eq.(ii) by 0.5 we get,

Subtract eq.(ii)* from eq.(i), we obtain Add eq.(iii) with eq.(i), yields

Eliminate x2 from eq. (iii). Multiply eq. (ii). by 3 and eq. (iii) Eliminate x2 from eq.(iii)*. Multiply eq.(ii)** by 3 and eq.(iii)* by 2 we get Subtract eq.(iii)** from eq.(ii)***, we obtain From eq.(iii)*** we determine the value of x3, i.e.

Back substitute value of x3 into eq.(ii)** and solve for x2, we get Back substitute value of x2 and x3 into eq.(i) and solve for x1, we get

Exercise 2 Solve the following systems of linear equations by using the Gaussian elimination method. a) b)