Determinants, Eigenvectors and Eigenvalues

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

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:16 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

53 Terms

1
New cards

What does Mij\overline{M_{ij}} mean?

The (n-1)x(n-1) matrix obtained from M by deleting the ith row and jth column.

2
New cards

What’s the formula for the determinant of a matrix M?

If M is a 1×1 matrix then detM=M11detM=M_{11}. If M is an n×nn\times n matrix with n>1 then the determinant of MM is:

detM=k=1n(1)k+1M1kdetM1kdetM=\sum_{k=1}^{n}\left(-1\right)^{k+1}M_{1k}\det\overline{M_{1k}}

3
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.

4
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}

5
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

6
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.

7
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

8
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 and A1=1detABA^{-1}=\frac{1}{detA} B

9
New cards

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

det(AB)=det(A)det(B).\det(AB)=\det(A)\det(B).

Proof:

  1. Suppose AA is singular. Then ABAB is singular, since if ABAB were invertible, say C=ABC=AB, then A(BC1)=InA(BC^{-1})=I_n, so AA would be invertible. Hence det(A)=0\det(A)=0 and det(AB)=0\det(AB)=0, so det(AB)=0=det(A)det(B).\det(AB)=0=\det(A)\det(B).

  2. Case 2: Suppose AA is invertible. Then AA is a product of elementary matrices, so A=EkEk1E2E1A=E_kE_{k-1}\cdots E_2E_1. For any elementary matrix EE, det(EB)=det(E)det(B)\det(EB)=\det(E)\det(B). Therefore det(A)=det(Ek)det(Ek1)det(E1)\det(A)=\det(E_k)\det(E_{k-1})\cdots\det(E_1) and det(AB)=det(EkEk1E1B)=det(Ek)det(Ek1)det(E1)det(B)=det(A)det(B).\det(AB)=\det(E_kE_{k-1}\cdots E_1B)=\det(E_k)\det(E_{k-1})\cdots\det(E_1)\det(B)=\det(A)\det(B).

10
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).

11
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.

12
New cards

How do we find eigenvalues and eigenvectors of a matrix?

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.

13
New cards

What’s the characteristic polynomial?

PA(x)=det(AxIn)P_A(x)=det(A-xI_n) is the characteristic polynomial of A.

14
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.

15
New cards

What is the geometric multiplicity of an eigenvalue?

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

16
New cards

Proof that {v1,,vk}\{v_1,\ldots,v_k\} is linearly independent where v1,,vkv_1,\ldots,v_k are eigenvectors of TT with distinct eigenvalues λ1,,λk\lambda_1,\ldots,\lambda_k respectively.

Assume for contradiction that {v1,,vk}\{v_1,\ldots,v_k\} is linearly dependent.

Then choose jj such that {v1,,vj1}\{v_1,\ldots,v_{j-1}\} is linearly independent but vj=i=1j1αiviv_j=\sum_{i=1}^{j-1}\alpha_i v_i, where the αi\alpha_i are not all zero.

Applying TT gives λjvj=T(vj)=i=1j1αiT(vi)=i=1j1αiλivi\lambda_jv_j=T(v_j)=\sum_{i=1}^{j-1}\alpha_iT(v_i)=\sum_{i=1}^{j-1}\alpha_i\lambda_i v_i.

Also, multiplying vj=i=1j1αiviv_j=\sum_{i=1}^{j-1}\alpha_i v_i by λj\lambda_j gives λjvj=i=1j1λjαivi\lambda_jv_j=\sum_{i=1}^{j-1}\lambda_j\alpha_i v_i.

Subtracting gives 0=i=1j1(λiλj)αivi0=\sum_{i=1}^{j-1}(\lambda_i-\lambda_j)\alpha_i v_i.

Since {v1,,vj1}\{v_1,\ldots,v_{j-1}\} is linearly independent, (λiλj)αi=0(\lambda_i-\lambda_j)\alpha_i=0 for all ii.

