Daubechies4

12 Reputation

2 Badges

17 years, 175 days

MaplePrimes Activity


These are questions asked by Daubechies4

My sincere apologies for this incredibly elementary question.  I just can't find the answer.  Please refer me to an appropriate resource for this information if you know of one so that I won't bother the forum with such inane questions in the future.

Here is a simplfied example of what I'm trying to do (when my code didn't work, I created progressively simpler examples until I got to this):

--------------------------

a := array(1..3);

for i from 1 to 3 do

    a[i] := t -> i*t

end do;

Page 1 of 1