cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Very simple for loop question - worksheet attached!

ptc-4451268
1-Newbie

Very simple for loop question - worksheet attached!

Hi!

I am still learning programming for mathcad. I have attached my workbook. Here is an image of what I have and what I need:

Capture1.JPG

Any help would be appreciated!!!!

1 ACCEPTED SOLUTION

Accepted Solutions

Find attached a few possibilities to achieve what you are after.

Plots are over time, change t to i if not wanted.

View solution in original post

4 REPLIES 4

Which time would you like to plot v over? i, or is t[i:=i*Delta_t?

If v should denote velocity and Delta_t a time difference, it seems there is something wrong with your iteration formula. You would try add length per time and length^2 per time!.

I think instead of time, I want to just graph each value of v. so v0,v1,v2,v3,v4 etc. not explicitly time.

Find attached a few possibilities to achieve what you are after.

Plots are over time, change t to i if not wanted.

I think this is exactly what I want. Thank you very much!!!

Top Tags