4.1 An Introduction to Matrices Katie Montella Mod. 6 5/25/07.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Adding & Subtracting Matrices
4.1 Introduction to Matrices
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 4-1 Systems of Equations and Inequalities Chapter 4.
Maths for Computer Graphics
Solving systems using matrices
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
Section 8.1 – Systems of Linear Equations
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
ECON 1150 Matrix Operations Special Matrices
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Section 1.1 Introduction to Systems of Linear Equations.
1.1.2 INTRODUCTION TO SYSTEMS OF LINEAR EQUATIONS Chapter 1: Systems of Linear Equations and Matrices SWBAT: Redefine algebraic operations as Elementary.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
Section 3.6 – Solving Systems Using Matrices
Matrices.
MCV4U1 Matrices and Gaussian Elimination Matrix: A rectangular array (Rows x Columns) of real numbers. Examples: (3 x 3 Matrix) (3 x 2 Matrix) (2 x 2 Matrix)
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:
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Algebra II Honors Problem of the Day Homework page eoo The following system has been solved and there are infinite solutions in the form of (
10.3 Systems of Linear Equations: Matrices. A matrix is defined as a rectangular array of numbers, Column 1Column 2 Column jColumn n Row 1 Row 2 Row 3.
Matrices and Systems of Equations
4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
8.2 Operations With Matrices
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-
Table of Contents Matrices - Definition and Notation A matrix is a rectangular array of numbers. Consider the following matrix: Matrix B has 3 rows and.
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)
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
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.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Matrices and systems of Equations. Definition of a Matrix * Rectangular array of real numbers m rows by n columns * Named using capital letters * First.
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.
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Introduction to Matrices
Matrix Operations.
Introduction To Matrices
Matrix Operations.
Matrix Operations SpringSemester 2017.
Systems of Linear Equations
Matrices.
7.3 Matrices.
Introduction to Matrices
4-2 Adding & Subtracting Matrices
MATRICES MATRIX OPERATIONS.
Matrix Solutions to Linear Systems
Matrices.
[MATRICES ].
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrices.
Matrices.
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.
[MATRICES ].
Chapter 7 Section 7.2 Matrices.
Presentation transcript:

4.1 An Introduction to Matrices Katie Montella Mod. 6 5/25/07

Matrices A matrix is just a rectangular array of numbers. Now you need to know about rows and columns.

Rows and Columns Rows go this way  Columns go this way 

Sample Problem [ 5x ] = [ y ] [5x + 4y] [10] You want to solve for x and y Since the matrices are equal, the corresponding elements are equal. 5x = y 5x + 4y = 10

Sample Problem The first equation gives a value for y that can be substituted into the second equation to find the value of x. 5x + 4y = 10 5x + 4(5x) = 10 5x + 20x = = 10x x = 2/5

Sample Problem To find the value of y, substitute 2/5 into either equation. 5x = y 5(2/5) = y 2 = y The solution is (2/5, 2).

Practice Problems 1.) [2x] = [40 + 2y] [ y ] = [ 5 – 4x ] Try to solve this problem by yourself.

#1 work 2x = y y = 5 – 4x

#1 work 2x = (5 – 4x) 2x = – 8x 2x = 50 – 8x 2x + 8x = 50 10x = 50 x = 5

# 1 Work y = 5 – 4x y = 5 – 4(5) y = 5 – 20 y = -15 Solution is (5, -15).

Practice Problems 2.) [ 2x ] = [ y ] [2x + 3y] = [12] Try to solve this by yourself.

#2 Work 2x = y 2x+ 3y = 12

# 2 Work 2x +3(2x) = 12 2x + 6x = 12 8x = 12 x =1.5

# 2 Work 2x = y 2(1.5) = y 3 = y The solution is (1.5, 3).

The End.