Skip to content

Find the Waldspurger Transform of permutations or alternating sign matrices in Sage.

Notifications You must be signed in to change notification settings

mckeown12/Waldspurger-Matrices-for-Sage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Synopsis

This project consists of a single Sage Notebook with functions for computing the Waldspurger Transform of permutations and alternating sign matrices. It also has code for computing David Anderson's essential set of signed permutations.
Among other things, this allows one to compute the base for type B.

Code Example

waldspurgerTransform(Permutation([1,4,3,2])

returns the matrix:

[[0,0,0], [0,1,1], [0,1,1]]

Installation

To run this code, you'll need to have SageMath installed. Alternatively, you can run it in the cocalc cloud.

About

Find the Waldspurger Transform of permutations or alternating sign matrices in Sage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published