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 ▸

How would you use the Integration Factor method to solve an ordinary first-order linear differential equation?


Further Maths: How do you find the inverse of a 2 x 2 matrix?


Solve the equation 3sinh(2x) = 13 - 3e^(2x), answering in the form 0.5ln(k). where k is an integer


Given that the quadratic equation x^2 + 7x + 13 = 0 has roots a and b, find the value of a+b and ab.