next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
SpechtModule
::
youngTableau
youngTableau -- the constructor method for the class YoungTableau
Synopsis
Usage:
youngTableau(p,l)
Inputs:
p
,
an instance of the type
Partition
, the shape of the tableau
l
,
a
list
, the filling of the tableau, if it is not provided then it is assume that the filling is zero.
Outputs:
an instance of the type
YoungTableau
, a young tableau with the given shape and filling
See also
YoungTableau
-- the class of Young Tableaux
Ways to use
youngTableau
:
youngTableau(Partition)
youngTableau(Partition,List)
youngTableau(Partition,MutableList)
youngTableau(YoungTableau)
-- creates a copy of a YoungTableau object