Matrices Presentation by : Miss Matkar Pallavi. P.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Mathematics. Matrices and Determinants-1 Session.
MF-852 Financial Econometrics
Contents Introduction Matrix Multiplication Partitioned Matrices
Review of Matrix Algebra
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.
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
3.8 Matrices.
1 Operations with Matrice 2 Properties of Matrix Operations
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
5  Systems of Linear Equations: ✦ An Introduction ✦ Unique Solutions ✦ Underdetermined and Overdetermined Systems  Matrices  Multiplication of Matrices.
Linear Algebra - Chapter 1 [YR2005]
1.3 Matrices and Matrix Operations.
Mathematics.
ECON 1150 Matrix Operations Special Matrices
 Row and Reduced Row Echelon  Elementary Matrices.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
Systems of Linear Equation and Matrices
Chap. 2 Matrices 2.1 Operations with Matrices
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
1.3 Matrices and Matrix Operations. Definition A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
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.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
Section 1.4 Inverses; Rules of Matrix Arithmetic.
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 8 Matrices and Determinants Matrix Solutions to Linear Systems.
Matrices: Basic Operations and Their Properties
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Sec 4.1 Matrices.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with 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.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
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.
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, Vectors, Determinants.
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.
Linear Algebra by Dr. Shorouk Ossama.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
Chapter 4 Systems of Linear Equations; Matrices
Matrices.
1.4 Inverses; Rules of Matrix Arithmetic
Finding the Inverse of a Matrix
5 Systems of Linear Equations and Matrices
Matrices.
Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
Matrices and Matrix Operations
Matrices.
Matrices.
Matrix Algebra.
Linear Algebra Lecture 11.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrices.
Matrices.
Matrix Operations Ms. Olifer.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Matrices Presentation by : Miss Matkar Pallavi. P

Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in a matrix; either a number or a constant. Dimension - number of rows by number of columns of a matrix. **A matrix is named by its dimensions.

Examples: Find the dimensions of each matrix. Dimensions: 3x2Dimensions: 4x1 Dimensions: 2x4

Different types of Matrices Column Matrix - a matrix with only one column. Row Matrix - a matrix with only one row. Square Matrix - a matrix that has the same number of rows and columns.

Equal Matrices - two matrices that have the same dimensions and each element of one matrix is equal to the corresponding element of the other matrix. *The definition of equal matrices can be used to find values when elements of the matrices are algebraic expressions.

* Since the matrices are equal, the corresponding elements are equal! * Form two linear equations. * Solve the system using substitution. Examples: Find the values for x and y

* Write as linear equations. Now check your answer * Combine like terms. * Solve using elimination.

Set each element equal and solve! 3.

Matrix Multiplication Scalar Multiplication If s is a scalar and A is a matrix 1 5 s = 2, and A = (1)2(5) 210 sA = 2 * 4 3 = 2(4)2(3)= (2)2(1) 4 2 Rule:if s is a scalar and A is a matrix, then the scalar multiple sA is the matrix whose columns are s times the corresponding entries in A. In other words, you take the scalar and multiply it with every number in the matrix. Theorem: If r and s are scalars, then (r + s)A = rA + sA and r(sA) = (rs)A.

Matrix Multiplication Before you multiply a matrix by another matrix, you need to check the compatibility of the two matrices. The number of columns (n) in A must equal the number of rows (m) in B in order to carry out the matrix multiplication. Example 1 A = 2 5B = order :2×2 2×3 You can see that the number of columns of A matches the number of rows of B. (Later on, you will see that the size of matrix AB will be m of A × n of B). Example 2 A = 2 5B = order: 2×2 3×3 Obviously, n of A ≠ m of B and thus they are not compatible for multiplication.

Example 3 Find the product AB from the following matrices A = B = A is a 2×3 matrix and B is a 3×2 matrix, and they are compatible. To get the final product, we will be sequentially multiplying each row in one matrix by the corresponding column in another matrix. In this example, we take the first row of A and first column of B, multiply the first entries together, second entries together, and third entries together, and then add the three products * 6 = 1(6) + 0(4) + (-2)(-7) =

Example 3 cont. This sum is one of the entries in the product matrix AB; in fact, being the product of row 1 of A and column 1 of B, it is the (1,1)-entry in AB. Column 1 ↓ Row 1 → 20# ## Then we continue in like manner; we multiply row 1 of A by column 2 of B *3= 1(3) + 0(-3) + (-2)(2) = And its position in matrix AB is Column 2 ↓ 20-1 ← Row 1 ##

Example 3 cont. Multiplying row 2 of A by column 1 of B gives * 6 = 5(6)+3(4)+(1)(-7) = And its position in matrix AB is at row 2 and column 1. You can do the last multiplication of row 2 of A by column 2 of B by yourself. So the final answer is AB = *63= Handy trick: As we mentioned before, the size of matrix AB is 2×2 (A is a 2×3 matrix and B is a 3×2 matrix). Also we can see AB ≠ BA

Transpose of a Matrix If we have a given matrix, A that is if the size mxn, then the transpose of it would be an nxm matrix and is denoted by A T. In other words, you take an initial row in the original matrix and make it a column in the transposed matrix, and vice versa with the rows. Let’s look at an example, A = 5 2 1, and if we follow the rules then A T = 5 2 1

T heorem 1 Let A, B and C be matrices of the same size, and let p and q be scalars. 1. A+B = B+A 2. (A+B) + C = A + (B + C) 3. A + 0 = A 4. p(A + B) = pA + pB 5. (p+q)A = pA + qA 6. p(q A) = (pq) A

Theorem 2 If A is an p x q matrix, and of B and C have sizes for which the indicated sums and products are defined, then using some basic laws of arithmetic and some others we can also verify the following statements: 1. A (BC) = (AB) C (associative law of multiplication) 2.A (B + C) = AB + AC (left distributive law) 3. (B+C)A = BA+ CA (right distributive law) 4.r(AB) = (rA) B = A(rB) for any scalar r 5.IA = A = AI (identity for matrix multiplication)

Theorem 3 Let A and B denote matrices whose sizes are compatible enough for the following sums and products. a.(A T ) T = A b. ( A+B) T = A T + B T c.For any scalar p, (p A) T = p A T d.( AB ) T = B T A T

Application of Matrix Multiplication The Matrix Application Ax = B To solve system of linear equations

Singular Matrix A square matrix A is said to be singular if lAl = 0. A is non-singular if IAI = 0

2.If A is a non-singular square matrix of order n, then |adjA| = |A| n – 1 3.If A and B are non-singular square matrices of same order, then adj AB = (adjB) (adjA) 4.If A is a non-singular square matrix, then adj (adjA) = |A| n–2 A. 1. A (adjA) = |A| I n = (adjA) A Properties

(i)A square matrix is invertible if it is non- singular. (ii) Every invertible matrix possesses a unique inverse. (iii)(AB) –1 = B –1 A –1 or (ABC) –1 = C –1 B –1 A –1 (iv)(A T ) –1 = (A –1 ) T

THANK YOU