Matrices Flashcards
1
Q
Describe the Gaussian elimination method for solving a system of equations
A
- Write out the equations to be solved in matrix form
- We choose the first element in the leading diagonal as the initial point
- Add multiples of the pivot row to the row below in order to obtain zeroes in the column of the pivot element, under the leading diagonal
- Choose the next pivot as the next element in the leading diagonal
- Repeat this process until the matrix is in upper triangular form, ie all elements under the leading diagonal are zero
- Solutions can be obtained using back substitution
2
Q
Give the equation for the inverse of a 2x2 matrix
A
3
Q
Describe an adjudicate matrix, adj(A), for a 2x2 matrix
A
adj(A) is given by swapping the diagonal elements and multiplying the antidiagonal elements by -1
4
Q
State the requirement necessary for a matrix to be invertible
A
A matrix A is invertible only if det(A) ≠ 0
5
Q
Describe the transpose, T, of a matrix
A
The transpose of a matrix is such that all rows and columns are swapped
6
Q
A