Boyce/DiPrima 10th ed, Ch 7.2: Review of Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.

Slides:



Advertisements
Similar presentations
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Advertisements

Matrices & Systems of Linear Equations
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Matrices and Systems of Equations
Chapter 2 Matrices Definition of a matrix.
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.
Matrices and Determinants
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
A matrix having a single row is called a row matrix. e.g.,
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
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
ECON 1150 Matrix Operations Special Matrices
 Row and Reduced Row Echelon  Elementary Matrices.
Chap. 2 Matrices 2.1 Operations with Matrices
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
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.
13.1 Matrices and Their Sums
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 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.
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,
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.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
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.
Linear Algebra by Dr. Shorouk Ossama.
Matrices Introduction.
Elementary Matrix Theory
2. Matrix Methods
MAT 322: LINEAR ALGEBRA.
3.8 Matrices L Al-zaid Math1101.
Sections 2.4 and 2.5 Matrix Operations
nhaa/imk/sem /eqt101/rk12/32
Linear Algebra Lecture 2.
7.7 Determinants. Cramer’s Rule
Discrete Structures – CNS2300
CHAPTER 2 MATRICES Determinant Inverse.
Boyce/DiPrima 10th ed, Ch 6.3: Step Functions Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
5 Systems of Linear Equations and Matrices
L6 matrix operations.
Boyce/DiPrima 10th ed, Ch 7.7: Fundamental Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
Matrix Operations SpringSemester 2017.
Systems of First Order Linear Equations
Sequences and Summations
Matrix Algebra.
Boyce/DiPrima 10th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
Chapter 1 Matrices and Systems of Equations Basil Hamed
CSE 541 – Numerical Methods
Section 2.4 Matrices.
2.2 Introduction to Matrices
Matrices Introduction.
CS100: Discrete structures
Matrices and Matrix Operations
Section 9.5 Inverses of Matrices
Matrix Algebra.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Laboratory in Oceanography: Data and Methods
Matrix Operations SpringSemester 2017.
3.8 Matrices L Al-zaid Math1101.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Applied Discrete Mathematics Week 4: Functions
Matrices and Determinants
Presentation transcript:

Boyce/DiPrima 10th ed, Ch 7.2: Review of Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and Richard C. DiPrima, ©2013 by John Wiley & Sons, Inc. For theoretical and computational 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):

Example 1: Matrix Multiplication To illustrate matrix multiplication and show that it is not commutative, consider the following matrices: From the definition of matrix multiplication we have:

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 2: Finding the Inverse of a 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 2: Finding the Inverse of a 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: