Learning Objectives To apply the summation and product notation To define a matrix To solve problems on matrix summation, subtraction and multiplication.

Slides:



Advertisements
Similar presentations
Warm-Up 1.Is matrix multiplication commutative? P 539 # 1,3,5, 11 a b c and d, 19, 20, 32.
Advertisements

Chapter Matrices Matrix Arithmetic
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Matrices & Systems of Linear Equations
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Matrices The Basics Vocabulary and basic concepts.
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.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
1 Operations with Matrice 2 Properties of Matrix Operations
Basics of Linear Algebra A review?. Matrix  Mathematical term essentially corresponding to an array  An arrangement of numbers into rows and columns.
Compiled By Raj G. Tiwari
ECON 1150 Matrix Operations Special Matrices
Matrices Square is Good! Copyright © 2014 Curt Hill.
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Algebra. Quick Review Quick Review Solutions.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix Determinants and Inverses
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
8.1 Matrices & Systems of Equations
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Unit 6 : Matrices.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Unit 3: Matrices.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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.
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.
Section 1.4 Inverses; Rules of Matrix Arithmetic.
2x2 Matrices, Determinants and Inverses
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
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.
Matrices and Determinants
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.
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Mathematics Medicine What is meant by a matrix A matrix is a set of numbers arranged in the form of a rectangle and enclosed in curved brackets.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
3.8 Matrices L Al-zaid Math1101.
Matrices and Matrix Operations
Linear Algebraic Equations and Matrices
10.5 Inverses of Matrices and Matrix Equations
Finding the Inverse of a Matrix
Linear Algebraic Equations and Matrices
L6 matrix operations.
Section 7.4 Matrix Algebra.
Matrix Algebra.
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
Basics of Linear Algebra
Lecture 8 System of Linear Differential Equations fall semester
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
MATRICES MATRIX OPERATIONS.
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

Learning Objectives To apply the summation and product notation To define a matrix To solve problems on matrix summation, subtraction and multiplication To find the transpose of a matrix To calculate the inverse of a matrix

MonthsNew town Restaurant MoonbucksTeabeans May June July

* A (1 x n) matrix is also called a row vector. * An (m x 1) matrix is also called a column vector

Entry or element

* If A = (a ij ) and B = (b ij ), where A and B have the same order, we get A + B by adding corresponding entries a ij and b ij * Subtraction works in a similar way

* An (n x m)-matrix can be multiplied together with an (m x k)-matrix to give an (n x k)-matrix. * The first two matrices are said to be compatible for multiplication, or to be conformable B has order 4 x 3 AB exists and has order 2 x 3. A has order 2 x 4

RMIT University; Taylor's College * From a matrix A we get its transpose A T by interchanging the rows and columns * We write down each row of A as a column of a new matrix, which becomes A T (A + B) T = A T + B T (AB) T = B T A T

RMIT University; Taylor's College * Let n 1, n an integer. * The matrix is the identity matrix of order n * It has 1 everywhere in the leading diagonal (top left to bottom right), and 0 everywhere else * IA = A and AI = A whenever the product exists * Let n 1, n an integer. is the zero matrix of order n * O + A = A + O * O A = O (= A O possibly) Sometimes we just write I or O instead of I n or O n

RMIT University; Taylor's College * Given A, if we negate all the entries we get – A * Then A + (-A) = O = -A + A

RMIT University; Taylor's College

* Associated with any square matrix A is a special number called the determinant of A * It has a role in providing info about the extent to which A operates on a space of vectors to cause an expansion or contraction of that space * It is denoted by | A | or det A or det(A)

RMIT University; Taylor's College * In the 2 x 2 case, a general matrix is * Then the determinant is | A |, and we write

RMIT University; Taylor's College provided that ad – bc 0.

* A matrix is called singular if its determinant is zero * So weve seen that a square matrix is invertible if and only if it is nonsingular

RMIT University; Taylor's College Example 3.8.1