Random sorting networks

Size: px
Start display at page:

Download "Random sorting networks"

Transcription

1 Random sorting networks Eric Marberg Math 4991: Capstone Project in Pure Mathematics 1 / 26

2 Primary reference for this expository talk: Random sorting networks by Angel, Holroyd, Ramik, and Virág (2006) All results due to these authors, as are most of the pictures. } {{ } Angel } {{ } Romik } {{ } Holroyd } {{ } Virág 2 / 26

3 Sorting networks A sorting network refers to a certain kind of wiring diagram like this: Consider the numbers 1, 2,..., n listed (vertically) in decreasing order We want to rearrange these numbers to be in increasing order, by performing a minimal sequence of swaps, where a swap exchanges two numbers in adjacent positions and does nothing to remaining numbers 3 / 26

4 Sorting networks (continued) Call the swap exchanging numbers in i th and (i + 1) th positions s i. Definition An n-element sorting network is a sequence of swaps w = (s i1, s i2,..., s in ) with length N minimal which transforms n n 4 / 26

5 Sorting networks (continued) Equivalently, an n-element sorting network is a reduced word of the reverse permutation w 0 = n 321 S n in symmetric group on n letters (i.e., a minimal factorization into product of the transpositions s i = (i, i + 1)). Fact Length of any n-element sorting network is N = ( ) n 2 Proof. Each pair {i, j} ( ) [n] 2 must exchange somewhere. Each swap exchanges one such pair, so number of swaps N ( n 2). Equality follows since there exist sorting networks of size ( n 2). 5 / 26

6 Counting sorting networks Numbers of n-element sorting networks are 1 (n = 2) 2 (n = 3) 16 (n = 4) 768 (n = 5). These are also number of standard Young tableaux (SYT s) of shape (n 1, n 2,..., 3, 2, 1), that is, labelings of the boxes in the arrays (n = 2) (n = 3) (n = 4) (n = 5) by 1, 2,..., N = ( n 2) so that rows / columns are strictly increasing. 6 / 26

7 Counting sorting networks (continued) Theorem (Stanley 1984) # n-elem sorting networks = # SYT s of shape (n 1,..., 2, 1) Theorem (Edelman, Greene 1984) There is an explicit bijection { } { } n-element sorting EG SYT s of shape networks (n 1,..., 2, 1) Such results bring us to the study of random sorting networks. 7 / 26

8 Random sorting networks Define random sorting network = n-element sorting network selected at random from uniform distribution. While sorting networks are a priori somewhat mysterious objects, SYT s are easy to construct, and there is a simple algorithm to sample an SYT of a given shape from uniform distribution Via EG bijection, this gives algorithm to sample n-element sorting networks from uniform distribution Simulations of random sorting networks for large n reveal several striking phenomena, some proved, some still conjectural 8 / 26

9 Swap locations Consider the 6-element sorting network w = (s 1, s 2, s 1, s 3, s 4, s 5, s 2, s 1, s 3, s 2, s 1, s 4, s 3, s 2, s 1 ) Define swap k = swap k (w) as index of k th swap in w. swap k (w) = 1 for k = 1, 3, 8, 11, 15. swap k (w) = 3 for k = 4, 9, / 26

10 Simulated swap locations Histogram of swap locations in a 2000-element sorting network: 10 / 26

11 Semicircle laws Theorem (Angel, Holroyd, Romik, Virág 2006) Let w be a random n-element sorting network. Define X n = Φ n (swap 1 (w)) [ 1, 1] where Φ n (x) = 2 nx 1 is rescaling map [0, n] [ 1, 1]. Then X n converges in distribution as n to random variable with semicircle law, i.e., with probability density function 2 π 1 x / 26

12 Semicircle laws (continued) Semicircle law is also limiting distribution of eigenvalues of a random symmetric matrix with entries chosen from normal distribution. More generally, AHRM prove that a semicircle law governs limiting distribution of swap k (w) for every k, as suggested by histogram. 12 / 26

13 Trajectories Consider the 6-element sorting network w = (s 1, s 2, s 1, s 3, s 4, s 5, s 2, s 1, s 3, s 2, s 1, s 4, s 3, s 2, s 1 ) Define σ k = σ k (w) S n for k = 0, 1,..., N = ( n 2) as permutation with σ k (n + 1 i) = number in i th position after k th swap σ k = numbers after swap k read from top to bottom In example: σ 0 = , σ 1 = , σ 6 = / 26

14 Trajectories (continued) Let w = (s i1, s i2,..., s in ) be an n-element sorting network. Define σ k = σ k (w) : n + 1 i number in i th position after k th swap. Definition Scaled trajectory of i [n] under w is map [0, 1] [ 1, 1] given by T i = T i (w) = Φ n t i Ψ N where t i (x) is piecewise linear function [0, N] [0, n] interpolating (0, σ 0 (i)), (1, σ 1 (i)), (2, σ 2 (i)),... (N, σ N (i)). and Φ n, Ψ N are usual rescaling maps [0, n] [ 1, 1] and [0, 1] [0, N] T i is wire i in diagram of w, rescaled to fit in rectangle [0, 1] [ 1, 1]. 14 / 26

15 Simulated trajectories Selected scaled trajectories from random 2000-element sorting network: 15 / 26

16 Sine trajectories conjecture Conjecture (Angel, Holroyd, Romik, Virág 2006) As n, the scaled trajectories of random n-element sorting network almost always approach sine waves with the same frequency, but with random amplitude and phase. Precisely, there are random variables (A n i )n i=1 and (Θn i )n i=1 such that if w is a random n-element sorting network, then for all ɛ > 0 ( ) Prob max T i(w) A n i sin (πx + Θ n i ) > ɛ 0 as n. i [n] 16 / 26

17 Sine trajectories conjecture (continued) Theorem (Angel, Holroyd, Romik, Virág 2006) As n, scaled trajectories of random n-element sorting network are almost always Hölder( 8, 1 2 ) continuous, in sense that T i (x) T i (y) 8 x y 1/2 for all i [n] and all x, y (0, 1) with probability 1 as n. 17 / 26

18 Scaled configurations For n-element sorting network w, define scaled configuration µ t = µ t (w) : {subsets of R 2 } [0, 1] at time t [0, 1] as sum of point measures µ t = 1 n n δ ( i, σ tn (i) ) M n i=1 where σ k = σ k (w) and M n is usual rescaling map [ 1, 1] 2 [0, n] 2. Conceptually, we consider ( Scaled configuration of w at time t = k/n ) ( Permutation matrix of σk (w) rescaled to fit in square [ 1, 1] 2 ) 18 / 26

19 Simulated configurations Scaled configuration at time t = N/2 for 2000-element sorting network: 19 / 26

20 Archimedes measure Let Arch t denote Archimedes measure with parameter t [0, 1]: Arch 1/2 is probability measure with PDF 1 2π 1 x 2 y 2. Arch t for general t defined by transforming Arch 1/2 by map (x, y) (x, x cos(πt) + y sin(πt)). This measure is supported in the ellipse x 2 + y 2 2xy cos(πt) sin 2 (πt). 20 / 26

21 Archimedes configurations conjecture Conjecture (Angel, Holroyd, Romik, Virág 2006) As n, the scaled configuration at time t [0, 1] of a random n-element sorting network is almost always supported in the ellipse x 2 + y 2 2xy cos(πt) sin 2 (πt). Precisely, if w is a random n-element sorting network, then for all t [0, 1] µ t (w) Arch t as n where denotes convergence of measures in vague topology. 21 / 26

22 Archimedes configurations conjecture (continued) Theorem (Angel, Holroyd, Romik, Virág 2006) As n, scaled configurations of random n-element sorting network at time t [0, 1] almost always supported in certain octagon O t [ 1, 1] 2. Configurations of 500-element sorting network at times 0, N 10, 2N 10,..., N with octagon bounds and (conjectural) ellipse bounds: 22 / 26

23 Permutahedron Define the permutahedron as the natural embedding in Euclidean space of Cayley graph of symmetric group S n with respect to generating set of simple transpositions s i = (i, i + 1), sending σ S n (σ(1), σ(2),..., σ(n)) R n. Permutahedron for n = 4: 23 / 26

24 Reasons to believe conjectures The permutahedron lies inside the (n 2)-sphere { } { n n n S n = z R n : z i = i z R n : zi 2 = i=1 i=1 } {{ } hyperplane i=1 } n i 2. i=1 } {{ } (n 1)-sphere 1 S n and reverse permutation w 0 S n are antipodal on S n. Sorting networks correspond to shortest paths in the permutahedron from 1 to w 0 ; therefore natural to suspect that such paths are typically closed to great circles in the sphere S n. 24 / 26

25 Reasons to believe conjectures (continued) Conjecture (Angel, Holroyd, Romik, Virág 2006) For any sequence {w n } of n-element sorting networks then there exists a sequence of great circles C n S n with dist(w n, C n ) 1 n 0 as n. This is a plausible geometric conjecture, overwhelmingly supported by numerical evidence, which gives reason to believe in earlier conjectures: Theorem (Angel, Holroyd, Romik, Virág 2006) Preceding conjecture implies both the sine trajectories conjecture and Archimedes configurations conjecture presented above. Conjectures in this talk (from around 2006) remain open (in 2017). 25 / 26

26 References Some references for this talk: O. Angel, A. E. Holroyd, D. Romik and B. Virág, Random Sorting Networks, Adv. Math., 215(2) (2007), R. P. Stanley, On the number of reduced decompositions of elements of Coxeter groups, European J. Combin., 5(4) (1984), P. Edelman and C. Greene, Balanced tableaux, Adv. Math., 63(1) (1987), C. Greene, A. Nijenhuis, and H. S. Wilf, A probabilistic proof of a formula for the number of Young tableaux of a given shape, Adv. Math., 31(1) (1979), / 26

Reduced words and a formula of Macdonald

Reduced words and a formula of Macdonald Reduced words and a formula of Macdonald Sara Billey University of Washington Based on joint work with: Alexander Holroyd and Benjamin Young preprint arxiv:70.096 Graduate Student Combinatorics Conference

More information

Standard Young Tableaux Old and New

Standard Young Tableaux Old and New Standard Young Tableaux Old and New Ron Adin and Yuval Roichman Department of Mathematics Bar-Ilan University Workshop on Group Theory in Memory of David Chillag Technion, Haifa, Oct. 14 1 2 4 3 5 7 6

More information

STEIN S METHOD, SEMICIRCLE DISTRIBUTION, AND REDUCED DECOMPOSITIONS OF THE LONGEST ELEMENT IN THE SYMMETRIC GROUP

STEIN S METHOD, SEMICIRCLE DISTRIBUTION, AND REDUCED DECOMPOSITIONS OF THE LONGEST ELEMENT IN THE SYMMETRIC GROUP STIN S MTHOD, SMICIRCL DISTRIBUTION, AND RDUCD DCOMPOSITIONS OF TH LONGST LMNT IN TH SYMMTRIC GROUP JASON FULMAN AND LARRY GOLDSTIN Abstract. Consider a uniformly chosen random reduced decomposition of

More information

arxiv: v1 [math.co] 5 Apr 2018

arxiv: v1 [math.co] 5 Apr 2018 ON RANDOM SHIFTED STANDARD YOUNG TABLEAUX AND 13-AVOIDING SORTING NETWORKS arxiv:1804.01795v1 [math.co] 5 Apr 018 SVANTE LINUSSON, SAMU POTKA AND ROBIN SULZGRUBER Abstract. We study shifted standard Young

More information

Coxeter-Knuth Classes and a Signed Little Bijection

Coxeter-Knuth Classes and a Signed Little Bijection Coxeter-Knuth Classes and a Signed Little Bijection Sara Billey University of Washington Based on joint work with: Zachary Hamaker, Austin Roberts, and Benjamin Young. UC Berkeley, February, 04 Outline

More information

Factorization of the Robinson-Schensted-Knuth Correspondence

Factorization of the Robinson-Schensted-Knuth Correspondence Factorization of the Robinson-Schensted-Knuth Correspondence David P. Little September, 00 Abstract In [], a bijection between collections of reduced factorizations of elements of the symmetric group was

More information

Part IB GEOMETRY (Lent 2016): Example Sheet 1

Part IB GEOMETRY (Lent 2016): Example Sheet 1 Part IB GEOMETRY (Lent 2016): Example Sheet 1 (a.g.kovalev@dpmms.cam.ac.uk) 1. Suppose that H is a hyperplane in Euclidean n-space R n defined by u x = c for some unit vector u and constant c. The reflection

More information

A NATURAL GENERALISATION OF BALANCED TABLEAUX

A NATURAL GENERALISATION OF BALANCED TABLEAUX A NATURAL GENERALISATION OF BALANCED TABLEAUX FRANÇOIS VIARD Abstract. We introduce the notion of type that allows us to define new families of tableaux, which include both balanced and standard Young

More information

Math 396. Bijectivity vs. isomorphism

Math 396. Bijectivity vs. isomorphism Math 396. Bijectivity vs. isomorphism 1. Motivation Let f : X Y be a C p map between two C p -premanifolds with corners, with 1 p. Assuming f is bijective, we would like a criterion to tell us that f 1

More information

A Generalization of Wigner s Law

A Generalization of Wigner s Law A Generalization of Wigner s Law Inna Zakharevich June 2, 2005 Abstract We present a generalization of Wigner s semicircle law: we consider a sequence of probability distributions (p, p 2,... ), with mean

More information

Euler characteristic of the truncated order complex of generalized noncrossing partitions

Euler characteristic of the truncated order complex of generalized noncrossing partitions Euler characteristic of the truncated order complex of generalized noncrossing partitions D. Armstrong and C. Krattenthaler Department of Mathematics, University of Miami, Coral Gables, Florida 33146,

More information

LECTURE Itineraries We start with a simple example of a dynamical system obtained by iterating the quadratic polynomial

LECTURE Itineraries We start with a simple example of a dynamical system obtained by iterating the quadratic polynomial LECTURE. Itineraries We start with a simple example of a dynamical system obtained by iterating the quadratic polynomial f λ : R R x λx( x), where λ [, 4). Starting with the critical point x 0 := /2, we

More information

Algebraic Topology Homework 4 Solutions

Algebraic Topology Homework 4 Solutions Algebraic Topology Homework 4 Solutions Here are a few solutions to some of the trickier problems... Recall: Let X be a topological space, A X a subspace of X. Suppose f, g : X X are maps restricting to

More information

Outline. The Distance Spectra of Cayley Graphs of Coxeter Groups. Finite Reflection Group. Root Systems. Reflection/Coxeter Groups.

Outline. The Distance Spectra of Cayley Graphs of Coxeter Groups. Finite Reflection Group. Root Systems. Reflection/Coxeter Groups. The Distance Spectra of of Coxeter Groups Paul Renteln 1 Department of Physics California State University San Bernardino 2 Department of Mathematics California Institute of Technology ECNU, Shanghai June

More information

Coxeter-Knuth Graphs and a signed Little Bijection

Coxeter-Knuth Graphs and a signed Little Bijection Coxeter-Knuth Graphs and a signed Little Bijection Sara Billey University of Washington http://www.math.washington.edu/ billey AMS-MAA Joint Meetings January 17, 2014 0-0 Outline Based on joint work with

More information

ON MULTI-AVOIDANCE OF RIGHT ANGLED NUMBERED POLYOMINO PATTERNS

ON MULTI-AVOIDANCE OF RIGHT ANGLED NUMBERED POLYOMINO PATTERNS INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 4 (2004), #A21 ON MULTI-AVOIDANCE OF RIGHT ANGLED NUMBERED POLYOMINO PATTERNS Sergey Kitaev Department of Mathematics, University of Kentucky,

More information

6 Permutations Very little of this section comes from PJE.

6 Permutations Very little of this section comes from PJE. 6 Permutations Very little of this section comes from PJE Definition A permutation (p147 of a set A is a bijection ρ : A A Notation If A = {a b c } and ρ is a permutation on A we can express the action

More information

Tableau models for Schubert polynomials

Tableau models for Schubert polynomials Séminaire Lotharingien de Combinatoire 78B (07) Article #, pp. Proceedings of the 9 th Conference on Formal Power Series and Algebraic Combinatorics (London) Tableau models for Schubert polynomials Sami

More information

DIFFERENTIAL POSETS SIMON RUBINSTEIN-SALZEDO

DIFFERENTIAL POSETS SIMON RUBINSTEIN-SALZEDO DIFFERENTIAL POSETS SIMON RUBINSTEIN-SALZEDO Abstract. In this paper, we give a sampling of the theory of differential posets, including various topics that excited me. Most of the material is taken from

More information

Jessica Striker. November 10, 2015

Jessica Striker. November 10, 2015 Resonance in dynamical algebraic combinatorics Jessica Striker joint work with Kevin Dilks (NDSU) and Oliver Pechenik (UIUC) North Dakota State University November 10, 2015 J. Striker (NDSU) Resonance

More information

A PATTERN THEOREM FOR RANDOM SORTING NETWORKS

A PATTERN THEOREM FOR RANDOM SORTING NETWORKS A PATTERN THEOREM FOR RANDOM SORTING NETWORKS OMER ANGEL, VADIM GORIN, AND ALEXANDER HOLROYD Abstract. A sorting network is a shortest path from 2 n to n 2 in the Cayley graph of the symmetric group S

More information

Problem 1. Use a line integral to find the plane area enclosed by the curve C: r = a cos 3 t i + b sin 3 t j (0 t 2π). Solution: We assume a > b > 0.

Problem 1. Use a line integral to find the plane area enclosed by the curve C: r = a cos 3 t i + b sin 3 t j (0 t 2π). Solution: We assume a > b > 0. MATH 64: FINAL EXAM olutions Problem 1. Use a line integral to find the plane area enclosed by the curve C: r = a cos 3 t i + b sin 3 t j ( t π). olution: We assume a > b >. A = 1 π (xy yx )dt = 3ab π

More information

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK COURSE / SUBJECT Algebra 2B KEY COURSE OBJECTIVES/ENDURING UNDERSTANDINGS OVERARCHING/ESSENTIAL SKILLS OR QUESTIONS RATIONAL AND RADICAL FUNCTIONS PROPERTIES AND

More information

Sum of matrix entries of representations of the symmetric group and its asymptotics

Sum of matrix entries of representations of the symmetric group and its asymptotics Sum of matrix entries of representations of the symmetric group and its asymptotics Dario De Stavola 7 September 2015 Advisor: Valentin Féray Affiliation: University of Zürich Preliminaries Partitions

More information

Mathematics AKS

Mathematics AKS Integrated Algebra I A - Process Skills use appropriate technology to solve mathematical problems (GPS) (MAM1_A2009-1) build new mathematical knowledge through problem-solving (GPS) (MAM1_A2009-2) solve

More information

HW2 Solutions Problem 1: 2.22 Find the sign and inverse of the permutation shown in the book (and below).

HW2 Solutions Problem 1: 2.22 Find the sign and inverse of the permutation shown in the book (and below). Teddy Einstein Math 430 HW Solutions Problem 1:. Find the sign and inverse of the permutation shown in the book (and below). Proof. Its disjoint cycle decomposition is: (19)(8)(37)(46) which immediately

More information

NEW BALANCING PRINCIPLES APPLIED TO CIRCUMSOLIDS OF REVOLUTION, AND TO n-dimensional SPHERES, CYLINDROIDS, AND CYLINDRICAL WEDGES

NEW BALANCING PRINCIPLES APPLIED TO CIRCUMSOLIDS OF REVOLUTION, AND TO n-dimensional SPHERES, CYLINDROIDS, AND CYLINDRICAL WEDGES NEW BALANCING PRINCIPLES APPLIED TO CIRCUMSOLIDS OF REVOLUTION, AND TO n-dimensional SPERES, CYLINDROIDS, AND CYLINDRICAL WEDGES Tom M. Apostol and Mamikon A. Mnatsakanian 1 INTRODUCTION The sphere and

More information

Copyright 2016 Pearson Education, Inc. or its affiliates. All rights reserved. NES, the NES logo, Pearson, the Pearson logo, and National Evaluation

Copyright 2016 Pearson Education, Inc. or its affiliates. All rights reserved. NES, the NES logo, Pearson, the Pearson logo, and National Evaluation Mathematics (304) Copyright 2016 Pearson Education, Inc. or its affiliates. All rights reserved. NES, the NES logo, Pearson, the Pearson logo, and National Evaluation Series are trademarks, in the U.S.

More information

1 Differentiable manifolds and smooth maps. (Solutions)

1 Differentiable manifolds and smooth maps. (Solutions) 1 Differentiable manifolds and smooth maps Solutions Last updated: March 17 2011 Problem 1 The state of the planar pendulum is entirely defined by the position of its moving end in the plane R 2 Since

More information

MATH 223A NOTES 2011 LIE ALGEBRAS 35

MATH 223A NOTES 2011 LIE ALGEBRAS 35 MATH 3A NOTES 011 LIE ALGEBRAS 35 9. Abstract root systems We now attempt to reconstruct the Lie algebra based only on the information given by the set of roots Φ which is embedded in Euclidean space E.

More information

Applied Calculus. Review Problems for the Final Exam

Applied Calculus. Review Problems for the Final Exam Math135 Study Guide 1 Math 131/135/194, Fall 2004 Applied Calculus Daniel Kaplan, Macalester College Review Problems for the Final Exam Problem 1../DE/102b.tex Problem 3../DE/107.tex Consider the pair

More information

Chains of Length 2 in Fillings of Layer Polyominoes

Chains of Length 2 in Fillings of Layer Polyominoes Chains of Length 2 in Fillings of Layer Polyominoes Mitch Phillipson, Catherine H. Yan and Jean Yeh Department of Mathematics Texas A&M University College Station, Texas, U.S.A. {phillipson,cyan,jeanyeh}@math.tamu.edu

More information

Longest element of a finite Coxeter group

Longest element of a finite Coxeter group Longest element of a finite Coxeter group September 10, 2015 Here we draw together some well-known properties of the (unique) longest element w in a finite Coxeter group W, with reference to theorems and

More information

1 Differentiable manifolds and smooth maps. (Solutions)

1 Differentiable manifolds and smooth maps. (Solutions) 1 Differentiable manifolds and smooth maps Solutions Last updated: February 16 2012 Problem 1 a The projection maps a point P x y S 1 to the point P u 0 R 2 the intersection of the line NP with the x-axis

More information

ALGEBRAIC COMBINATORICS

ALGEBRAIC COMBINATORICS ALGEBRAIC COMBINATORICS Sami Assaf & Anne Schilling A Demazure crystal construction for Schubert polynomials Volume 1, issue (018), p. 5-7. The journal

More information

13 Spherical geometry

13 Spherical geometry 13 Spherical geometry Let ABC be a triangle in the Euclidean plane. From now on, we indicate the interior angles A = CAB, B = ABC, C = BCA at the vertices merely by A, B, C. The sides of length a = BC

More information

More about partitions

More about partitions Partitions 2.4, 3.4, 4.4 02 More about partitions 3 + +, + 3 +, and + + 3 are all the same partition, so we will write the numbers in non-increasing order. We use greek letters to denote partitions, often

More information

Chapter 2 - Basics Structures MATH 213. Chapter 2: Basic Structures. Dr. Eric Bancroft. Fall Dr. Eric Bancroft MATH 213 Fall / 60

Chapter 2 - Basics Structures MATH 213. Chapter 2: Basic Structures. Dr. Eric Bancroft. Fall Dr. Eric Bancroft MATH 213 Fall / 60 MATH 213 Chapter 2: Basic Structures Dr. Eric Bancroft Fall 2013 Dr. Eric Bancroft MATH 213 Fall 2013 1 / 60 Chapter 2 - Basics Structures 2.1 - Sets 2.2 - Set Operations 2.3 - Functions 2.4 - Sequences

More information

Determinantal point processes and random matrix theory in a nutshell

Determinantal point processes and random matrix theory in a nutshell Determinantal point processes and random matrix theory in a nutshell part I Manuela Girotti based on M. Girotti s PhD thesis and A. Kuijlaars notes from Les Houches Winter School 202 Contents Point Processes

More information

CUTOFF FOR THE STAR TRANSPOSITION RANDOM WALK

CUTOFF FOR THE STAR TRANSPOSITION RANDOM WALK CUTOFF FOR THE STAR TRANSPOSITION RANDOM WALK JONATHAN NOVAK AND ARIEL SCHVARTZMAN Abstract. In this note, we give a complete proof of the cutoff phenomenon for the star transposition random walk on the

More information

Simple Harmonic Motion Practice Problems PSI AP Physics B

Simple Harmonic Motion Practice Problems PSI AP Physics B Simple Harmonic Motion Practice Problems PSI AP Physics B Name Multiple Choice 1. A block with a mass M is attached to a spring with a spring constant k. The block undergoes SHM. Where is the block located

More information

arxiv: v1 [math.co] 9 Sep 2015

arxiv: v1 [math.co] 9 Sep 2015 ARRANGEMENTS OF MINORS IN THE POSITIVE GRASSMANNIAN AND A TRIANGULATION OF THE HYPERSIMPLEX arxiv:09.000v [math.co] 9 Sep MIRIAM FARBER AND YELENA MANDELSHTAM Abstract. The structure of zero and nonzero

More information

Lecture Notes Introduction to Cluster Algebra

Lecture Notes Introduction to Cluster Algebra Lecture Notes Introduction to Cluster Algebra Ivan C.H. Ip Update: May 16, 2017 5 Review of Root Systems In this section, let us have a brief introduction to root system and finite Lie type classification

More information

Lisbon school July 2017: eversion of the sphere

Lisbon school July 2017: eversion of the sphere Lisbon school July 2017: eversion of the sphere Pascal Lambrechts Pascal Lambrechts Lisbon school July 2017: eversion of the sphere 1 / 20 Lecture s goal We still want

More information

ENUMERATING PERMUTATIONS AVOIDING A PAIR OF BABSON-STEINGRíMSSON PATTERNS

ENUMERATING PERMUTATIONS AVOIDING A PAIR OF BABSON-STEINGRíMSSON PATTERNS ENUMERATING PERMUTATIONS AVOIDING A PAIR OF BABSON-STEINGRíMSSON PATTERNS ANDERS CLAESSON AND TOUFIK MANSOUR Abstract. Babson and Steingrímsson introduced generalized permutation patterns that allow the

More information

AP Calculus BC Summer Assignment. Please show all work either in the margins or on separate paper. No credit will be given without supporting work.

AP Calculus BC Summer Assignment. Please show all work either in the margins or on separate paper. No credit will be given without supporting work. AP Calculus BC Summer Assignment These problems are essential practice for AP Calculus BC. Unlike AP Calculus AB, BC students need to also be quite familiar with polar and parametric equations, as well

More information

THE INVERSE PROBLEM FOR DIRECTED CURRENT ELECTRICAL NETWORKS

THE INVERSE PROBLEM FOR DIRECTED CURRENT ELECTRICAL NETWORKS THE INVERSE PROBLEM FOR DIRECTED CURRENT ELECTRICAL NETWORKS JOEL NISHIMURA Abstract. This paper investigates the inverse problem for the directed current networks defined by Orion Bawdon [1]. Using a

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

Coxeter Groups and Artin Groups

Coxeter Groups and Artin Groups Chapter 1 Coxeter Groups and Artin Groups 1.1 Artin Groups Let M be a Coxeter matrix with index set S. defined by M is given by the presentation: A M := s S sts }{{ } = tst }{{ } m s,t factors m s,t The

More information

arxiv: v1 [math.co] 8 Feb 2014

arxiv: v1 [math.co] 8 Feb 2014 COMBINATORIAL STUDY OF THE DELLAC CONFIGURATIONS AND THE q-extended NORMALIZED MEDIAN GENOCCHI NUMBERS ANGE BIGENI arxiv:1402.1827v1 [math.co] 8 Feb 2014 Abstract. In two recent papers (Mathematical Research

More information

Rectangular Young tableaux and the Jacobi ensemble

Rectangular Young tableaux and the Jacobi ensemble Rectangular Young tableaux and the Jacobi ensemble Philippe Marchal October 20, 2015 Abstract It has been shown by Pittel and Romik that the random surface associated with a large rectangular Young tableau

More information

Some notes on Coxeter groups

Some notes on Coxeter groups Some notes on Coxeter groups Brooks Roberts November 28, 2017 CONTENTS 1 Contents 1 Sources 2 2 Reflections 3 3 The orthogonal group 7 4 Finite subgroups in two dimensions 9 5 Finite subgroups in three

More information

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course.

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course. Strand One: Number Sense and Operations Every student should understand and use all concepts and skills from the pervious grade levels. The standards are designed so that new learning builds on preceding

More information

Asymptotics for minimal overlapping patterns for generalized Euler permutations, standard tableaux of rectangular shapes, and column strict arrays

Asymptotics for minimal overlapping patterns for generalized Euler permutations, standard tableaux of rectangular shapes, and column strict arrays Discrete Mathematics and Theoretical Computer Science DMTCS vol. 8:, 06, #6 arxiv:50.0890v4 [math.co] 6 May 06 Asymptotics for minimal overlapping patterns for generalized Euler permutations, standard

More information

Morse functions statistics

Morse functions statistics P H A S I S Journal Program F U N C T I O N A L A N A L Y S I S and Other Mathematics, 006, 11, 97 103 Morse functions statistics Liviu I. Nicolaescu Abstract. We prove a conjecture of V. I. Arnold concerning

More information

Integrated Mathematics I, II, III 2016 Scope and Sequence

Integrated Mathematics I, II, III 2016 Scope and Sequence Mathematics I, II, III 2016 Scope and Sequence I Big Ideas Math 2016 Mathematics I, II, and III Scope and Sequence Number and Quantity The Real Number System (N-RN) Properties of exponents to rational

More information

ENUMERATION OF TREES AND ONE AMAZING REPRESENTATION OF THE SYMMETRIC GROUP. Igor Pak Harvard University

ENUMERATION OF TREES AND ONE AMAZING REPRESENTATION OF THE SYMMETRIC GROUP. Igor Pak Harvard University ENUMERATION OF TREES AND ONE AMAZING REPRESENTATION OF THE SYMMETRIC GROUP Igor Pak Harvard University E-mail: pak@math.harvard.edu Alexander Postnikov Massachusetts Institute of Technology E-mail: apost@math.mit.edu

More information

Written test, 25 problems / 90 minutes

Written test, 25 problems / 90 minutes Sponsored by: UGA Math Department and UGA Math Club Written test, 5 problems / 90 minutes October, 06 WITH SOLUTIONS Problem. Let a represent a digit from to 9. Which a gives a! aa + a = 06? Here aa indicates

More information

Group Actions Definition. Let G be a group, and let X be a set. A left action of G on X is a function θ : G X X satisfying:

Group Actions Definition. Let G be a group, and let X be a set. A left action of G on X is a function θ : G X X satisfying: Group Actions 8-26-202 Definition. Let G be a group, and let X be a set. A left action of G on X is a function θ : G X X satisfying: (a) θ(g,θ(g 2,x)) = θ(g g 2,x) for all g,g 2 G and x X. (b) θ(,x) =

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Linear Algebra MATH 2076 Linear Algebra SLEs Chapter 1 Section 1 1 / 8 Linear Equations and their Solutions A linear equation in unknowns (the variables) x 1, x 2,..., x n has

More information

Higher Bruhat order on Weyl groups of Type B

Higher Bruhat order on Weyl groups of Type B Mentor: Daniel Thompson Massachusetts Institute of Technology PRIMES-USA, 2013 Outline 1 Purpose 2 Symmetric Group Inversions Bruhat Graph 3 Results/Conjectures Purpose Purpose For Weyl Groups of Type

More information

Introduction to Techniques for Counting

Introduction to Techniques for Counting Introduction to Techniques for Counting A generating function is a device somewhat similar to a bag. Instead of carrying many little objects detachedly, which could be embarrassing, we put them all in

More information

Statistical Inference on Large Contingency Tables: Convergence, Testability, Stability. COMPSTAT 2010 Paris, August 23, 2010

Statistical Inference on Large Contingency Tables: Convergence, Testability, Stability. COMPSTAT 2010 Paris, August 23, 2010 Statistical Inference on Large Contingency Tables: Convergence, Testability, Stability Marianna Bolla Institute of Mathematics Budapest University of Technology and Economics marib@math.bme.hu COMPSTAT

More information

Math 120A: Extra Questions for Midterm

Math 120A: Extra Questions for Midterm Math 120A: Extra Questions for Midterm Definitions Complete the following sentences. 1. The direct product of groups G and H is the set under the group operation 2. The symmetric group on n-letters S n

More information

Worksheet 1.7: Introduction to Vector Functions - Position

Worksheet 1.7: Introduction to Vector Functions - Position Boise State Math 275 (Ultman) Worksheet 1.7: Introduction to Vector Functions - Position From the Toolbox (what you need from previous classes): Cartesian Coordinates: Coordinates of points in general,

More information

An exponential separation between quantum and classical one-way communication complexity

An exponential separation between quantum and classical one-way communication complexity An exponential separation between quantum and classical one-way communication complexity Ashley Montanaro Centre for Quantum Information and Foundations, Department of Applied Mathematics and Theoretical

More information

The Sorting Order on a Coxeter Group

The Sorting Order on a Coxeter Group FPSAC 2008, Valparaiso-Viña del Mar, Chile DMTCS proc. AJ, 2008, 411 416 The Sorting Order on a Coxeter Group Drew Armstrong School of Mathematics, University of Minnesota, 206 Church St. SE, Minneapolis,

More information

Asymptotic Analysis. Slides by Carl Kingsford. Jan. 27, AD Chapter 2

Asymptotic Analysis. Slides by Carl Kingsford. Jan. 27, AD Chapter 2 Asymptotic Analysis Slides by Carl Kingsford Jan. 27, 2014 AD Chapter 2 Independent Set Definition (Independent Set). Given a graph G = (V, E) an independent set is a set S V if no two nodes in S are joined

More information

arxiv: v1 [math.co] 2 Dec 2008

arxiv: v1 [math.co] 2 Dec 2008 An algorithmic Littlewood-Richardson rule arxiv:08.0435v [math.co] Dec 008 Ricky Ini Liu Massachusetts Institute of Technology Cambridge, Massachusetts riliu@math.mit.edu June, 03 Abstract We introduce

More information

Root system chip-firing

Root system chip-firing Root system chip-firing PhD Thesis Defense Sam Hopkins Massachusetts Institute of Technology April 27th, 2018 Includes joint work with Pavel Galashin, Thomas McConville, Alexander Postnikov, and James

More information

The Poupard statistics on tangent and secant trees

The Poupard statistics on tangent and secant trees The Poupard statistics on tangent and secant trees Guoniu Han IRMA, Strasbourg (Based on some recent papers with Dominique Foata) 1 Taylor expansion of tan u: Tangent numbers tanu = n 0 u ()! T = u 1!

More information

Inleiding Topologie. Lecture Notes. Marius Crainic

Inleiding Topologie. Lecture Notes. Marius Crainic Inleiding Topologie Lecture Notes Marius Crainic c Mathematisch Instituut Universiteit Utrecht Aangepast, November 2017 Contents Chapter 1. Introduction: some standard spaces 5 1. Keywords for this course

More information

Row and Column Distributions of Letter Matrices

Row and Column Distributions of Letter Matrices College of William and Mary W&M ScholarWorks Undergraduate Honors Theses Theses, Dissertations, & Master Projects 5-2016 Row and Column Distributions of Letter Matrices Xiaonan Hu College of William and

More information

(Permutations Arising from) Hook Coefficients of Chromatic Symmetric Functions

(Permutations Arising from) Hook Coefficients of Chromatic Symmetric Functions (Permutations Arising from) Hook Coefficients of Chromatic Symmetric Functions Ryan Kaliszewski Drexel University rlk72@drexel.edu July 17, 2014 Ryan Kaliszewski (Drexel University) Hook Coefficients July

More information

ON THE BRUHAT ORDER OF THE SYMMETRIC GROUP AND ITS SHELLABILITY

ON THE BRUHAT ORDER OF THE SYMMETRIC GROUP AND ITS SHELLABILITY ON THE BRUHAT ORDER OF THE SYMMETRIC GROUP AND ITS SHELLABILITY YUFEI ZHAO Abstract. In this paper we discuss the Bruhat order of the symmetric group. We give two criteria for comparing elements in this

More information

INEQUALITIES OF SYMMETRIC FUNCTIONS. 1. Introduction to Symmetric Functions [?] Definition 1.1. A symmetric function in n variables is a function, f,

INEQUALITIES OF SYMMETRIC FUNCTIONS. 1. Introduction to Symmetric Functions [?] Definition 1.1. A symmetric function in n variables is a function, f, INEQUALITIES OF SMMETRIC FUNCTIONS JONATHAN D. LIMA Abstract. We prove several symmetric function inequalities and conjecture a partially proved comprehensive theorem. We also introduce the condition of

More information

The Gaussian coefficient revisited

The Gaussian coefficient revisited The Gaussian coefficient revisited Richard EHRENBORG and Margaret A. READDY Abstract We give new -(1+)-analogue of the Gaussian coefficient, also now as the -binomial which, lie the original -binomial

More information

SYMMETRIES IN R 3 NAMITA GUPTA

SYMMETRIES IN R 3 NAMITA GUPTA SYMMETRIES IN R 3 NAMITA GUPTA Abstract. This paper will introduce the concept of symmetries being represented as permutations and will proceed to explain the group structure of such symmetries under composition.

More information

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words.

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words. Standard 1: Algebra and Functions Students graph linear inequalities in two variables and quadratics. They model data with linear equations. IM2.1.1 Graph a linear inequality in two variables. IM2.1.2

More information

MATH 260 LINEAR ALGEBRA EXAM II Fall 2013 Instructions: The use of built-in functions of your calculator, such as det( ) or RREF, is prohibited.

MATH 260 LINEAR ALGEBRA EXAM II Fall 2013 Instructions: The use of built-in functions of your calculator, such as det( ) or RREF, is prohibited. MAH 60 LINEAR ALGEBRA EXAM II Fall 0 Instructions: he use of built-in functions of your calculator, such as det( ) or RREF, is prohibited ) For the matrix find: a) M and C b) M 4 and C 4 ) Evaluate the

More information

The game of plates and olives

The game of plates and olives The game of plates and olives arxiv:1711.10670v2 [math.co] 22 Dec 2017 Teena Carroll David Galvin December 25, 2017 Abstract The game of plates and olives, introduced by Nicolaescu, begins with an empty

More information

The Interlace Polynomial of Graphs at 1

The Interlace Polynomial of Graphs at 1 The Interlace Polynomial of Graphs at 1 PN Balister B Bollobás J Cutler L Pebody July 3, 2002 Department of Mathematical Sciences, University of Memphis, Memphis, TN 38152 USA Abstract In this paper we

More information

Increasing and Decreasing Subsequences

Increasing and Decreasing Subsequences Increasing and Decreasing Subsequences Richard P. Stanley M.I.T. Permutations Permutations First lecture: increasing and decreasing subsequences Permutations First lecture: increasing and decreasing

More information

Apollonian Equilateral Triangles

Apollonian Equilateral Triangles Apollonian Equilateral Triangles Christina Chen Second Annual MIT PRIMES Conference May 19, 2012 Geometric Motivation: Apollonian Circles a d c b Geometric Motivation: Apollonian Circles a d c b Figure

More information

Domino tilings with barriers. In memory of Gian-Carlo Rota

Domino tilings with barriers. In memory of Gian-Carlo Rota Domino tilings with barriers In memory of Gian-Carlo Rota James Propp Richard Stanley University of Wisconsin, Madison, WI 53706 Massachusetts Institute of Technology, Cambridge, MA 02139 In this paper,

More information

Integration. Tuesday, December 3, 13

Integration. Tuesday, December 3, 13 4 Integration 4.3 Riemann Sums and Definite Integrals Objectives n Understand the definition of a Riemann sum. n Evaluate a definite integral using properties of definite integrals. 3 Riemann Sums 4 Riemann

More information

What you learned in Math 28. Rosa C. Orellana

What you learned in Math 28. Rosa C. Orellana What you learned in Math 28 Rosa C. Orellana Chapter 1 - Basic Counting Techniques Sum Principle If we have a partition of a finite set S, then the size of S is the sum of the sizes of the blocks of the

More information

Pattern avoidance in compositions and multiset permutations

Pattern avoidance in compositions and multiset permutations Pattern avoidance in compositions and multiset permutations Carla D. Savage North Carolina State University Raleigh, NC 27695-8206 Herbert S. Wilf University of Pennsylvania Philadelphia, PA 19104-6395

More information

NOTES FOR MATH 5520, SPRING Outline

NOTES FOR MATH 5520, SPRING Outline NOTES FOR MATH 5520, SPRING 2011 DOMINGO TOLEDO 1. Outline This will be a course on the topology and geometry of surfaces. This is a continuation of Math 4510, and we will often refer to the notes for

More information

Ilse Fischer. A SYMMETRY THEOREM ON A MODIFIED JEU DE TAQUIN arxiv:math/ v1 [math.co] 23 Dec 2001

