Find the eigenvalues and corresponding eigenvectors of the following matrix: A = [[6, -3], [4, -1]]. Hence represent the matrix in diagonal form.

The first eigenvalue is 3, whose corresponding eigenvector is (1, 1), and the second eigenvalue is 2, whose corresponding eigenvector is (3, 4). In diagonal form, A = PDP^-1, where P = [[1, 3], [1, 4]] and D = [[3, 0], [0, 2]].

MU

Related Further Mathematics A Level answers

All answers ▸

For a homogeneous second order differential equation, why does a complex conjugate pair solution (m+in and m-in) to the auxiliary equation result in the complementary function y(x)=e^(mx)(Acos(nx)+Bisin(nx)), where i represents √(-1).


How do I solve x^2 + x - 6 > 0 ?


Prove by induction that 11^n - 6 is divisible by 5 for all positive integer n.


Determine if these two vectors are perpendicular. a=[1,4,8], b=[0,6,-3]