AndreasBuus

5 Reputation

One Badge

5 years, 113 days

MaplePrimes Activity


These are questions asked by AndreasBuus

Hello.

Is there a way to make maple sum variables with a index definition?

I want to sum this

`X__1`:=4.83

`X__2`:=4.33

`X__3`:=4.66

sum(X[i], i = 1 .. 3)

But it result with X[1] + X[2] + X[3] instead of 13.81

 

Page 1 of 1