Ilse Fischer. A SYMMETRY THEOREM ON A MODIFIED JEU DE TAQUIN arxiv:math/ v1 [math.co] 23 Dec 2001 A SYMMETRY THEOREM ON A MODIFIED JEU DE TAQUIN arxiv:math/01163v1 [math.co] 3 Dec 001 Ilse Fischer Institut für Mathematik der Universität Klagenfurt Universitätsstrasse 65-67 A-900 Klagenfurt Austria.

More information

4 A mass-spring oscillating system undergoes SHM with a period T. What is the period of the system if the amplitude is doubled?

4 A mass-spring oscillating system undergoes SHM with a period T. What is the period of the system if the amplitude is doubled? Slide 1 / 52 1 A block with a mass M is attached to a spring with a spring constant k. The block undergoes SHM. Where is the block located when its velocity is a maximum in magnitude? A 0 B + or - A C

More information

Some Notes on Distance-Transitive and Distance-Regular Graphs

Some Notes on Distance-Transitive and Distance-Regular Graphs Some Notes on Distance-Transitive and Distance-Regular Graphs Robert Bailey February 2004 These are notes from lectures given in the Queen Mary Combinatorics Study Group on 13th and 20th February 2004,

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to SAT II - Math Level Test #0 Solution SAT II - Math Level Test No. 1. The positive zero of y = x + x 3/5 is, to the nearest tenth, equal to (A) 0.8 (B) 0.7 + 1.1i (C) 0.7 (D) 0.3 (E). 3 b b 4ac Using Quadratic

