INTRODUCTION TO MATRICES 4.1 AND 4.2 DAY 1. DO NOW Grab some slides from the front and solve this: Example: The local shop sells 3 types of pies. Beef.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Maths for Computer Graphics
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
Finding the Inverse of a Matrix
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Needs Work Need to add –HW Quizzes Chapter 13 Matrices and 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,
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
Unit 3: Matrices.
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.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Do Now: Add or subtract, if possible. 1.) 2.). Academy Algebra II/Trig 12.4: Matrix Algebra HW: p.889 (8, 9, 12, 13, 16, 17, 21)
Matrices. What you need to learn Know how to write a Matrix Know what is ORDER of Matrices Addition and Subtraction of Matrices Multiplication of Matrices.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrices on the Graphing Calculator I.. Entering a Matrix into the calculator. 1) Press MATRIX (2 nd Matrix) 2) Go  to EDIT (use scroll arrows) 3) Chose.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
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.
Matrices. Matrices – How to write & What is Order AppleOrangePear Shop Shop rows and 3 columns  Matrix has order 2x3 (read as “2 by.
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,
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
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.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
LEQ: WHAT IS THE PROCESS USED TO MULTIPLY MATRICES? Matrix Multiplication Sec. 4-3.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
Matrices.
MTH108 Business Math I Lecture 20.
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Matrix. Matrix Matrix Matrix (plural matrices) . a collection of numbers Matrix (plural matrices)  a collection of numbers arranged in a rectangle.
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Matrix Operations.
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Algebra.
7.3 Matrices.
Matrix Algebra.
25. Basic matrix operations
2. Matrix Algebra 2.1 Matrix Operations.
Matrix Multiplication
Math-2 (honors) Matrix Algebra
MATRICES MATRIX OPERATIONS.
Matrix Algebra (2).
2.2 Introduction to Matrices
Matrices.
Matrix Algebra.
Matrix Operations Chapter 4, Sections 1, 2, 3.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

INTRODUCTION TO MATRICES 4.1 AND 4.2 DAY 1

DO NOW Grab some slides from the front and solve this: Example: The local shop sells 3 types of pies. Beef pies cost $3 each Chicken pies cost $4 each Vegetable pies cost $2 each And this is how many they sold in 4 days: Calculate the sales for each day.

WHERE WE ARE AND WHERE WE ARE GOING TODAY (10/12): 4.1 and 4.2 (Introduction to Matrices) THURSDAY (10/13): 4.2 (Applying Matrix Multiplication) FRIDAY (10/14) and MONDAY (10/17): 4.3 (Determinants and Cramer’s Rule) MONDAY (10/17): Princess Project Due! TUESDAY (10/18): Performance Assessment

That’s RC Cola!

Would you like to solve THis….BY hand

ESSENTIAL VOCABULARY Matrix : a rectangular array of numeric or algebraic quantities subject to mathematical operations For example, A is a matrix. The dimensions of A are 3x4 (RC Cola!). The numbers are called entries.

THE MATRIX ZOO! Row matrix A matrix with only 1 row Column matrix A matrix with only 1 column Square matrix A matrix with the same number of rows and columns

MORE ANIMALS! Zero matrix A matrix with all entries equal to 0 Identity matrix (of size n) An nxn matrix with ones on the main diagonal and zeroes elsewhere

ADDING AND SUBTRACTING MATRIX ELEMENTS Only if they have the same dimensions! Example: How about - ???

MULTIPLY A MATRIX BY A SCALAR For the following matrix A, find 2 A and –1 A.

MATRIX EQUATIONS 4*(-2x)=-48, so x=6 and 4(2y+6)=6, so 8y+24=6, so y=-9/4 2y+5=-5, so y=-5 and -6+x=-7, so x=-1

MATRIX MULTIPLICATION: SIZE MATTERS! If A is an m x n matrix, and B is an n x p matrix, then the product AB is an m x p matrix The number of columns of A must equal the number of rows of B for matrix multiplication to be defined. a/example2.0.1/index.html a/example2.0.1/index.html Example: =

MULTIPLY IF POSSIBLE =

Refer back to “Do Now” Now think about this... the value of sales for Monday is calculated this way: Beef pie value + Chicken pie value + Vegetable pie value $3×13 + $4×8 + $2×6 = $83 So it is, in fact, the "dot product" of prices and how many were sold: ($3, $4, $2) (13, 8, 6) = $3×13 + $4×8 + $2×6 = $83 We match the price to how many sold, multiply them, then sum the result.

GRAPHING CALCULATOR (TI-83): MULTIPLYING MATRICES Let’s verify this one: Hit “MATRX” (TI-84, 2 nd X^(-1)) Scroll to Edit Press 1 Enter dimensions of first matrix (3X2), Press Enter Put in your entries, hit Enter after each entry Hit “MATRX”, “Edit” again. This time, select [B] (2X3) Now hit “2 nd -MODE” to get to main screen and hit “MATRX”, “1”, “X (times)”, “MATRX”, “2”, “ENTER

Hmmmm….. Using your calculator and the same two matrices, now compute B*A. What do you notice? Try entering the 3X3 identity matrix for A and multiplying it by any matrix B with the same dimensions. What do you notice?

APPLET a/example2.0.1/index.html a/example2.0.1/index.html