Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

How does one show a matrix is irreducible and reducible? Please explain and an example would be great as well.

I know that a matrix is reducible if and only if it can be placed into block upper-triangular form. How do you find block upper-triangular form?

share|improve this question
2  
Maybe you can remind us --- what does irreducible mean, in the context of matrices? what does reducible mean? – Gerry Myerson Feb 27 at 2:01

2 Answers

A square matrix is reducible iff the associated directed graph has smaller strongly connected components. So you may use a strong component algorithm to solve your problem.

share|improve this answer

The best place to look is this wiki link. To add to the other answer, another equivalent condition is that for every index $[i,j]$, there should be a $m$ such that $(A^m)_{ij}>0$ which is naturally satisfied if the matrix entries are all positive. If it is non-negative, then one needs to check other things.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.