More information

and Other Combinatorial Reciprocity Instances

and Other Combinatorial Reciprocity Instances and Other Combinatorial Reciprocity Instances Matthias Beck San Francisco State University math.sfsu.edu/beck [Courtney Gibbons] Act 1: Binomial Coefficients Not everything that can be counted counts,

More information

Math 3140 Fall 2012 Assignment #4

Math 3140 Fall 2012 Assignment #4 Math 3140 Fall 2012 Assignment #4 Due Fri., Sept. 28. Remember to cite your sources, including the people you talk to. In this problem set, we use the notation gcd {a, b} for the greatest common divisor

More information

SHIFTED K-THEORETIC POIRIER-REUTENAUER BIALGEBRA

SHIFTED K-THEORETIC POIRIER-REUTENAUER BIALGEBRA SHIFTED K-THEORETIC POIRIER-REUTENAUER BIALGEBRA ADAM KEILTHY, REBECCA PATRIAS, LILLIAN WEBSTER, YINUO ZHANG, SHUQI ZHOU Abstract We use shifted K-theoretic jeu de taquin to show that the weak K-Knuth

More information

Use estimation strategies reasonably and fluently while integrating content from each of the other strands. PO 1. Recognize the limitations of

Use estimation strategies reasonably and fluently while integrating content from each of the other strands. PO 1. Recognize the limitations of for Strand 1: Number and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, and the relationships among numbers and different number systems. PO 1. Solve problems

More information

Fall, 2003 CIS 610. Advanced geometric methods. Homework 3. November 11, 2003; Due November 25, beginning of class

Fall, 2003 CIS 610. Advanced geometric methods. Homework 3. November 11, 2003; Due November 25, beginning of class Fall, 2003 CIS 610 Advanced geometric methods Homework 3 November 11, 2003; Due November 25, beginning of class You may work in groups of 2 or 3 Please, write up your solutions as clearly and concisely

More information

MATH 434 Fall 2016 Homework 1, due on Wednesday August 31

MATH 434 Fall 2016 Homework 1, due on Wednesday August 31 Homework 1, due on Wednesday August 31 Problem 1. Let z = 2 i and z = 3 + 4i. Write the product zz and the quotient z z in the form a + ib, with a, b R. Problem 2. Let z C be a complex number, and let

More information