ErikP

80 Reputation

7 Badges

12 years, 64 days

MaplePrimes Activity


These are questions asked by ErikP

Hello,

I just lost the result of a 20h calculation due to the last-name evaluation using tables. Consider that

t := table([1=2]):
s := t:
save s, "table":
restart:
read "table":
s[1];

evaluates to t[1]. The save command only...

1 2 Page 2 of 2