But the eigenvalues are distinct, so λiλj0\lambda_i-\lambda_j\neq 0. Hence αi=0\alpha_i=0 for all ii, contradicting that the αi\alpha_i are not all zero.

Therefore {v1,,vk}\{v_1,\ldots,v_k\} is linearly independent.

17
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.

18
New cards

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

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

19
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}

20
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

21
New cards

What does it mean for a matrix AMn(k)A\in M_n(k) to be similar BMn(K)B\in M_n(K)?

There is an invertible matrix PMn(K)P\in M_n(K) such that B=P1APB=P^{-1}AP

Similar matrices have the same rank, trace, determinant and eigenvalues.

22
New cards

What does it mean for a matrix to be diagonalisable?

If AA is similar to a diagonal matrix.

23
New cards

When is a matrix diagonalizable?

if and only if there is a basis {v1,,vn}\{v_1,\ldots,v_n\} of KnK^n such that each viv_i is an eigenvector of AA. If Avi=λiviAv_i=\lambda_i v_i and P=(v1  vn)P=(v_1\ \cdots\ v_n), then A=PDP1A=PDP^{-1} where D=(λ1amp;0amp;amp;00amp;λ2amp;amp;0amp;amp;amp;0amp;0amp;amp;λn)D=\begin{pmatrix}\lambda_1&0&\cdots&0\\0&\lambda_2&\cdots&0\\\vdots&\vdots&\ddots&\vdots\\0&0&\cdots&\lambda_n\end{pmatrix}.

Proof:

Suppose AA is diagonalizable.

Then there is an invertible matrix PP and a diagonal matrix DD such that D=P1APD=P^{-1}AP, so A=PDP1A=PDP^{-1}.

Since PP is invertible, its columns v1,,vnv_1,\ldots,v_n form a basis of KnK^n.

Also AP=PDAP=PD, so (Av1  Avn)=(λ1v1  λnvn)(Av_1\ \cdots\ Av_n)=(\lambda_1v_1\ \cdots\ \lambda_nv_n).

Hence Avi=λiviAv_i=\lambda_i v_i, so each viv_i is an eigenvector.

Conversely, suppose {v1,,vn}\{v_1,\ldots,v_n\} is a basis of eigenvectors with Avi=λiviAv_i=\lambda_i v_i. Let P=(v1  vn)P=(v_1\ \cdots\ v_n) and let DD be the diagonal matrix with diagonal entries λ1,,λn\lambda_1,\ldots,\lambda_n. Since the columns of PP form a basis, PP is invertible. Then AP=(Av1  Avn)=(λ1v1  λnvn)=PDAP=(Av_1\ \cdots\ Av_n)=(\lambda_1v_1\ \cdots\ \lambda_nv_n)=PD. Therefore A=PDP1A=PDP^{-1}, so AA is diagonalizable.

24
New cards

What can we say about if A is diagonalizable, about geometric and algebraic multiplicities?

A is diagonalisable if and only if the algebraic and geometric multiplicities of each of its eigenvalues coincide.

25
New cards

What is an orthogonal matrix?

A matrix PMn(R)P\in M_n(\mathbb{R}) is orthogonal if and only if its columns form an orthonormal basis of Rn\mathbb{R}^n.

Note: columns must form an orthonormal set.

26
New cards

What does it mean for A and B to be orthogonally similar?

PTAP=BP^TAP=B where PMn(R)P\in M_n(\mathbb{R}) is an orthogonal matrix.

27
New cards

What does it mean for a matrix to be orthogonally diagonalizable.

It is orthogonally similar to a diagonal matrix.

28
New cards

What can we say about the structure of AM(R)A\in M(\mathbb{R}) if it is orthogonally diagonalisable and the proof?

AA is symmetric.

Proof.

Assume AA is orthogonally diagonalizable. Then there is an orthogonal matrix PP and a diagonal matrix DD such that D=PTAPD=P^TAP. Rearranging gives A=PDPTA=PDP^T.

