Unit 1 MATRICES Dr. Shildneck Fall, 2015. WHAT IS A MATRIX? A Matrix is a rectangular array of numbers placed inside brackets. A Matrix is a rectangular.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

4.1 Introduction to Matrices
Chapter Matrices Matrix Arithmetic
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,
Module 6 Matrices & Applications Chapter 26 Matrices and Applications I.
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
4.1 Using Matrices to Represent Data
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Section 3.6 – Solving Systems Using Matrices
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
13.1 Matrices and Their Sums
Section 9.4 Systems of Linear Equations: Matrices
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
BUSINESS MATHEMATICS & STATISTICS. Lecture 8 Discount_interest 1.
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.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
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 and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
What is a Matrices? A matrix is a rectangular array of data entries (elements) displayed in rows and columns and enclosed in brackets. The number of rows.
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.
14.1 Matrix Addition and Scalar Multiplication OBJ:  To find the sum, difference, or scalar multiples of matrices.
4.1 An Introduction to Matrices Katie Montella Mod. 6 5/25/07.
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.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
Matrices.
13.4 Product of Two Matrices
Matrix Operations Free powerpoints at
Matrix Operations.
3.1 Introduction to Determinants
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
7.3 Matrices.
Introduction to Matrices
Taking Unit 1 Test #2 Today --- AL
4-1 Organizing Data Into Matrices
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Unit 1 MATRICES Dr. Shildneck Fall, 2015.
[MATRICES ].
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
Matrices.
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.
[MATRICES ].
Presentation transcript:

Unit 1 MATRICES Dr. Shildneck Fall, 2015

WHAT IS A MATRIX? A Matrix is a rectangular array of numbers placed inside brackets. A Matrix is a rectangular array of numbers placed inside brackets. The plural form is “MATRICES.” The plural form is “MATRICES.”

The DIMENSIONS of a Matrix indicate its size. The DIMENSIONS are determined by the number of rows and columns in the array. The DIMENSIONS are determined by the number of rows and columns in the array. Rows are lists of numbers across the array. Rows are lists of numbers across the array. Columns are lists down the array. Columns are lists down the array.

DIMENSIONS Determine the dimensions of the matrix.

Equal Matrices For two matrices to be equal, 1. They have to be the same size. 2. Each entry (in corresponding positions) must be equal.

Equal Matrices Determine the values of the unknowns that make the two matrices equal.

Special Matrices Number Matrix (1x1) Row Matrix (1xN) Column Matrix (Nx1) Square Matrix (NxN) Zero Matrix: All entries are zero

Notations with Matrices A matrix can be given a “Name.” Typically use a capital letter. The entries in a named matrix also have names given by the same lowercase letter and a subscript that refers to its position (row, column)

Notations with Matrices 1) a 11 2) a 32 3) a 23

Tables and Matrices A matrix can also be though of as a table of data. Matrices are often created from data so that the information can be utilized more efficiently by computers and analysts.

Tables and Matrices Create an appropriate matrix for the data provided. Laps RunPractice Day STUDENT MondayTuesdayWednesday Billy589 Nancy789 Sam51012

ASSIGNMENT Assignment #3 WS Introduction to Matrices