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 to approximate the Binomial distribution to the Normal Distribution


find the sum of r from 0 to n of : 1/((r+1)(r+2)(r+3))


Given that y = cosh^-1 (x) , Show that y = ln(x+ sqrt(x^2-1))


What's the best way to solve projectile problems in Mechanics?