Ronan

1262 Reputation

14 Badges

12 years, 267 days
East Grinstead, United Kingdom

MaplePrimes Activity


These are replies submitted by Ronan

freeze.mw

I tried freeze on one equation but it only frooze one variable. Am i doing something wrong? have attached sample

freeze.mw

I tried freeze on one equation but it only frooze one variable. Am i doing something wrong? have attached sample

@Markiyan Hirnyk 

sum(sum(A[i]*B[j], j = 1 .. min(6, 8-i)), i = 1 .. 6);

 

 

I changed it to the above later.That worked and gave me the counting sequence I'm after.

Thank you for your help

@Markiyan Hirnyk 

sum(sum(A[i]*B[j], j = 1 .. min(6, 8-i)), i = 1 .. 6);

 

 

I changed it to the above later.That worked and gave me the counting sequence I'm after.

Thank you for your help

Based on what you did I tried this

 sum(sum(A[i]*B[j], i = 1 ..6 ), j = 1 .. min(6, 8-j));

But It would not calculate it

Based on what you did I tried this

 sum(sum(A[i]*B[j], i = 1 ..6 ), j = 1 .. min(6, 8-j));

But It would not calculate it

First 28 29 30 Page 30 of 30