supersav144

5 Reputation

2 Badges

13 years, 314 days

MaplePrimes Activity


These are replies submitted by supersav144

I am currently trying to implement your method: min(select(type, [R[1], R[2], R[3]], 'positive')); but if i have a list of say 25 i don't want to have to enter all the values of R individually, how would i adapt this code to assess all values of R without inputting them manually?

 

I have tried the following: min(select(type, [R[1]], i=1..25, 'positive')); but this has not worked for me

I am currently trying to implement your method: min(select(type, [R[1], R[2], R[3]], 'positive')); but if i have a list of say 25 i don't want to have to enter all the values of R individually, how would i adapt this code to assess all values of R without inputting them manually?

 

I have tried the following: min(select(type, [R[1]], i=1..25, 'positive')); but this has not worked for me

Fortunately my sequences will always be from 1 to some number with no repeats so this is not really a concern

Fortunately my sequences will always be from 1 to some number with no repeats so this is not really a concern

Page 1 of 1