MAT 2401 Linear Algebra 2.1 Operations with Matrices

Slides:



Advertisements
Similar presentations
Matrix Definition: An array of numbers in m rows and n colums is called an mxn matrix A square matrix of order n, is an (nxn) matrix.
Advertisements

Matrices & Systems of Linear Equations
MF-852 Financial Econometrics
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
 A equals B  A + B (Addition)  c A scalar times a matrix  A – B (subtraction) Sec 3.4 Matrix Operations.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Finding the Inverse of a Matrix
Intro to Matrices Don’t be scared….
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
3.8 Matrices.
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
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.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
ECON 1150 Matrix Operations Special Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
MAT 2401 Linear Algebra 2.3 The Inverse of a Matrix
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,
8.1 Matrices & Systems of Equations
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
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.
13.1 Matrices and Their Sums
Linear Algebra 1.Basic concepts 2.Matrix operations.
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.
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.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
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-
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
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.
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,
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Matrices and Matrix Operations
Linear Algebraic Equations and Matrices
MATRICES.
Matrix Operations.
Finding the Inverse of a Matrix
MATHEMATICS Matrix Algebra
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Algebra.
7.3 Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
MATRICES MATRIX OPERATIONS.
Matrices and Matrix Operations
Matrix Algebra.
Sec 3.5 Inverses of Matrices
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

MAT 2401 Linear Algebra 2.1 Operations with Matrices

HW... If you do not get 9 points or above on #1, you are not doing the GJE correctly. Some of you are doing RE. GJE is the corner stone of this class, you really need to figure it out.

Today Written HW Again, today may be longer. It is more efficient to bundle together some materials from 2.2. Next class session will be shorter.

Preview Look at the algebraic operations of matrices “term-by-term” operations Matrix Addition and Subtraction Scalar Multiplication Non-“term-by-term” operations Matrix Multiplication

Matrix If a matrix has m rows and n columns, then the size (dimension) of the matrix is said to be mxn.

Notations Matrix

Notations Matrix Example:

Special Cases Row Vector Column Vector

Matrix Addition and Subtraction Let A = [a ij ] and B = [b ij ] be mxn matrices Sum: A + B = [a ij +b ij ] Difference: A-B = [a ij -b ij ] (Term-by term operations)

Example 1

Scalar Multiplication Let A = [a ij ] be a mxn matrix and c a scalar. Scalar Product: cA=[ca ij ]

Example 2

Matrix Multiplication Define multiplications between 2 matrices Not “term-by-term” operations

Motivation The LHS of the linear equation consists of two pieces of information: coefficients: 2, -3, and 4 variables: x, y, and z

Motivation Since both the coefficients and variables can be represented by vectors with the same “length”, it make sense to consider the LHS as a “product” of the corresponding vectors.

Row-Column Product

Example 3

Matrix Multiplication

Example 4

Example 5 (a) Scratch: Q: Is it possible to multiply the 2 matrices? Q: What is the dimension of the resulting matrix?

Example 5 (b) Scratch: Q: Is it possible to multiply the 2 matrices? Q: What is the dimension of the resulting matrix?

Example 5 (c) Scratch: Q: Is it possible to multiply the 2 matrices? Q: What is the dimension of the resulting matrix?

Example 5 (d) Scratch: Q: Is it possible to multiply the 2 matrices? Q: What is the dimension of the resulting matrix? Remark:

Example 5 (e) Scratch: Q: Is it possible to multiply the 2 matrices? Q: What is the dimension of the resulting matrix? Remark:

Example 5 (f) Scratch: Q: Is it possible to multiply the 2 matrices? Q: What is the dimension of the resulting matrix? Remark:

Interesting Facts The product of mxp and pxn matrices is a mxn matrix. In general, AB and BA are not the same even if both products are defined. AB=0 does not necessary imply A=0 or B=0. Square matrix with 1 in the diagonal and 0 elsewhere behaves like multiplicative identity.

Identity Matrix nxn Square Matrix

Zero Matrix mxn Matrix with all zero entries

Representation of Linear System by Matrix Multiplication

Let Then the linear system is given by Representation of Linear System by Matrix Multiplication

Let Then the linear system is given by Remark It would be nice if “division” can be defined such that: (2.3) Inverse

HW... If you do not get 9 points or above on #1, you are not doing the GJE correctly. Some of you are doing RE. GJE is the corner stone of this class, you really need to figure it out.