[sage-support] Re: how to use sage combinat in Sagecloud

2016-12-29 Thread Dima Pasechnik
On Thursday, December 29, 2016 at 1:08:04 PM UTC, Dima Pasechnik wrote: > > > > On Thursday, December 29, 2016 at 11:18:53 AM UTC, jianrong wrote: >> >> Dear all, >> >> I am trying to do some computations about Weyl groups in Sage cloud (Sage >> online). >> >> How to use sage combinat in Sageclo

[sage-support] Re: how to use sage combinat in Sagecloud

2016-12-29 Thread Dima Pasechnik
On Thursday, December 29, 2016 at 11:18:53 AM UTC, jianrong wrote: > > Dear all, > > I am trying to do some computations about Weyl groups in Sage cloud (Sage > online). > > How to use sage combinat in Sagecloud? > > W = WeylGroup(["A", 5], prefix = "s") > l=list(W); l.sort(); l; > > > When