Using Array and Table Functions in Mathematica. Which is best when
问题 I have been mostly a Table functions user in mathematica. However I have noticed that in several examples where I used Array instead of Table to express the same result, it ran markedly faster, especially as the dimension of table grew larger. So my question is this: When speed of execution is the primary concern, when is it most appropriate to use table? What explains this difference? My guess is that because Arrays assume a functional relationship between the items in the list, it stores