jacksmith

5 Reputation

One Badge

8 years, 192 days

MaplePrimes Activity


These are questions asked by jacksmith

I'm trying to generate 100 equation to solve them numerically , buy maple won't let me , here's the code :

for i by 0 to 99 do
a := a[i]+a[i+1] = i^2
end do ;

Page 1 of 1