| Author |
Comment/Response |
Subramanian
|
10/01/11 2:52pm
I have two sets of input,
Sr[r_,z_]= constants + f(r,z)
Ss[r_,z_]= constants + f(r,z)
St[r_,z_]= constants + f(r,z)
Sz[r_,z_]= constants + f(r,z)
&
S1[r_,z_]= (Sr+Ss)/2+sqrt(Sr,Sz)
S2[r_,z_]= St
S3[r_,z_]= (Sr+Ss)/2+sqrt(Sr,Sz)
SH[r_,z_]=1/3(S1+S2+S3)
Following this I have the for loop code. And i do not see the loop run.
Thanks
URL: , |
|