Matrices - Operations ADJOINT MATRICES

Slides:



Advertisements
Similar presentations
BAI CM20144 Applications I: Mathematics for Applications Mark Wood
Advertisements

4.5 Inverses of Matrices.
Chapter 3 Determinants and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
3.2 Determinants; Mtx Inverses
Chap. 3 Determinants 3.1 The Determinants of a Matrix
MATRICES. EXAMPLES:
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
Economics 2301 Matrices Lecture 13.
Matrices and Determinants
Applications of matrices and determinants
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
A matrix having a single row is called a row matrix. e.g.,
How to find the inverse of a matrix
Mathematics.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Inversion.
Chapter 2 Determinants. The Determinant Function –The 2  2 matrix is invertible if ad-bc  0. The expression ad- bc occurs so frequently that it has.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
Objectives Determine whether a matrix has an inverse.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix Determinants and Inverses
Find inverse and determinants of matrices. A -1 is the inverse of A A x A -1 = I.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Unit 6 : Matrices.
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.
© 2005 Baylor University Slide 1 Fundamentals of Engineering Analysis EGR Adjoint Matrix and Inverse Solutions, Cramer’s Rule.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
© 2005 Baylor University Slide 1 Fundamentals of Engineering Analysis EGR 1302 Unit 1, Lecture E Approximate Running Time - 7 minutes Distance Learning.
2x2 Matrices, Determinants and Inverses
Introduction and Definitions
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
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.
2.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
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,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Matrices Presentation by : Miss Matkar Pallavi. P.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
DETERMINA NT. Adjoint Matrix – Minors and Cofactors  The adjoint matrix of [A], Adj[A] is obtained by taking the transpose of the cofactor matrix of.
Matrices Introduction.
MAT 322: LINEAR ALGEBRA.
3.8 Matrices L Al-zaid Math1101.
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.
CHAPTER 2 MATRICES Determinant Inverse.
WELCOME TO THE HIGHER MATHEMATICS CLASS
Determinants by Dr. Shorouk Ossama.
L8 inverse of the matrix.
Chapter 2 Determinants by Cofactor Expansion
DETERMINANT MATRIX YULVI ZAIKA.
Chapter 2 Determinants Basil Hamed
Matrices Introduction.
Matrix Algebra.
Chapter 2 Determinants.
Matrices - Operations INVERSE OF A MATRIX
EG1C2 Matrix Algebra - Information Sheet
Matrices and Determinants
Outline Properties on the Matrix Inverse Matrix Inverse Lemma
Presentation transcript:

Matrices - Operations ADJOINT MATRICES A cofactor matrix C of a matrix A is the square matrix of the same order as A in which each element aij is replaced by its cofactor cij . Example: If The cofactor C of A is

A(adj A) = (adjA) A = |A| I Matrices - Operations The adjoint matrix of A, denoted by adj A, is the transpose of its cofactor matrix It can be shown that: A(adj A) = (adjA) A = |A| I Example:

Matrices - Operations

Matrices - Operations USING THE ADJOINT MATRIX IN MATRIX INVERSION Since AA-1 = A-1 A = I and A(adj A) = (adjA) A = |A| I then

Matrices - Operations Example A = To check AA-1 = A-1 A = I

Matrices - Operations Example 2 The determinant of A is The elements of the cofactor matrix are

Matrices - Operations The cofactor matrix is therefore so and

Matrices - Operations The result can be checked using AA-1 = A-1 A = I The determinant of a matrix must not be zero for the inverse to exist as there will not be a solution Nonsingular matrices have non-zero determinants Singular matrices have zero determinants