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.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Maths for Computer Graphics
Matrices and Systems of Equations
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Chapter 2 Matrices Definition of a matrix.
1 Neural Nets Applications Vectors and Matrices. 2/27 Outline 1. Definition of Vectors 2. Operations on Vectors 3. Linear Dependence of Vectors 4. Definition.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
Matrices and Determinants
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
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
3.8 Matrices.
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.
259 Lecture 14 Elementary Matrix Theory. 2 Matrix Definition  A matrix is a rectangular array of elements (usually numbers) written in rows and columns.
Boyce/DiPrima 9th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
Compiled By Raj G. Tiwari
Section 4.1 Using Matrices to Represent Data. Matrix Terminology A matrix is a rectangular array of numbers enclosed in a single set of brackets. The.
Sundermeyer MAR 550 Spring Laboratory in Oceanography: Data and Methods MAR550, Spring 2013 Miles A. Sundermeyer Linear Algebra & Calculus Review.
ECON 1150 Matrix Operations Special Matrices
 Row and Reduced Row Echelon  Elementary Matrices.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
Chap. 2 Matrices 2.1 Operations with Matrices
ENM 503 Block 2 Lesson 7 – Matrix Methods
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
Overview Definitions Basic matrix operations (+, -, x) 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
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
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.
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.
Matrix Algebra and Regression a matrix is a rectangular array of elements m=#rows, n=#columns  m x n a single value is called a ‘scalar’ a single row.
13.1 Matrices and Their Sums
Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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 © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
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.
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.
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,
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.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Lecture 1 Linear algebra Vectors, matrices. Linear algebra Encyclopedia Britannica:“a branch of mathematics that is concerned with mathematical structures.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
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.
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 Introduction.
MAT 322: LINEAR ALGEBRA.
Boyce/DiPrima 10th ed, Ch 7.2: Review of Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
12-1 Organizing Data Using Matrices
L6 matrix operations.
Systems of First Order Linear Equations
Matrix Algebra.
2.2 Introduction to Matrices
Matrices Introduction.
Matrix Algebra.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Presentation transcript:

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 x n rectangular array of elements, arranged in m rows and n columns, denoted Some examples of 2 x 2 matrices are given below:

Transpose The transpose of A = (aij) is AT = (aji). For example,

Conjugate The conjugate of A = (aij) is A = (aij). For example,

Adjoint The adjoint of A is AT , and is denoted by A* For example,

Square Matrices A square matrix A has the same number of rows and columns. That is, A is n x n. In this case, A is said to have order n. For example,

Vectors A column vector x is an n x 1 matrix. For example, A row vector x is a 1 x n matrix. For example, Note here that y = xT, and that in general, if x is a column vector x, then xT is a row vector.

The Zero Matrix The zero matrix is defined to be 0 = (0), whose dimensions depend on the context. For example,

Matrix Equality Two matrices A = (aij) and B = (bij) are equal if aij = bij for all i and j. For example,

Matrix – Scalar Multiplication The product of a matrix A = (aij) and a constant k is defined to be kA = (kaij). For example,

Matrix Addition and Subtraction The sum of two m x n matrices A = (aij) and B = (bij) is defined to be A + B = (aij + bij). For example, The difference of two m x n matrices A = (aij) and B = (bij) is defined to be A - B = (aij - bij). For example,

Matrix Multiplication The product of an m x n matrix A = (aij) and an n x r matrix B = (bij) is defined to be the matrix C = (cij), where Examples (note AB does not necessarily equal BA):

Vector Multiplication The dot product of two n x 1 vectors x & y is defined as The inner product of two n x 1 vectors x & y is defined as Example:

Vector Length The length of an n x 1 vector x is defined as Note here that we have used the fact that if x = a + bi, then Example:

Orthogonality Two n x 1 vectors x & y are orthogonal if (x,y) = 0. Example:

Identity Matrix The multiplicative identity matrix I is an n x n matrix given by For any square matrix A, it follows that AI = IA = A. The dimensions of I depend on the context. For example,

Inverse Matrix A square matrix A is nonsingular, or invertible, if there exists a matrix B such that that AB = BA = I. Otherwise A is singular. The matrix B, if it exists, is unique and is denoted by A-1 and is called the inverse of A. It turns out that A-1 exists iff detA  0, and A-1 can be found using row reduction (also called Gaussian elimination) on the augmented matrix (A|I), see example on next slide. The three elementary row operations: Interchange two rows. Multiply a row by a nonzero scalar. Add a multiple of one row to another row.

Example: Finding the Identity Matrix (1 of 2) Use row reduction to find the inverse of the matrix A below, if it exists. Solution: If possible, use elementary row operations to reduce (A|I), such that the left side is the identity matrix, for then the right side will be A-1. (See next slide.)

Example: Finding the Identity Matrix (2 of 2) Thus

Matrix Functions The elements of a matrix can be functions of a real variable. In this case, we write Such a matrix is continuous at a point, or on an interval (a, b), if each element is continuous there. Similarly with differentiation and integration:

Example & Differentiation Rules Many of the rules from calculus apply in this setting. For example: