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.

Slides:



Advertisements
Similar presentations
Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
Advertisements

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.
Mathematics. Matrices and Determinants-1 Session.
Maths for Computer Graphics
CE 311 K - Introduction to Computer Methods Daene C. McKinney
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
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.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
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.
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.
When data from a table (or tables) needs to be manipulated, easier to deal with info in form of a matrix. Matrices FreshSophJunSen A0342 B0447 C2106 D1322.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
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.
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.
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.
REVIEW Linear Combinations Given vectors and given scalars
MTH108 Business Math I Lecture 20.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrices and Matrix Operations
MATRICES.
Matrix Operations Free powerpoints at
Matrix Algebra MATRIX OPERATIONS.
Linear Equations in Linear Algebra
1.4 Inverses; Rules of Matrix Arithmetic
Rules of Matrix Arithmetic
1.5 Matricies.
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
2. Matrix Algebra 2.1 Matrix Operations.
Section 2.4 Matrices.
Objectives Multiply two matrices.
Matrices and Matrix Operations
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 Lecture 11.
Chapter 4 Matrices & Determinants
DETERMINANT MATH 80 - Linear Algebra.
Lesson 4: Inverses of Matrices (part 1)
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Presentation transcript:

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.

Recall: Two matrices are equal 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:

Matrix Multiplication REVIEW Recall:

Matrix Multiplication Example: Let

Example: 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. 3x22x23x2

Properties of Matrix Multiplication

Defn: Given an m×n matrix A, the transpose of A is the n×m matrix, denoted by A T, whose columns are formed from the corresponding rows of A. Example: LetWhat is A T ?

Rules related to transpose: