Recent content by drmetal

  1. D

    Mathematica Mathematica - automatically change function name in for loop

    thanks. that was exactly what i was looking for. it works
  2. D

    Mathematica Mathematica - automatically change function name in for loop

    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]...
Back
Top