Chapter 2 Matrices Definition of a matrix.

Slides:



Advertisements
Similar presentations
Elementary Linear Algebra Anton & Rorres, 9th Edition
Advertisements

Applied Informatics Štefan BEREŽNÝ
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates.
Matrices & Systems of Linear Equations
3_3 An Useful Overview of Matrix Algebra
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Matrix Operations. Matrix Notation Example Equality of Matrices.
Matrices and Systems of Equations
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.
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.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices and Determinants
Chapter 3 The Inverse. 3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is.
Chapter 5 Determinants.
Matrices The Basics Vocabulary and basic concepts.
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.
A matrix having a single row is called a row matrix. e.g.,
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
1 Operations with Matrice 2 Properties of Matrix Operations
1 Statistical Analysis Professor Lynne Stokes Department of Statistical Science Lecture 5QF Introduction to Vector and Matrix Operations Needed for the.
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.
Compiled By Raj G. Tiwari
ECON 1150 Matrix Operations Special Matrices
8.1 Vector spaces A set of vector is said to form a linear vector space V Chapter 8 Matrices and vector spaces.
Presentation on Matrices and some special matrices In partial fulfillment of the subject Vector calculus and linear algebra ( ) Submitted by: Agarwal.
 Row and Reduced Row Echelon  Elementary Matrices.
Modern Navigation Thomas Herring
ENM 503 Block 2 Lesson 7 – Matrix Methods
Matrices & Determinants Chapter: 1 Matrices & Determinants.
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,
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.
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.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
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.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
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,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
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, Vectors, Determinants.
Lecture XXVI.  The material for this lecture is found in James R. Schott Matrix Analysis for Statistics (New York: John Wiley & Sons, Inc. 1997).  A.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
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 Introduction.
Matrices and Vector Concepts
Lecture 2 Matrices Lat Time - Course Overview
Matrices and vector spaces
Matrix Operations SpringSemester 2017.
Lecture 11 Matrices and Linear Algebra with MATLAB
Matrices Introduction.
Matrices and Matrix Operations
Matrix Definitions It is assumed you are already familiar with the terms matrix, matrix transpose, vector, row vector, column vector, unit vector, zero.
Matrix Operations SpringSemester 2017.
Presentation transcript:

Chapter 2 Matrices Definition of a matrix

A system of 3 equations: Represented by a matrix:

Types of Matrices Square matrix: # of rows = # of columns upper triangular matrix strictly upper triangular matrix

lower triangular matrix strictly lower triangular matrix diagonal matrix

banded matrix a square matrix with elements of zero except for the principal diagonal and values in the positions adjacent to the diagonal. tridiagonal matrix

unit matrix: 1 on the principal diagonal null matrix: All elements are zero.

symmetric matrix: a square matrix in which skew-symmetric matrix: a square matrix in which for all i and j

transpose of matrix A: AT (AT) T = A

Matrix Operations Matrix equality Matrix addition and subtraction C = A + B = B + A (commutative) C = A - B

Example: Matrix addition and subtraction

Matrix Multiplication One example

Rules of Matrix Multiplication # of columns in A = # of rows in B # of rows in C = # of rows in A # of columns in C = # of columns in B

5. Matrix multiplication is not commutative 6. Matrix multiplication is associative

Example: Matrix Multiplication

Matrix Multiplication by a Scalar An example:

Matrix Inversion where A-1 is the inverse of A, and I is the unit matrix

Example: Matrix Inversion

Matrix Singularity If the inverse of a matrix A exists, then A is said to be nonsingular. If the inverse of a matrix A does not exist, then A is said to be singular. If matrix A is singular, then the linear system of simultaneous equations represented by A has no unique solution.

There are an infinite number of solutions if 2a = b. There is no feasible solution if 2a  b. Thus matrix A is singular.

trace of a square matrix = sum of diagonal elements matrix augmentation: addition of a column or columns to the initial matrix

matrix partition

Vectors Column vector Row vector Vectors of two ordinates

orthogonal vectors Two vectors are said to be orthogonal if their product is equal to zero. If two vector are orthogonal, they are perpendicular to each other in the n-dimensional space.

normalized vectors A vector is normalized by dividing each element by its length. A normalized vector has a length 1. Two vectors that are both normalized and orthogonal to each other are said to be orthonormal vectors.

Example: Vectors

Normalized vectors:

Determinants A determinant of a matrix A is denoted by |A|. The determinant of a 22 matrix: The determinant of a 33 matrix:

The determinant of an nn matrix: The minor of aij, denoted by Aij, is the matrix after removing row i and column j. The determinant of an nn matrix: The general expression for the determinant of an nn matrix:

Example: Matrix Determinant with the first row and their minors:

with the second column and their minors: Since |A|=0, A is a singular matrix; that is the inverse of A doest not exist.

Properties of Determinants 1. If the values in any row (column) are proportional to the corresponding values in another row(column), the determinant equals zero

2. If all the elements in any row(column) equal zero, the determinant equals zero. 3. If all the elements of any row(column) are multiplied by a constant c, the value of the determinant is multiplied by c.

4. The value of the determinant is not changed by adding any row (column) multiplied by a constant c to another row (column). 5. If any two rows (columns) are interchanged, the sign of the determinant is changed.

6. The determinant of a matrix equals that of its transpose; that is, |A| = |AT|. 7. If a matrix A is placed in diagonal form, then the product of the elements on the diagonal equals the determinant of A.

8. If a matrix A has a zero determinant, then A is a singular matrix; that is, the inverse of A does not exist.

Rank of A Matrix A matrix of r rows and c columns is said to be of order r by c. If it is a square matrix, r by r, then the matrix is of order r. The rank of a matrix equals the order of highest-order nonsingular submatrix.

Example 1: Rank of Matrix 3 square submatrices: Each of these has a determinant of 0, so the rank is less than 2. Thus the rank of R is 1.

Example 2: Rank of Matrix Since |A|=0, the rank is not 3. The following submatrix has a nonzero determinant: Thus, the rank of A is 2.