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.

Slides:



Advertisements
Similar presentations
BAI CM20144 Applications I: Mathematics for Applications Mark Wood
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.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
1.5 Elementary Matrices and a Method for Finding
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.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
Chapter 2 Matrices Definition of a matrix.
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 MSU CSE 260.
Matrices and Determinants
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
A matrix having a single row is called a row matrix. e.g.,
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
1 Operations with Matrice 2 Properties of Matrix Operations
Compiled By Raj G. Tiwari
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
Presentation on Matrices and some special matrices In partial fulfillment of the subject Vector calculus and linear algebra ( ) Submitted by: Agarwal.
 Row and Reduced Row Echelon  Elementary Matrices.
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
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,
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.
Matrices Matrices For grade 1, undergraduate students For grade 1, undergraduate students Made by Department of Math.,Anqing Teachers college.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
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.
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
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.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
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 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
MATRICES Operations with Matrices Properties of Matrix Operations
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.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
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,
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
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. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
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.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
1.4 Inverses; Rules of Matrix Arithmetic
L6 matrix operations.
Section 7.4 Matrix Algebra.
Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
Matrices Introduction.
Determinant of a Matrix
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrices and Determinants
Presentation transcript:

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 matrix or zero matrix. Upper triangular matrix: In an upper triangular matrix, all elements below the main diagonal are zero. Lower triangular matrix: In a lower triangular matrix, all elements above the main diagonal are zero.

ALGEBRA OF MATRICES PROPERTIES OF MATRIX ADDITION (i) matrix addition is commutative i.e. if A and B are two m x n matrices then A + B = B + A (ii) matrix addition is associative i.e. if A, B and C are three matrices of the same order then (A + B) + C = A + (B +C). (iii) Existence of identity The null matrices is the identity element for matrix addition i.e A + O = A = O +A. (IV) Existence of Inverse For every matrix A there exit a matrix –A such that A+(-A) = O. (v) Cancellation laws hold good in case of addition of matrices If A, B and C are three matrices of the same order then A + B = A + C =» B =C (left cancellation law)

B + A =C + A =» B =C (right cancellation law) MULTIPLICATION OF MATRICES Remark: If A and B are two matrices such that AB exists, then BA may or may not exist. TRANSPOSE OF A MARTIX A T is obtained from A by changing its rows into columns and its columns into rows. PROPERTIES OF TRANSPOSE Let A and B be two matrices. Then (i) (A T ) T = A (ii) (A+B) T = A T + B T, A and B being of same order. (iii) (kA) T = k A T, k be any scaler (iv) (AB) T = B T A T

Symmetric Matrix: A square matrix A is a symmetric matrix iff A T = A. Skew-symmetric Matrix: A square matrix A is a skew-symmetric matrix iff A T = -A. DETERMINANT Every square matrix can be associated to an expression or a no. known as determinant. Denoted by |A| Singular matrix: A square matrix is a singular matrix if its determinant is zero. Otherwise, it is a non-singular matrix. PROPERTIES OF DETERMINANTS P-1 Let A = [a ij ] be a square matrix of order n, then the sum of the product of elements of any row (column) with their cofactors is always equal to |A|.

P-2 Let A = [a ij ] be a square matrix of order n, then the sum of the products of elements of any row (column) with the cofactors of the corresponding elements of some other row (column) is zero. P-3 Let A = [a ij ] be a square matrix of order n, then |A| = |A T |. P-4 Let A = [a ij ] be a square matrix of order n(≥2) and let B be a matrix obtained from A by interchanging any two rows (columns) of A, then |B| = - |A|. P-5 If any two rows (columns) of a square matrix A = [a ij ] be a square matrix of order n(≥2) are identical, then its determinant is zero i.e. |A| = 0. P-6 Let A = [a ij ] be a square matrix of order n, and B be the matrix obtained from A by multiplying each element of a row (column) of A by a scalar k, then |B| = k |A|.

Inverse of a matrix A square matrix of order n is invertible if there exists a square matrix B of the same order such that AB = I n = BA. In such a case, we say that the inverse of A is B and we write, A -1 = B. Algorithm for finding the inverse of a square matrix A STEP 1 Find |A| STEP 2 If |A| = 0, then write” A is a singular matrix and hence not invertible” STOP Else write “A is a non-singular & hence invertible ”. STEP 3 Calculate the cofactors of elements of A STEP 4 Write the matrix of cofactors of elements of A and then obtain its transpose to obtain adj A. STEP 5 Find the inverse of A by using the formula A -1 = 1 adj A |A| STOP