Title: Matrices and Matrix Solutions
1Matrices and Matrix Solutions
2Solving Equations With Matrices
3Fundamental Concepts
4Types of Matrices
5Matrix Types, Continued
6Matrix Types, Continued
7Matrix Transpose
Process of interchanging rows and columns
8Matrix Equality
9Matrix Addition
10Matrix Addition Properties
I. COMMUTATIVE PROPERTY A B B A II.
ASSOCIATIVE PROPERTY A (BC) (A B)
C NOTE Thus order of operation in addition is
not important!
11Matrix Multiplication
12Matrix Multiplication Properties
13(No Transcript)
14(No Transcript)
15Representing Equations Using Matrices
16Solving Equations By Matrix Inverse
17Example of Matrix Solution
18(No Transcript)
19Inverse of a 2x2 Matrix
Note the determinant of A is
Steps 1. Flip the diagonals, 2. Negate the
off-diagonals, and 3. Divide by the
determinant. 4. Matrix is SINGULAR when
determinant 0, and thus has no inverse.
20Other Methods of Matrix Solution
- Inverse by elementary row transformations
- Gaussian elimination
- Others
- For large matrices with many zeros, sparse matrix
methods can be used
21Spreadsheet Functions
- TRANSPOSE
- MMULT
- MINVERSE
- The trick in Excel is to press
ltCtrlgtltShiftgtltEntergt simultaneously