Sparse Inverse Incidence Matrices for Schilders’ Factorization Applied to Resistor Network Modeling

Total Page:16

File Type:pdf, Size:1020Kb

Sparse Inverse Incidence Matrices for Schilders’ Factorization Applied to Resistor Network Modeling NUMERICAL ALGEBRA, doi:10.3934/naco.2014.4.227 CONTROL AND OPTIMIZATION Volume 4, Number 3, September 2014 pp. 227{239 SPARSE INVERSE INCIDENCE MATRICES FOR SCHILDERS' FACTORIZATION APPLIED TO RESISTOR NETWORK MODELING Sangye Lungten y, Wil H. A. Schilders and Joseph M. L. Maubach Center for Analysis, Scientific Computing and Applications Department of Mathematics and Computer Science Eindhoven University of Technology 5600 MB, Eindhoven, The Netherlands (Communicated by Xiaoqing Jin) Abstract. Schilders' factorization can be used as a basis for precondition- ing indefinite linear systems which arise in many problems like least-squares, saddle-point and electronic circuit simulations. Here we consider its appli- cation to resistor network modeling. In that case the sparsity of the matrix blocks in Schilders' factorization depends on the sparsity of the inverse of a permuted incidence matrix. We introduce three different possible permuta- tions and determine which permutation leads to the sparsest inverse of the incidence matrix. Permutation techniques are based on types of sub-digraphs of the network of an incidence matrix. 1. Introduction and motivation. Indefinite linear systems of the form n m " # n A BT x f = (1) m B 0 y g | {z } A arise in electronic circuit simulations and many other applications where A is sym- metric and positive (semi) definite, and BT is of maximal column rank m (≤ n). Preconditioning techniques to solve (1) have become very important, especially for problems which arise from Stokes equation resulting in saddle point problems [6]. Schilders' factorization [7] can be used as a basis for such preconditioners. A pos- sibly permuted A~ B~T A~ = B~ 0 2010 Mathematics Subject Classification. Primary: 58F15, 58F17; Secondary: 53C35. Key words and phrases. Schilders' factorization, lower trapezoidal, digraph, incidence matrix, nilpotent. y The first author's PhD research is supported by the Erasmus Mundus IDEAS project and the Department of Mathematics and Computer Science, Eindhoven University of Technology. 227 228 SANGYE LUNGTEN, WIL H. A. SCHILDERS AND JOSEPH M. L. MAUBACH is split into a block 3 × 3 structure and factorized: 2 ~ ~ ~T 3 2 ~T 3 2 3 2 ~ ~ 3 A11 A12 B1 B1 0 L1 D1 0 I B1 B2 0 ~ ~ ~T ~T T 4A21 A22 B2 5 = 4B2 L2 M 5 4 0 D2 05 4 0 L2 05 ; (2) ~ ~ T T B1 B2 0 0 0 I I 0 0 L1 M I ~−T where the blocks L1;L2 & M depend on B1 . The permutation has to be such that BT is permuted into a lower trapezoidal form B~T B~T = 1 = ; (3) ~T B2 ~T ~T where the top part B1 is a lower triangular matrix of size m × m and B2 is an (n − m) × m matrix. Generally, A is sparse and so is A~. But (2) can have blocks ~−T which are more dense because of B1 . In other words, sparsity of the blocks in ~−T ~−T (2) depends on the sparsity of B1 . In order to illustrate the involvement of B1 while computing the blocks in (2), we consider (4) and (5). The details for deriving these formulas can be found in [7]. ~T ~−T ~ ~−1 L1 = B1 lower B1 A11B1 ; (4) ~ ~T T ~−1 ~T M = A21 − B2 L1 B1 − B2 D1: (5) ~ ~T ~−T ~ ~−1 Although A11 and B1 in (4) are sparse, the product B1 A11B1 can become dense ~−T where B1 is dense. Eventually this will lead to even more dense blocks L1 and M. ~−T This entails to have a permutation such that B1 is sparse. Therefore, we develop an algorithm which permutes an incidence matrix B~T into a lower trapezoidal form ~−T (3) such that it results sparse B1 . In this paper we consider Schilders' factorization applied to resistor network modeling in which A is a diagonal matrix with entries of resistance values, and BT is an incidence matrix. The modeling can be done by applying Kirchhoff's current law and Ohm's law for resistors [5]. In order to explain the definition of an incidence matrix, and to understand some of its properties, a brief summary on graph theory and incidence matrices is given in Section2. In Section3, aspects of the sparsity ~−T of B1 are discussed. Then we introduce three different possible permutations and determine which permutation leads to the sparsest inverse of the incidence matrix. ~−T Section4 gives the permutation algorithm which leads to a sparse inverse, B1 . Numerical experiments performed on industrial resistor networks are presented in Section5. 2. A brief summary on graph theory and incidence matrices. A graph G consists of a finite set V = fη0; η1; : : : ; ηmg called the vertex set and a finite set E = fξ1; ξ2; : : : ; ξng called the edge set. An η 2 V is called a vertex (or node) of G and a ξ 2 E an edge of G. An edge ξ is represented by an unordered pair of nodes fηi; ηjg, which are said to be adjacent to each other, and called the end points of ξ. A directed graph (or digraph) G consists of a node set V and an edge set E, where each edge ξ is an ordered pair (ηi; ηj) known as an arc (or directed edge). We write ηi ! ηj to represent that the arc ξ connects the two nodes in the direction from ηi to ηj. Here, call ηi the initial node and ηj the terminal node of ξ. If the direction between the two nodes is unknown, we shall write it as ηi ηj to avoid ambiguity. SPARSE INVERSE INCIDENCE MATRICES 229 A path in a graph G is an alternating sequence of distinct nodes and edges. For example the path between η0 and ηr is given by η0; ξ1; η1; ξ2; : : : ; ξr; ηr. If there is a path between every pair of nodes, then G is said to be connected. A digraph is called weakly connected if its underlying graph is connected. A digraph is strongly connected if for every pair distinct nodes ηi and ηj, there is a directed path starting from ηi to ηj.A Hamiltonian path in a digraph is a path in a single direction that visits each node exactly once. A tournament is a digraph in which every pair of nodes is connected by a single directed edge [1]. A digraph is called loopless if it contains none of (ηi; ηi). Theorem 2.1. [3] Every tournament on a finite number of m nodes contains a Hamiltonian path. Proof. See page 149, Section 5.3 in [3]. We exploit this theorem later for the generation of test examples. Definition 2.2. Consider a loopless digraph G of m + 1 nodes and n arcs. The T node-arc incidence matrix of G is an n × (m + 1) matrix B^ = [bij], where 8 < 1; if ηj is the initial node of arc ξi bij = −1; if ηj is the terminal node of arc ξi : 0; if arc ξi does not contain node ηj : To obtain a reduced incidence matrix BT of size n×m from B^T , we call one node the reference or ground node, and delete its related column. This causes all rows of BT , related to the arcs connected to the reference node, to only have one nonzero entry. This is necessary for the construction of a permutation to a lower trapezoidal matrix. Moreover, systems of the form (1) resulting from resistor network modelings are made consistent by grounding a node and removing the corresponding column [5]. Theorem 2.3 gives an important property of an incidence matrix which relates to its underlying digraph. Theorem 2.3. [2] Suppose G is a digraph with m+1 nodes. Then the column rank of the incidence matrix BT is m if and only if G is weakly connected. Proof. See page 12, Section 2.1 in [2]. 3. Sparsity of inverse incidence matrix. Before exploring different types of permutations, we first give an overview of interdependence between the sparsity of inverse and nilpotency degree of a lower triangular matrix which contains maximally two nonzero entries in each row. For this we consider a unit lower bidiagonal matrix −1 H and compute its inverse using the expansion of (I + NH ) , where I is the identity matrix and NH is the strictly lower triangular part of H (the nilpotent part of H). The inverse of unit lower bidiagonal matrices can also be computed by using Gaussian elimination [8]. However, the former gives an insight on how the interdependence between the sparsity of inverse and nilpotency degree can be conceived. A unit lower bidigonal matrix H of size n × n is of the form 2 1 3 6β1 1 7 H = 6 7 ; where β 6= 0; 1 ≤ i ≤ n − 1: 6 .. .. 7 i 4 . 5 βn−1 1 230 SANGYE LUNGTEN, WIL H. A. SCHILDERS AND JOSEPH M. L. MAUBACH By defining the nilpotent part 2 0 3 6β1 0 7 N = 6 7 ; H 6 .. .. 7 4 . 5 βn−1 0 it is trivial to observe that −1 2 n−1 n−1 H = I − NH + NH − · · · + (−1) NH 2 1 3 (1) 6 α 1 7 6 1 7 6 . (1) 7 6 . α 1 7 6 2 7 6 . 7 6 α(r) . 7 = 6 1 7 ; 6 . 7 6 . α(r) .. .. 7 6 2 7 6 . 7 6α(n−2) . .. 7 4 1 5 (n−1) (n−2) (r) (1) α1 α2 : : : αn−r : : : αn−1 1 where each rth subdiagonal entry, 1 ≤ r ≤ n − 1, is defined by r+j−1 (r) r Y αj = (−1) βi 6= 0 ; 1 ≤ j ≤ n − r: (6) i=j −1 That is every subdiagonal entry of H is a product of some βi's and not equal to −1 zero.
Recommended publications
  • Quiz7 Problem 1
    Quiz 7 Quiz7 Problem 1. Independence The Problem. In the parts below, cite which tests apply to decide on independence or dependence. Choose one test and show complete details. 1 ! 1 ! (a) Vectors ~v = ;~v = 1 −1 2 1 0 1 1 0 1 1 0 1 1 B C B C B C (b) Vectors ~v1 = @ −1 A ;~v2 = @ 1 A ;~v3 = @ 0 A 0 −1 −1 2 5 (c) Vectors ~v1;~v2;~v3 are data packages constructed from the equations y = x ; y = x ; y = x10 on (−∞; 1). (d) Vectors ~v1;~v2;~v3 are data packages constructed from the equations y = 1 + x; y = 1 − x; y = x3 on (−∞; 1). Basic Test. To show three vectors are independent, form the system of equations c1~v1 + c2~v2 + c3~v3 = ~0; then solve for c1; c2; c3. If the only solution possible is c1 = c2 = c3 = 0, then the vectors are independent. Linear Combination Test. A list of vectors is independent if and only if each vector in the list is not a linear combination of the remaining vectors, and each vector in the list is not zero. Subset Test. Any nonvoid subset of an independent set is independent. The basic test leads to three quick independence tests for column vectors. All tests use the augmented matrix A of the vectors, which for 3 vectors is A =< ~v1j~v2j~v3 >. Rank Test. The vectors are independent if and only if rank(A) equals the number of vectors. Determinant Test. Assume A is square. The vectors are independent if and only if the deter- minant of A is nonzero.
    [Show full text]
  • Adjacency and Incidence Matrices
    Adjacency and Incidence Matrices 1 / 10 The Incidence Matrix of a Graph Definition Let G = (V ; E) be a graph where V = f1; 2;:::; ng and E = fe1; e2;:::; emg. The incidence matrix of G is an n × m matrix B = (bik ), where each row corresponds to a vertex and each column corresponds to an edge such that if ek is an edge between i and j, then all elements of column k are 0 except bik = bjk = 1. 1 2 e 21 1 13 f 61 0 07 3 B = 6 7 g 40 1 05 4 0 0 1 2 / 10 The First Theorem of Graph Theory Theorem If G is a multigraph with no loops and m edges, the sum of the degrees of all the vertices of G is 2m. Corollary The number of odd vertices in a loopless multigraph is even. 3 / 10 Linear Algebra and Incidence Matrices of Graphs Recall that the rank of a matrix is the dimension of its row space. Proposition Let G be a connected graph with n vertices and let B be the incidence matrix of G. Then the rank of B is n − 1 if G is bipartite and n otherwise. Example 1 2 e 21 1 13 f 61 0 07 3 B = 6 7 g 40 1 05 4 0 0 1 4 / 10 Linear Algebra and Incidence Matrices of Graphs Recall that the rank of a matrix is the dimension of its row space. Proposition Let G be a connected graph with n vertices and let B be the incidence matrix of G.
    [Show full text]
  • A Brief Introduction to Spectral Graph Theory
    A BRIEF INTRODUCTION TO SPECTRAL GRAPH THEORY CATHERINE BABECKI, KEVIN LIU, AND OMID SADEGHI MATH 563, SPRING 2020 Abstract. There are several matrices that can be associated to a graph. Spectral graph theory is the study of the spectrum, or set of eigenvalues, of these matrices and its relation to properties of the graph. We introduce the primary matrices associated with graphs, and discuss some interesting questions that spectral graph theory can answer. We also discuss a few applications. 1. Introduction and Definitions This work is primarily based on [1]. We expect the reader is familiar with some basic graph theory and linear algebra. We begin with some preliminary definitions. Definition 1. Let Γ be a graph without multiple edges. The adjacency matrix of Γ is the matrix A indexed by V (Γ), where Axy = 1 when there is an edge from x to y, and Axy = 0 otherwise. This can be generalized to multigraphs, where Axy becomes the number of edges from x to y. Definition 2. Let Γ be an undirected graph without loops. The incidence matrix of Γ is the matrix M, with rows indexed by vertices and columns indexed by edges, where Mxe = 1 whenever vertex x is an endpoint of edge e. For a directed graph without loss, the directed incidence matrix N is defined by Nxe = −1; 1; 0 corresponding to when x is the head of e, tail of e, or not on e. Definition 3. Let Γ be an undirected graph without loops. The Laplace matrix of Γ is the matrix L indexed by V (G) with zero row sums, where Lxy = −Axy for x 6= y.
    [Show full text]
  • Incidence Matrices and Interval Graphs
    Pacific Journal of Mathematics INCIDENCE MATRICES AND INTERVAL GRAPHS DELBERT RAY FULKERSON AND OLIVER GROSS Vol. 15, No. 3 November 1965 PACIFIC JOURNAL OF MATHEMATICS Vol. 15, No. 3, 1965 INCIDENCE MATRICES AND INTERVAL GRAPHS D. R. FULKERSON AND 0. A. GROSS According to present genetic theory, the fine structure of genes consists of linearly ordered elements. A mutant gene is obtained by alteration of some connected portion of this structure. By examining data obtained from suitable experi- ments, it can be determined whether or not the blemished portions of two mutant genes intersect or not, and thus inter- section data for a large number of mutants can be represented as an undirected graph. If this graph is an "interval graph," then the observed data is consistent with a linear model of the gene. The problem of determining when a graph is an interval graph is a special case of the following problem concerning (0, l)-matrices: When can the rows of such a matrix be per- muted so as to make the l's in each column appear consecu- tively? A complete theory is obtained for this latter problem, culminating in a decomposition theorem which leads to a rapid algorithm for deciding the question, and for constructing the desired permutation when one exists. Let A — (dij) be an m by n matrix whose entries ai3 are all either 0 or 1. The matrix A may be regarded as the incidence matrix of elements el9 e2, , em vs. sets Sl9 S2, , Sn; that is, ai3 = 0 or 1 ac- cording as et is not or is a member of S3 .
    [Show full text]
  • Contents 5 Eigenvalues and Diagonalization
    Linear Algebra (part 5): Eigenvalues and Diagonalization (by Evan Dummit, 2017, v. 1.50) Contents 5 Eigenvalues and Diagonalization 1 5.1 Eigenvalues, Eigenvectors, and The Characteristic Polynomial . 1 5.1.1 Eigenvalues and Eigenvectors . 2 5.1.2 Eigenvalues and Eigenvectors of Matrices . 3 5.1.3 Eigenspaces . 6 5.2 Diagonalization . 9 5.3 Applications of Diagonalization . 14 5.3.1 Transition Matrices and Incidence Matrices . 14 5.3.2 Systems of Linear Dierential Equations . 16 5.3.3 Non-Diagonalizable Matrices and the Jordan Canonical Form . 19 5 Eigenvalues and Diagonalization In this chapter, we will discuss eigenvalues and eigenvectors: these are characteristic values (and characteristic vectors) associated to a linear operator T : V ! V that will allow us to study T in a particularly convenient way. Our ultimate goal is to describe methods for nding a basis for V such that the associated matrix for T has an especially simple form. We will rst describe diagonalization, the procedure for (trying to) nd a basis such that the associated matrix for T is a diagonal matrix, and characterize the linear operators that are diagonalizable. Then we will discuss a few applications of diagonalization, including the Cayley-Hamilton theorem that any matrix satises its characteristic polynomial, and close with a brief discussion of non-diagonalizable matrices. 5.1 Eigenvalues, Eigenvectors, and The Characteristic Polynomial • Suppose that we have a linear transformation T : V ! V from a (nite-dimensional) vector space V to itself. We would like to determine whether there exists a basis of such that the associated matrix β is a β V [T ]β diagonal matrix.
    [Show full text]
  • Eigenvalues of Graphs
    Eigenvalues of graphs L¶aszl¶oLov¶asz November 2007 Contents 1 Background from linear algebra 1 1.1 Basic facts about eigenvalues ............................. 1 1.2 Semide¯nite matrices .................................. 2 1.3 Cross product ...................................... 4 2 Eigenvalues of graphs 5 2.1 Matrices associated with graphs ............................ 5 2.2 The largest eigenvalue ................................. 6 2.2.1 Adjacency matrix ............................... 6 2.2.2 Laplacian .................................... 7 2.2.3 Transition matrix ................................ 7 2.3 The smallest eigenvalue ................................ 7 2.4 The eigenvalue gap ................................... 9 2.4.1 Expanders .................................... 10 2.4.2 Edge expansion (conductance) ........................ 10 2.4.3 Random walks ................................. 14 2.5 The number of di®erent eigenvalues .......................... 16 2.6 Spectra of graphs and optimization .......................... 18 Bibliography 19 1 Background from linear algebra 1.1 Basic facts about eigenvalues Let A be an n £ n real matrix. An eigenvector of A is a vector such that Ax is parallel to x; in other words, Ax = ¸x for some real or complex number ¸. This number ¸ is called the eigenvalue of A belonging to eigenvector v. Clearly ¸ is an eigenvalue i® the matrix A ¡ ¸I is singular, equivalently, i® det(A ¡ ¸I) = 0. This is an algebraic equation of degree n for ¸, and hence has n roots (with multiplicity). The trace of the square matrix A = (Aij ) is de¯ned as Xn tr(A) = Aii: i=1 1 The trace of A is the sum of the eigenvalues of A, each taken with the same multiplicity as it occurs among the roots of the equation det(A ¡ ¸I) = 0. If the matrix A is symmetric, then its eigenvalues and eigenvectors are particularly well behaved.
    [Show full text]
  • Notes on the Proof of the Van Der Waerden Permanent Conjecture
    Iowa State University Capstones, Theses and Creative Components Dissertations Spring 2018 Notes on the proof of the van der Waerden permanent conjecture Vicente Valle Martinez Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/creativecomponents Part of the Discrete Mathematics and Combinatorics Commons Recommended Citation Valle Martinez, Vicente, "Notes on the proof of the van der Waerden permanent conjecture" (2018). Creative Components. 12. https://lib.dr.iastate.edu/creativecomponents/12 This Creative Component is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Creative Components by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Notes on the proof of the van der Waerden permanent conjecture by Vicente Valle Martinez A Creative Component submitted to the graduate faculty in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Major: Mathematics Program of Study Committee: Sung Yell Song, Major Professor Steve Butler Jonas Hartwig Leslie Hogben Iowa State University Ames, Iowa 2018 Copyright c Vicente Valle Martinez, 2018. All rights reserved. ii TABLE OF CONTENTS LIST OF FIGURES . iii ACKNOWLEDGEMENTS . iv ABSTRACT . .v CHAPTER 1. Introduction and Preliminaries . .1 1.1 Combinatorial interpretations . .1 1.2 Computational properties of permanents . .4 1.3 Computational complexity in computing permanents . .8 1.4 The organization of the rest of this component . .9 CHAPTER 2. Applications: Permanents of Special Types of Matrices . 10 2.1 Zeros-and-ones matrices .
    [Show full text]
  • The Assignment Problem and Totally Unimodular Matrices
    Methods and Models for Combinatorial Optimization The assignment problem and totally unimodular matrices L.DeGiovanni M.DiSumma G.Zambelli 1 The assignment problem Let G = (V,E) be a bipartite graph, where V is the vertex set and E is the edge set. Recall that “bipartite” means that V can be partitioned into two disjoint subsets V1, V2 such that, for every edge uv ∈ E, one of u and v is in V1 and the other is in V2. In the assignment problem we have |V1| = |V2| and there is a cost cuv for every edge uv ∈ E. We want to select a subset of edges such that every node is the end of exactly one selected edge, and the sum of the costs of the selected edges is minimized. This problem is called “assignment problem” because selecting edges with the above property can be interpreted as assigning each node in V1 to exactly one adjacent node in V2 and vice versa. To model this problem, we define a binary variable xuv for every u ∈ V1 and v ∈ V2 such that uv ∈ E, where 1 if u is assigned to v (i.e., edge uv is selected), x = uv 0 otherwise. The total cost of the assignment is given by cuvxuv. uvX∈E The condition that for every node u in V1 exactly one adjacent node v ∈ V2 is assigned to v1 can be modeled with the constraint xuv =1, u ∈ V1, v∈VX2:uv∈E while the condition that for every node v in V2 exactly one adjacent node u ∈ V1 is assigned to v2 can be modeled with the constraint xuv =1, v ∈ V2.
    [Show full text]
  • The Symbiotic Relationship of Combinatorics and Matrix Theory
    The Symbiotic Relationship of Combinatorics and Matrix Theory Richard A. Brualdi* Department of Mathematics University of Wisconsin Madison. Wisconsin 53 706 Submitted by F. Uhlig ABSTRACT This article demonstrates the mutually beneficial relationship that exists between combinatorics and matrix theory. 3 1. INTRODUCTION According to The Random House College Dictionary (revised edition, 1984) the word symbiosis is defined as follows: symbiosis: the living together of two dissimilar organisms, esp. when this association is mutually beneficial. In applying, as I am, this definition to the relationship between combinatorics and matrix theory, I would have preferred that the qualifying word “dissimilar” was omitted. Are combinatorics and matrix theory really dissimilar subjects? On the other hand I very much like the inclusion of the phrase “when the association is mutually beneficial” because I believe the development of each of these subjects shows that combinatorics and matrix theory have a mutually beneficial relationship. The fruits of this mutually beneficial relationship is the subject that I call combinatorial matrix theory or, for brevity here, CMT. Viewed broadly, as I do, CMT is an amazingly rich and diverse subject. If it is * Research partially supported by National Science Foundation grant DMS-8901445 and National Security Agency grant MDA904-89 H-2060. LZNEAR ALGEBRA AND ITS APPLZCATZONS 162-164:65-105 (1992) 65 0 Elsevier Science Publishing Co., Inc., 1992 655 Avenue of the Americas, New York, NY 10010 0024.3795/92/$5.00 66 RICHARD A. BRUALDI combinatorial and uses matrix theory r in its formulation or proof, it’s CMT. If it is matrix theory and has a combinatorial component to it, it’s CMT.
    [Show full text]
  • Sample Quiz 7
    Sample Quiz 7 Sample Quiz 7, Problem 1. Independence The Problem. In the parts below, cite which tests apply to decide on independence or dependence. Choose one test and show complete details. 1 ! 1 ! (a) Vectors ~v = ;~v = 1 −2 2 1 0 1 1 0 1 1 0 2 1 B C B C B C (b) Vectors ~v1 = @ −1 A ;~v2 = @ 1 A ;~v3 = @ 0 A 0 −1 −1 2 4 (c) Vectors ~v1;~v2;~v3 are data packages constructed from the equations y = x; y = x ; y = x on (−∞; 1). (d) Vectors ~v1;~v2;~v3 are data packages constructed from the equations y = 10 + x; y = 10 − x; y = x5 on (−∞; 1). Basic Test. To show three vectors are independent, form the system of equations c1~v1 + c2~v2 + c3~v3 = ~0; then solve for c1; c2; c3. If the only solution possible is c1 = c2 = c3 = 0, then the vectors are independent. Linear Combination Test. A list of vectors is independent if and only if each vector in the list is not a linear combination of the remaining vectors, and each vector in the list is not zero. Subset Test. Any nonvoid subset of an independent set is independent. The basic test leads to three quick independence tests for column vectors. All tests use the augmented matrix A of the vectors, which for 3 vectors is A =< ~v1j~v2j~v3 >. Rank Test. The vectors are independent if and only if rank(A) equals the number of vectors. Determinant Test. Assume A is square. The vectors are independent if and only if the deter- minant of A is nonzero.
    [Show full text]
  • Hypergeometric Systems on the Group of Unipotent Matrices
    数理解析研究所講究録 1171 巻 2000 年 7-20 7 Gr\"obner Bases of Acyclic Tournament Graphs and Hypergeometric Systems on the Group of Unipotent Matrices Takayuki Ishizeki and Hiroshi Imai Department of Information Science, Faculty of Science, University of Tokyo 7-3-1 Hongo, Bunkyo-ku, Tokyo 113-0033, Japan $\mathrm{i}\mathrm{m}\mathrm{a}\mathrm{i}$ $@\mathrm{i}\mathrm{s}.\mathrm{s}.\mathrm{u}$ {ishizeki, } -tokyo. $\mathrm{a}\mathrm{c}$ . jp Abstract Gelfand, Graev and Postnikov have shown that the number of independent solutions of hypergeometric systems on the group of unipotent matrices is equal to the Catalan number. These hypergeometric systems are related with the vertex-edge incidence matrices of acyclic tournament graphs. In this paper, we show that their results can be obtained by analyzing the Gr\"obner bases for toric ideals of acyclic tournament graphs. Moreover, we study an open problem given by Gelfand, Graev and Postnikov. 1 Introduction In recent years, Gr\"obner bases for toric ideals of graphs have been studied and applied to many combinatorial problems such as triangulations of point configurations, optimization problems in graph theory, enumerations of contingency tables, and so on [3, 4, 11, 13, 14, 15]. On the other hand, Gr\"obner bases techniques can be applied to partial differential equations via left ideals in the Weyl algebra $[12, 16]$ . Especially, in [16] Gr\"obner bases techniques have been applied to $GKZ$-hypergeometric systems (or $A$ -hypergeometric equations). Gelfand, Graev and Postnikov [5] studied GKZ-hypergeometric systems called hypergeomet- ric systems on the group of unipotent matrices. The hypergeometric systems on the group of unipotent matrices are hypergeometric systems associated with the set of all positive roots $A_{n-1}^{+}$ of the root system $A_{n-1}$ .
    [Show full text]
  • 1.3 Matrices and Graphs
    Thus Tˆ(bˆj) = ajibˆi, �i and the matrix of Tˆ with respect to Bˆ isA T , the transpose of the matrix ofT with respect toB. Remark: Natural isomorphism betweenV and its double dual Vˆ. We have seen above that everyfinite dimensional vector spaceV has the same dimension as its dual Vˆ, and hence they are isomorphic as vector spaces. Once we choose a basis forV we also define a dual basis for Vˆ and the correspondence between the two bases gives us an explicit isomorphism betweenV and Vˆ. However this isomorphism is not intrinsic to the spaceV, in the sense that it depends upon a choice of basis and cannot be described independently of a choice of basis. ˆ The dual space of Vˆ is denoted Vˆ; it is the space of all linear mappings from Vˆ toF. By all of the above discussion it has the same dimension as Vˆ andV. The reason for mentioning this however is that there is a “natural” isomorphismθ fromV to Vˆ. It is defined in the following way, ˆ forx V andf Vˆ - note thatθ(x) belongs to Vˆ, soθ(x)(f) should be an element ofF. ∈ ∈ θ(x)(f) =f(x). To see thatθ is an isomorphism, suppose thatx 1,...,x k are independent elements ofV. Then ˆ θ(x1),...,θ(x k) are independent elements of Vˆ. To see this leta 1,...,a k be element ofF for which a θ(x ) + +a θ(x ) = 0. This means thatf(a x + +a x ) = 0 for allf Vˆ, which means 1 1 ··· k k 1 1 ··· k k ∈ thata x + +a x = 0, which means that eacha = 0.
    [Show full text]