Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
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.
Mathematics. Matrices and Determinants-1 Session.
3_3 An Useful Overview of Matrix Algebra
Maths for Computer Graphics
Economics 2301 Lecture 11 Matrix Algebra. Acknowledgement Much of the material on these slides was taken from Krishnan Namboodiri's book, 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.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Matrices MSU CSE 260.
Matrix Definition A Matrix is an ordered set of numbers, variables or parameters. An example of a matrix can be represented by: The matrix is an ordered.
Matrices The Basics Vocabulary and basic concepts.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Statistics and Linear Algebra (the real thing). Vector A vector is a rectangular arrangement of number in several rows and one column. A vector is denoted.
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,
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
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.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Sec 4.1 Matrices.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices and Determinants
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.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Section 2.4. Section Summary  Sequences. o Examples: Geometric Progression, Arithmetic Progression  Recurrence Relations o Example: Fibonacci Sequence.
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.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
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.
Matrices Introduction.
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
1.5 Matricies.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
7.3 Matrices.
Math-2 (honors) Matrix Algebra
Section 2.4 Matrices.
2.2 Introduction to Matrices
Matrices Introduction.
Matrices and Matrix Operations
Presented By Farheen Sultana Ist Year I SEM
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
Matrices and Determinants
Presentation transcript:

Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 2 3 Matrix Arithmetic 3.1 Introduction A matrix is a set of real or complex numbers (or elements) arranged in rows and columns to form a rectangular array. A matrix having m rows and n columns is an m x n (read ‘m by n’or ‘m cross n’) matrix and is referred to as having order m x n. A matrix can be represented explicitly by enclosing the array within large square brackets.

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 3 Example is a 2 x 3 matrix, where 1, 1, 3, 4, 6, 9 are the elements of the matrix. Example is a 4 x 3 matrix

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 4 Example is a 1 x 4 matrix, (a row vector). Similarly,3 is a 2 x 1 matrix, 8(a column vector).

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 5 3.2Matrix notation Each element in a matrix has its own particular ‘address’ or location which can be defined by a system of double suffixes: the first indicates the row, and the second indicates the column, thus a 11 a 12 a 13 a 14 a 21 a 22 a 23 a 24 a 31 a 32 a 33 a 34 a 41 a 42 a 43 a 44

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 6 Further, a whole matrix can be denoted by a single general element enclosed in square brackets, or by a single letter printed in bold type. Example 3.2-1a 11 a 12 a 13 a 14 a 21 a 22 a 23 a 24 a 31 a 32 a 33 a 34 can be denoted by [a ij ] or by A. Similarly, x 1 x 2 can be denoted by [x i ] or by X. x 3

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 7 3.3Equal Matrices Two matrices are said to be equal if all the corresponding elements are equal. Therefore, the two matrices must also be of the same order. Example 3.3-1

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Addition and Subtraction of Matrices Only matrices of the same order can be added or subtracted. The result from the sum or difference is then determined by adding or subtracting the corresponding elements. Example3.4-1

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Multiplication of Matrices Scalar multiplication Example i.e. k[a ij ] = [ka ij ] This also means that we can take a common factor out of every element.

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 10 Multiplication of two matrices Two matrices can be multiplied together only when the number of columns in the matrix on the left equals the number of rows in the matrix on the right.

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 11 Example 3.5-2

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 12 Matrix multiplication is not commutative Example A = 7 4 and B = then AB = and BA =

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Transpose of a Matrix If M is a matrix, its transpose is denoted by M T M = 8 3, then M T =

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Special Matrix 3.7.1A square matrix is one in which number of rows = number of columns Example Square matrixNot a square matrix

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Symmetric matrix A square matrix M is symmetric if M = M T Example M =289 M T =

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Diagonal matrix A diagonal matrix M is a square matrix such that all of the off- diagonal elements are equal to 0. Example M = diagonal

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Unit matrix A unit matrix I is a square matrix with all elements in the diagonal equal to 1 and all off-diagonal elements equal to 0. Example I = Unit matrix behaves like the unit factor in ordinary algebra where IM = MI = M

Unit 03 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP Null matrix A null matrix N is a matrix with all its elements equal to 0. Example N =