MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

4.1 Introduction to Matrices
Matrices and Determinants
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Fundamentals of matrices
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
100’s of free ppt’s from library
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Problems 1 thru 4 use These matrices..
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.
Chapter 4 Matrices By: Matt Raimondi.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Unit 6 : Matrices.
Unit 3: Matrices.
Matrix Multiplication The inner dimensions must be the same (or the number of columns in the first matrix is equal to the number of rows in the second.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
13.1 Matrices and Their Sums
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
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.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
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-
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
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.
Chapter 4 Matrices. In Chapter 4, You Will… Move from using matrices in organizing data to manipulating matrices through data. Learn to represent real-world.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MATRICES MATRIX Multiplication. Warm-up Subtract (don’t forget to KCC):
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.
2.3 Modeling Real World Data with Matrices
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
What we’re learning today:
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
WarmUp 2-3 on your calculator or on paper..
Warm-up a. Solve for k: 13 −5
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
More about Matrices Chapter 4, Sections 5, 7.
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Matrix Operations Chapter 4, Sections 1, 2, 3.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
MATRICES MATRIX OPERATIONS.
1.8 Matrices.
Presentation transcript:

MATRICES MATRIX OPERATIONS

About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run vertically.  The dimensions of a matrix are stated “m x n” where ‘m’ is the number of rows and ‘n’ is the number of columns.

Equal Matrices Two matrices are considered equal if they have the same number of rows and columns (the same dimensions) AND all their corresponding elements are exactly the same.

Special Matrices Some matrices have special names because of what they look like. a)Row matrix: only has 1 row. b)Column matrix: only has 1 column. c)Square matrix: has the same number of rows and columns. d)Zero matrix: contains all zeros.

Matrix Addition  You can add or subtract matrices if they have the same dimensions (same number of rows and columns).  To do this, you add (or subtract) the corresponding numbers (numbers in the same positions).

Matrix Addition Example:

Real-Life Example Let’s say you’re in avid reader, and in June, July, and August you read fiction and non-fiction books, and magazines, both in paper copies and online. You want to keep track of how many different types of books and magazines you read, and store that information in matrices. Here is that information, and how it would look in matrix form:

Solution We can add matrices if the dimensions are the same; since the three matrices are all “3 by 2”, we can add them. For example, if we wanted to know the total number of each type of book/magazine we read, we could add each of the elements to get the sum:

Scalar Multiplication  To do this, multiply each entry in the matrix by the number outside (called the scalar). This is like distributing a number to a polynomial.

Scalar Multiplication Example:

Matrix Multiplication  Matrix Multiplication is NOT Commutative! Order matters!  You can multiply matrices only if the number of columns in the first matrix equals the number of rows in the second matrix. 2 columns 2 rows

Matrix Multiplication  Take the numbers in the first row of matrix #1. Multiply each number by its corresponding number in the first column of matrix #2. Total these products. The result, 11, goes in row 1, column 1 of the answer. Repeat with row 1, column 2; row 1 column 3; row 2, column 1;... 2(1)+3(3)=11

Matrix Multiplication  Notice the dimensions of the matrices and their product. 3 x 22 x 33 x 3 __

Matrix Multiplication  Another example: 3 x 22 x 13 x 1

Real-World Application Let’s say we want to find the final grades for 3 girls, and we know what their averages are for tests, projects, homework, and quizzes. We also know that tests are 40% of the grade, projects 15%, homework 25%, and quizzes 20%.

Solution So Alexandra has a 90, Megan has a 77, and Brittney has an 87.

Matrix Determinants  A Determinant is a real number associated with a matrix. Only SQUARE matrices have a determinant.  The symbol for a determinant can be the phrase “det” in front of a matrix variable, det(A); or vertical bars around a matrix, |A| or.

Matrix Determinants To find the determinant of a 2 x 2 matrix, multiply diagonal #1 and subtract the product of diagonal #2. Diagonal 1 = 12 Diagonal 2 = -2

Matrix Determinants To find the determinant of a 3 x 3 matrix, first recopy the first two columns. Then do 6 diagonal products

Matrix Determinants The determinant of the matrix is the sum of the downwards products minus the sum of the upwards products = (-8) - (94) = -102

Identity Matrices  An identity matrix is a square matrix that has 1’s along the main diagonal and 0’s everywhere else.  When you multiply a matrix by the identity matrix, you get the original matrix.

Inverse Matrices  When you multiply a matrix and its inverse, you get the identity matrix.

Inverse Matrices  Not all matrices have an inverse!  To find the inverse of a 2 x 2 matrix, first find the determinant. a)If the determinant = 0, the inverse does not exist!  The inverse of a 2 x 2 matrix is the reciprocal of the determinant times the matrix with the main diagonal swapped and the other terms multiplied by -1.

Inverse Matrices Example 1:

Inverse Matrices Example 2: