Rank of Matrices and Eigen Vectors

In summary, the rank of matrices A and B is 3, and the eigenvalues and eigenvectors of matrix A are 0 and [x1; y1], respectively. Matrix B has eigenvalues of 7 and 1, and the eigenvectors can be any nonzero vector in their respective eigenspaces.
  • #1
Erbil
57
0

Homework Statement



Find the rank off matrices?

i)A=[2 0 9 2; 1 4 6 0; 3 5 7 1 ] 3X4

ii)A=[3 1 4; 0 5 8; -3 4 4; 1 2 4;] 4X3

Find Eigen Vectors and Values of A;

A = [3 2 4; 2 0 2; 4 2 3 ]


Homework Equations



-when det(A) is not equal to zero it will the rank of matrices.
- (A-λ)X' = 0

The Attempt at a Solution


I have calculate all minors ;

det(a) = [ 2 0 9; 1 4 6; 3 5 7] , [2 0 2; 1 4 0; 3 7 1] , [0 9 2; 4 6 0; 5 7 1]
And I found different numbers from zero.Does it mean that rank is 3?

My original question about Eigen Vectors and Values is to understand what is it? And where can we use it?
 
Physics news on Phys.org
  • #2
Erbil said:
I have calculate all minors ;

det(a) = [ 2 0 9; 1 4 6; 3 5 7] , [2 0 2; 1 4 0; 3 7 1] , [0 9 2; 4 6 0; 5 7 1]
And I found different numbers from zero.Does it mean that rank is 3?
I would think that if any of the minors is nonzero the rank must be 3.
My original question about Eigen Vectors and Values is to understand what is it? And where can we use it?
An Eigenvector, as you can see from the equation, is one which is not rotated at all by the matrix. Instead, the vector is merely expanded/shrunk linearly (but not to zero). These turn out to have many uses in getting to grips with the core features of the transformation.
 
  • #3
Ok,thank you.
a is true.Tested with matlab.
For b) all det. is nonzero? so how can I write on 2X2 det form?
 
  • #4
haruspex said:
Instead, the vector is merely expanded/shrunk linearly (but not to zero).
An eigenvalue can equal 0 so that Ax=0x. The eigenvector, however, can not be 0.
 
  • #5
A = [-1 1 0; 1 -1 0; 0 0 0] what is the eigen vectors of this matrices?

I found eigenvalues as 0 and -2.

Eigen vector of 0?
 
  • #6
Erbil said:
Eigen vector of 0?
As vela rightly said, an eigenvalue can be 0 but an eigenvector cannot be.
For an eigenvalue of 0, the eigenvectors will be in the null space of the transformation.
 
  • #7
haruspex said:
As vela rightly said, an eigenvalue can be 0 but an eigenvector cannot be.
For an eigenvalue of 0, the eigenvectors will be in the null space of the transformation.

Ok but how we can find eigenvector when eigenvalue is zero?

Also there's another problem..

A=[7 2; 0 1 ] this matrice eigenvalues is not zero.Eigenvalues are 7 and 1.

(A-λI)*X=0

[7 2 ; 0 1] - 7 * [ 1 0; 01 ] = [ 0 2; 0 -6} --> [0;0;0]

If X1 = [ x1;y1]

[0 2; 0 -6] [x1;y1] = [0;0]

2y1 = 0
-6y1 = 0

x1 = 0? or not? If = 0 where to go from here?
 
  • #8
Erbil said:
Ok but how we can find eigenvector when eigenvalue is zero?
The same way as when it is nonzero: you know A and λ, so solve (A-λI)x = 0.
A=[7 2; 0 1 ] this matrice eigenvalues is not zero.Eigenvalues are 7 and 1.

(A-λI)*X=0

[7 2 ; 0 1] - 7 * [ 1 0; 01 ] = [ 0 2; 0 -6} --> [0;0;0]

If X1 = [ x1;y1]

[0 2; 0 -6] [x1;y1] = [0;0]

2y1 = 0
-6y1 = 0

x1 = 0? or not? If = 0 where to go from here?
This is telling you x1 can be anything nonzero. Remember that although we speak of eigenvectors they're really eigenspaces. The dimension of the eigenspace is the number of times the eigenvalue repeats in the roots of the polynomial. Here, neither root repeats so each eigenspace has only one dimension. You can pick any nonzero vector in that space as a representative eigenvector, but any nonzero scalar multiple of it would do as well.
 

Related to Rank of Matrices and Eigen Vectors

1. What is the rank of a matrix?

The rank of a matrix is the maximum number of linearly independent rows or columns in the matrix. It can also be defined as the dimension of the vector space spanned by the rows or columns of the matrix.

2. How is the rank of a matrix related to its determinant?

The rank of a matrix is equal to the number of non-zero eigenvalues of the matrix. Since the determinant is the product of all eigenvalues, a matrix with non-zero determinant will have a rank equal to its dimension.

3. What is an eigenvalue?

An eigenvalue of a matrix is a scalar value that represents how a linear transformation affects a particular vector. It is the factor by which the vector is scaled when multiplied by the matrix.

4. What is an eigenvector?

An eigenvector of a matrix is a non-zero vector that remains in the same direction after being multiplied by the matrix. It is associated with an eigenvalue and represents the direction in which the transformation acts.

5. How are eigenvalues and eigenvectors used in matrix operations?

Eigenvalues and eigenvectors are used to simplify matrix operations and make them more efficient. They can also be used to diagonalize a matrix, which makes it easier to perform calculations and solve equations involving the matrix.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
247
  • Calculus and Beyond Homework Help
Replies
2
Views
447
  • Calculus and Beyond Homework Help
Replies
2
Views
484
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
628
  • Calculus and Beyond Homework Help
Replies
2
Views
675
  • Calculus and Beyond Homework Help
Replies
5
Views
351
  • Calculus and Beyond Homework Help
Replies
2
Views
558
Back
Top