Introduction Types of Matrices Operations

Slides:



Advertisements
Similar presentations
CSNB143 – Discrete Structure
Advertisements

Chapter Matrices Matrix Arithmetic
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.
Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
Matrix Definition: An array of numbers in m rows and n colums is called an mxn matrix A square matrix of order n, is an (nxn) matrix.
Mathematics. Matrices and Determinants-1 Session.
Matrices & Systems of Linear Equations
Maths for Computer Graphics
Matrices. Special Matrices Matrix Addition and Subtraction Example.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
Matrix Operations. Matrix Notation Example Equality of Matrices.
Psychology 202b Advanced Psychological Statistics, II January 18, 2011.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
Chapter 2 Matrices Definition of a matrix.
Chapter 1 Systems of Linear Equations
10.1 Gaussian Elimination Method
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.
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
A matrix having a single row is called a row matrix. e.g.,
Section 8.1 – Systems of Linear Equations
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Chapter 1 Systems of Linear Equations and Matrices
Presentation on Matrices and some special matrices In partial fulfillment of the subject Vector calculus and linear algebra ( ) Submitted by: Agarwal.
Reduced Row Echelon Form
Systems of Linear Equation and Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
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.
Using Matrices A matrix is a rectangular array that can help us to streamline the solving of a system of equations The order of this matrix is 2 × 3 If.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
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,
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
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.
The Determinant of a Matrix Note: The determinant of a matrix can be positive, zero, or negative. Chapter 3 Determinants.
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.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
Matrices and Systems of Equations
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.
Chapter 1 Systems of Linear Equations Linear Algebra.
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.
Matrices and Determinants
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,
Table of Contents Matrices - Definition and Notation A matrix is a rectangular array of numbers. Consider the following matrix: Matrix B has 3 rows and.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
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.
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.
Gaussian Elimination and Gauss-Jordan Elimination
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
1.5 Matricies.
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Agenda Textbook / Web Based Resource Basics of Matrices Classwork
2. Matrix Algebra 2.1 Matrix Operations.
Matrices Introduction.
RECORD. RECORD COLLABORATE: Discuss: Is the statement below correct? Try a 2x2 example.
Determinant of a Matrix
Presented By Farheen Sultana Ist Year I SEM
MATRICES Operations with Matrices Properties of Matrix Operations
Section 8.1 – Systems of Linear Equations
nhaa/imk/sem /eqt101/rk12/32
Presentation transcript:

Introduction Types of Matrices Operations CHAPTER 2: MATRIX Introduction Types of Matrices Operations

INTRODUCTION Definition 2.1 A matrix is a rectangular array of elements or entries aij involving m rows and n columns Columns, n Rows, m

INTRODUCTION Definition 2.2 2 matrices and are said to be equal iff m = r and n = s then A = B. If aij for i = j, then the entries a11,a22,a33,… are called the diagonal of matrix A

Example 2.1 Find the values for the variables so that the matrices in each exercise are equal.

TYPES OF MATRICES Square Matrix Matrix with order n x n

TYPES OF MATRICES Diagonal Matrix Matrix with order n x n with aij ≠ 0 and aij = 0 for i ≠ j

TYPES OF MATRICES Scalar Matrix A diagonal matrix in which the diagonal elements are equal, aii = k and aij = 0 for i ≠ j where k is a scalar

TYPES OF MATRICES Identity Matrix A diagonal matrix in which the diagonal elements are ‘1’, aii = 1 and aij ≠ 0 for i ≠ j

TYPES OF MATRICES Zero Matrix A matrix which contains only zero elements, aij = 0

TYPES OF MATRICES Negative Matrix A negative matrix of A =[aij] denoted by –A where -A =[-aij]

TYPES OF MATRICES Upper Triangular Matrix If every elements below the diagonal is zero or aij = 0, i > j DIAGONAL

TYPES OF MATRICES Lower Triangular Matrix If every elements above the diagonal is zero or aij = 0, i < j DIAGONAL

TYPES OF MATRICES Transpose of Matrix If A =[aij] is an m x n matrix, then the transpose of A, AT =[aij]T is the n x m matrix defined by [aij] = [aji]T

TYPES OF MATRICES Properties Transposition Operation Let A and B matrices and k, . Then,

TYPES OF MATRICES Example 1: If and , find

TYPES OF MATRICES Answer 1:

TYPES OF MATRICES Symmetric Matrix If AT = A, where the elements obey the rule aij = aji

TYPES OF MATRICES Skew Symmetric Matrix If AT = - A, where the elements obey the rule aij = - aji, so that the diagonal must contain zeroes.

TYPES OF MATRICES Skew Symmetric Matrix

TYPES OF MATRICES Row Echelon Form (REF) Matrix A is said to be in REF if it satisfies the following properties: Rows consisting entirely zeroes occur at the bottom of the matrix. For each row that doesn’t consist entirely of zeroes, the 1st nonzero is 1. For each non zero row, number 1 appear to the right of the leading 1 of the previous row.

TYPES OF MATRICES LEADING 1 ZERO ROW AT THE BOTTOM LEADING 1

TYPES OF MATRICES Reduced Row Echelon Form (RREF) Matrix A is said to be in REF if it satisfies the following properties: Rows consisting entirely zeroes occur at the bottom of the matrix. For each row that doesn’t consist entirely of zeroes, the 1st nonzero is 1. For each non zero row, number 1 appear to the right of the leading 1 of the previous row. If a column contains a leading 1, then all other entries in the column are zero

TYPES OF MATRICES LEADING 1 ZERO ROW AT THE BOTTOM LEADING 1

OPERATIONS OF MATRICES Example 2: Given , find:

OPERATIONS OF MATRICES