2.4 Irreducible Matrices. Reducible is reducible if there is a permutation P such that where A 11 and A 22 are square matrices each of size at least one;

Slides:



Advertisements
Similar presentations
5.1 Real Vector Spaces.
Advertisements

 Theorem 5.9: Let G be a simple graph with n vertices, where n>2. G has a Hamilton circuit if for any two vertices u and v of G that are not adjacent,
8.3 Representing Relations Connection Matrices Let R be a relation from A = {a 1, a 2,..., a m } to B = {b 1, b 2,..., b n }. Definition: A n m  n connection.
Representing Relations Using Matrices
5/16/20151 You Never Escape Your… Relations. 5/16/20152Relations If we want to describe a relationship between elements of two sets A and B, we can use.
5.II. Similarity 5.II.1. Definition and Examples
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
Basic Definitions Positive Matrix: 5.Non-negative Matrix:
Graphs, relations and matrices
MATRICES. Matrices A matrix is a rectangular array of objects (usually numbers) arranged in m horizontal rows and n vertical columns. A matrix with m.
5.1 Orthogonality.
Applied Discrete Mathematics Week 10: Equivalence Relations
GRAPH Learning Outcomes Students should be able to:
Chapter 5 Orthogonality.
5.4 Shortest-path problem  Let G=(V,E,w) be a weighted connected simple graph, w is a function from edges set E to position real numbers set. We denoted.
Matrix Completion Problems for Various Classes of P-Matrices Leslie Hogben Department of Mathematics, Iowa State University, Ames, IA 50011
Chapter Content Real Vector Spaces Subspaces Linear Independence
ON UNICYCLIC REFLEXIVE GRAPHS. The spectrum of a simple graph (non-oriented, without loops and multiple edges) is the spectrum of its adjacency matrix,
Three different ways There are three different ways to show that ρ(A) is a simple eigenvalue of an irreducible nonnegative matrix A:
Based on slides by Y. Peng University of Maryland
Chapter 2 Nonnegative Matrices. 2-1 Introduction.
8.3 Representing Relations Directed Graphs –Vertex –Arc (directed edge) –Initial vertex –Terminal vertex.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
Graphs.  Definition A simple graph G= (V, E) consists of vertices, V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements.
4.3 Recursive Definitions and Structural Induction Sometimes it is difficult to define an object explicitly. However, it may be easy to define this object.
Week 11 - Monday.  What did we talk about last time?  Binomial theorem and Pascal's triangle  Conditional probability  Bayes’ theorem.
Matrix Completion Problems for Various Classes of P-Matrices Leslie Hogben Department of Mathematics, Iowa State University, Ames, IA 50011
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
Positive Semidefinite matrix A is a p ositive semidefinite matrix (also called n onnegative definite matrix)
2.1 Functions.
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
MA4229 Lectures 9, 10 Weeks 5-7 Sept 7 - Oct 1, 2010 Chapter 7 The theory of minimax approximation Chapter 8 The exchange algorithm.
4. Relations and Digraphs Binary Relation Geometric and Algebraic Representation Method Properties Equivalence Relations Operations.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
Graphs Lecture 2. Graphs (1) An undirected graph is a triple (V, E, Y), where V and E are finite sets and Y:E g{X V :| X |=2}. A directed graph or digraph.
Introduction to Graph Theory
Spectral Graph Theory and the Inverse Eigenvalue Problem of a Graph Leslie Hogben Department of Mathematics, Iowa State University, Ames, IA 50011
 Centre National de la Recherche Scientifique  Institut National Polytechnique de Grenoble  Université Joseph Fourier Laboratoire G-SCOP 46, av Félix.
Linear Algebra Chapter 2 Matrices.
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
 Hamilton paths.  Definition 20: A Hamilton paths is a path that contains each vertex exactly once. A Hamilton circuit is a circuit that contains.
