[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

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

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 sarkar.santanu@gmail.com 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.

[sage-support] Re: parametric_plot with Piecewise doesn't work ?

2010-05-15 Thread kcrisman
Thanks for your email. Unfortunately, Piecewise functions were implemented very early in the history of Sage, and so do not support tons of newer Sage functionality. Although there are a number of us interested in improving this situation, thus far time and expertise has not been there. Unless

Re: [sage-support] Re: parametric_plot with Piecewise doesn't work ?

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 5:31 PM, kcrisman wrote: Thanks for your email. Unfortunately, Piecewise functions were implemented very early in the history of Sage, and so do not support tons of newer Sage functionality. Although there are a number of us interested in improving this situation, thus