• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
Does every matrix have a determinant?
No, but every SQUARE matrix does.
What is the determinant of a 1 x 1 matrix?
Its single entry.
What is the determinant of the square matrix: abcd?
ad - bc
If a matrix is named A, then the determinant of A is denoted:
|A| or det(A). Does NOT mean absolute value.
When using Cramer's rule for solving systems in two variables, what do D, Dᵪ, and Dᵧ represent?
D = the coefficient matrix
Dᵪ = "c before b"
Dᵧ = "a and c"
When using Cramer's rule for solving systems in two variables, x = ; y =
x = Dᵪ / D
y = Dᵧ / D
What are the steps for using Cramer's rule to solve a system of linear equations in two variables?
1) Put all the equations in standard form.
2) Set up the matrices, D, Dᵪ, and Dᵧ.
3) Find the determinants for D, Dᵪ, and Dᵧ.
4) Solve: x = Dᵪ / D ; y = Dᵧ / D
A matrix is not invertible IFF:
its determinant = 0
How can you easily tell if a matrix is invertible?
Check its determinant. If the determinant is ZERO, it is NOT invertible.