perfect!, it works now
thank you,
nohra
On Monday, March 3, 2014 1:42:51 PM UTC+1, Nicolas M. Thiery wrote:
>
> On Mon, Mar 03, 2014 at 04:29:52AM -0800, nohra hage wrote:
> >Thank you for our help,
> >but when i write t.bump()?, it doesn't show the code and where i find
> it
> >
On Mon, Mar 03, 2014 at 04:29:52AM -0800, nohra hage wrote:
>Thank you for our help,
>but when i write t.bump()?, it doesn't show the code and where i find it
>and i receive the following results :
Mind the double question mark::
sage: t.bump??
not
sage: t.bump()?
Good morning,
Thank you for our help,
but when i write t.bump()?, it doesn't show the code and where i find it
and i receive the following results :
sage: t.bump()?
Type: instancemethod
String Form:
File:
/home/han05896/Documents/sage-6.1.1/local/lib/python2.7/site-packages/sage/
Type
T.bump??
and it shows you the documentation and code and where to find it.
Best,
Anne
On 2/28/14 7:00 AM, nohra hage wrote:
> Good morning,
>
> I khow how to use the functions T.bump(i) and T.schensted_insert(i) but i
> need to know how we can program those functions.
>
> where can i f
Good morning,
I khow how to use the functions T.bump(i) and T.schensted_insert(i) but i
need to know how we can program those functions.
where can i find the codes??
Thank you,
NOHRA
On Saturday, March 6, 2010 6:08:11 PM UTC+1, bump wrote:
>
> Tableau method contains two methods, bump and sche
On Sat, Mar 6, 2010 at 9:26 PM, bump wrote:
>
> On Mar 6, 3:52 pm, Pedro Sanchez wrote:
>
> > > consider also the code in
> There should actually be two versions of this. This version (as Anne
> said)
> relates nxn matrices with nonnegative integer values to pairs of
> tableaux with
> the same s
On Mar 6, 3:52 pm, Pedro Sanchez wrote:
> > consider also the code in
> > sage: Permutation([6,2,3,1,7,5,4]).robinson_schensted()
> > which performs insertions (and more). Mike Hansen added it, it bisects
> > per row, and is thus be much faster for large partitions.
>
> > in any case there shoul