|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
implementation for Binarize
Next by Date:
Re: vector[m,1] vector[n,1] matrix[m,n]
Previous by thread:
Re: About Table
Next by thread:
variable dimension of domain of integration
|