How the Alternating Sign Matrix Conjecture Was Solved, Volume 46

Total Page:16

File Type:pdf, Size:1020Kb

How the Alternating Sign Matrix Conjecture Was Solved, Volume 46 fea-bressoud.qxp 5/17/99 2:12 PM Page 637 How the Alternating Sign Matrix Conjecture Was Solved David Bressoud and James Propp Introduction These tools did not come from outside deter- Perusing the four volumes of Muir’s The Theory of minant theory; rather, the classical theory of de- Determinants in the Historical Order of Develop- terminants grew into nineteenth-century invari- ment, one might be tempted to conclude that the ant theory, a field whose twentieth-century progeny theory of determinants was well and truly beaten include partition theory and the q-calculus, rep- to death in the nineteenth century. In fact, the resentation theory and symmetric functions, and field is thriving, and it has continued to yield chal- statistical mechanics. The proofs of the Alternat- lenging problems of deceptive elegance and sim- ing Sign Matrix Theorem have served to strengthen plicity. The Alternating Sign Matrix Conjecture was ties between these fields and to suggest new av- one of the most notorious of these problems. For enues of research. fifteen years it defied assaults by some of the An alternating sign matrix (ASM) is a matrix of world’s best mathematicians; then in 1995 three 0’s, 1’s, and 1’s in which the entries in each row distinct proofs appeared. The first, by Doron Zeil- berger, drew on results and techniques from par- or column sum to 1 and the nonzero entries in each tition theory, symmetric functions, and constant row or column alternate in sign. An example is term identities, with a pivotal role played by the 00010 partial difference operator philosophy and by com- 01011 puter algebra. Greg Kuperberg found the second proof, which relied on the machinery of statistical 1 1010 . mechanics and in particular on the Yang-Baxter 00100 equation for the 6-vertex lattice model. The third 01000 proof, again by Zeilberger, expanded Kuperberg’s approach to prove a more general result. It com- bined the Yang-Baxter equation with the q-calcu- This generalization of the notion of permutation lus and its associated orthogonal polynomials, and matrices was discovered by David Robbins and it relied on the WZ-method of Herbert Wilf and Zeil- Howard Rumsey in the early 1980s, but to tell our berger. Wilf and Zeilberger would later receive the story properly, we should begin with Charles Steele Prize for this algorithmic approach to dis- Lutwidge Dodgson (better known as Lewis Car- covering and proving series identities (Notices, roll). April 1998). Dodgson devised a method of evaluating de- terminants called condensation that is eminently David Bressoud is professor of mathematics at Macalester suited to hand-calculations. Recall that the deter- College, St. Paul, MN. His e-mail address is bressoud@ macalester.edu. minant of an n-by-n matrix (ai,j) is defined as James Propp is associate professor of mathematics at the X Yn | | − I(π) University of Wisconsin. His e-mail address is ai,j = ( 1) ai,π(i), [email protected]. π i=1 JUNE/JULY 1999 NOTICES OF THE AMS 637 fea-bressoud.qxp 5/17/99 2:12 PM Page 638 1 11 If one applies Dodgson condensation to the 3-by-3 matrix 232 714147 abc 42 105 135 105 42 def , 429 1287 2002 2002 1287 429 ghi 7436 26026 47320 56784 47320 26026 7436 one first obtains the 2-by-2 matrix Figure 1. The counts of n-by-n ASMs with a 1 at the top of column k. ! ae bd bf ce , 2/2 dh eg ei fh 2/3 3/2 2/4 5/5 4/2 and from this one finds the 1-by-1 matrix whose 2/5 7/9 9/7 5/2 2/6 9/14 16/16 14/9 6/2 sole entry is 2 /7 11/20 25/30 30/25 20/11 7/ 2 ((ae2i aef h bdei + bdfh) (bdfh befg cdeh + ce2g))/e Figure 2. The ratios of adjacent terms from Figure 1. or, upon collection of terms, where ranges over all permutations of (1)aei +(1)af h +(1)bdi {1, 2,...,n} and I() is the inversion number of + (0)bde 1fh+ (1)bfg + (1)cdh +(1)ceg. , i.e., the minimal number of transpositions of ad- jacent columns needed to turn the matrix repre- Six of these terms correspond to the six permu- senting into the identity matrix. This formula is tation matrices. For example, (1)af h is associated practical for 3-by-3 and perhaps 4-by-4 matrices, with the matrix with 1 in the same positions as oc- but for large matrices it is inefficient. Most math- cupied by a, f, and h above, with 0’s elsewhere. In ematicians are familiar with Gaussian elimination addition, there is an extra (vanishing) term as a more practical method of evaluating deter- (0)bde 1fh that can be associated with the matrix minants by hand, but condensation is also useful with 1’s in the positions of b, d, f, and h and 1 and deserves to be better known. One starts with in the position of e: an n-by-n matrix and then successively computes 010 an (n 1) -by-(n 1) matrix, an (n 2) -by-(n 2) matrix, etc., until one arrives at a 1-by-1 matrix 1 11 . whose sole entry is the determinant of the origi- 010 nal n-by-n matrix. The rule for computing the k- yyr by-k matrix (n 1 k 1) is to take the k2 If one does the same thing for the general 4-by-4 2-by-2 connected subdeterminants of the (k +1)- matrix, one finds that, in addition to the 24 mono- by-(k +1) matrix and divide them by the corre- mials that make nonzero contributions to the de- sponding k2 central entries of the (k +2)-by-(k +2) terminant, there are also 18 monomials with van- matrix. (In the case k = n 1, no divisions are per- ishing coefficient. Each of these 42 monomials is associated with a 4-by-4 matrix of 0’s, 1’s, and formed.) Although the use of division may seem 1’s. In general, when Dodgson condensation is ap- like a liability, it actually provides a useful form plied to an n-by-n matrix and all like monomials of error checking for hand calculations with inte- are gathered together, the terms in the final ex- ger matrices: when the algorithm is performed pression (taking the vanishing terms along with the properly (with extra provisos for avoiding divi- nonvanishing ones) are associated with the n-by- sion by 0), all the entries of all the intervening ma- n matrices of 0’s, 1’s, and 1’s in which the trices are integers, so that when a division fails to nonzero entries in each row and column alternate come out evenly, one can be sure that a mistake in sign, beginning and ending with a +1. These are has been made somewhere. The method is also use- the alternating sign matrices (or ASMs) of order n, ful for computer calculations, especially since it can invented by Robbins and Rumsey in their study of be executed in parallel by many processors. The Dodgson condensation. k-by-k matrix that one computes by this procedure It was simple curiosity that led Robbins and has a natural interpretation: it is the matrix of de- Rumsey, now joined by William Mills, to investigate 2 terminants of the k (n k +1)-by- (n k +1)con- the number of ASMs. Letting An denote the set of nected submatrices of the original matrix. The n -by-n ASMs and An the cardinality of An, the proof of this assertion makes use of one of Jacobi’s three investigators found by computer calculation matrix identities. that the sequence An went 638 NOTICES OF THE AMS VOLUME 46, NUMBER 6 fea-bressoud.qxp 5/17/99 2:12 PM Page 639 1, 2, 7, 42, 429, 7436, 218348, 10850216, 911835460,.... This was not a sequence any of them had seen before. The growth rate of the sequence and the absence of large prime divisors (e.g., 4 3+1 2+2 911835460 = 22 5 172 193 23) suggested to Mills, Robbins, and Rumsey that there was a formula for An as a ratio of products of fac- torials. To find this formula, they divided the set of n-by-n ASMs into classes according to the position of the 1 in the first row. Their tal- lies yielded a triangular array in which the kth entry of the nth row is the number of n-by-n ASMs with a 1 in row 1, column k, as shown in Figure 1. 2+1+1 1+1+1+1 Clearly the sum of the entries in each row is An, and it is not difficult to see as well that Figure 3. Young diagrams corresponding to partitions of 4. the first entry in each row must equal An1. When Mills, Robbins, and Rumsey looked at ratios ber of ways of representing the positive integer n of horizontally adjacent entries, they discovered as a sum of positive integers (without regard to the remarkable pattern shown in Figure 2. order) equals the coefficient of qn in the power- The nth row starts with 2/(n +1)and ends with series expansion of the infinite product (n +1)/2. The striking observation is that each Y∞ 1 ratio appears to arise from the two ratios diago- =1+q +2q2 +3q3 nally above by adding numerators and adding de- 1 − qk k=1 nominators.
Recommended publications
  • The Many Faces of Alternating-Sign Matrices
    The many faces of alternating-sign matrices James Propp Department of Mathematics University of Wisconsin – Madison, Wisconsin, USA [email protected] August 15, 2002 Abstract I give a survey of different combinatorial forms of alternating-sign ma- trices, starting with the original form introduced by Mills, Robbins and Rumsey as well as corner-sum matrices, height-function matrices, three- colorings, monotone triangles, tetrahedral order ideals, square ice, gasket- and-basket tilings and full packings of loops. (This article has been pub- lished in a conference edition of the journal Discrete Mathematics and Theo- retical Computer Science, entitled “Discrete Models: Combinatorics, Com- putation, and Geometry,” edited by R. Cori, J. Mazoyer, M. Morvan, and R. Mosseri, and published in July 2001 in cooperation with le Maison de l’Informatique et des Mathematiques´ Discretes,` Paris, France: ISSN 1365- 8050, http://dmtcs.lori.fr.) 1 Introduction An alternating-sign matrix of order n is an n-by-n array of 0’s, 1’s and 1’s with the property that in each row and each column, the non-zero entries alter- nate in sign, beginning and ending with a 1. For example, Figure 1 shows an Supported by grants from the National Science Foundation and the National Security Agency. 1 alternating-sign matrix (ASM for short) of order 4. 0 100 1 1 10 0001 0 100 Figure 1: An alternating-sign matrix of order 4. Figure 2 exhibits all seven of the ASMs of order 3. 001 001 0 10 0 10 0 10 100 001 1 1 1 100 0 10 100 0 10 0 10 100 100 100 001 0 10 001 0 10 001 Figure 2: The seven alternating-sign matrices of order 3.
    [Show full text]
  • The Many Faces of Alternating-Sign Matrices
    The many faces of alternating-sign matrices James Propp∗ Department of Mathematics University of Wisconsin – Madison, Wisconsin, USA [email protected] June 1, 2018 Abstract I give a survey of different combinatorial forms of alternating-sign ma- trices, starting with the original form introduced by Mills, Robbins and Rumsey as well as corner-sum matrices, height-function matrices, three- colorings, monotone triangles, tetrahedral order ideals, square ice, gasket- and-basket tilings and full packings of loops. (This article has been pub- lished in a conference edition of the journal Discrete Mathematics and Theo- retical Computer Science, entitled “Discrete Models: Combinatorics, Com- putation, and Geometry,” edited by R. Cori, J. Mazoyer, M. Morvan, and R. Mosseri, and published in July 2001 in cooperation with le Maison de l’Informatique et des Math´ematiques Discr`etes, Paris, France: ISSN 1365- 8050, http://dmtcs.lori.fr.) 1 Introduction arXiv:math/0208125v1 [math.CO] 15 Aug 2002 An alternating-sign matrix of order n is an n-by-n array of 0’s, +1’s and −1’s with the property that in each row and each column, the non-zero entries alter- nate in sign, beginning and ending with a +1. For example, Figure 1 shows an ∗Supported by grants from the National Science Foundation and the National Security Agency. 1 alternating-sign matrix (ASM for short) of order 4. 0 +1 0 0 +1 −1 +1 0 0 0 0 +1 0 +1 0 0 Figure 1: An alternating-sign matrix of order 4. Figure 2 exhibits all seven of the ASMs of order 3.
    [Show full text]
  • Alternating Sign Matrices and Polynomiography
    Alternating Sign Matrices and Polynomiography Bahman Kalantari Department of Computer Science Rutgers University, USA [email protected] Submitted: Apr 10, 2011; Accepted: Oct 15, 2011; Published: Oct 31, 2011 Mathematics Subject Classifications: 00A66, 15B35, 15B51, 30C15 Dedicated to Doron Zeilberger on the occasion of his sixtieth birthday Abstract To each permutation matrix we associate a complex permutation polynomial with roots at lattice points corresponding to the position of the ones. More generally, to an alternating sign matrix (ASM) we associate a complex alternating sign polynomial. On the one hand visualization of these polynomials through polynomiography, in a combinatorial fashion, provides for a rich source of algo- rithmic art-making, interdisciplinary teaching, and even leads to games. On the other hand, this combines a variety of concepts such as symmetry, counting and combinatorics, iteration functions and dynamical systems, giving rise to a source of research topics. More generally, we assign classes of polynomials to matrices in the Birkhoff and ASM polytopes. From the characterization of vertices of these polytopes, and by proving a symmetry-preserving property, we argue that polynomiography of ASMs form building blocks for approximate polynomiography for polynomials corresponding to any given member of these polytopes. To this end we offer an algorithm to express any member of the ASM polytope as a convex of combination of ASMs. In particular, we can give exact or approximate polynomiography for any Latin Square or Sudoku solution. We exhibit some images. Keywords: Alternating Sign Matrices, Polynomial Roots, Newton’s Method, Voronoi Diagram, Doubly Stochastic Matrices, Latin Squares, Linear Programming, Polynomiography 1 Introduction Polynomials are undoubtedly one of the most significant objects in all of mathematics and the sciences, particularly in combinatorics.
    [Show full text]
  • Alternating Sign Matrices, Extensions and Related Cones
    See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/311671190 Alternating sign matrices, extensions and related cones Article in Advances in Applied Mathematics · May 2017 DOI: 10.1016/j.aam.2016.12.001 CITATIONS READS 0 29 2 authors: Richard A. Brualdi Geir Dahl University of Wisconsin–Madison University of Oslo 252 PUBLICATIONS 3,815 CITATIONS 102 PUBLICATIONS 1,032 CITATIONS SEE PROFILE SEE PROFILE Some of the authors of this publication are also working on these related projects: Combinatorial matrix theory; alternating sign matrices View project All content following this page was uploaded by Geir Dahl on 16 December 2016. The user has requested enhancement of the downloaded file. All in-text references underlined in blue are added to the original document and are linked to publications on ResearchGate, letting you access and read them immediately. Alternating sign matrices, extensions and related cones Richard A. Brualdi∗ Geir Dahly December 1, 2016 Abstract An alternating sign matrix, or ASM, is a (0; ±1)-matrix where the nonzero entries in each row and column alternate in sign, and where each row and column sum is 1. We study the convex cone generated by ASMs of order n, called the ASM cone, as well as several related cones and polytopes. Some decomposition results are shown, and we find a minimal Hilbert basis of the ASM cone. The notion of (±1)-doubly stochastic matrices and a generalization of ASMs are introduced and various properties are shown. For instance, we give a new short proof of the linear characterization of the ASM polytope, in fact for a more general polytope.
    [Show full text]
  • A Conjecture About Dodgson Condensation
    Advances in Applied Mathematics 34 (2005) 654–658 www.elsevier.com/locate/yaama A conjecture about Dodgson condensation David P. Robbins ∗ Received 19 January 2004; accepted 2 July 2004 Available online 18 January 2005 Abstract We give a description of a non-archimedean approximate form of Dodgson’s condensation method for computing determinants and provide evidence for a conjecture which predicts a surprisingly high degree of accuracy for the results. 2005 Elsevier Inc. All rights reserved. In 1866 Charles Dodgson, usually known as Lewis Carroll, proposed a method, that he called condensation [2] for calculating determinants. Dodgson’s method is based on a determinantal identity. Suppose that n 2 is an integer and M is an n by n square matrix with entries in a ring and that R, S, T , and U are the upper left, upper right, lower left, and lower right n − 1byn − 1 square submatrices of M and that C is the central n − 2by n − 2 submatrix. Then it is known that det(C) det(M) = det(R) det(U) − det(S) det(T ). (1) Here the determinant of a 0 by 0 matrix is conventionally 1, so that when n = 2, Eq. (1) is the usual formula for a 2 by 2 determinant. David Bressoud gives an interesting discussion of the genesis of this identity in [1, p. 111]. Dodgson proposes to use this identity repeatedly to find the determinant of M by computing all of the connected minors (determinants of square submatrices formed from * Correspondence to David Bressoud. E-mail address: [email protected] (D.
    [Show full text]
  • Pattern Avoidance in Alternating Sign Matrices
    PATTERN AVOIDANCE IN ALTERNATING SIGN MATRICES ROBERT JOHANSSON AND SVANTE LINUSSON Abstract. We generalize the definition of a pattern from permu- tations to alternating sign matrices. The number of alternating sign matrices avoiding 132 is proved to be counted by the large Schr¨oder numbers, 1, 2, 6, 22, 90, 394 . .. We give a bijection be- tween 132-avoiding alternating sign matrices and Schr¨oder-paths, which gives a refined enumeration. We also show that the 132, 123- avoiding alternating sign matrices are counted by every second Fi- bonacci number. 1. Introduction For some time, we have emphasized the use of permutation matrices when studying pattern avoidance. This and the fact that alternating sign matrices are generalizations of permutation matrices, led to the idea of studying pattern avoidance in alternating sign matrices. The main results, concerning 132-avoidance, are presented in Section 3. In Section 5, we enumerate sets of alternating sign matrices avoiding two patterns of length three at once. In Section 6 we state some open problems. Let us start with the basic definitions. Given a permutation π of length n we will represent it with the n×n permutation matrix with 1 in positions (i, π(i)), 1 ≤ i ≤ n and 0 in all other positions. We will also suppress the 0s. 1 1 3 1 2 1 Figure 1. The permutation matrix of 132. In this paper, we will think of permutations in terms of permutation matrices. Definition 1.1. (Patterns in permutations) A permutation π is said to contain a permutation τ as a pattern if the permutation matrix of τ is a submatrix of π.
    [Show full text]
  • International Linear Algebra & Matrix Theory Workshop at UCD on The
    International Linear Algebra & Matrix Theory Workshop at UCD on the occasion of Thomas J. Laffey’s 75th birthday Dublin, 23-24 May 2019 All talks will take place in Room 128 Science North (Physics) Sponsored by • Science Foundation Ireland • Irish Mathematical Society • School of Mathematics and Statistics, University College Dublin • Seed Funding Scheme, University College Dublin • Optum Technology BOOK OF ABSTRACTS Schedule ....................................................... page 3 Invited Talks ...................................................... pages 4-11 3 INVITED TALKS Centralizing centralizers and beyond Alexander E. Guterman Lomonosov Moscow State University, Russia For a matrix A 2 Mn(F) its centralizer C(A) = fX 2 Mn(F)j AX = XAg is the set of all matrices commuting with A. For a set S ⊆ Mn(F) its centralizer C(S) = fX 2 Mn(F)j AX = XA for every A 2 Sg = \A2SC(A) is the intersection of centralizers of all its elements. Central- izers are important and useful both in fundamental and applied sciences. A non-scalar matrix A 2 Mn(F) is minimal if for every X 2 Mn(F) with C(A) ⊇ C(X) it follows that C(A) = C(X). A non-scalar matrix A 2 Mn(F) is maximal if for every non-scalar X 2 Mn(F) with C(A) ⊆ C(X) it follows that C(A) = C(X). We investigate and characterize minimal and maximal matrices over arbitrary fields. Our results are illustrated by applica- tions to the theory of commuting graphs of matrix rings, to the preserver problems, namely to characterize of commutativity preserving maps on matrices, and to the centralizers of high orders.
    [Show full text]
  • Arxiv:Math/0111034V2 [Math.CO] 29 Aug 2002 Hw Eo for Below Shown Ugahof Subgraph ∗ a Graph Diamond Euiyagency
    Generalized Domino-Shuffling James Propp ([email protected])∗ Department of Mathematics University of Wisconsin - Madison (Dated: September 30, 2001) The problem of counting tilings of a plane region using specified tiles can often be recast as the problem of counting (perfect) matchings of some subgraph of an Aztec diamond graph An, or more generally calculating the sum of the weights of all the matchings, where the weight of a matching is equal to the product of the (pre-assigned) weights of the constituent edges (assumed to be non-negative). This article presents efficient algorithms that work in this context to solve three problems: finding the sum of the weights of the matchings of a weighted Aztec diamond graph An; computing the probability that a randomly-chosen matching of An will include a particular edge (where the probability of a matching is proportional to its weight); and generating a matching of An at random. The first of these algorithms is equivalent to a special case of Mihai Ciucu’s cellular complementation algorithm [2] and can be used to solve many of the same problems. The second of the three algorithms is a generalization of not-yet-published work of Alexandru Ionescu, and can be employed to prove an identity governing a three-variable generating function whose coefficients are all the edge-inclusion probabilities; this formula has been used [3] as the basis for asymptotic formulas for these probabilities, but a proof of the generating function identity has not hitherto been published. The third of the three algorithms is a generalization of the domino-shuffling algorithm presented in [8]; it enables one to generate random “diabolo- tilings of fortresses” and thereby to make intriguing inferences about their asymptotic behavior.
    [Show full text]
  • Biographies of Candidates 2002
    Biographies of Candidates 2002 Biographical information about the candidates has been verified by the candidates, although in a few instances prior travel arrangements of the candidate at the time of assembly of the information made communication difficult or impossible. A candidate had the opportunity to make a statement of not more than 200 words on any subject matter without restriction and to list up to five of her or his research papers. Abbreviations: American Association for the Advancement of Science (AAAS); American Mathematical Society (AMS); American Statistical Association (ASA); Association for Computing Machinery (ACM); Association for Symbolic Logic (ASL); Association for Women in Mathematics (AWM); Canadian Mathematical Society, Société Mathématique du Canada (CMS); Conference Board of the Mathematical Sciences (CBMS); Institute of Mathematical Statistics (IMS); International Mathematical Union (IMU); London Mathematical Society (LMS); Mathematical Association of America (MAA); National Academy of Sciences (NAS); National Academy of Sciences/National Research Council (NAS/NRC); National Aeronautics and Space Administration (NASA); National Council of Teachers of Mathematics (NCTM); National Science Foundation (NSF); Operations Research Society of America (ORSA); Society for Industrial and Applied Mathematics (SIAM); The Institute of Management Sciences (TIMS). Each candidate had the opportunity to supply a photograph to accompany her or his biographical information. A candidate with an asterisk (*) beside her or his name was nominated in response to a petition. Vice President Selected Addresses: Séminaire Bourbaki, 1965; Invited Address, International Congress of Mathematicians, M. Salah Baouendi Professor of Mathematics, Univer- Vancouver, 1974; AMS Invited Address, Austin, November sity of California, San Diego. 1981; Invited Speaker, Special Year in Several Complex Born: October 12, 1937, Tunis, Variables, MSRI, 1995; Invited Speaker, École Polytech- Tunisia.
    [Show full text]
  • MAA Rocky Mountain Section Meeting
    e Mathematical Association of America Rocky Mountain Section Meeting April Ôâ and ÔÞ, òýÔý Colorado State University Fort Collins, CO Rocky Mountain Section Meeting Annual Book Sale April 16 & 17, 2010 All listed titles available for shipment, free shipping & handling. A full catalog and order form for shipped orders is included on the middle pages of this booklet for your convenience. Over 100 titles available (in limited quantities) for immediate purchase at our display. All catalog prices have been discounted 10% below membership prices, and 10% of book proceeds will be returned to the section – enlarge your book collection while benefiting the section today! To place an order, visit us in the Cherokee Park Ballroom. Discount prices available to all meeting participants; prices good only on orders placed at the meeting. All order forms must be returned to a display staff member for processing!! Payment by check, Visa or MasterCard accepted (sorry - no cash sales). Please make checks payable to: MAA Rocky Mountain Section. MATHEMATICAL ASSOCIATION OF AMERICA ò Schedule Friday, April Ôâ :ýý-Ôò:ýý Section NExT workshop (Virginia Dale) À:çý-ÔÔ:çý Workshop: Proposal writing for the NSF DUE (Lory òÔÞ) Stephanie Fitchett, NSF and University of Northern Colorado ÔÔ:¥ -Ôò:¥ Luncheon for Dept. Chairs and MAA Liaisons (Lory òçý) ÔÔ:ýý-¥:çý Registration (Lory òòÞ) Ô:ýý-Ô:Ôý Opening Remarks and Welcome (North Ballroom) Ô:Ôý-Ô: Burton W. Jones Teaching Award Lecture (North Ballroom) Richard Grassl, University of Northern Colorado Ô:ýý- :çý Publisher
    [Show full text]
  • Research Article Mining Precedence Relations Among Lecture Videos in Moocs Via Concept Prerequisite Learning
    Hindawi Mathematical Problems in Engineering Volume 2021, Article ID 7655462, 10 pages https://doi.org/10.1155/2021/7655462 Research Article Mining Precedence Relations among Lecture Videos in MOOCs via Concept Prerequisite Learning Kui Xiao ,1,2 Youheng Bai ,1,2 and Shihui Wang 1,2 1School of Computer Science and Information Engineering, Hubei University, Wuhan 430062, China 2Hubei Province Educational Informatization Engineering Research Center, Hubei University, Wuhan 430062, China Correspondence should be addressed to Kui Xiao; [email protected] Received 23 April 2021; Revised 22 July 2021; Accepted 6 August 2021; Published 13 August 2021 Academic Editor: Zhen Liu Copyright © 2021 Kui Xiao et al. )is is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. In recent years, MOOC has gradually become an important way for people to learn knowledge. But the knowledge background of different people is quite different. Moreover, the precedence relations between lecture videos in a MOOC are often not clearly explained. As a result, some people may encounter obstacles due to lack of background knowledge when learning a MOOC. In this paper, we proposed an approach for mining precedence relations between lecture videos in a MOOC automatically. First, we extracted main concepts from video captions automatically. And then, an LSTM-based neural network model was used to measure prerequisite relations among the main concepts. Finally, the precedence relations between lecture videos were identified based on concept prerequisite relations. Experiments showed that our concept prerequisite learning method outperforms the existing methods and helps accurately identify the precedence relations between lecture videos in a MOOC.
    [Show full text]
  • Canonical Forms of Structured Matrices and Pencils
    Canonical forms of structured matrices and pencils Christian Mehl and Hongguo Xu Abstract This chapter provides a survey on the development of canonical forms for matrices and matrix pencils with symmetry structures and on their impact in the investigation of application problems. The survey mainly focuses on the results from three topics that have been developed during the past 15 years: structured canonical forms for Hamiltonian and related matrices, structured canonical forms for doubly structured matrices and pencils, and singular value-like decompositions for matrices associated with two sesquilinear forms. 1 Introduction Eigenvalue problems frequently arise in several applications from natural sciences and industry and therefore the corresponding theory is a fundamental topic in Linear Algebra, Matrix Theory, and Numerical Analysis. The practical applications typi- cally lead to matrices, matrix pencils, or matrix polynomials with additional sym- metry structures that reflect symmetries in the underlying physics. As a consequence also the eigenstructures (i.e., eigenvalues, eigenvectors, root vectors, Jordan blocks, singular blocks and other invariants as, e.g., algebraic, geometric, and partial mul- tiplicities) of such matrices, matrix pencils, and matrix polynomials inherit certain symmetries or patterns. As these reflect the nature and characteristics of the original application problems, they play critical roles both in theory and practice. Christian Mehl Institut fur¨ Mathematik MA 4-5, TU Berlin, Str. des 17. Juni 136, 10623 Berlin, Germany,e-mail: [email protected] Hongguo Xu Department of Mathematics, University of Kansas, Lawrence, KS 66045, USA. e-mail: [email protected]. Partially supported by Alexander von Humboldt Foundation and by Deutsche Forschungsgemeinschaft, through the DFG Research Center MATHEON Mathematics for Key Tech- nologies in Berlin.
    [Show full text]