Matrix Operations.

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.
Fundamentals of matrices
100’s of free ppt’s from library
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
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.
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.
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: 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 |
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.
Matrix Operations.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
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.6 Multiplying Matrices Homework 3-17odd and odd.
Unit 1.8 – Perform Basic Matrix Operations. Unit 1 – Algebra: Linear Systems, Matrices, & Vertex- Edge Graphs  1.8 – Perform Basic Matrix Operations.
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.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
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.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
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.
13.4 Product of Two Matrices
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
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
What we’re learning today:
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.
Section 2.4 Matrices.
2.2 Introduction to Matrices
Objectives Multiply two matrices.
Matrix Operations Chapter 4, Sections 1, 2, 3.
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.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Matrix Operations

4.1 Questions to answer What is a matrix? How is it read? What is the dimension? What is scalar multiplication? How is it done? What are four properties of matrices?

What is a Matrix? 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 in the matrix. This order of this matrix is a 2 x 3. columns rows

Matrix (matrices) DEFINITION Row 1 Row 2 Row 3 Row m Column 1 Column 2

Example: Find the dimensions. A matrix of m rows and n columns is called a matrix with dimensions m x n. Example: Find the dimensions. 2 X 3 3 X 3 2 X 1 1 X 2

PRACTICE: Find the dimensions. 3 X 2 2 X 2 3 X 3 1 X 2 2 X 1 1 X 1

ADDITION and SUBTRACTION of MATRICES

To add matrices, we add the corresponding elements To add matrices, we add the corresponding elements. They must have the same dimensions. A + B

To subtract matrices, we subtract the corresponding elements To subtract matrices, we subtract the corresponding elements. The matrices must have the same dimensions.

PRACTICE PROBLEMS:

Scalar Multiplication: We multiply each # inside our matrix by k.

Examples:

What are your QUESTIONS?

Solving a Matrix Equation Solve for x and y: Solution Step 1: Simplify

Scalar Multiplication:

6x+8=26 6x=18 x=3 10-2y=8 -2y=-2 y=1

Properties of Matrix Operations p. 201 Let A,B, and C be matrices with the same dimension: Associative Property of Addition (A+B)+C = A+(B+C) Commutative Property of Addition A+B = B+A Distributive Property of Addition and Subtraction S(A+B) = SA+SB S(A-B) = SA-SB NOTE: Multiplication is not included!!!

Questions???!!!!

4.1 Questions to answer What is a matrix? How is it read? What is the dimension? A matrix is a rectangular arrangement of numbers in rows and columns. It is read by the rows and columns and the dimension tells the number of rows by columns. What is scalar multiplication? How is it done? Scalar multiplication is the “distributive law” for matrices. What are four properties of matrices? Associative for addition, commutative for addition, distributive for addition, and distributive for subtraction.

Assignment p. 203, 12-36 even, 37-41