CALCULUS – III Matrix Operation by Dr. Eman Saad & Dr. Shorouk Ossama.

Slides:



Advertisements
Similar presentations
Applied Informatics Štefan BEREŽNÝ
Advertisements

MF-852 Financial Econometrics
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
4.4 Matrices: Basic Operations. Addition and Subtraction of matrices To add or subtract matrices, they must be of the same order, mxn. To add matrices.
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.
3.8 Matrices.
259 Lecture 14 Elementary Matrix Theory. 2 Matrix Definition  A matrix is a rectangular array of elements (usually numbers) written in rows and columns.
ECON 1150 Matrix Operations Special Matrices
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
CALCULUS – II Inverse Matrix by Dr. Eman Saad & Dr. Shorouk Ossama.
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
8.1 Matrices & Systems of Equations
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.
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.
Unit 3: Matrices.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
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.
2 2.1 © 2012 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
Matrices: Basic Operations and Their Properties
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.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
1.3 Matrices and Matrix Operations. A matrix is a rectangular array of numbers. The numbers in the arry are called the Entries in the matrix. The size.
Sec 4.1 Matrices.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
Matrices and Determinants
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.
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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
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 =
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.
Linear Algebra by Dr. Shorouk Ossama.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
CSE 504 Discrete Mathematics & Foundations of Computer Science
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Properties and Applications of Matrices
MATRICES.
Matrix Algebra MATRIX OPERATIONS.
College Algebra Chapter 6 Matrices and Determinants and Applications
MATHEMATICS Matrix Algebra
MATHEMATICS Matrix Multiplication
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
L5 matrix.
Section 7.4 Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
Math-2 (honors) Matrix Algebra
Section 2.4 Matrices.
Matrices and Matrix Operations
Matrix Algebra.
Matrix Operations Ms. Olifer.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Presentation transcript:

CALCULUS – III Matrix Operation by Dr. Eman Saad & Dr. Shorouk Ossama

References  Robert E. Moyer, Ph.D. Frank Ayers, Jr., Ph.D, Trigonometry, 4 th Edition,2009.

3.1 Matrix definition: In many applications, it is useful to be able to represent and manipulated data in array form. An array which obeys certain algebraic rules of operation is known as a matrix. Capital letters are usually used to denote matrices.

 A is a matrix with two rows and three columns. The individual terms are known as elements: the elements in the second row and third column is -4. This matrix is said to be order 2×3, or a 2×3 matrix. A general m×n matrix, one with m rows and n columns, can be represented by the notation.

Where aij is the element in the ith row and jth column of A ; or by : Or simply, For brevity, if it is clear in context that the matrix is mxn. A (1x1) matrix is simply a number: for example, [-3] = -3. Matrices which have either one row or column are known as vectors. Thus are respectively row and column vectors a = [ a 1 a 2 ……. a n ]

A matrix in which the number of rows equals the number of columns is called a Square Matrix of Order n, if then the matrix is said to be rectangular and the shaded elements a 11, a 22, ….., a nn are said the Main Diagonal of A.

3.2 Rules of matrix algebra: We need to define consistent algebraic rules for manipulating matrices, such concepts as addition, multiplication, etc. As we shall see, these rules have their origins in the representation of linear equations and linear transformations, but for the present we simply state them as a list of rules.

1.Equality: Two matrices are defined to be equal if they have the same size and their corresponding elements are. Then A = B, if and only if a=e, b=f, c=g, d=h, In general, if: A = [aij], B = [bij] are both mxn matrices, Then A=B if and only if aij = bij for i= 1,2,….m and j=1,2,…m. and

Example Solve the equation A=B when and Since and must have the same elements, if follows that AndHence, The solution is:

2.Multiplication by a constant : Let K be a constant or scalar, By the product KA we mean the matrix in which every element of A is multiplied by K. Thus, if : And k= 10, then Equally, we can 'factorize' a matrix. Thus

3.Zero matrix : Any matrix in which every element is zero is called a zero or null matrix. If A is a zero matrix, we can simply write A = 0 Assuming that sizes of the matrices are such that the indicated operations can be performed, the following rules of matrix arithmetic are valid. (a) A + 0 = 0 + A = A (b) A – A = 0 (c) 0 – A = - A (d) A 0 = 0 ; 0 A = 0

4.Matrix sums and differences: The sum of two matrices A and B has meaning only if A and B are of the same order, in which case A+B is defined as the matrix C, whose elements are the sums of the corresponding elements in A and B. write C = A + B Thus, if are both mxn matrices, then and

Example If Then find A+B, B+A and A+2B. We have (by Rule 2). and

Also

As the second sum suggests, the commutative property of the real numbers, namely aij+bij = bij+aij implies the commutative property of matrix addition, that is A+B = B+A.

The difference of two matrices is written as which is interpreted as A - B, A + (-1) B, using Rule 2 for the multiplication of B by the number -1, and then Rule 4 for the sum of A and (-1) B. In practice, we simply take the difference of corresponding elements. Example Find A - B, 2A - 3B if: and

The rules of arithmetic as applied to the elements of matrices lead to the following results for matrices for which addition can be defined: In other words, the order of addition of matrices is immaterial.

Problems: Find B – C, 2B – 3C, C + B if: and

Thanks