Download 9­17 6th per 2.5 NOTES day 1.notebook September 17, 2014

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Matrix completion wikipedia , lookup

Linear least squares (mathematics) wikipedia , lookup

Capelli's identity wikipedia , lookup

System of linear equations wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Rotation matrix wikipedia , lookup

Jordan normal form wikipedia , lookup

Principal component analysis wikipedia , lookup

Four-vector wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Matrix (mathematics) wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

Determinant wikipedia , lookup

Matrix calculus wikipedia , lookup

Orthogonal matrix wikipedia , lookup

Gaussian elimination wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Matrix multiplication wikipedia , lookup

Transcript
9­17 6th per 2.5 NOTES day 1.notebook
September 17, 2014
2.5 Determinants & Multiplicative Inverses of Matrices
matrix with a non­zero determinant.
Each square matrix has a determinant.
Second­order determinant = the determinant associated with a 2 x 2 matrix.
­ determinant for a 2 x 2 matrix is a number.
bottom
(determinant for a 3 x 3 matrix)
top
Identity Matrix for Multiplication: a square matrix, I, so that I x A = A
Some square matrices have a multiplicative inverse Ex 3 Find the inverse matrix for
.
= inverse matrix of A
The product of a matrix and its inverse is a square identity matrix.
*** Not all matrices have an inverse***
Inverse matrices can be used to solve systems of equations.
A = the coefficient matrix (just the coefficients of the variables)
X = the variables (a column matrix of just the variables)
B = the constant matrix (a column matrix of just the constants)
Since A * X = B we can use X = A
-1
* B to solve the system.
(This only works if A -1 exists)
Ex 4 Use inverse matrices to solve the system:
4x – 2y = 16
x + 6y = 17
1