Calculating Eigenvectors: 3*3 w/o Augmented Matrix

In summary: A - 4 I )= \begin{pmatrix} -3 &-3 & 3 \\ 3 & -9 & 3\\ 6 & -6 & 0 \end{pmatrix}## .This is the matrix described in the OP of this thread as being the matrix for which zak100 is to find eigenvectors, but according to the pdf, he is to find eigenvectors for the matrix, A, in the above screen shot.
  • #1
zak100
462
11

Homework Statement


I am continuing from :
https://www.physicsforums.com/threa...list-of-possible-solutions-for-lambda.955164/

I have got a 3 * 3 matrix. I have to find itseigen values and eigen vectors. I have found the eigen values.For calculating eigen vectors they are using an augmented matrix and then creating an echelon matrix. Is there a simplified way to do it.
R1= -3 -3 3

R2 = 3 -9 3

R3 = 6 -6 0&

Lambda 1= 4

I have to find the vector corresponding to this eigen value. Is there a simple technique?

Some body please guide me.Zulfi.

Homework Equations


Ax = λx

However in the example, they have used the augmented matrix method

The Attempt at a Solution



I am able to evaluate the eigen values. This is shown in the link which i have provided. Some body please guide me how to calculate eigen vectors.

Zulfi.[/B]
 

Attachments

  • SolutionEigen.pdf
    55.9 KB · Views: 585
Physics news on Phys.org
  • #2
You have
$$
\begin{bmatrix}-3&-3&3\\ 3&-9 &3 \\ 6 & -6 &0\end{bmatrix}\cdot \begin{bmatrix}x\\y\\z \end{bmatrix}=4\cdot \begin{bmatrix}x\\y\\z \end{bmatrix} \Longleftrightarrow \begin{bmatrix}-7&-3&3\\ 3&-13 &3 \\ 6 & -6 &-4\end{bmatrix}\cdot \begin{bmatrix}x\\y\\z \end{bmatrix}= \begin{bmatrix}0\\0\\0 \end{bmatrix}
$$
How do you solve this?
 
  • #3
zak100 said:

Homework Statement


I am continuing from :
https://www.physicsforums.com/threa...list-of-possible-solutions-for-lambda.955164/

I have got a 3 * 3 matrix. I have to find itseigen values and eigen vectors. I have found the eigen values.For calculating eigen vectors they are using an augmented matrix and then creating an echelon matrix. Is there a simplified way to do it.
R1= -3 -3 3

R2 = 3 -9 3

R3 = 6 -6 0&

Lambda 1= 4

I have to find the vector corresponding to this eigen value. Is there a simple technique?

Some body please guide me.Zulfi.

Homework Equations


Ax = λx

However in the example, they have used the augmented matrix method

The Attempt at a Solution



I am able to evaluate the eigen values. This is shown in the link which i have provided. Some body please guide me how to calculate eigen vectors.

Zulfi.[/B]

Your attachment shows a simple technique. You have a set of linear equations to solve, and the attachment is just using Gaussian elimination to solve the system. It cannot get simpler than that.

What is there about it that you do not like?
 
  • #4
zak100 said:
However in the example, they have used the augmented matrix method
In your other thread, I said that it's not necessary to use augmented matrices for solving for eigenvectors of 2 x 2, 3 x 3, or whatever sized square matrices. I also explained why it's not necessary. It's not wrong to use augmented matrices, but it's slightly more complicated, since you have to keep writing a column of zeroes that never change during the row operations of Gaussian elimination.

The technique for 3 x 3 matrices is essentially the same as for 2 x 2 matrices.

zak100 said:
R1= -3 -3 3
R2 = 3 -9 3
R3 = 6 -6 0

&

Lambda 1= 4

I have to find the vector corresponding to this eigen value. Is there a simple technique?
Now that you have an eigenvalue, write the equation ##(A - 4I)\vec x = 0##

This amounts to using row reduction on the matrix ##\begin{bmatrix} -3 -4 &-3 & 3 \\ 3 & -9 - 4 & 3\\ 6 & -6 & 0 - 4\end{bmatrix}##
Most likely, after row reduction you'll end up with one row of all zeroes.
 
  • #5
Mark44 said:
In your other thread, I said that it's not necessary to use augmented matrices for solving for eigenvectors of 2 x 2, 3 x 3, or whatever sized square matrices. I also explained why it's not necessary. It's not wrong to use augmented matrices, but it's slightly more complicated, since you have to keep writing a column of zeroes that never change during the row operations of Gaussian elimination.

The technique for 3 x 3 matrices is essentially the same as for 2 x 2 matrices.

Now that you have an eigenvalue, write the equation ##(A - 4I)\vec x = 0##

This amounts to using row reduction on the matrix ##\begin{bmatrix} -3 -4 &-3 & 3 \\ 3 & -9 - 4 & 3\\ 6 & -6 & 0 - 4\end{bmatrix}##
Most likely, after row reduction you'll end up with one row of all zeroes.
Forgive me for being lazy, but the following seems to be the matrix for which @zak100 is to find eigenvectors
upload_2018-9-15_19-58-43.png
from his pdf.

Then for the eigenvalue λ = 4, we have ##\ (A - 4 I )= \begin{pmatrix} -3 &-3 & 3 \\ 3 & -9 & 3\\ 6 & -6 & 0 \end{pmatrix}## .

This is the matrix described in the OP of this thread as being the matrix for which zak100 is to find eigenvectors, but according to the pdf, he is to find eigenvectors for the matrix, A, in the above screen shot.

(... has been slightly edited.)
 

Attachments

  • upload_2018-9-15_19-58-43.png
    upload_2018-9-15_19-58-43.png
    3.9 KB · Views: 687
Last edited:
  • #6