Then transpose: AT=(PDPT)T=(PT)TDTPT=PDPT=AA^T=(PDP^T)^T=(P^T)^TD^TP^T=PD P^T=A.

Therefore AA is symmetric.

Note the converse is true (but not examinable).

29
New cards

How do you diagonalise a matrix?

To diagonalise AA,

  1. find the eigenvalues by solving det(AλI)=0\det(A-\lambda I)=0.

  2. Then find a basis for each eigenspace by solving (AλI)x=0(A-\lambda I)x=0.

  3. If you get enough linearly independent eigenvectors to form a basis, put them as the columns of PP.

  4. Put the matching eigenvalues in the same order down the diagonal of DD. Then A=PDP1A=PDP^{-1}.

30
New cards

What’s the process of orthogonally diagonalising a matrix?

  1. Find eigenvalues of A using the characteristic polynomial

  2. For each eigenvalue, find an orthonormal basis BλB_\lambda for the eigen space EλE_\lambda.

    1. To do this find any basis BB of EλE_\lambda and

      1. if dimEλdimE_\lambda =1 then normalise it

      2. if dimE_\lambda>1 apply the Gram Schmitt process to find an orthonormal basis BλB_\lambda

  3. Let P=(v1vn)P=(v_1…v_n) where viv_i are the orthonormal basis vectors of the eigenspaces.

Then PTAP=DP^TAP=D where DD is a diagonal matrix with eigenvalues (with multiplicities) along the main diagonal?

31
New cards

What is a unitary matrix?

UMn(C)U\in M_n(\mathbb{C}) is a unitary matrix if the columns form an orthonormal basis for Cn\mathbb{C}^n

32
New cards

A matrix if unitary if and only if U1U^{-1}=?

UU^*

This is the complex analogue of an orthogonal matrix.

33
New cards

What does it mean for

  • A to be unitarily similar to B?

  • A to be unitarily diagonalisable?

  • There exists a unitary matrix UMn(C)U\in M_n(\mathbb{C}) such that UAU=BU^*AU=B

    • A is unitarily similar to a diagonal matrix.

34
New cards

What does it mean for AMn(C)A\in M_n(\mathbb{C}) to be Hermitian?

A=AA^*=A

35
New cards

If AMn(C)A\in M_n(\mathbb{C}) has real eigenvalues and A is unitarily diagonalisable, what else can we say about A?

A is Hermitian

36
New cards

Proof that is AA is Hermitian then all eigenvalues of A are real?

Let λ\lambda be an eigenvalue of A

λv,v=λv,v=Av,v=v,Av\lambda\langle v,v\rangle=\langle\lambda v,v\rangle=\langle Av,v\rangle=\langle v,A^{*}v\rangle

=v,Av=v,λv=λv,v=\langle v,Av\rangle=\langle v,\lambda v\rangle=\overline{\lambda}\langle v,v\rangle

37
New cards

Proof that If A is Hermitian, then if λ1,λ2\lambda_1, \lambda_2 are distinct eigenvalues with corresponding eigenvectors, then v1,v2v_1,v_2 are orthogonal?

Av1,v2=v1,Av2=v1,Av2\langle Av_1,v_2\rangle=\langle v_1,A^{*}v_2\rangle=\langle v_1,Av_2\rangle since it is Hermitian

Since Av1=λ1v1Av_1=\lambda_1 v_1 etc we have

λ1v1,v2=λ1v1,v2=v1,λ2v2=λ2v1,v2=λ2v1,v2\lambda_1\langle v_1,v_2\rangle=\langle\lambda_1v_1,v_2\rangle=\langle v_1,\lambda_2v_2\rangle=\overline{\lambda_2}\langle v_1,v_2\rangle=\lambda_2\langle v_1,v_2\rangle

so (λ1λ2)v1,v2=0\left(\lambda_1-\lambda_2\right)\langle v_1,v_2\rangle=0 and λ1λ2\lambda_1 \ne \lambda_2 so inner product is 0 and the vectors are orthogonal.

