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

Programming loop

JB_10220769
7-Bedrock

Programming loop

I have inputs which needs to be used for further calculation For ex POP1_2.1 will be used to calculate CO1_2.1 and CO1_2.1 will be used for calculating POP next series and so on. I need some help to formulate programme to carry out this on loop and give the output could someone help? 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

 

here is an example how to do it in Mathcad. Hope, it helps.

 

Raiko

View solution in original post

2 REPLIES 2
LucMeekes
23-Emerald III
(To:JB_10220769)

You can write a program for this, but it will be as much work as you've already done to put down all the assignment formulae in your sheet.

If you want to put this efficiently in a program, you will need to use indexes instead of literal subscripts to your arrays AF, DF and M.

Since you've hidden their definitions in protected areas, that's something you will need to do.

 

Success!
Luc

Hi,

 

here is an example how to do it in Mathcad. Hope, it helps.

 

Raiko

Top Tags