MATHEMATICS Matrix Algebra

Slides:



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

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.
ECON 1150 Matrix Operations Special Matrices
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
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.
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: Basic Operations and Their Properties
CALCULUS – III Matrix Operation by Dr. Eman Saad & Dr. Shorouk Ossama.
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.
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.
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.
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.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
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.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Elementary Matrix Theory
2. Matrix Methods
7.1 Matrices, Vectors: Addition and Scalar Multiplication
4.4 Matrices: Basic Operations
CSE 504 Discrete Mathematics & Foundations of Computer Science
3.8 Matrices L Al-zaid Math1101.
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 Linear Equations
MATHEMATICS Matrix Multiplication
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
L5 matrix.
Matrices and Systems of Equations 8.1
Section 7.4 Matrix Algebra.
Sequences and Summations
Matrix Algebra.
7.3 Matrices.
Linear Equations in Linear Algebra
25. Basic matrix operations
2. Matrix Algebra 2.1 Matrix Operations.
Math-2 (honors) Matrix Algebra
Section 2.4 Matrices.
Matrices Introduction.
CS100: Discrete structures
Matrices and Matrix Operations
Matrix Algebra.
[MATRICES ].
Matrix Operations Ms. Olifer.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
[MATRICES ].
Matrices and Determinants
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

MATHEMATICS Matrix Algebra by Dr. Eman Saad & Dr. Shorouk Ossama

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

A is a matrix with two rows and three columns 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 -2. 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. 2x3

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 m x n. A (1x1) matrix is simply a number: for example, [-3] = -3. Matrices which have either one row or column are known as vectors. Thus a = [ a1 a2 ……. an] are respectively row and column vectors

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 a11, a22, ….., ann 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.

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

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

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

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 + 0 = 0 + A = A A – A = 0 0 – A = - A A 0 = 0; 0 A = 0

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 m x n matrices, then and

Then find A+B, B+A and A+2B. Example If Then find A+B, B+A and A+2B. (by Rule 2) and 3x2 3x2

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

SUMMARY Pages From 31 To 35: Matrix Algebra Sheet (3) (problem 1)

Thanks