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,

Slides:



Advertisements
Similar presentations
Elementary Linear Algebra Anton & Rorres, 9th Edition
Advertisements

Applied Informatics Štefan BEREŽNÝ
Mathematics. Matrices and Determinants-1 Session.
Matrices & Systems of Linear Equations
Chapter 2 Matrices Definition of a matrix.
Matrices and Determinants
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
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
Systems and Matrices (Chapter5)
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
ECON 1150 Matrix Operations Special Matrices
 Row and Reduced Row Echelon  Elementary Matrices.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
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.
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.
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.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
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,
8.1 Matrices & Systems of Equations
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Ch X 2 Matrices, Determinants, and Inverses.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
1 MAC 2103 Module 3 Determinants. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine the minor, cofactor,
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.
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 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.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Chapter 8 Matrices and Determinants Matrix Solutions to Linear Systems.
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices and Determinants
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.
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, Vectors, Determinants.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
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.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
TYPES OF SOLUTIONS SOLVING EQUATIONS
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
TYPES OF SOLUTIONS SOLVING EQUATIONS
ECON 213 Elements of Mathematics for Economists
Matrix Operations SpringSemester 2017.
7.3 Matrices.
DETERMINANT MATRIX YULVI ZAIKA.
Chapter 4 Systems of Linear Equations; Matrices
Matrices Introduction.
Chapter 4 Systems of Linear Equations; Matrices
1.8 Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Chapter 2 Determinants.
Matrices and Determinants
Presentation transcript:

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, column, row, square, zero / null, diagonal, scalar, upper triangular, lower triangular and identity matrices  Solve the equality of matrices  Perform operations on matrices such as addition, subtraction, scalar multiplication of two matrices  Identify Transpose of Matrix  Define the determinant of matrix and find the determinant of 2 x 2 and 3 x 3 matrix  Find minor and cofactor of 2 x 2 and 3 x 3 matrix  Define Inverse Matrix  Find the Inverse Matrix by using Adjoint Matrix  Write a system of linear equations  Solve the system of linear equations by using Inverse Matrix and Cramer’s Rule

Definition of Matrix A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called elements or the entries of the matrix.

Example of a matrix A = Order of a matrix = row x column = (m x n) Order of A matrix = 3 x 3 Element of A matrix = 1,2,3,4,5,6,7,8,9

Types of Matrices 1. Rectangular Matrix A = 2 x 4 2. Column Matrix A = 2 x 1

3. Row Matrix A = 1 x 3 4. Square Matrix A = 2 x 2 5. Diagonal Matrix A = 3 x 3

6. Zero / Null Matrix A= 2 x 2 7. Scalar Matrix A = 3 x 3 8. Upper Triangular Matrix A = 3 x 3

9. Lower Triangular Matrix A = 3 x Identity Matrix A = 3 x 3 OR A = 2 x 2

Equality of Matrices Two matrices are equal if they have the same order and same entries.

Exercises 1. Find the value of x and y for the following : (a) (b) (c) (d)

Operations on Matrices Additions / Subtractions Additions or subtractions of matrices can be done if they have the same dimensions whereby the two matrices must have the same number of rows and the same number of columns. When two matrices are added or subtracted then the order of matrix should be the same.

Example : A + B = C

Multiplication Scalar Multiplication Example : A = 2A = =

Multiplication of Two Matrices Necessary condition for matrix multiplication  Column of first matrix should be equal to the row of the second of matrix. Example :

Exercises 1. A = B = C = Find : (a) A + C (b) C – A (c) 3A – 2C (d) A + 2C (e) AB

Transpose of a Matrix A matrix obtain by interchanging the rows and and columns of the original matrix. It is denoted by or. If is an is an matrix, that is the matrix.

Example : A =

Determinant of Matrix The determinant of matrix is a unique real number for every square matrix.The determinant of a square matrix is denoted by Det A or. Determinant of Matrix 2 x 2 Let us consider a 2 x 2 matrix :

Example : Find the value of the determinant for matrix A. Solution :

Determinant for Matrix 3 x 3 Let us consider a 3 x 3 matrix :

Example : Given, find or determinant of A. Solution : =

Minor of 2 x 2 Matrix Let us consider matrix 2 x 2,

Minor of 3 x 3 Matrix Let us consider matrix 3 x 3,

Example : Find and. Solution: (a) (b)

Cofactor Cofactor for 2 x 2 Matrix Let us consider matrix 2 x2

Example : Given, find the cofactor for A. Solution :

Cofactor for 3 x 3 Matrix Let us consider matrix 3 x 3, =

Example : Given, find cofactor for A. Solution :

Inverse Matrix by using Adjoint Matrix where Steps : 1. Find 2. Identify 3. Identify 4. Substitute and Adj A in Inverse Matrix formulae.

Example 1 : Find if. Solution: Step 1 : Step 2 : Step 3 : Step 4 :

Example 2 : Find if. Solution: Step 1 : Step 2 : Step 3 : Step 4 :

Systems of Linear Equations A system of linear equations is a collection of more linear equations, each containing one or more variables. The following is a system of three equations containing three variables. Using a matrix notation, we can write this system in simplified form. This is called the augmented matrix of the system.

Exercise Write the augmented matrix of each system. (a) (b)

Solving a system using an Inverse Matrix Consider the pair of simultenous equations Let the matrix of coefficient be, that is In matrix form of system above can be written as

Example Solve the following equations by using Inverse Matrix. Solution Step 1: Step 5 : Step 2 : Step 3 : Step 4 :

(b ) Solving a system using Cramer’s Rule Consider the pair of simultenous equations Let the matrix of coefficient be, that is Therefore by using Cramer’s Rule for 2 x 2 Matrix

Example : Solve the system by using Cramer’s Rule 8x+5y=2 2x-4y=-10