Matrix Algebra HGEN619 class 2005. Heuristic You already know a lot of it Economical and aesthetic Great for statistics.

Slides:



Advertisements
Similar presentations
Section 13-4: Matrix Multiplication
Advertisements

3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Review of Matrix Algebra
Matrix Algebra International Workshop on Methodology for Genetic Studies Boulder Colorado March 2006.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Pam Perlich Urban Planning 5/6020
Intro to Matrices Don’t be scared….
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
DETERMINANTS AND INVERSE MATRICES. I. Determinants of 2x2 A. Formula.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
ECON 1150 Matrix Operations Special Matrices
Review of Matrices Or A Fast Introduction.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Lecture 28: Mathematical Insight and Engineering.
Unit 6 : Matrices.
Unit 3: Matrices.
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.
Class Opener:. Identifying Matrices Student Check:
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
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
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
SHOP ATVRADIO DAY 153 DAY 278 DAY 345 SHOP BTVRADIO DAY 194 DAY 285 DAY 363 TOTALTVRADIO DAY 1147 DAY DAY 3108 This can be written in matrix form.
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.
Use Inverse Matrices to Solve Linear Systems Objectives 1.To find the inverse of a square matrix 2.To solve a matrix equation using inverses 3.To solve.
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,
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
Linear Algebraic Equations and Matrices
12-1 Organizing Data Using Matrices
Linear Algebra review (optional)
Matrix Algebra HGEN619 class 2006.
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Matrix Operations.
Linear Algebraic Equations and Matrices
Matrix Operations.
Matrix Operations SpringSemester 2017.
WarmUp 2-3 on your calculator or on paper..
Warm-up a. Solve for k: 13 −5
7.3 Matrices.
27. Determinants and Inverses
MATRICES MATRIX OPERATIONS.
Lecture 11 Matrices and Linear Algebra with MATLAB
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
( ) ( ) ( ) ( ) Matrices Order of matrices
Matrices.
Linear Algebra review (optional)
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Matrix Algebra HGEN619 class 2005

Heuristic You already know a lot of it Economical and aesthetic Great for statistics

What you know All about (1x1) matrices OperationExampleResult Addition2 + 2 Subtraction5 - 1 Multiplication2 x 2 Division12 / 3

What you know All about (1x1) matrices OperationExampleResult Addition Subtraction5 – 14 Multiplication2 x 24 Division12 / 34

What you may guess Numbers can be organized in boxes, e.g.

What you may guess Numbers can be organized in boxes, e.g.

Matrix Notation

Many Numbers

Matrix Notation

Useful Subnotation

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 A number can be divided by another number - How do you divide matrices? Note that a / b = a x 1 / b And that a x 1 / a = 1 1 / a is the inverse of a

Unany operations: Inverse Matrix ‘equivalent’ of 1 is the identity matrix Find A -1 such that A -1 * A = I

Unary Operations: Inverse Inverse of (2 x 2) matrix  Find determinant  Swap a 11 and a 22  Change signs of a 12 and a 21  Divide each element by determinant  Check by pre- or post-multiplying by inverse

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  A determinant is a scalar number which is calculated from a matrix. This number can determine whether a set of linear equations are solvable, in other words whether the matrix can be inverted.

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