Re: About Table
- To: mathgroup at smc.vnet.net
- Subject: [mg116024] Re: About Table
- From: Themis Matsoukas <tmatsoukas at me.com>
- Date: Sat, 29 Jan 2011 05:28:32 -0500 (EST)
With i and n unspecified, Max[Table[A[index1], {index1, i, n}]] == Table[A[index1], {index1, i, n}] is True because the argument of Max[...] is not a list (not until i and n are specified) but a single element. By the way, N is a reserved symbol. tm