| Author |
Comment/Response |
Abe
|
09/18/10 7:32pm
Hello,
I'm trying to do something like take these two lists
{2,1}, {{i,1,1},{i,1,1}} and apply Table to them elementwise
I've tried Thread[Table[{2,1},{{i,1,1},{i,1,1}}]], but that doesn't work. Also, I have both of those lists called out in a function, so I think I also have to do Evaluate[fnxn] to display the i,1,1... but that might be avoided if I could find a way to do this.
Please help!!
Thank you
URL: , |
|