| Author |
Comment/Response |
mariam
|
10/10/08 05:22am
Hi all,
I am a new user of Mathematica. I am infact trying to modify a mathematica code for my project. I need your help in this regard:
1)
I define, any[i]=Something. Then,
If[i===2,{any[i,j]=any[i][[j]][3]},{any[i,j]=any[i][[j]][2]}]
This converts any[i] from 1-d to any[i,j] in 2-d. But how is it working? And what does [[j]] and [3] or [2] do here?
URL: , |
|