Question: Sequencing for a single variable

Hello all ,

I have the following code to do my calculations and it runs fine for one set of input values ,

A=a1,a2,a3

B=b1,b2,b3

C=c1,c2,c3

 

For example right now the sequence lets me solve for corresponding set of input values like (a1,b1,c1) ,(a2,b2,c2) and so on

 

What i am trying to do is to solve for (a1,b1,c1),(a1,b1,c2),(a1,b1,c3),(a2,b2,c1),(a2,b2,c2),(a2,b2,c3) and so on...more like seeing the sensitivity of one input on the output.

 

Let me know if there is a way i could do it.

paper_model_literatu.mwpaper_model_literatu.mw

Please Wait...