🗊Презентация Inverse of a Square Matrix

Категория: Математика
Нажмите для полного просмотра!
Inverse of a Square Matrix, слайд №1Inverse of a Square Matrix, слайд №2Inverse of a Square Matrix, слайд №3Inverse of a Square Matrix, слайд №4Inverse of a Square Matrix, слайд №5Inverse of a Square Matrix, слайд №6Inverse of a Square Matrix, слайд №7Inverse of a Square Matrix, слайд №8Inverse of a Square Matrix, слайд №9Inverse of a Square Matrix, слайд №10Inverse of a Square Matrix, слайд №11Inverse of a Square Matrix, слайд №12Inverse of a Square Matrix, слайд №13Inverse of a Square Matrix, слайд №14Inverse of a Square Matrix, слайд №15Inverse of a Square Matrix, слайд №16Inverse of a Square Matrix, слайд №17Inverse of a Square Matrix, слайд №18

Вы можете ознакомиться и скачать презентацию на тему Inverse of a Square Matrix. Доклад-сообщение содержит 18 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





Learning Objectives for Section 4.5 
Inverse of a Square Matrix
The student will be able to identify identity matrices for multiplication.
The student will be able to find the inverse of a square matrix.
The student will be able to work with applications of inverse matrices such as cryptography.
Описание слайда:
Learning Objectives for Section 4.5 Inverse of a Square Matrix The student will be able to identify identity matrices for multiplication. The student will be able to find the inverse of a square matrix. The student will be able to work with applications of inverse matrices such as cryptography.

Слайд 2





Identity Matrix for Multiplication 
1 is called the multiplicative identity for real numbers since 			a(1) = (1)a  = a
For example 5(1) = 5
Описание слайда:
Identity Matrix for Multiplication 1 is called the multiplicative identity for real numbers since a(1) = (1)a = a For example 5(1) = 5

Слайд 3





Identity Matrices
2 x 2 identity matrix:
Описание слайда:
Identity Matrices 2 x 2 identity matrix:

Слайд 4





Identity Matrix Multiplication 
AI = A (Verify the multiplication)
We can also show that IA = A and in general AI = IA = A for all square matrices A.
Описание слайда:
Identity Matrix Multiplication AI = A (Verify the multiplication) We can also show that IA = A and in general AI = IA = A for all square matrices A.

Слайд 5





Inverse of a Matrix
All real numbers (excluding 0) have an inverse.
	For example
Описание слайда:
Inverse of a Matrix All real numbers (excluding 0) have an inverse. For example

Слайд 6





Matrix Inverses
Some (not all) square matrices also have matrix inverses 
If the inverse of a matrix A exists, we shall call it A-1
Then
Описание слайда:
Matrix Inverses Some (not all) square matrices also have matrix inverses If the inverse of a matrix A exists, we shall call it A-1 Then

Слайд 7





Inverse of a 2x2 Matrix 
There is a simple procedure to find the inverse of a two by two matrix. This procedure only works for the 2 x 2 case. 
An example will be used to illustrate the procedure.
Example: Find the inverse of
Описание слайда:
Inverse of a 2x2 Matrix There is a simple procedure to find the inverse of a two by two matrix. This procedure only works for the 2 x 2 case. An example will be used to illustrate the procedure. Example: Find the inverse of

Слайд 8





Inverse of a 2x2 matrix
(continued) 
Step 1: Determine whether or not the inverse actually exists. We define Δ = the difference of the product of the diagonal elements of the matrix.



In order for the inverse of a 2 x 2 matrix to exist, Δ cannot equal zero. 
If Δ happens to be zero, then we conclude the inverse does not exist, and we stop all calculations. 
In our case Δ = 2(2)-1(3) = 1, so we can proceed.
Описание слайда:
Inverse of a 2x2 matrix (continued) Step 1: Determine whether or not the inverse actually exists. We define Δ = the difference of the product of the diagonal elements of the matrix. In order for the inverse of a 2 x 2 matrix to exist, Δ cannot equal zero. If Δ happens to be zero, then we conclude the inverse does not exist, and we stop all calculations. In our case Δ = 2(2)-1(3) = 1, so we can proceed.

Слайд 9





Inverse of a 2x2 matrix
(continued)
Step 2. Reverse the entries on the main diagonal.
In this example, both entries are 2, and no change is visible.
Step 3. Reverse the signs of the other diagonal entries 3 and 1 so they become -3 and -1 
Step 4.  Divide each element of the matrix by which in this case is 1, so no apparent change will be noticed.
Описание слайда:
Inverse of a 2x2 matrix (continued) Step 2. Reverse the entries on the main diagonal. In this example, both entries are 2, and no change is visible. Step 3. Reverse the signs of the other diagonal entries 3 and 1 so they become -3 and -1 Step 4. Divide each element of the matrix by which in this case is 1, so no apparent change will be noticed.

