| Author |
Comment/Response |
Mac
|
09/18/12 03:23am
All I want in the world is to ask the user to input the value for a variable Q and then run a do iteration of a function using that value of Q, but for the life of me I can not find anything in the input tutorials that really explains how to do that or gives examples. I know it is probably really simple, but I am a dunce when it comes to programming. Here is my do command:
Do[Print[S = (Q + 1.107924375)/(i - 25)], {i, 50, 26, -1}]
URL: , |
|