Determinants, Eigenvalues and Eigenvectors

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:33 AM on 5/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

What is the Laplace Expansion Theorem?

For any n×nn\times n matrix M and any natural numbers 1in1\le i\le n and 1jn1\le j\le n the following hold:

  • detM=k=1n(1)i+kMikdetMikdetM=\sum_{k=1}^{n}\left(-1\right)^{i+k}M_{ik}\det\overline{M_{ik}}

  • detM=k=1n(1)k+jMkjdetMkjdetM=\sum_{k=1}^{n}\left(-1\right)^{k+j}M_{kj}\det\overline{M_{kj}}

Remark: The value detMij\det\overline{M_{ij}} is called the (i,j)(i,j) minor of M, while the value (1)i+jdetMij(-1)^{i+j}det\overline{M_{ij}} is the (i,j)(i,j) cofactor of MM.

2
New cards

If M is a n×nn\times n upper triangular matrix, what is detMdetM?

detM=i=1nMiidetM=\prod_{i=1}^{n}M_{ii}

3
New cards

Let AA and BB be square matrices, what is the determinant of B equal to if A is transformed into B using each of the elementary row operations?

AriαriBA\underrightarrow{r_{i}\to\alpha r_{i}}B then detB=αdetAdetB=\alpha detA

Ariri+λrjBA\underrightarrow{r_{i}\to r_{i}+\lambda r_{j}}B then detB=detAdetB=detA

ArirjBA\underrightarrow{r_{i}\leftrightarrow r_{j}}B then detB=detAdetB=-detA

4
New cards

Proof that a matrix A is only invertible if and only if detA0detA\ne 0.

Let R=RREF(A). No elementary row operations changes whether the determinant is 0.

Since R is obtained from A via a sequence of elementary row operations, detA0    detR0detA\ne 0 \iff detR\ne 0. However, R is n×nn\times n and is in RREF, so it follows either R=InR=I_n or RR contains a row of zeros. It follows that R=InR=I_n iff detR0detR\ne 0.

Hence AA is invertible     R=In\iff R=I_n

    detR0\iff detR\ne 0

    detA0\iff detA \ne 0.

5
New cards

What rules are the determinants of elementary matrices given by?

detEriαri=αdetE_{r_{i}\to\alpha r_{i}}=\alpha

detEriri+λrj=1detE_{r_i→r_i+\lambda r_j}=1

detErirj=1detE_{r_i\leftrightarrow r_j}=-1

6
New cards

What’s the adjugate of A, where A is a square matrix, and what are its properties?

let B be the matrix given by Bij=(1)i+jdetAjiB_{ij}=(-1)^{i+j}det\overline{A_{ji}}

B is the adjugated of A.

AB=detAIn=BAAB=detAI_{n}=BA

in particular if detA0detA\ne 0 then A is invertible andA1=1detABA^{-1}=\frac{1}{detA} B

7
New cards

What does Det(AB)=?Det(AB)=? and the proof of this?

Split into two cases.

If AA is singular, then ABAB is singular, because if ABAB was invertible, AA would be invertible, so det(A)=0\det(A)=0 and det(AB)=0\det(AB)=0, hence det(AB)=det(A)det(B)\det(AB)=\det(A)\det(B).

If AA is invertible, write AA as a product of elementary matrices: A=EkE1A=E_k\cdots E_1. For each elementary matrix EE, we know det(EB)=det(E)det(B)\det(EB)=\det(E)\det(B).

Applying this repeatedly gives det(AB)=det(Ek)det(E1)det(B)\det(AB)=\det(E_k)\cdots\det(E_1)\det(B). But det(A)=det(Ek)det(E1)\det(A)=\det(E_k)\cdots\det(E_1), so det(AB)=det(A)det(B)\det(AB)=\det(A)\det(B).

8
New cards

How can we work out the determinant if the matrix is in LU decomposition.

If PA=LUPA=LU, where PP is a permutation matrix, LL has diagonal entries 11, and UU is upper triangular, then det(A)=±i=1nUii\det(A)=\pm\prod_{i=1}^{n}U_{ii}.

The sign depends on whether the number of row swaps in PP is even or odd (+ if even, - if odd).

