3.5 Perform Basic Matrix Operations

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

4.1 Introduction to Matrices
Maths for Computer Graphics
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
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
Unit 6 : 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.
13.1 Matrices and Their Sums
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?
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.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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 Operations.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 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.
Matrix Operations.
MATRIX: A rectangular arrangement of numbers in rows and columns. The ORDER of a matrix is the number of the rows and columns. The ENTRIES are the numbers.
Section 3.5 Revised ©2012 |
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-
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.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
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.
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.
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.
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Introduction to Matrices
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.
Matrix Operations Free powerpoints at
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Operations.
Matrices Elements, Adding and Subtracting
Math-2 (honors) Matrix Algebra
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
2.2 Introduction to Matrices
Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
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.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

3.5 Perform Basic Matrix Operations

A Matrix Is a rectangular arrangement of elements in rows and columns. The elements in a matrix are called it’s entries.

For Example Matrix A has dimension 2 x 4 (we say 2 by 4) columns a 6 5 7 -2 5 y x columns rows A= Matrix A has dimension 2 x 4 (we say 2 by 4) 3 2 6 B= Matrix B is a column matrix with dimension 3 x 1 5 -2 x z C= Matrix C is a 1 x 4 row matrix

A square Matrix has the same number of rows and columns. A matrix whose entries are all zeros is called the Zero Matrix. Two matrices are equal if their dimensions are the same and the entries in corresponding positions are equal.

Are matrices C and D equal? Z 5 4 -3 A= Z 5 4 -3 B= Matrix A and matrix B are both 2 x 2 and have the same elements in the same corresponding entries, so they are equal. 3 4 7 -9 f z s -2 C= 2 1 D= Are matrices C and D equal? No, they have different number of columns and rows and different elements.

In Matrix algebra, a real number is often called a scalar In Matrix algebra, a real number is often called a scalar. To multiply a matrix by a scalar, you multiply each entry in the matrix by the scalar. This process is called scalar multipliciation. scalar 5 6 7 -2 2 10 12 14 -4 = Solve the following problem involving matrices: 2x+1 6y-4 5 2 = 2x+1=5 6y-4=2 +4 +4 -1 -1 6y = 6 2x = 4 6 6 2 2 y= 1 x= 2

We can do Matrix Arithmetic like ADDITION or Subtraction 2 3 -2 5 4 6 7 10 + = = 6 9 5 15 2+4 3+6 -2+7 5+10 6 8 7 2 4 10 - = = 4 -8 6-2 8-4 7-7 2-10 3 -2 4 1 2 1 0 2 3 + = 6 -4 8 2 1 0 2 3 + 7 -4 10 5 = Notice that matrices that are added or subtracted have the same dimensions.