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...