All About Matrices.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Maths for Computer Graphics
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.
13.1 Matrices and Their Sums
Class Opener:. Identifying Matrices Student Check:
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.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
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-
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
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.
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
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.
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Sections 2.4 and 2.5 Matrix Operations
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Welcome!  Please grab your Textbook,
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Matrix Operations.
Matrix Operations Free powerpoints at
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.
Introduction to Matrices
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
Worksheet Key 12/1/2018 8:08 PM Multiply Matrices.
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Matrices Elements, Adding and Subtracting
Bellwork Change to Addition
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
( ) ( ) ( ) ( ) Matrices Order of matrices
Section 2.4 Matrices.
2.2 Introduction to Matrices
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
[MATRICES ].
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
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.
[MATRICES ].
Introduction to Matrices
Presentation transcript:

All About Matrices

Any rectangular array of numbers in rows and columns, usually surrounded by square brackets. The size or dimension is important. The contents of the matrix are called its elements. What is a Matrix? Brackets

Properties of Matrices The number of rows is always reported before the number of columns. Rows go across Columns go up and down Dimension: This is a 3 x 2 matrix Because you have 3 rows and 2 columns [ ] 2 4 6 9 5 3 Element (1,2) = 4 Element(3,2) = 3

This matrice has 2 rows and 3 columns. The dimension of this matrice is (2 x 3)

Give the dimensions of the following matrices Examples Give the dimensions of the following matrices 1.) 2.)

Examples [ ] [ ] [ ] -4 12 6 12 –3 8 4 3 4 8 8 4 5 6 2 3 4 4 4 6

Examples Construct a (2 x 4) matrice that has an element at (2, 3) = 0 1.) Construct a (2 x 4) matrice that has an element at (2, 3) = 0   2.) Construct a (2 x 1) matrice that has an element at (2, 1) = -3

Examples 1.) 2.)

Discover the Math – page 52 Thomas’s Report for November Sales white black S T T = T-shirts S = sweatshirts What does element (1,1) represent? Row 1, Column 1 What does element (2,2) represent? Row 2, Column 2

Discover the Math – page 52 Thomas’s Report for December Sales white black s t T = T-shirts S = sweatshirts What does element (1,1) represent? What does element (2,2) represent?

Discover the Math – page 52 Thomas’s Report for Nov/Dec Sales white black s t T = T-shirts S = sweatshirts Dimensions are (2 x 2)

Discover the Math – page 52 Thomas’s Report for November Sales white black s t T = T-shirts S = sweatshirts What does element (1,1) represent? What does element (2,2) represent?

Adding & Subtracting Matrices You can only add two matrices if they have the same dimension. + = =

Adding & Subtracting Matrices = +

+ = YOU CANNOT ADD/SUBTRACT MATRICES WITH DIFFERENT DIMENSIONS. Not Possible + = (2 x 3) (3 x 1)

(Scalar) x (Matrice) 3 x = 2 x =

Assignment Page 56 Communicate the Key Ideas 1, 3, 4