Слайд 10





Inverse of a 2x2 matrix
(continued) 
The inverse of the matrix is then 
To verify that this is the inverse, we will multiply the original matrix by its inverse and hopefully obtain the 2 x 2 identity matrix:
Описание слайда:
Inverse of a 2x2 matrix (continued) The inverse of the matrix is then To verify that this is the inverse, we will multiply the original matrix by its inverse and hopefully obtain the 2 x 2 identity matrix:

Слайд 11





Inverse of a General
Square Matrix
1.	Augment the matrix with the n x n identity matrix. 
2.	Use elementary row operations to transform the matrix on the left side of the vertical line to the n x n identity matrix. The row operations are used for the entire row, so that the matrix on the right hand side of the vertical line will also change. 
3.	When the matrix on the left is transformed to the n x n identity matrix, the matrix on the right of the vertical line is the inverse.
Описание слайда:
Inverse of a General Square Matrix 1. Augment the matrix with the n x n identity matrix. 2. Use elementary row operations to transform the matrix on the left side of the vertical line to the n x n identity matrix. The row operations are used for the entire row, so that the matrix on the right hand side of the vertical line will also change. 3. When the matrix on the left is transformed to the n x n identity matrix, the matrix on the right of the vertical line is the inverse.

Слайд 12





Example:
Inverse of a 3x3 Matrix 
Find the inverse of 
Step 1. Multiply R1 by (-2) and add the result to R2. 
Step 2. Multiply R1 by 2 and add the result to R3
Описание слайда:
Example: Inverse of a 3x3 Matrix Find the inverse of Step 1. Multiply R1 by (-2) and add the result to R2. Step 2. Multiply R1 by 2 and add the result to R3

Слайд 13





Example
(continued)
Step 3. Multiply row 2 by (1/3) to get a 1 in the second row, first position.
Step 4. Add R2 to R1. 
Step 5. Multiply R2 by 4 and add the result to R3.
Step 6. Multiply R3 by 3/5 to get a 1 in the third row, third position.
Описание слайда:
Example (continued) Step 3. Multiply row 2 by (1/3) to get a 1 in the second row, first position. Step 4. Add R2 to R1. Step 5. Multiply R2 by 4 and add the result to R3. Step 6. Multiply R3 by 3/5 to get a 1 in the third row, third position.

Слайд 14





Example
(continued)
Step 7. Eliminate the (5/3) in the first row, third position by multiplying R3 by (-5/3) and adding result to R1. 
Step 8. Eliminate the (-4/3) in the second row, third position by multiplying R3 by (4/3) and adding result to R2. 
Step 9. You now have the identity matrix on the left, which is our goal.
Описание слайда:
Example (continued) Step 7. Eliminate the (5/3) in the first row, third position by multiplying R3 by (-5/3) and adding result to R1. Step 8. Eliminate the (-4/3) in the second row, third position by multiplying R3 by (4/3) and adding result to R2. Step 9. You now have the identity matrix on the left, which is our goal.

Слайд 15





Example
Solution 
The inverse matrix appears on the right hand side of the vertical line and is displayed below.  Many calculators as well as computers have software programs that can calculate the inverse of a matrix quite easily. If you have access to a TI 83, consult the manual to determine how to find the inverse using a calculator.
Описание слайда:
Example Solution The inverse matrix appears on the right hand side of the vertical line and is displayed below. Many calculators as well as computers have software programs that can calculate the inverse of a matrix quite easily. If you have access to a TI 83, consult the manual to determine how to find the inverse using a calculator.

Слайд 16





Application: 
Cryptography
Описание слайда:
Application: Cryptography

Слайд 17





Cryptography
(continued)
Описание слайда:
Cryptography (continued)

Слайд 18





Cryptography
(continued)
Then we multiply this matrix on the left by A:
The coded message is
                      91  24  66  21  80  25  9  3  72  19  20  5
This message can be decoded simply by putting it back into matrix form and multiplying on the left by the decoding matrix A-1.
Описание слайда:
Cryptography (continued) Then we multiply this matrix on the left by A: The coded message is 91 24 66 21 80 25 9 3 72 19 20 5 This message can be decoded simply by putting it back into matrix form and multiplying on the left by the decoding matrix A-1.



Теги Inverse of a Square Matrix
Похожие презентации
Mypresentation.ru
Загрузить презентацию