MATRICES. EXAMPLES:

Slides:



Advertisements
Similar presentations
4.1 Introduction to Matrices
Advertisements

Which augmented matrix represents the following system of equations?
Chapter 2 Matrices Definition of a matrix.
Chapter 3 The Inverse. 3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is.
Applications of matrices and determinants
Using Inverse Matrices Solving Systems. You can use the inverse of the coefficient matrix to find the solution. 3x + 2y = 7 4x - 5y = 11 Solve the system.
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)
ECON 1150 Matrix Operations Special Matrices
Matrix Inversion.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
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,
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
Do Now: Evaluate: 3AB. Algebra II 3.7: Evaluate Determinants HW: p.207 (4-14 even) Test : Friday, 12/6.
1.10 and 1.11 Quiz : Friday Matrices Test: Oct. 20.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Row Operations Matrix Operations.
2.5 Determinants and Multiplicative Inverses of Matrices Objectives: Evaluate determinants. Find inverses of matrices. Solve systems of equations by using.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,
Objectives  Find the inverse of a matrix  Find matrix inverses with technology  Solve matrix equations  Solve matrix equations with technology Inverse.
© 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.)
4.3 Determinants and Cramer’s rule How do you find the determinant of a matrix? How do you find the area of a triangle given 3 sets of coordinates? How.
Co. Chapter 3 Determinants Linear Algebra. Ch03_2 Let A be an n  n matrix and c be a nonzero scalar. (a)If then |B| = …….. (b)If then |B| = …..... (c)If.
2x2 Matrices, Determinants and Inverses
8.2 Operations With Matrices
Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation.
Introduction and Definitions
4.7 Solving Systems using Matrix Equations and Inverses
2.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
BELL-WORK Solve the system of equations using 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.
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,
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 =
College Algebra Chapter 6 Matrices and Determinants and Applications
Use Inverse Matrices to Solve Linear Systems
Use Inverse Matrices to Solve Linear Systems
MATRICES.
Linear Algebra Lecture 2.
WELCOME TO THE HIGHER MATHEMATICS CLASS
Matrices and vector spaces
The Inverse of a Square Matrix
Inverse of a Square Matrix
Linear independence and matrix rank
Multiplication of Matrices
9.3 Solving Quadratic Equations
Lesson 13-2: Adding & Subtracting Matrices
Use Inverse Matrices to Solve Linear Systems
Solving Linear Systems Using Inverse Matrices
Lecture 11 Matrices and Linear Algebra with MATLAB
Use Inverse Matrices to Solve 2 Variable Linear Systems
Unit 3: Matrices
Fundamentals of Engineering Analysis
Find the area of the Triangle
RECORD. RECORD COLLABORATE: Discuss: Is the statement below correct? Try a 2x2 example.
MATRICES Operations with Matrices Properties of Matrix Operations
Section 9.5 Inverses of Matrices
3.8 Use Inverse Matrices to Solve Linear Systems
4.4 Objectives Day 1: Find the determinants of 2  2 and 3  3 matrices. Day 2: Use Cramer’s rule to solve systems of linear equations. Vocabulary Determinant:
Solving simultaneous equations
1.11 Use Inverse Matrices to Solve Linear Systems
Matrices - Operations INVERSE OF A MATRIX
Matrices - Operations ADJOINT MATRICES
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

MATRICES

EXAMPLES:

SOLUTION OF SYSTEM OF LINEAR EQUATION

ASSIGNMENT INVERSE OF EVERY SQUARE MATRIX IF IT EXIST IS UNIQUE? IF A AND B BE TWO NON SINGULAR MATRICES OF THE SAME ORDER n,THEN (AB) -1 =B -1 A -1 ? PROVE THAT ADJOINT OF A NON SINGULAR MATRIX IS NON SINGULAR.

SOLVE THE SYSTEM OF EQUATIONS USING MATRIX METHOD: 3x+y+2z=3 2x-3y-z=-3 x+2y+z=4 PROVE THAT THE DIAGONAL ELEMENTS OF THE SKEW SYMMETRIC MATRIX ARE ALL ZERO.

PROVE THAT EVERY SKEW SYMMETRIC MATRIX OF ODD ORDER IS THE SINGULAR MATRIX. EVERY SQUARE MATRIX A CAN BE EXPRESSED IN ONE AND ONLY ONE WAY AS P+iQ,WHERE P AND Q ARE HERMITION MATRIX.

TEST ATTEMPT ANY THREE: Q1. IF A AND B ARE SYMMETRIC MATRIX,SHOW THAT AB+BAIS SYMMETRIC AND AB-BA IS SKEW SYMMETRIC. Q2. IF A AND B ARE SKEW SYMMETRIC THEN A+B IS ALSO SKEW SYMMETRIC.

Q3. SHOW THAT ALL THE ELEMENTS ON THE MAIN DIAGONAL OF A SKEW SYMMETRIC MATRIX ARE ALL ZERO. Q4. SHOW THAT ALL THE POSITIVE INTEGRAL POWER OF A SYMMETRIC MATRIX ARE SYMMETRIC.