38
New cards

What does it mean for AMn(C)A\in M_n(\mathbb{C}) to be normal?

AA=AAAA^*=A^*A

39
New cards

Prove that AMn(C)A\in M_n(\mathbb{C}) is unitarily diagonalisable if and only if it is normal (    \implies direction only, other direction non-examinable).

Let AMn(C)A\in M_n(\mathbb{C}) be unitarily diagonalisable. That is UAU=DU^*AU=D where UU is unitary and DD is diagonal.

Then D=UAUD^*=U^*A^*U.

Since DD and DD^* are diagonal, we have DD=DDDD^*=D^*D. Therefore

UAUUAU=UAUAUU^*AUU^*A^*U=U^*A^*U^*AU

    UAAU=UAAU\implies U^*AA^*U=U^*A^*AU

    AA=AA\implies AA^*=A^*A by multiplying on the left by UU and on the right by UU^*.

40
New cards

What is Schur’s Theorem (no proof)?

If AMn(C)A\in M_n(\mathbb{C}), then A is unitarily similar to an upper triangular matrix TT. More over, the diagonal entries of TT are eigenvalues of AA.

The matrix decomposition A=UTUA=UTU^* with UU unitary and TT upper triangular is called a Schur decomposition of A.

Remark: If AA is a real matrix then it is orthogonally similar to an upper triangular matrix TT. Sometimes called the Triangularisation theorem.

41
New cards

What is the Spectral Theorem for Hermitian matrices?

If AMn(K)A\in M_{n}\left(K\right) is Hermitian (C\mathbb{C}) or symmetric (R\mathbb{R}) then there exists a unitary or orthogonal UMn(K)U\in M_n(K) and λ1,,λnR\lambda_1,…,\lambda_n \in \mathbb{R} such that

A=U(λ1amp;0amp;amp;00amp;λ2amp;amp;0amp;amp;amp;0amp;0amp;amp;λn)UA = U \begin{pmatrix} \lambda_1 & 0 & \cdots & 0 \\ 0 & \lambda_2 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & \lambda_n \end{pmatrix} U^*.

The factorisation shows that a Hermitian matrix can be diagonalised using a unitary matrix UU. In the real symmetric case, the equivalent factorisation uses an orthogonal matrix PP.

42
New cards

Prove the Spectral Theorem in the complex case.

AMn(C)A \in M_n(\mathbb{C}) is Hermitian. By Schur’s theorem, \exists a unitary matrix UU and an upper triangular matrix TT such that UAU=TU^*AU=T.

Since A=AA^*=A, we have T=(UAU)=UA(U)=UAU=TT^*=(U^*AU)^*=U^*A^*(U^*)^*=U^*AU=T.

Since TT is upper triangular, TT^* is lower triangular. But T=TT^*=T, so TT is both upper and lower triangular, hence diagonal. Therefore AA is unitarily diagonalisable. Since T=TT=T^*, the diagonal entries of TT are real.

43
New cards

Prove the Spectral Theorem in the R\mathbb{R} case.

Assume AMn(R)A \in M_n(\mathbb{R}) is symmetric. Since AA is symmetric, it is Hermitian, so it has real eigenvalues. By the triangularisation theorem, there exists an orthogonal matrix PP and an upper triangular matrix TT such that PTAP=TP^TAP=T. Since AT=AA^T=A, we have TT=(PTAP)T=PTAT(PT)T=PTAP=TT^T=(P^TAP)^T=P^TA^T(P^T)^T=P^TAP=T. Since TT is upper triangular, TTT^T is lower triangular. But TT=TT^T=T, so TT is both upper and lower triangular, hence diagonal. Therefore PPorthogonally diagonalises AA.

44
New cards

What is the Single Value Decomposition theorem?

Let AMmn(K)A \in M_{mn}(K). Then there exist matrices UMm(K)U \in M_m(K) and VMn(K)V \in M_n(K), which are unitary if K=CK=\mathbb{C} and orthogonal if K=RK=\mathbb{R}, such that A=UΣVA=U\Sigma V^*, where ΣMmn(R)\Sigma \in M_{mn}(\mathbb{R}).

