P1 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 EG1C2 Engineering Maths : Matrix Algebra Dr Richard Mitchell, Department of Cybernetics AimDescribe.

Slides:



Advertisements
Similar presentations
4.1 Introduction to Matrices
Advertisements

Applied Informatics Štefan BEREŽNÝ
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Refresher: Vector and Matrix Algebra Mike Kirkpatrick Department of Chemical Engineering FAMU-FSU College of Engineering.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Maths for Computer Graphics
Solution of Simultaneous Linear Algebraic Equations: Lecture (I)
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Matrices MSU CSE 260.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
1 Chapter 3 Matrix Algebra with MATLAB Basic matrix definitions and operations were covered in Chapter 2. We will now consider how these operations are.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Chapter 10 Review: Matrix Algebra
Sundermeyer MAR 550 Spring Laboratory in Oceanography: Data and Methods MAR550, Spring 2013 Miles A. Sundermeyer Linear Algebra & Calculus Review.
ECON 1150 Matrix Operations Special Matrices
Matrices Square is Good! Copyright © 2014 Curt Hill.
Systems of Linear Equation and Matrices
Gaussian Elimination, Rank and Cramer
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.
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
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.
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.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Matrix Algebra and Regression a matrix is a rectangular array of elements m=#rows, n=#columns  m x n a single value is called a ‘scalar’ a single row.
Multivariate Statistics Matrix Algebra I W. M. van der Veld University of Amsterdam.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
2009/9 1 Matrices(§3.8)  A matrix is a rectangular array of objects (usually numbers).  An m  n (“m by n”) matrix has exactly m horizontal rows, and.
Discrete Mathematics 1 Kemal Akkaya DISCRETE MATHEMATICS Lecture 16 Dr. Kemal Akkaya Department of Computer Science.
P1 RJM 18/02/03EG1C2 Engineering Maths: Matrix Algebra Revision 7 (a) Figure Q7-1 shows an electronic circuit with two batteries and three resistors. The.
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.
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
Sec 4.1 Matrices.
Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic.
P1 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Determinants and Inverses Consider the weight suspended by wires problem: One (poor) way is to.
Matrices and Determinants
Linear Algebra Chapter 2 Matrices.
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.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
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. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Lecture 1 Linear algebra Vectors, matrices. Linear algebra Encyclopedia Britannica:“a branch of mathematics that is concerned with mathematical structures.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
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.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
Linear Algebra by Dr. Shorouk Ossama.
MTH108 Business Math I Lecture 20.
Chapter 7 Matrix Mathematics
2.2 Introduction to Matrices
Matrices.
Matrices.
Matrix Operations Ms. Olifer.
EG1C2 Matrix Algebra - Information Sheet
Presentation transcript:

p1 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 EG1C2 Engineering Maths : Matrix Algebra Dr Richard Mitchell, Department of Cybernetics AimDescribe matrices and their use in varied applications Syllabus Introduction : why use; definitions & simple processing Determinants and inverses Two Port Networks, for electronics & other systems Gaussian elimination to solve linear equations + Gauss-Jordan Matrix Rank and Cramer's Rule and Theorem Eigenvalues and eigenvectors, applications incl. state space Vectors - and their relationship with matrices. References K.A.Stroud – Engineering Mathematics – Fifth Edn - Palgrave Glyn James - Modern Engineering Mathematics - Addison Wesley Online Notes

p2 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Matrix Algebra - Introduction Simple systems - defined by equations y = f(x): e.g. y = kx Many systems involve many variables: y 1 = k 11 x 1 + k 12 x 2 + k 13 x 3 y 2 = k 21 x 1 + k 21 x 2 + k 23 x 3 y 3 = k 31 x 1 + k 32 x 2 + k 33 x 3 etc. Matrix techniques allow us to represent these by y = k x Bold letters show these are vector or matrix quantities. Why we use matrices Can group related data and process them together. Can use clever techniques to solve problems. Standard matrix manipulation techniques are available. Can use a computer to process the data: e.g. use MATLAB . In course use only 2 or 3 variables, use computers for more.

p3 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Example: Suspended Mass Resolving forces in horizontal and vertical directions: cos (16.26) T 1 = cos (36.87) T 2 sin (16.26) T 1 + sin (36.87) T 2 = 300 {weight of mass} Simplifies to 0.96 T T 2 = 0 and 0.28 T T 2 = 300 T 1 & T 2 are tensions in two wires. (Angles chosen for easy arithmetic) The system can then be written as A.T = Y T, Y are vectors - 1 column 2 rows, A is a matrix - 2 columns 2 rows

p4 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Example : Electronic Circuit Using Kirchhoff’s Voltage and Current Laws First Loop 12 = 18 i i 2 or18 i i 2 = 12 Second Loop 10 i 2 = 15 i 3 or-10 i i 3 = 0 Summing currents i 1 = i 2 + i 3 or-i 1 + i 2 + i 3 = 0

p5 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Matrix Definitions Rectangular array of numbers, complex numbers, functions,.. If r rows & c columns, r*c elements, r*c is order of matrix. Square matrix: a 11, a 22,.. a nn form the main diagonal A vector has one column or one row A is n * m matrix Square if n = m a ij is in row i column j

p6 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Simple Matrix Operations Equality : A and B are identical if, they are of the same size, m = r and n = c, and corresponding elements are same ie a ij = b ij for all i,j Illustrate these by defining A (size m*n) and B (size r*c) A = B, but A  C, A  D

p7 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Matrix Addition A and B must have same size: result is a matrix also of the same size, call it matrix R, in which for all elements, r ij = a ij + b ij. NB A + B = B + A (A + B) + C = A + (B + C) = A + B + C

p8 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Matrix Subtraction A and B must have same size: result is a matrix also of the same size, call it R, in which for all elements, r ij = a ij - b ij. Matrix Scalar Multiplication Each element in the matrix is multiplied by a scalar constant: R = k.A Thus, each r ij =k.a ij. Note, k * (A + B) = k*A + k*B

p9 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Matrix Multiplication R = A*B, number of columns in A = number of rows in B; R has number of rows as A and number of columns as B. e.g; if A is 2 * 3, B is 3 * 4, then A * B is 2 * 4 matrix. Do first element of i th row of A * first element of j th column of B Multiply second, third, etc. elements of these rows and columns Find the sum of each product and store in r ij If A * B ok, then B * A is only possible if A & B are square. A * B  B * A in general. A*(B*C) = (A*B)*C = A*B*C A*(B+C) = (A*B)+(A*C) (k*A)*B=k*(A*B)=A*(k*B) scalar k

p10 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Examples & Exercise

p11 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Multiplication and Example Systems Exercise Express equations 5x + 2y = 16 and 3x = 18 – 4y in matrix form Suspended Mass: A 2*2 matrix times a 2*1 vector = a 2*1 vector Electronic Circuit: A 3*3 matrix times a 3*1 vector = a 3*1 vector

p12 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 Matrix Transpose (A transposed is A T ) If R = A T, then r ij = a ji. If A is size m*n, then A T is size n*m. Note: (A T ) T =A (A+B) T =A T +B T (A*B) T =B T *A T (kA) T =kA T If A T =A, A is symmetrix matrix. If A T =-A, A is skew-symmetrix matrix