mbp

4 Reputation

2 Badges

19 years, 312 days

MaplePrimes Activity


These are questions asked by mbp

I am trying to create a procedure like this: myproc := proc(x) Digits := x; sqrt(x) end proc; and then I want to plot the results like this: plot(myproc(x), x=2..20); However, I get an error: "Invalid assignment to Digits". The following works fine, however: seq(myproc(x), x=2..20); How can I solve this? Thanks.
Page 1 of 1