2. Matrix Algebra 2.1 Matrix Operations.

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

Mathematics. Matrices and Determinants-1 Session.
Maths for Computer Graphics
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
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,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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.
2 2.1 © 2012 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
MATRICES Operations with Matrices Properties of Matrix Operations
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.
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
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.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
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.
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.
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.
MTH108 Business Math I Lecture 20.
3.8 Matrices L Al-zaid Math1101.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrices and Matrix Operations
Matrix Operations Free powerpoints at
Matrix Algebra MATRIX OPERATIONS.
Linear Equations in Linear Algebra
1.4 Inverses; Rules of Matrix Arithmetic
Discrete Structures – CNS2300
1.5 Matricies.
Copyright © 2009 Dan Nettleton
Matrix Operations.
Matrix Operations Free powerpoints at
MATHEMATICS Matrix Multiplication
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrix Operations.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Matrix Algebra.
Linear Equations in Linear Algebra
Section 2.4 Matrices.
Objectives Multiply two matrices.
Determinant of a Matrix
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Multiplication of Matrices
Linear Algebra review (optional)
Linear Algebra Lecture 11.
Chapter 4 Matrices & Determinants
DETERMINANT MATH 80 - Linear Algebra.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrices - Operations TRANSPOSE OF A MATRIX If :
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

2. Matrix Algebra 2.1 Matrix Operations

j-th column i-th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.

Recall: Two matrices are the same the matrices are the same size and their corresponding entries are equal. Theorem 1 Let A, B, and C be matrices of the same size, and let r and s be scalars.

Example:

Example:

REVIEW Matrix Multiplication Recall:

Matrix Multiplication Example: Let

Row-Column Rule for Computing AB: If the product AB is defined, then the entry in row i and column j of AB is the sum of the products of corresponding entries from row i of A and column j of B. Example: 3x2 2x2 3x2

Properties of Matrix Multiplication

Defn: Given an mxn matrix A, the transpose of A is the nxm matrix, denoted by AT, whose columns are formed from the corresponding rows of A. Example: Let What is AT ?

Rules related to transpose: