Re: [sage-support] modulo operator for reals

2010-10-09 Thread Mike Hansen
On Mon, Oct 4, 2010 at 4:03 PM, jpc pedrocruzave...@gmail.com wrote: Why does the plot   plot(k%1,k,0,5) For a symbolic variable 'k', k%1 returns an error since the notion of a symbolic mod operation hasn't been implemented. What can be used instead ? You can just delay the application of

[sage-support] modulo operator for reals

2010-10-04 Thread jpc
Why does the plot plot(k%1,k,0,5) is not produced but the following works: k=var('k') plot( k/1, k,0,5).show() print 1.9%1 What can be used instead ? Pedro -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to