2 - week2 Flashcards
Property of inverse matrix A-1
Inverse A * Matrix A = Identity matrix
There are three types of elementary row operations:
- Swapping two rows,
- Multiplying a row by a nonzero number,
- Adding a multiply of one row to another row.
More on inverse matrix
The inverse of a number is its reciprocal.
The matrix must be square (same number of rows and columns).
The determinant of the matrix must not be zero. (eg. ad-bc = 0)
A square matrix that has an inverse is called invertible or non-singular. A matrix that does not have an inverse is called singular.
A matrix does not have to have an inverse, but if it does, the inverse is unique.
An inverse of a number is denoted with a −1 superscript.
exponentiating a matrix
Example from class:
(A**5)**3 = A**15
Transpose
Vectors
Vectors represent a solution or result or something like that
Row operations
What is Echelon Form?
Row echelon form.
Reduced row echelon form
Row echelon form:
Everything below the “1’s” must be 0 in each column
Reduced row echelon form:
Everything above and below the “1’s” must be 0 in each column
Class Eqation 1
You have the row echelon form when?
When you have all 1’s in the diagonal and zeros below it.
Whatever is above dosnt matter
Determinant of a Matrix
The symbol for determinant is two vertical lines either side.
|A| means the determinant of the matrix A
(Exactly the same symbol as absolute value.)
The determinant of a 2x2 matrix is:
|A| = ad − bc
4 steps of the algorithm for RREF
1) find the leftmost column that is not all 0’s
2) get the non-zero entry at the top of this column
3) make this entry 1: multiply the first row by a suitable number or interchange the two
4) Add suitable multiples of the top row to rows below so that all entries below the leading one become zero
Basic and Free variables
Basic Variables = Pivot rows when 1 is the first non zero number
Free Variables = q-p = nr. of free varables
(When you have free variables there are infinite number of solutions)
Writing solutions in vector form
- put them as eqations
- order them in vetor
- show the constant values in vector form
- s (show the s “values”)
- t (show the t “values”)
Ligningsopgave fra bog