The singular values are the positive diagonal entries of Σ\Sigma. They satisfy \sigma_1 \geq \sigma_2 \geq \cdots \geq \sigma_r > 0.

The number rr is the dimension of the vector space spanned by the columns of AA. Equivalently, r=rank(A)r=\operatorname{rank}(A):

NOTES:

  • The σi\sigma_i are called the nonzero singular values of A

  • The uiu_i are called left singular vectors of A

  • The viv_i are called right singular vectors of A

<p>Let $$A \in M_{mn}(K)$$. Then there exist matrices $$U \in M_m(K)$$ and $$V \in M_n(K)$$, which are unitary if $$K=\mathbb{C}$$ and orthogonal if $$K=\mathbb{R}$$, such that $$A=U\Sigma V^*$$, where $$\Sigma \in M_{mn}(\mathbb{R})$$.</p><p>The singular values are the positive diagonal entries of $$\Sigma$$. They satisfy $$\sigma_1 \geq \sigma_2 \geq \cdots \geq \sigma_r &gt; 0$$.</p><p>The number $$r$$ is the dimension of the vector space spanned by the columns of $$A$$. Equivalently, $$r=\operatorname{rank}(A)$$:</p><p></p><p>NOTES:</p><ul><li><p>The $$\sigma_i$$ are called the nonzero <strong>singular values </strong>of A</p></li><li><p>The $$u_i$$ are called left singular vectors of A</p></li><li><p>The $$v_i$$ are called right singular vectors of A</p></li></ul><p></p>
45
New cards

What are u1,,umu_{1,}\ldots,u_{m} and v1,,vnv_1,\ldots,v_{n} eigenvectors of in SVD

uiu_i are eigen vectors of AAAA^* of unit norm

viv_i are eigenvectors of AAA^*A of unit norm

NOTE:

  • Avi=σiuiAv_{i}=\sigma_{i}u_{i} for i=1,,ri=1,…,r, 0 for i=r+1,,ni=r+1,\ldots,n

  • Aui=σiviA^*u_i=\sigma_iv_i for i=1,,ri=1,…,r, 0 for i=r+1,,mi=r+1,\ldots,m

  • AAui=σi2uiAA^*u_i=\sigma²_i u_i for i=1,,ri=1,…,r, 0 for i=r+1,,mi=r+1,\ldots,m

  • AAvi=σi2viA^*Av_i=\sigma²_i v_i for i=1,,ri=1,…,r, 0 for i=r+1,,ni=r+1,\ldots,n

46
New cards

What is the Rank-Nullity Theorem?

Let T:VWT:V→W be a linear transformation from a finite-dimensional vector space VV to an arbitrary space WW. Then rank(T)+nullity(T)=dim(V)rank(T)+nullity(T)=dim(V)

47
New cards

Proof of the Rank-nullity theorem?

Let dim(V)=n\dim(V)=n and let B1={v1,,vk}\mathcal{B}_1=\{v_1,\ldots,v_k\} be a basis for ker(T)\ker(T), so nullity(T)=k\operatorname{nullity}(T)=k. Since B1\mathcal{B}_1 is linearly independent, we can extend this to a basis of VV: B={v1,,vk,vk+1,,vn}\mathcal{B}=\{v_1,\ldots,v_k,v_{k+1},\ldots,v_n\}.

We claim that B2={T(vk+1),,T(vn)}\mathcal{B}_2=\{T(v_{k+1}),\ldots,T(v_n)\} is a basis for Im(T)\operatorname{Im}(T).

First, it spans Im(T)\operatorname{Im}(T): if wIm(T)w\in\operatorname{Im}(T), then w=T(v)w=T(v) for some vVv\in V. Write v=a1v1++anvnv=a_1v_1+\cdots+a_nv_n. Since v1,,vkker(T)v_1,\ldots,v_k\in\ker(T), T(v1)==T(vk)=0T(v_1)=\cdots=T(v_k)=0, so w=ak+1T(vk+1)++anT(vn)w=a_{k+1}T(v_{k+1})+\cdots+a_nT(v_n).

