MTH108 Business Math I Lecture 20.

Slides:



Advertisements
Similar presentations
4.1 Introduction to Matrices
Advertisements

Precalculus Lesson 7.2 Matrix Algebra 4/6/2017 8:43 PM
Chapter Matrices Matrix Arithmetic
Matrices & Systems of Linear Equations
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Matrices MSU CSE 260.
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 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
ECON 1150 Matrix Operations Special Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
Review of Matrices Or A Fast Introduction.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Linear Algebra 1.Basic concepts 2.Matrix operations.
Operations with Matrices
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
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.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
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.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
MATRICES Operations with Matrices Properties of Matrix Operations
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.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
College Algebra Chapter 6 Matrices and Determinants and Applications
MATRICES.
Linear Algebra review (optional)
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Algebra Lecture 2.
Chapter 7 Matrix Mathematics
Matrix Operations.
MATHEMATICS Matrix Multiplication
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
7.3 Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
MATRICES MATRIX OPERATIONS.
Lecture 11 Matrices and Linear Algebra with MATLAB
Section 2.4 Matrices.
Matrices and Matrix Operations
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

MTH108 Business Math I Lecture 20

Chapter 9 Matrix Algebra

Objectives Provide an understanding of the nature of the matrix and matrix representation of data Provide an understanding of the algebra of matrices Provide applications of matrices and matrix algebra

Main Topics Introduction to matrices Special types of matrices Matrix operations The determinant The inverse of a matrix Some applications

Review Matrix: need; definition Basic facts: notation; elements; dimension; examples Types of matrices: row vector; column vector; square matrix; identity matrix; diagonal matrix; zero matrix Transpose of a matrix Matrix operations: addition; subtraction; scalar multiplication Properties of matrix operations

Today’s Topics Matrix operations; matrix multiplication Representation of system of equations

Matrix multiplication Assume that a matrix A having dimension is to be multiplied with matrix having dimension . The product C = AB is to be defined a matrix of order whose entry in ith row and jth column is obtained as: Sum the products formed by multiplying in order each entry in row I of A by the corresponding entry in column j of B.

Properties The matrix product AB is defined when rows of A is equal to the columns of B. The resulting product will have the order of row of A and column of B. The order of multiplication matters.

Examples 1) 2)

Examples 3)

Examples 3)

Examples 4) 5)

Examples 6)

Examples 7) Cost Vector Suppose that the prices for products A, B and C are given by the price vector If quantities of A, B and C that are purchased are given by the column vector

Examples 7) Cost Vector Then total cost C is given by:

Properties of matrix multiplication

Equality of matrices Definition: Two matrices A and B are equal if and only if, they have the same dimension and e.g.

A matrix equation can define a system of equations. E.g.

Solve the equation

Representation of an equation An equation may be represented using the matrix form. E.g.

Representation of an equation A linear equation of the form

Representation of system of equations A system of equations of the form

Consider the system of equations

The system of equations

Summary Matrix multiplication Properties Equality of matrices Matrix equation System of equations Section 9.3 Follow up exercises