in Technology by
How will you calculate eigenvalues and eigenvectors of the following 3x3 matrix?

1 Answer

0 votes
by

-2

-4

2

-2

1

2

4

2

5

The characteristic equation is as shown:

Expanding determinant:

(-2 – λ) [(1-λ) (5-λ)-2x2] + 4[(-2) x (5-λ) -4x2] + 2[(-2) x 2-4(1-λ)] =0

- λ3 + 4λ2 + 27λ – 90 = 0,

λ3 - 4 λ2 -27 λ + 90 = 0

Here we have an algebraic equation built from the eigenvectors.

By hit and trial:

33 – 4 x 32 - 27 x 3 +90 = 0

Hence, (λ - 3) is a factor:

λ3 - 4 λ2 - 27 λ +90 = (λ – 3) (λ2 – λ – 30)

Eigenvalues are 3,-5,6:

(λ – 3) (λ2 – λ – 30) = (λ – 3) (λ+5) (λ-6),

Calculate eigenvector for λ = 3

For X = 1,

-5 - 4Y + 2Z =0,

-2 - 2Y + 2Z =0

Subtracting the two equations: 

3 + 2Y = 0,

Subtracting back into second equation:

Y = -(3/2) 

Z = -(1/2)

Similarly, we can calculate the eigenvectors for -5 and 6.

Related questions

0 votes
    How can you calculate accuracy using a confusion matrix?...
asked Apr 27, 2021 in Technology by JackTerrance
0 votes
    Calculate Accuracy, Precision, Recall and F1 Score for the following Confusion Matrix on Heart Attack Risk. Also suggest ... and why? Select the correct answer from above options...
asked Nov 12, 2021 in Education by JackTerrance
0 votes
    For the given points, how will you calculate the Euclidean distance in Python?...
asked Apr 26, 2021 in Technology by JackTerrance
0 votes
    You can create a scatter plot matrix using the __________ method in pandas.tools.plotting. (a) sca_matrix (b ... and answers pdf, Data Science interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    How do you calculate the weight of 12m long and 10mm dia. Steel on-site?...
asked Jan 20, 2021 in Technology by JackTerrance
0 votes
    How do you calculate with multiple formulas simultaneously? Explain with example? Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    How do you calculate the terminal value in a DCF valuation?...
asked Oct 10, 2020 in Credit by Editorial Staff
0 votes
    Dataframes can be converted into a matrix by calling the following function data ______ (a) matr() (b) matrix ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following groups find the correlation matrix? (a) factor.model (b) col.max(x) (c) stem ( ... Regression of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following produces the variance covariance matrix? (a) sd(x, na.rm=TRUE) (b) mad(x, na ... Regression of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following convert a matrix of phi coefficients to polychoric correlations? (a) poly() (b) qline( ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    The row formed at node c' in the cut set matrix in the following figure? (a) -1 -1 0 0 +1 -1 ... theory Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 20, 2021 in Education by JackTerrance
0 votes
    One card is drawn from a well-shuffled deck of 52 cards. Calculate the probability that the card will (i) be an ace, (ii) not be an ace Select the correct answer from above options...
asked Nov 18, 2021 in Education by JackTerrance
0 votes
    How many records can be shown in matrix, tabular & summary reports?...
asked Nov 12, 2020 in Technology by JackTerrance
...