First, I just wanted to let you all know that I am a very very new at any type of programming. What I am attempting to do is write a program that will ask for user input to seven variables. After inputting the variables, I would like for them to display on a worksheet. I would then like for those values to be entered into an expression with the result being displayed as a table plus a plot.
The following is the expression that will be used:
P = R*T/(v-b) - a/v^2
With the following variables being asked for user input:
'a', 'b', 'R', 'v', Initial T, Final T, Temp stepsize ('a', 'b', 'R', 'v' are constants so it would be preferable if the user need not enter them)
The table generated would be in the form: "Temp, Pressure" Having n=(Tf-Ti)/stepsize values listed
The plot would have Temp on the abscissa and Pressure on the other axis
I have tried the following two codes without luck:
Ideally, The first one would give you the list of values by entering =pressure(Ti,Tf,Stepsize) into one of the cells. However, I only get one output. (Not sure how to display a result after each iteration in a loop.) The second one is my attempt to have the program do what I would normally do if I were to copy and paste a formula down a row of cells. Any help would be greatly appreciated! I've been trying to figure this out for about 12 hours now!
![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks