Are you looking for something like this:

sage: StandardTableau([[1,2,4],[3,5]]).symmetric_group_action_on_entries( 
Permutation(((4,5))) )
      [[1, 2, 5], [3, 4]]

If you also wants "straightening" then I guess it is implicit in the action 
of implementation of seminormal forms.

Andrew

On Tuesday, 18 February 2014 03:52:46 UTC+11, Nicolas Borie wrote:
>
> Hi all, 
>
> Is there currently a way in Sage-combinat to compute the action of a 
> permutation over standard tableaux ? 
>
> For example, I would like something like : 
>
> Permutation([2,1,3,4]) * B([[1,2],[3,4]]) = B([[1,2],[3,4]]) - 
> B([[1,3],[2,4]]) 
>
> This thing is called in French "algorithme de redressement" (In the same 
> time, what is the equivalent in English ?) and is related to Ganir 
> identity (Or Garnir rules...). They are a lot of thing in combinat but I 
> didn't find it... Can someone confirm that or give my a pointer 
> otherwise... 
>
> Cheers, 
> Nicolas B. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to