Re: [sage-support] How to Reverse an Binary Array

2010-05-15 Thread Minh Nguyen
Hi, On Sat, May 15, 2010 at 5:58 PM, Santanu Sarkar wrote: > Suppose A=[0,0,1,1,0,1]. How one can reverse this array using commend only? If A is a list, then the command A.reverse() would reverse your list in place, meaning that it would actually change your list A. On the other hand, there are

Re: [sage-support] How to Reverse an Binary Array

2010-05-15 Thread bb
Santanu Sarkar schrieb: Suppose A=[0,0,1,1,0,1]. How one can reverse this array using commend only? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] How to Reverse an Binary Array

2010-05-15 Thread Santanu Sarkar
Suppose A=[0,0,1,1,0,1]. How one can reverse this array using commend only? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.co