ziox

40 Reputation

One Badge

19 years, 0 days

MaplePrimes Activity


These are questions asked by ziox

when i do this loop for i from 0 to 10 do f(i) mod 11; end do; it only outputs the last value, ie f(10) mod 11 i want it to output all of them, what is going on here?
how do i incorporate an and clause for my if statement? like if a=1 and b<>3 then
i want to output text. if n=b then; n may not be completely factored end if; how do i do this?
if i have a procedure that has a bunch of loops, but when i execute it seems to be taking a long time. is there a way to figure out which loop the procedure is 'stuck' in?
what's the does not command for a for loop? as in for i from 1 to 100 while i (does not) equal 5.
1 2 Page 1 of 2