Eigenvalues and Diagnolisation
Eigenvalues and Eigenvectors
We note that for some matrix \(\mathcal{A}\), the eigenvalue \(\lambda\) and eigenvector \(\vec v\) are defined such that
From here, we can multiply each side by the Identity Matrix, \(I\), to get the following results:
We note that the only solutions here are that \(\vec v = \vec 0\) or \(det(\mathcal{A} - \lambda I) = 0\), which can be taken into account this determinant. Hence, we solve for \(\lambda\) such that \(det(\mathcal{A} - \lambda I) = 0\).
We note that we expect a characteristic polynomial from this determinant, which can be represented as \(\chi(\lambda)\). This gives a set of \(\lambda\) values such that \(\chi(\lambda) = 0\). These are the eigenvalues.
To determine the eigenvectors, we evaluate a vector space \(X\) such that \((\mathcal{A} - \lambda I)\vec X_i = \vec 0\). This is simply the nullspace of \(\mathcal{A} - \lambda I\). There you have the eigenvalues, and combining these vector spaces gives you the eigenspace, \(E_\lambda(\mathcal{A})\).
Diagnolisation
In diagnolisation, we derive a diagonal matrix \(\mathcal{D}\) and invertible matrix \(\mathcal{P}\) such that
Here, we consider a matrix \(\mathcal{A}\) that has a eigenspace of dimension \(n\), i.e. it has \(n\) linearly independent basis vectors, \(v_1\) to \(v_n\). If a matrix does not satisfy this requirement, then it CANNOT be diagnolised.
From here we are able to say this:
From here, if you're asked to determine \(\mathcal{A}^n\), this should be an ideal way to make your life easier. And that's it.