Now show linear independence.

Suppose ck+1T(vk+1)++cnT(vn)=0c_{k+1}T(v_{k+1})+\cdots+c_nT(v_n)=0. Then T(ck+1vk+1++cnvn)=0T(c_{k+1}v_{k+1}+\cdots+c_nv_n)=0, so ck+1vk+1++cnvnker(T)c_{k+1}v_{k+1}+\cdots+c_nv_n\in\ker(T).

Therefore it is a linear combination of v1,,vkv_1,\ldots,v_k.

We can write ck+1vk+1++cnvn=c1v1++ckvkc_{k+1}v_{k+1}+\cdots+c_nv_n=c_1v_1+\cdots+c_kv_k for some c1,,ckKc_1,\ldots,c_k\in K. Rearranging gives c1v1ckvk+ck+1vk+1++cnvn=0-c_1v_1-\cdots-c_kv_k+c_{k+1}v_{k+1}+\cdots+c_nv_n=0 so all coefficients are zero since B\mathcal{B} is linearly independent.

Hence ck+1==cn=0c_{k+1}=\cdots=c_n=0, so B2\mathcal{B}_2 is linearly independent. Therefore B2\mathcal{B}_2 is a basis for Im(T)\operatorname{Im}(T) and has nkn-k vectors. Hence rank(T)=nk\operatorname{rank}(T)=n-k and nullity(T)=k\operatorname{nullity}(T)=k, so rank(T)+nullity(T)=n=dim(V)\operatorname{rank}(T)+\operatorname{nullity}(T)=n=\dim(V).

48
New cards

What is a Row and Column Space of a matrix?

Let AMmn(K)A \in M_{mn}(K).

The Row Space of AA is the subspace of KnK^n spanned by the rows of AA, denoted by Row(A)Row(A) .


The column space of AA is the subspace of K^M spanned by the columns of A, denoted by Col(A)Col(A)

49
New cards

Proof that if A,BMmn(K)A,B\in M_{mn}(K) are row equivalent, then Row(B)=Row(A)Row(B)=Row(A) and if they’re column equivalent, then Col(B)=Col(A)Col(B)=Col(A).

The matrix AA can be transformed into BB by applying a sequence of elementary row operations. Therefore the rows of BB are linear combinations of the rows of AA and so Row(B)Row(A)Row(B)\subseteq Row(A). Reversing the row operations we can transform BB into AA so we get Row(A)Row(B)Row(A) \subseteq Row(B).

    Row(A)=Row(B)\implies Row(A)=Row(B).

Applying same argument with elementary column operations gives the second part.

50
New cards

Proof that for AMmn(K)A\in M_{mn}(K), the dimension of Row(A)Row(A) is the number of non-zero rows in RREF of AA and the non-zero rows of the RREF of AA for a basis for Row(A)Row(A).

Let RR=RREFAA. Since they are row equivalent, Row(A)=Row(R)Row(A)=Row(R) and so dim(Row(A))=dim(Row(R))dim(Row\left(A)\right)=dim(Row(R)) .

Suppose RR has kk non-zero rows. Each of these has a leading 1 with all other entries in the same column equal to 0. Therefore the non-zero rows of RR are linearly independent. Hence the non-zero rows form a basis of Row(R)=Row(A)Row(R)=Row(A) and dim(Row(A))=dim(row(R))=kdim(Row(A))=dim(row(R))=k as required.

51
New cards

What is the null space of AA?

Null(A)Null(A) is the subset of KnK^n consisting of solutions of the linear system Av=0Av=0, i.e

Null(A)={vKnAv=0}Null(A)=\{v\in K^n|Av=0\}

The dimension of Null(A) is called the nullity of A>

Remark:

52
New cards
53
New cards