Question: How to repeat a script for varying input variable

Hi,

So I wrote this script (30 lines) in Maple and it works fine. But now I want Maple to repeat the script while changing my input variable.

My variable is T and I want Maple to perform the script for T=0 to T=15 and with a step size of 0.1.

 

I tried for loop and proc, but could not make it work. What is the most appropriate way do this?

 

Thank you.

 

 

 

Please Wait...