On 28 Okt., 01:51, Eric Kangas <[email protected]> wrote: > plot([derivative((f(x), a) for a in [0,1,..3]], (x,0,2*pi), color = ())
Just curious: Any reason to use [0,1,..3] instead of just [0..3] or even the pure Python syntax: range(4) ? -leif -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
