Primitive Matrix: Is M^k Positive?

  • Context: Graduate 
  • Thread starter Thread starter bob j
  • Start date Start date
  • Tags Tags
    Matrix Primitive
Click For Summary
SUMMARY

The discussion centers on the matrix M, defined as the product of n matrices M_1, M_2, ..., M_n, each of dimension 2n by 2n. The matrix M_n is the identity matrix with a 3 by 3 block of positive elements in the bottom right corner. The inquiry focuses on whether M is primitive, specifically if there exists a k such that M^k is positive. MATLAB tests confirm that M is positive, leading to the conclusion that M is indeed a product of positive matrices, thus establishing that M is a positive matrix.

PREREQUISITES
  • Understanding of matrix multiplication and properties of positive matrices
  • Familiarity with the concept of primitive matrices in linear algebra
  • Knowledge of MATLAB for matrix computations
  • Basic understanding of block matrices and their structures
NEXT STEPS
  • Research the Perron-Frobenius theorem and its implications for positive matrices
  • Explore MATLAB functions for matrix analysis, particularly related to eigenvalues and positivity
  • Study the properties of block matrices and their impact on overall matrix characteristics
  • Investigate further into primitive matrices and their applications in Markov chains
USEFUL FOR

Mathematicians, linear algebra students, and data scientists interested in matrix theory and its applications in computational analysis.

bob j
Messages
22
Reaction score
0
Hi All,
I have the following matrix

M = M_1 M_2 M_3 ... M_n

M is then a product of n matrices. Each of those has dimension 2n by 2n and has the same "look". Consider M_n: this matrix is equal to the identity matrix, 2n by 2n. The only thing different from the identity is that the 3 by 3 block on the bottom right of the matrix is composed of positive elements, and less than one. the other matrices are the same: matrix M_i has the 3 by 3 positive block placed at position 2(i-1) + 1, while the rest of the matrix is equal to the identity matrix.

My question is this. Is M primitive? Or, in other words, is M such that, for some k, M^k is positive? I tried with MATLAB and M is positive. Does anybody know if there is a theorem I can use?

Thanks
 
Physics news on Phys.org
If I'm reading your post correctly, it seems to me that M is a product of positive matrices, and hence is a positive matrix itself.
 

Similar threads

  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K