SammyS said:
Forgive me for being lazy, but the following seems to be the matrix for which @zak100 is to find eigenvectors
View attachment 230735 from his pdf.

Then for the eigenvalue λ = −4, we have ##\ (A - 4 I )= \begin{pmatrix} -3 &-3 & 3 \\ 3 & -9 & 3\\ 6 & -6 & 0 \end{pmatrix}## .

That's the matrix described in the OP of this thread.
But he said
zak100 said:
R1= -3 -3 3

R2 = 3 -9 3

R3 = 6 -6 0
which is ##\begin{bmatrix}-3&-3&3\\ 3&-9 &3 \\ 6 & -6 &0\end{bmatrix}##
zak100 said:
Lambda 1= 4
with eigen value ##+4##, so ##A-4I## yields ##\begin{bmatrix}-7&-3&3\\ 3&-13 &3 \\ 6 & -6 &-4\end{bmatrix}\cdot \begin{bmatrix}x\\y\\z \end{bmatrix}= \begin{bmatrix}0\\0\\0 \end{bmatrix}##

But I refuse to open pdf's, so maybe the statements don't match with what is written therein.
 
  • #7
Hi,
Thanks for working on my prob. I am extremely sorry that I gave the wrong matrix. Its my fault. Thanks for your time.

Can I use the inverse of a Matrix in this case or Gause Jordan Method is the only solution. Please guide with a link to a simple example of Gauss Jordan Method.

Zulfi.
 
  • #8
zak100 said:
Hi,
Thanks for working on my prob. I am extremely sorry that I gave the wrong matrix. Its my fault. Thanks for your time.

Can I use the inverse of a Matrix in this case or Gause Jordan Method is the only solution. Please guide with a link to a simple example of Gauss Jordan Method.

Zulfi.
The determinant of the matrix ##\ A - \lambda I \ ## is zero.
You may recall, that is what gave you the characteristic equation ##\ \lambda^3 -12\lambda -16 = 0 \ ##.

Therefore, ##\ A - \lambda I \ ## has no inverse.
 
  • #9
SammyS said:
Forgive me for being lazy, but the following seems to be the matrix for which @zak100 is to find eigenvectors
My response was based on what he had posted. I didn't open the PDF.
 
  • #10
zak100 said:
Can I use the inverse of a Matrix in this case
No. As SammyS already stated, ##|A - \lambda I| = 0## for any eigenvalue ##\lambda##, so the matrix ##A - \lambda I## never has an inverse.

zak100 said:
or Gause Jordan Method is the only solution. Please guide with a link to a simple example of Gauss Jordan Method.
Gauss-Jordan row reduction is the only way. Your textbook should have examples of how this works. I believe you have used it already in some of your other eigenvalue/eigenvector problems.
 
  • #11
Okay thanks for great help. I really wish great success for you people and for the pf.
God bless you all.
Zulfi.
 
  • #12
Mark44 said:
My response was based on what he had posted. I didn't open the PDF.
fresh_42 said:
...

But I refuse to open pdf's, so maybe the statements don't match with what is written therein.
Yes, I understand that neither of you opened the PDF. (Especially, I've seen elsewhere that, with good reason, fresh_42 refuses to open most files.)

I just posted that as an #FYI\,,# so as to fend off a proliferation of confusing posts. Also, I was trying to make sense and mentally combine those three threads that Zulfi (zak100) had posted on this subject.

I appreciate the work I see you two Mentors do. :thumbup:
 
Last edited:
  • Like
Likes fresh_42
  • #13
SammyS said:
Yes, I understand that neither of you opened the PDF. (Especially, I've seen elsewhere that, with good reason, fresh_42 refuses to open most files.)
Just for clarification for the OP: it's not the "open" which I dislike, it is the "download" ahead of it which my browser requires.
Maybe he wants to read how the math commands are used on PF:
https://www.physicsforums.com/help/latexhelp/
 
  • #14
Hi,
Thanks for the link. I would try to learn how to use Latex in some time. Actually the file provides the whole lot of detail which is otherwise difficult. However, I would try to add as much content in the post as possible so that download is not mandatory.

Zulfi.
 

1. What is an eigenvector?

An eigenvector is a vector that remains in the same direction when multiplied by a given matrix. It is associated with a corresponding eigenvalue, which represents the scalar by which the eigenvector is scaled.

2. How do you calculate eigenvectors for a 3*3 matrix without using an augmented matrix?

To calculate eigenvectors for a 3*3 matrix without using an augmented matrix, you can use the characteristic equation method. This involves finding the eigenvalues of the matrix by solving the characteristic equation, and then plugging each eigenvalue into the original matrix to find the corresponding eigenvector.

3. Can you explain the process of calculating eigenvectors in simpler terms?

Sure, calculating eigenvectors involves finding special vectors that, when multiplied by a given matrix, result in a scaled version of that same vector. These vectors are associated with specific eigenvalues that represent the scaling factor.

4. What is the importance of calculating eigenvectors?

Eigenvectors are important in various fields, including physics, engineering, and computer science. They are used to understand the behavior of systems and to simplify complex calculations. In physics, eigenvectors can represent the direction and magnitude of physical quantities, while in engineering, they can represent the modes of vibration in a system. In computer science, eigenvectors are used in data analysis and machine learning algorithms.

5. Are there any other methods for calculating eigenvectors for a 3*3 matrix?

Yes, apart from the characteristic equation method, there are other methods such as the power iteration method, the inverse iteration method, and the QR algorithm. These methods are more efficient for calculating eigenvectors for larger matrices, but they may be more complex and require advanced mathematical knowledge.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
96
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
396
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
940
  • Calculus and Beyond Homework Help
Replies
5
Views
4K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
Back
Top