| Author |
Comment/Response |
Ashesh
|
10/11/05 11:11pm
I am new to Mathematica.
I want to do the following:
for[i=1, i<10, i++
for[j=1, j<=3, j++
a[[i,j]] = function(i,j)
]
]
Print[a]
Can someone help me do this type of updation operation in mathematica.
Regards,
Ashesh
URL: , |
|