• 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/18

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;

18 Cards in this Set

  • Front
  • Back
What is the equation must an eigenvalue satisfy?
(A-lambda*In)x=0
How do you find an eigenvalues?
1) Plug lambda into the diagonal of the matrix
2) Find the determinant
3) Set it to zero (characteristic equations)
4) Solutions to the equation are the eigenvalues
What is a nullspace of a matrix?
The solution space of equations Ax=0
What is a kernel of a linear transformation?
For linear transformation using matrix, A, the kernel is the solution space of equations Ax=0
What is the dimension of a matrix?
The number of vectors in the basis (and a basis consists only of linerally independent vectors)
How can you determine vectors are linearlly independent?
The only solution to Ax=0 is the zero vector.
How can you test for matrix invertibility?
1) Rank of the matrix must equal the number of rows, columns (no zero rowspaces, columnspaces)
2) Columns must be linerally independent
3) Determinant must not equal 0
What is algebraic multiplicity?
The algebraic multiplicity of an eigenvalue is the number of times an eigenvalue appears in the list of total eigenvalues. Put another way, it is the highest value of 'k' if (t-c)^k makes up the characteristic equation.
What is the geomtric multiplicity?
The geometric multiplicity of an eigenvalue is the dimension of the eigenspace corresponding to the eigenvalue.
What is greater - the algebraic or geomteric multiplicity of an eigenvalue?
The algebraic multiplicity is always greater than or equal to the geometric multiplicity.
How can you determine if a matrix is diagonalizable?
If and only if, for every eigenvalue, the geometri multiplicity is equal to the algebraic multiplicity.
What is the range of a linear transformation?
If Ax: Rn -> Rm then the range is the column space of A
What are the conditions for a vector subspace? (Subset W of Rn)
1. The zero vector is in W (0*W=0)
2) If vector u and v are in W, then u+v must be in W
3) If k is any scalar and vector u is in W then k*u must be in W.
How can you determine if a set of vectors is the basis?
- Transform the column vectors into row vectors
- Put them in a matrix A
- If the zero vector is the only solution to Ax=0 then the vectors form the basis
How can you tell if a vector '' is in a subspace spanned by a set of vectors v?
- Combine the vectors in S into a matrix
- Augment the matrix with v
- If there is a solution, then v is in S

Meaning, there must be a solution to to Sx=b
What is the null space of a matrix?
The nullspace of matrix A is the solution set of Ax=0
What is the inner product of two vectors 'u' and 'v'?
The inner product of 'u' and 'v' (or u dot v) is u12 + u2v2+ ... unvn.
What is the length of vector x or ||x||?
The length of x is the square root of the sum of squares of the vector values.

||x||=sqrt(x1^2 + x2^2 +... xn^2)