Mathematics. Matrices and Determinants-1 Session.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Chapter Matrices Matrix Arithmetic
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.
Symmetric and Skew Symmetric
Maths for Computer Graphics
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
Matrices MSU CSE 260.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
MATRICES. Matrices A matrix is a rectangular array of objects (usually numbers) arranged in m horizontal rows and n vertical columns. A matrix with m.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
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
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Mathematics.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
ECON 1150 Matrix Operations Special Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
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.
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.
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,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Chapter 4 – Matrix CSNB 143 Discrete Mathematical Structures.
Mathematics.
Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.
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.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Fundamentals of Engineering Analysis
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.
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.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
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.
Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Matrices and Determinants
Linear Algebra Chapter 2 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.
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.4. Section Summary  Sequences. o Examples: Geometric Progression, Arithmetic Progression  Recurrence Relations o Example: Fibonacci Sequence.
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. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
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.
Introduction Types of Matrices Operations
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.
Matrices Introduction.
Linear Algebra Lecture 2.
MATHEMATICS Matrix Multiplication
L6 matrix operations.
Matrix Operations SpringSemester 2017.
2. Matrix Algebra 2.1 Matrix Operations.
Section 2.4 Matrices.
CS100: Discrete structures
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
Multiplication of Matrices
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Matrices and Determinants
Presentation transcript:

Mathematics

Matrices and Determinants-1 Session

Matrix Types of Matrices Operations on Matrices Transpose of a Matrix Symmetric and Skew-symmetric Matrix Class Exercise Session Objectives

Matrix A matrix is a rectangular array of numbers, real or complex. Column Row Element of m th row and j th column

Order of a Matrix A matrix with m rows and n columns has an order m x n. Examples:

Example - 1 A matrix has 16 elements, what is the possible number of columns it can have. The possible orders for the matrix are (1 x 16), (2 x 8), (4 x 4), (8 x 2),(16 x 1) So, the number of possible columns are 16, 8, 4, 2 and 1. Solution :

Here i can take the values 1 and 2 and j can take the values 1, 2 and 3. Hence, the order of the matrix is (2 x 3). Example-2 Solution : Now, Write the matrix given by the rule Hence, the matrix is

Row matrix: Column matrix: Types of Matrices

Zero matrix : Square matrix: Diagonal matrix: Types of Matrices

Scalar matrix: Identity matrix: Types of Matrices

Two matrices A = [a ij ] and B = [b ij ] are equal, if they have the same order and a ij = b ij for all i and j. Equality of Matrices Example:

Addition of Matrices If A= [a ij ] and B= [b ij ] are two matrices of the same order, then their sum A + B is a matrix whose (i, j) th element is Example:

Multiplication of a Matrix by a Scalar Example: is a matrix and k is a scalar, then

Properties of Addition If the order of the matrices A, B and C is same, then (i) A + B = B + A (Commutativity) (ii) (A + B) + C = A + (B + C) (Associativity) (iii) If m and n are scalars, then (a) m(A + B) = mA + mB (b) (m + n)A = mA + nA

Find X, if Y= and 2X+Y = Y= and 2X+Y = Example - 3 Solution : 2X + =

Find a matrix C such that A+B+C is a zero matrix, where A= and B = Example - 4 Solution : A + B + C = 0

Let A= [a ij ] m x n be a m x n matrix and B = [b ij ] n x p be a n x p matrix, i.e., the number of columns of A is equal to the number of rows of B. Then their product AB is of order m x p and is given as Multiplication of Matrices

Example If A= and B = then AB is given as

If both sides are defined, then (i) A(BC) = (AB)C (Associativity) (ii) A ( B + C ) = AB + AC and (A + B) C = AC + BC ( Multiplication is distributive over addition) Properties of Multiplication of Matrices

Example - 5 Solution :

Example - 6 If A=, then show that

Solution : Example - 7 If A = and I=, then find k if

Comparing the corresponding elements of the two matrices, we get 3k-2 = 1, -2k = -2, 4 = 4k, -4 = -2k –2 Taking any of the four equations, we get k=1 Solution Contd.

Show that A = satisfies the equation A 2 – 12A + I = O. Example - 8 Solution : Hence, A 2 – 12A + I=O

A matrix obtained by changing rows into columns or columns into rows is called transpose of the matrix ( say A ). If the matrix is A, then its transpose is denoted as A T or A ’. Transpose of a Matrix For Example: Consider the matrix The transpose of the above matrix is

Example - 9 then verify that (A+B) T =A T +B T Solution: Hence, (A+B) T =A T +B T

If A = and B = find Example - 10 Solution :

Find the values of x, y, z if the matrix obeys the law AA ’ = I. Example - 11

Equating the elements of column 2, we get Solution (Cont.) 2y 2 – z 2 = 0 …(i) Adding (ii) and (iii), we get Form (i), z 2 = 2y 2

Solution (Cont.) Putting the value of x 2 and z 3 in (ii), we get Putting the value of y 2 in (i), we get

Solution : Example - 12

A square matrix A is called a symmetric matrix, if A T = A. A square matrix A is called a skew- symmetric matrix, if A T = - A. Any square matrix can be expressed as the sum of a symmetric and a skew- symmetric matrix. Symmetric and Skew – Symmetric Matrix

Show that A= is a skew-symmetric matrix. Solution : Example - 13 As A T = - A, A is a skew – symmetric matrix

Express the matrix as the sum of a symmetric and a skew- symmetric matrix. Solution : Example - 14

Solution Cont.

Therefore, P is symmetric and Q is skew- symmetric. Further, P+Q = A Hence, A can be expressed as the sum of a symmetric and a skew -symmetric matrix. Solution Cont.

THANK YOU