Name: Anonymous 2006-07-24 21:34
modulo is supposed to give the rest that cannot be devided by an integer. 7 mod 3 = 1.
but wtf is maple10 doing to plot(`mod`(ceil(t), 2), t = 0 .. 7) ?
shouldnt the result be 1,0,1,0...?
how do i get this?
but wtf is maple10 doing to plot(`mod`(ceil(t), 2), t = 0 .. 7) ?
shouldnt the result be 1,0,1,0...?
how do i get this?