Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.

Slides:



Advertisements
Similar presentations
Chapter Matrices Matrix Arithmetic
Advertisements

Chapter 2 Matrices Finite Mathematics & Its Applications, 11/e by Goldstein/Schneider/Siegel Copyright © 2014 Pearson Education, Inc.
Mathematics. Matrices and Determinants-1 Session.
Maths for Computer Graphics
Goldstein/Schnieder/Lay: Finite Math & Its Applications, 9e 1 of 86 Chapter 2 Matrices.
Chapter 2 Section 3 Arithmetic Operations on Matrices.
Finite Mathematics & Its Applications, 10/e by Goldstein/Schneider/SiegelCopyright © 2010 Pearson Education, Inc. 1 of 86 Chapter 2 Matrices.
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.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
ECON 1150 Matrix Operations Special Matrices
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
Unit 3: Matrices.
13.1 Matrices and Their Sums
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
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.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
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,
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
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.
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Matrices and systems of Equations. Definition of a Matrix * Rectangular array of real numbers m rows by n columns * Named using capital letters * First.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
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.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Use Inverse Matrices to Solve Linear Systems
Matrices and Matrix Operations
MATRICES.
12-1 Organizing Data Using Matrices
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
Matrix Algebra.
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
Chapter 4 Systems of Linear Equations; Matrices
Unit 3: Matrices
Section 2.4 Matrices.
2.2 Introduction to Matrices
Matrices and Matrix Operations
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Matrices & Determinants
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
Presentation transcript:

Arithmetic Operations on Matrices

1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row Matrix to Column Matrix 5. Matrix Multiplication 6. Identity Matrix 7. Matrix Equation

 A matrix is any rectangular array of numbers and may be of any size.  The size of a matrix is n x k where n is the number of rows and k is the number of columns.  The entry a ij refers to the number in the i th row and j th column of the matrix.  Two matrices are equal provided that they have the same size and that all their corresponding entries are equal. 3

 is a 2x3 matrix.  The entry a 1,2 = -1.  The entry a 2,3 = 7. 4

 A row matrix or row vector only has one row.  A column matrix or column vector only has one column.  A square matrix has the same number of rows as columns. 5

 is a 2x2 matrix and a square matrix. 6 is a 1x4 matrix and a row matrix. is a 3x1 matrix and a column matrix.

 The sum A + B of two matrices A and B is defined only if A and B are two matrices of the same size. In this case A + B is the matrix formed by adding the corresponding entries of A and B.  Two matrices of the same size are subtracted by subtracting corresponding entries. 7

8 is not defined.

 If A is a row matrix and B is a column matrix, then we can form the product A  B provided that the two matrices have the same length. The product A  B is a 1x1 matrix obtained by multiplying corresponding entries of A and B and then forming the sum. 9

10 is not defined.

 If A is an m x n matrix and B is an n x q matrix, then we can form the product A  B. The product A  B is an m x q matrix whose entries are obtained by multiplying the rows of A by the columns of B. The entry in the i th row and j th column of the product A  B is formed by multiplying the i th row of A and j th column of B. 11

is not defined.

 The identity matrix I n of size n is the n x n square matrix with all zeros except for ones down the upper-left-to-lower-right diagonal.  Here are the identity matrix of sizes 2 and 3: 13

14 For all n x n matrices A, I n  A = A  I n = A.

 The matrix form of a system of linear equations is  AX = B  where A is the coefficient matrix whose rows correspond to the coefficients of the variables in the equations. X is the column matrix corresponding to the variables in the system. B is the column matrix corresponding to the constants on the right-hand side of the equations. 15

16 Write the following system as a matrix equation Equation 1 Equation 2 x y constants

 A matrix of size m x n has m rows and n columns.  Matrices of the same size can be added (or subtracted) by adding (or subtracting) corresponding elements. 17

 The product of an m x n and an n x r matrix is the m x r matrix whose ij th element is obtained by multiplying the i th row of the first matrix by the j th column of the second matrix. (The product of each row and column is calculated as the sum of the products of successive entries.) 18