Matrices Flashcards

1
Q

Describe the Gaussian elimination method for solving a system of equations

A
  1. Write out the equations to be solved in matrix form
  2. We choose the first element in the leading diagonal as the initial point
  3. 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
  4. Choose the next pivot as the next element in the leading diagonal
  5. Repeat this process until the matrix is in upper triangular form, ie all elements under the leading diagonal are zero
  6. Solutions can be obtained using back substitution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give the equation for the inverse of a 2x2 matrix

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State the requirement necessary for a matrix to be invertible

A

A matrix A is invertible only if det(A) ≠ 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the transpose, T, of a matrix

A

The transpose of a matrix is such that all rows and columns are swapped

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly