Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Adding & Subtracting Matrices
4.1 Introduction to Matrices
Review of Matrix Algebra
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Matrix Algebra HGEN619 class Heuristic You already know a lot of it Economical and aesthetic Great for statistics.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Section 4.1 Using Matrices to Represent Data. Matrix Terminology A matrix is a rectangular array of numbers enclosed in a single set of brackets. The.
ECON 1150 Matrix Operations Special Matrices
4.2 An Introduction to Matrices Algebra 2. Learning Targets I can create a matrix and name it using its dimensions I can perform scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Matrix Multiplication The inner dimensions must be the same (or the number of columns in the first matrix is equal to the number of rows in the second.
13.1 Matrices and Their Sums
Matrices.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Class Opener:. Identifying Matrices Student Check:
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.
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.
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-
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
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.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
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)
4.1 An Introduction to Matrices Katie Montella Mod. 6 5/25/07.
Matrices Presentation by : Miss Matkar Pallavi. P.
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Warm-UP A = 7-310B = C =7-4Find:A 22 and C 31 97Find: the dimensions of each -88 Matrix Find: A + B and B – A and C + B.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Matrix Operations.
Matrix Algebra HGEN619 class 2006.
Mr. Hartzer, Hamtramck High School
Introduction to Matrices
Matrix Operations.
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrices.
Warm-up a. Solve for k: 13 −5
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
Introduction to Matrices
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
( ) ( ) ( ) ( ) Matrices Order of matrices
2.2 Introduction to Matrices
Matrices.
[MATRICES ].
3.5 Perform Basic Matrix Operations
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrices.
Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
[MATRICES ].
Presentation transcript:

Matrices

Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in a matrix; either a number or a constant. Dimension - number of rows by number of columns of a matrix. **A matrix is named by its dimensions.

Examples: Find the dimensions of each matrix. Dimensions: 3x2Dimensions: 4x1 Dimensions: 2x4

Different types of Matrices Column Matrix - a matrix with only one column. Row Matrix - a matrix with only one row. Square Matrix - a matrix that has the same number of rows and columns.

Equal Matrices - two matrices that have the same dimensions and each element of one matrix is equal to the corresponding element of the other matrix. *The definition of equal matrices can be used to find values when elements of the matrices are algebraic expressions.

* Since the matrices are equal, the corresponding elements are equal! * Form two linear equations. * Solve the system using substitution. Examples: Find the values for x and y

Set each element equal and solve! 2.

Matrix Operations  Addition  Subtraction  Multiplication  Inverse

Addition

Addition Conformability To add two matrices A and B:  # of rows in A = # of rows in B  # of columns in A = # of columns in B

Subtraction

Subtraction Conformability  To subtract two matrices A and B:  # of rows in A = # of rows in B  # of columns in A = # of columns in B

Multiplication Conformability  Regular Multiplication  To multiply two matrices A and B:  # of columns in A = # of rows in B  Multiply: A (m x n) by B (n by p)

Multiplication General Formula

Multiplication I

Multiplication II

Multiplication III

Multiplication IV

Multiplication V

Multiplication VI

Multiplication VII

Inner Product of a Vector  (Column) Vector c (n x 1)

Outer Product of a Vector  (Column) vector c (n x 1)

Inverse of 2 x 2 matrix  Find the determinant = (a 11 x a 22 ) - (a 21 x a 12 ) For det(A) = (2x3) – (1x5) = 1

Inverse of 2 x 2 matrix  Swap elements a 11 and a 22 Thus becomes

Inverse of 2 x 2 matrix  Change sign of a 12 and a 21 Thus becomes

Inverse of 2 x 2 matrix  Divide every element by the determinant Thus becomes (luckily the determinant was 1)

Inverse of 2 x 2 matrix  Check results with A -1 A = I Thus equals