Module 6 Matrices & Applications Chapter 26 Matrices and Applications I.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

4.1 Introduction to Matrices
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Maths for Computer Graphics
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
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.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
Determinants 2 x 2 and 3 x 3 Matrices. Matrices A matrix is an array of numbers that are arranged in rows and columns. A matrix is “square” if it has.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Solving Systems of Equations by matrices
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Solutions to Linear Systems.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Section 3.6 – Solving Systems Using Matrices
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Unit 3: Matrices.
13.1 Matrices and Their Sums
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
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:
The goal is to give an introduction to the mathematical operations with matrices. A matrix is a 2-dimensional arrangement of (real valued) data. The data.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
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.
Unit 1 MATRICES Dr. Shildneck Fall, WHAT IS A MATRIX? A Matrix is a rectangular array of numbers placed inside brackets. A Matrix is a rectangular.
CS 450: COMPUTER GRAPHICS TRANSFORMATIONS SPRING 2015 DR. MICHAEL J. REALE.
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,
4.1 An Introduction to Matrices Katie Montella Mod. 6 5/25/07.
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.
Chapter 4 Section 1 Organizing Data into Matrices.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
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.
MTH108 Business Math I Lecture 20.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Matrix Operations Free powerpoints at
1.5 Matricies.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations.
Matrices and Data Holt Algebra 2.
Section 10.4 – Determinant of a SQUARE Matrix
Matrix Operations Free powerpoints at
7.3 Matrices.
Introduction to Matrices
Determinants 2 x 2 and 3 x 3 Matrices.
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Presented By Farheen Sultana Ist Year I SEM
Matrices and Data Holt Algebra 2.
3.5 Perform Basic Matrix Operations
Determinants 2 x 2 and 3 x 3 Matrices.
Matrices Introduction.
Chapter 4 Matrices & Determinants
Determinants 2 x 2 and 3 x 3 Matrices.
Determinants 2 x 2 and 3 x 3 Matrices.
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.
Chapter 7 Section 7.2 Matrices.
Presentation transcript:

Module 6 Matrices & Applications Chapter 26 Matrices and Applications I

26.1 What is a Matrix?   A matrix (plural matrices) is a rectangular array of numbers arranged in rows and columns.   The numbers in a matrix are called the elements of the matrix.

Matrix representation   The ORDER of a matrix = number of rows x number of columns   E.g. The matrix shown below has 3 rows and 2 columns. We say that   it is a 3 by 2 rectangular matrix and its order is 3 by 2 (3 x 2).

  Capital letters will be used to represent matrices.   In general, a matrix with m rows and n columns is known as an m x n matrix. The elements in a matrix are referred to by the row and then by the column position.   The element in the second row and the first column of matrix A is -1. This is represented as a 21 = -1

Row matrices   A matrix with one row is called a row matrix or row vector.

Column Matrices   A matrix with one column is called a column matrix or column vector

Square Matrices   A matrix with an equal number of rows and columns is called a square matrix

Matrix Notation  The location of each element in the matrix is specified by its row and column number.

Example   A is a 1x 3 row matrix. The number 3 is represented by a 13.   B is a 3x3 diagonal matrix. The element in the 2, 1 position is 0 and the number 3 is represented by b 33.   C is a 3x 1 column matrix. The element in the 2, 1 position is 1 and the number 3 is represented by c 11.   D is a 2. 4 matrix. The element in the 2, 1 position is 2 and the number 3 is represented by d 23.   E is not a matrix.

Entering a matrix into a graphics calculator  Refer to pages 695 & 696 of your text book for notes on how to enter a matrix on the Ti-Nspire CAS.