9
New cards

What’s the definition of an eigenvector with eigenvalue λ?\lambda?

Let VV be a v.s over KK and T:VVT:V→V be a linear transformation.

A vector vVv\in V is an eigenvector of TT with eigen value λK\lambda \in K if v0v\ne 0 and T(v)=λvT(v)=\lambda v.

If AMn(K)A\in M_n(K), then eigenvalues and eigenvectors of AA are the eigenvalues and eigenvectors of the linear map TA:VVT_A:V→V, Av=λvAv=\lambda v.

Remark: The zero vector is never an eigenvector.

10
New cards

How do we find eigenvalues and eigenvectors?

To find eigenvalues:

  • evaluate det(AλIn)=0det(A-\lambda I_n)=0.

To find eigenvectors:

  • vv is a eigenvector if it is a non-trivial solution to the system (AλIn)x=0(A-\lambda I_n)x=0.

11
New cards

What is an eigenspace?

The λ\lambda-eigenspace of linear map T:VVT:V→V is the subspace Eλ={vVT(v)=λv}E_{\lambda}=\{v\in V|T(v)=\lambda v\}

or with matrices

the λ\lambda-eigenspace of A is the λ\lambda-eigenspace of the linear map TA(v)=AVT_A(v)=AV.

In other words the collection of all eigenvectors together with the zero vector.

12
New cards

What is the geometric multiplicity of an eigenvalue?

The dimension of the corresponding λ\lambda-eigenspace EλE_\lambda.

13
New cards

Why are eigenvectors corresponding to distinct eigenvalues linearly independent?

Assume for contradiction that the eigenvectors v1,,vkv_1,\ldots,v_k are linearly dependent. Choose the first dependent one, so {v1,,vj1}\{v_1,\ldots,v_{j-1}\} is linearly independent but vj=α1v1++αj1vj1v_j=\alpha_1v_1+\cdots+\alpha_{j-1}v_{j-1}, with not all αi=0\alpha_i=0.

Applying TT gives λjvj=α1λ1v1++αj1λj1vj1\lambda_jv_j=\alpha_1\lambda_1v_1+\cdots+\alpha_{j-1}\lambda_{j-1}v_{j-1}.

But multiplying the original equation by λj\lambda_j gives λjvj=α1λjv1++αj1λjvj1\lambda_jv_j=\alpha_1\lambda_jv_1+\cdots+\alpha_{j-1}\lambda_jv_{j-1}. Subtracting gives 0=i=1j1(λiλj)αivi0=\sum_{i=1}^{j-1}(\lambda_i-\lambda_j)\alpha_iv_i. Since v1,,vj1v_1,\ldots,v_{j-1} are linearly independent, each (λiλj)αi=0(\lambda_i-\lambda_j)\alpha_i=0. The eigenvalues are distinct, so λiλj0\lambda_i-\lambda_j\neq0, hence all αi=0\alpha_i=0, a contradiction. Therefore v1,,vkv_1,\ldots,v_k are linearly independent.

14
New cards

What does it mean for a field to be algebraically closed?

If every polynomial p(x)=a0+a1x++anxnp(x)=a_0+a_1x+…+a_nx^n where aiKa_i\in K and ai0a_{i}\ne0 can be factorised in the form p(x)=b(xc1)(xcn)p(x)=b(x-c_1)…(x-c_n) for some b,c1,,cnKb,c_1,…,c_n\in K.

15
New cards

What is the algebraic multiplicity of an eigenvalue λ\lambda?

How many times the eigenvalue appears as an root of the characteristic polynomial.

16
New cards

What is the trace of A?

tr(a)=A11++Ann=i=1nAiitr(a)=A_{11}+\ldots+A_{nn}=\sum_{i=1}^{n}A_{ii}

17
New cards

If K is an algebraically closed field and λ1,..,λn\lambda_1,..,\lambda_n are the eigenvalues of AMn(K)A\in M_n(K), counted with multiplicity, what is the trace and determinant?

tr(A)=λ1++λntr(A)=\lambda_1+…+\lambda_n

det(A)=λ1λndet(A)=\lambda_1…\lambda_n