- #1
drmetal
- 2
- 0
Hi folks,
i just want to call different functions which are solutions of set of rate equations from s= NDSolve in a loop to calculate something.
For[k = 0, k < 27, k++,
x[k] = N#[time] /. s;
]
# is just an arbitrary sign. i just want to replace # with k so i call
N0[time]
N1[time]
...how do i do that ?
i use mathematica 7
thanks
Heiko
i just want to call different functions which are solutions of set of rate equations from s= NDSolve in a loop to calculate something.
For[k = 0, k < 27, k++,
x[k] = N#[time] /. s;
]
# is just an arbitrary sign. i just want to replace # with k so i call
N0[time]
N1[time]
...how do i do that ?
i use mathematica 7
thanks
Heiko