Macaulay2 » Documentation
Packages » Tableaux :: shift
next | previous | forward | backward | up | index | toc

shift -- shift a tableau

Description

i1 : T = skewTableau(new Partition from {6,6,5,3,1})

     ┌───┬───┬───┬───┬───┬───┐
o1 = │   │   │   │   │   │   │
     ├───┼───┼───┼───┼───┼───┤
     │   │   │   │   │   │   │
     ├───┼───┼───┼───┼───┼───┘
     │   │   │   │   │   │    
     ├───┼───┼───┼───┴───┘    
     │   │   │   │            
     ├───┼───┴───┘            
     │   │                    
     └───┘                    

o1 : SkewTableau
i2 : shift T

     ┌───┬───┬───┬───┬───┬───┐    
o2 = │   │   │   │   │   │   │    
     └───┼───┼───┼───┼───┼───┼───┐
         │   │   │   │   │   │   │
         └───┼───┼───┼───┼───┼───┤
             │   │   │   │   │   │
             └───┼───┼───┼───┼───┘
                 │   │   │   │    
                 └───┼───┼───┘    
                     │   │        
                     └───┘        

o2 : SkewTableau
i3 : shift(T,2)

             ┌───┬───┬───┬───┬───┬───┐    
o3 =         │   │   │   │   │   │   │    
             └───┼───┼───┼───┼───┼───┼───┐
                 │   │   │   │   │   │   │
                 └───┼───┼───┼───┼───┼───┤
                     │   │   │   │   │   │
                     └───┼───┼───┼───┼───┘
                         │   │   │   │    
                         └───┼───┼───┘    
                             │   │        
                             └───┘        

o3 : SkewTableau

See also

Ways to use shift:

  • shift(SkewTableau)
  • shift(SkewTableau,ZZ)

For the programmer

The object shift is a method function.


The source of this document is in Tableaux/documentation.m2:954:0.