What is the solution for a matrix with a parameter in its determinant?

lardycake
Messages
1
Reaction score
0

Homework Statement


Hello all,

I have a parameter x of a matrix M = [21, 7
14, 7]
the determinant of
|(M - xI)| = 0

Homework Equations



I is known as the identity matrix

The Attempt at a Solution


My solution seems to be a bit far fetched:

(21 - x)(7-x) - 98 = 0

x2 - 28x + 147 - 98 = 0

x2 - 28x + 49 = 0

using the quadratic formula x = (28 +- root(28x28 - 4(1)(49))) / 2
which I got to be 14 +- 7root(3)

Is this the correct method and answer?

Regards,
Mr Lard
 
Physics news on Phys.org
Yes. And what you are calling parameters are usually called eigenvalues of the matrix.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top