7.3 Matrices.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Adding & Subtracting Matrices
Maths for Computer Graphics
Section 4.1 – Matrix Operations Day 1
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
100’s of free ppt’s from library
4.2 Operations with Matrices Scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Unit 6 : Matrices.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Unit 3: Matrices.
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.
AIM: How do we perform basic matrix operations? DO NOW:  Describe the steps for solving a system of Inequalities  How do you know which region is shaded?
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
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.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
Matrix Operations.
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-
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,
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
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.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
Matrices.
MTH108 Business Math I Lecture 20.
Sections 2.4 and 2.5 Matrix Operations
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Linear Algebraic Equations and Matrices
What we’re learning today:
Introduction To Matrices
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..
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
Warmup Solve each system of equations. 4x – 2y + 5z = 36 2x + 5y – z = –8 –3x + y + 6z = 13 A. (4, –5, 2) B. (3, –2, 4) C. (3, –1, 9) D. no solution.
25. Basic matrix operations
Math-2 (honors) Matrix Algebra
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
2.2 Introduction to Matrices
Matrices.
3.5 Perform Basic Matrix Operations
Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrix Operations Ms. Olifer.
What is the dimension of the matrix below?
Matrix Operations SpringSemester 2017.
Matrix A matrix is a rectangular arrangement of numbers in rows and columns Each number in a matrix is called an Element. The dimensions of a matrix are.
1.8 Matrices.
Introduction to Matrices
Presentation transcript:

7.3 Matrices

Matrix A matrix is a rectangular array of elements. An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural of matrix) may be used to display information and to solve systems of linear equations. The numbers in the rows and columns of a matrix are called the elements of the matrix.

Dimensions of a Matrix The dimensions of a matrix may be indicated with the notation r  s, where r is the number of rows and s is the number of columns of a matrix. A matrix that contains the same number of rows and columns is called a square matrix. Example: 3  3 square matrices:

Addition and Subtraction of Matrices Two matrices can only be added or subtracted if they have the same dimensions. The corresponding elements of the two matrices are either added or subtracted.

Example: Adding Matrices Example: Find A + B. Solution: A + B

Practice Problem: Determine A - B

Scalar Multiplication A matrix may be multiplied by a real number, a scalar, by multiplying each entry in the matrix by the real number. Determine 3A

Multiplication of Matrices Multiplication of matrices is possible only when the number of columns in the first matrix is the same as the number of rows of the second matrix. In general,

Example: Multiplying Matrices Solution:

Practice: Determine A X B

Example: Identity Matrix in Multiplication Use the multiplicative identity matrix for a 2  2 matrix and matrix A to show that Solution: The identity matrix is

Example: Identity Matrix in Multiplication continued

Multiplicative Identity Matrix Square matrices have a multiplicative identity matrix. The following are the multiplicative identity for a 2 by 2 and a 3 by 3 matrix. For any square matrix A, A  I = I  A = A.

Homework P. 411 # 12 – 54 (x3)