| Author |
Comment/Response |
Paul_Poland
|
12/27/06 08:48am
I need to make a list of "n" functions, for example n=3 -> list={y1[t],y2[t],y3[t]}.
I'd try to do it like this:
While[i < n, AppendTo[lis, "y" <> ToString[i] <> "[t]"]; i++]
but then Mathematica see "y1[t]" as string, not function.
If you could help me I would be very thankfull.
P.S. I'm sorry for my "English" :)
URL: , |
|