2.2 Introduction to Matrices

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Maths for Computer Graphics
Matrix Definition A Matrix is an ordered set of numbers, variables or parameters. An example of a matrix can be represented by: The matrix is an ordered.
Matrices The Basics Vocabulary and basic concepts.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Fundamentals of matrices
100’s of free ppt’s from library
Warm-up 1.Review notes from Friday. 2.What is the dimension of the matrix below?
4.1 Using Matrices to Represent Data
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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?
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
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.
Section 9-1 An Introduction to Matrices Objective: To perform scalar multiplication on a matrix. To solve matrices for variables. To solve problems using.
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.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
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.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
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 Free powerpoints at
WarmUp 2-3 on your calculator or on paper..
Warm-up a. Solve for k: 13 −5
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
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.
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
Matrices.
[MATRICES ].
Matrix Operations Chapter 4, Sections 1, 2, 3.
3.5 Perform Basic Matrix Operations
Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
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.
[MATRICES ].
Introduction to Matrices
Presentation transcript:

2.2 Introduction to Matrices

Vocabulary A matrix is a rectangular array of terms called elements. The periodic table is a “sort of” matrix. The elements are arranged in rows and columns. These rows and columns are enclosed in square brackets.

The Matrix A matrix with m rows (horizontal) and n columns (vertical) is called an m x n matrix. Square matrices occur when m = n.

More examples A matrix with only one column is a vector.

Equal matrices Two matrices are considered equal iff they have equal dimensions and identical elements (in the same positions). ie. The element in row m, column n in one matrix is exactly the same as the element in row m, column n in the other.

Example

Adding Matrices The sum of two m x n matrices is an m x n matrix whose elements are the sum of the corresponding elements of the given matrices. ie. Add the corresponding elements.

Subtracting Matrices Same thing as adding.

Multiplying by a constant The scalar multiple of a matrix results in a matrix in which each element has been multiplied by the scalar. ie. Multiply all elements by the scalar.

Example

Example

Homework Pg. 68 # 16-24 [4], 25-28 [2]