4 4.1 © 2016 Pearson Education, Ltd. Vector Spaces VECTOR SPACES AND SUBSPACES.
Network Systems Lab. Korea Advanced Institute of Science and Technology No.1 Maximum Norms & Nonnegative Matrices  Weighted maximum norm e.g.) x1x1 x2x2.
Week 11 - Wednesday.  What did we talk about last time?  Graphs  Paths and circuits.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 10.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
1.4 Inverses; Rules of Matrix Arithmetic
Matrix Representation of Graphs
Combinatorial Spectral Theory of Nonnegative Matrices
VECTOR SPACES AND SUBSPACES
Positive Semidefinite matrix
Deterministic Gossiping
VECTOR SPACES AND SUBSPACES
G-v, or G-{v} When we remove a vertex v from a graph, we must remove all edges incident with the vertex v. When a edge is removed from a graph, without.
2.1 Functions.
Note Please review 組合矩陣理論筆記(4) 1-3 about
I.4 Polyhedral Theory (NW)
Linear Algebra Lecture 32.
2.1 Functions.
I.4 Polyhedral Theory.
Definition 8: Graphs that have a number assigned to each edge or each vertex are called weighted graphs weighted digraphs.
Applied Discrete Mathematics Week 13: Graphs
Linear Algebra Lecture 28.
VECTOR SPACES AND SUBSPACES
2.6 Matrix with Cyclic Structure
Presentation transcript:

2.4 Irreducible Matrices

Reducible is reducible if there is a permutation P such that where A 11 and A 22 are square matrices each of size at least one; otherwise A is called irreducible.

1 x 1 matrix: irr or reducible By definition, every 1 x 1 matrix is irreducible. Some authors refer to irreducible if a≠0 reducible if a=0

digraph Let the digraph of A is the digraph with denoted by G(A).

Example for diagraph Let G(A) is 1 2

strongly connected A digraph is called strongly connected if any vertices x,y, there is a directed path from x to y, and vice versa.

Remark Let Given If,then there is a directed walk in G(A) of length l from vertex i to vertex j. If A is nonnegative, then converse also holds

An Equivalent relation on V Define a relation ~ on V by i~j if i=j or i≠j and there is a directed walk from vertex i to vertex j and vice versa. ~ is an equivalent relation.

Strongly Connected Component The strongly connected components are precisely the subgraphs induced by vertices that belong to a equivalent class.

How many strongly connected components are there ? see next page

There are five strongly connected components. final strongly connected component final strongly connected component

Theorem Let The following conditions are equivalent: (a) A is irreducible. (b) There does not exist a nonempty proper subset I of <n> such that (c) The graph G(A) is strongly connected.

Exercise p.1 (a) Show that a square matrix A is reducible if and only if there exists a permutation such that where A 11,A 22 are square matrices each of size at least one.

Exercise p.2 (b) Deduce that if A is reducible, then so is A T

Theorem Let The following conditions are equivalent: (a) A is irreducible. (b) A has no eigenvector which is semipositive but not positive.i.e. every semipositive eigenvector of A is positive (c)

Remark If the degree of minimal polynomial of is m,then

Theorem Let A is irreducible if and only if where m is the degree of minimal polynomial of A.

Exercise Let A is irreducible if and only if for any semipositive vector x, if then x>0

Theorem p.1 (Perron’s Thm) (b) (c) (a)

(f) (g) (e) (d) A has no nonnegative eigenvector other than (multiples of) u.

Theorem (Perron-Frobenius Thm), thenIf and

Corollary Let If A is irreducible, then the conclusions (a),(b),(c),(d) and (f) of Perron Thm all hold.

Exercisse Let Prove that if u is positive and y is nonzero then there is a unique real scalar c such that u+cy is semipositive but not positive.

Remark 2.4.9, then x must be If A is nonnegative irreducible matrix and if x is nonzero nonnegative vector such that the Perron vector of A.

Exercise (n,1) is irreducible. Show that the nxn permutation matrix with 1’s in positions (1,2), (2,3), …, (n-1,n) and

Exercise (a) (a) If A is irreducdible, then A T is irreducdible In below A and B denote arbitrary nxn nonnegative matrices. Prove or disprove the following statements:

Exercise (b) (b) If A is irreducible and p is a positive integer, then A p is irreducible.

Exercise (c) (c) If A p is irreducible for some positive integer, then A is irreducible.

Exercise (d) (c) If A and B are irreducible, then A+B is irreducible.

Exercise (e) (e) If A and B are irreducible, then AB is irreducible.

Exercise (f) (f) If all eigenvalues of A are 0, then A is reducible.

Exercise (g) The matrix is reducible.

G(A) is strongly connected, then A is irreducible 1 2 3

Exercise (h) The matrix is reducible.

G(A) is not strongly connected, then A is reducible

Exercise (i) The matrix is reducible.

G(A) is strongly connected, then A is irreducible

Exercisse (j) A is irreducible if and only if is irreducible.

Exercisse (k) If AB is irreducible, then BA is irreducible

Exercise Let A be an nxn irreducible nonnegative matrix. Prove that if then all row sums of A are equal. Give an example to show that the result no longer holds if the irreducibility assumption is removed.