What we’re learning today:

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
12.1 Addition of Matrices. Matrix: is any rectangular array of numbers written within brackets; represented by a capital letter; classified by its dimensions.
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.
4.2 Operations with Matrices Scalar multiplication.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 3: Matrices.
13.1 Matrices and Their Sums
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.
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.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
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-
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.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Add and subtract matrices. Multiply by a matrix scalar.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Linear Algebra review (optional)
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Multiplication
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..
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
25. Basic matrix operations
Matrices Elements, Adding and Subtracting
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
2.2 Introduction to Matrices
[MATRICES ].
3.5 Perform Basic Matrix Operations
12.1 Addition of Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
[MATRICES ].
Presentation transcript:

What we’re learning today: Unit 1 Describe how you find your seat in a stadium when you go to a sports game or a concert. What we’re learning today: What matrices are How to add, subtract and multiply matrices.

Discussion The Matrix

Notes Matrix (Plural: Matrices) A matrix is a rectangular array of numbers. Matrices are named using capital letters. Example:

Discussion The Matrix Row 1 Row 2 Row n

The Matrix Column 1 Column 2 Column m

Notes Dimensions of a Matrix The dimensions of a matrix are the number of rows and the number of columns in the matrix. Examples: 41 23

The Matrix Entry (Element)

Notes Matrix Entries AKA: Matrix Elements The numbers inside a matrix are called entries or elements. The location or “address” of an entry is the number of the row and column where the entry is located. Example: The entry at row 2, column 3 is 1

Write down each matrix value to use later on in our lesson. Practice Write down each matrix value to use later on in our lesson.

Notes Matrix Equality Two matrices are equal if and only if they have identical dimensions and all corresponding entries are equal. Example:

Notes Not Possible Matrix Addition and Subtraction It is only possible to add or subtract two matrices, if they have identical dimensions. To find the sum, add corresponding entries. To find the difference, subtract corresponding entries. Examples: Matrix Addition and Subtraction Not Possible

Find the difference without a calculator: Practice Find the difference without a calculator:

Use the Matrix values to find each sum or difference: Practice Use the Matrix values to find each sum or difference: 1) A + B 2) B + A 3) (A + B) + C 4) A + (B + C)

Notes Properties of Matrix Addition For matrices A, B and C with identical dimensions: Commutative: A + B = B + A Associative: (A + B) + C = A + (B + C) Additive Identity: A + 0 = A Additive Inverse: A + -A = 0

Notes The Zero Matrix A matrix with dimension mn whose entries are all 0 is the additive identity for mn matrices. Examples:

Notes Scalar Multiplication A scalar is a real number. To multiply a scalar by a matrix, multiply the scalar by every entry in the matrix. Example: Scalar Multiplication

Use the matrix values to find each product: Practice Use the matrix values to find each product: 1) 5·B 2) -3·C 3) ½·D

Notes Matrix Multiplication It is only possible to multiply two matrices when the number of columns in the first matrix is equal to the number of rows in the second matrix. Example: Matrix Multiplication Not Possible 23 · 23 Possible 22 · 23

Notes 22 · 23 = 23 Matrix Multiplication The dimensions of the product of two matrices will be the number of rows in the first matrix and the number of columns in the second matrix. Example: Matrix Multiplication 22 · 23 = 23

Notes Matrix Multiplication Row 1 Column 1

Notes Matrix Multiplication Row 1 Column 1

Notes Matrix Multiplication Row 1 Column 1

Notes Matrix Multiplication Row 1 Column 2

Notes Matrix Multiplication Row 1 Column 2

Notes Matrix Multiplication Row 1 Column 2

Notes Matrix Multiplication Row 1 Column 3

Notes Matrix Multiplication Row 1 Column 3

Notes Matrix Multiplication Row 1 Column 3

Notes Matrix Multiplication Row 2 Column 1

Notes Matrix Multiplication Row 2 Column 1

Notes Matrix Multiplication Row 2 Column 1

Notes Matrix Multiplication Row 2 Column 2

Notes Matrix Multiplication Row 2 Column 2

Notes Matrix Multiplication Row 2 Column 2

Notes Matrix Multiplication Row 2 Column 3

Notes Matrix Multiplication Row 2 Column 3

Notes Matrix Multiplication Row 2 Column 3

Notes Matrix Multiplication Any Questions?

Practice

Practice Find each product: 1) C·D 2) D·C 3) D·A 4) A·C 5) C·A