Re: About Table
- To: mathgroup at smc.vnet.net
- Subject: [mg115965] Re: About Table
- From: Yves Klett <yves.klett at googlemail.com>
- Date: Fri, 28 Jan 2011 06:10:44 -0500 (EST)
- References: <ihrb1f$8or$1@smc.vnet.net>
Hi, since your table as presented does not evaluate to multiple elements (or lists of those) but a single unevaluated Table[...] expression (throwing a message on the way), Max returns this one. Compare the outputs of Max[arg] Max[arg1,arg2] Max[{arg1, arg2}] Regards, Yves Am 27.01.2011 09:40, schrieb olfa: > Hi Mathematica community, > > when evaluating this input (with shift+enter): > m + Max[Table[A[index1], {index1, i, N}]] > > I obtain the output: > m + Table[A[index1], {index1, i, N}] > > How to explain why the function Max wasn't maintained (I mean why it > was ignored by mathematica)???!!! > > Thank you very much. >