Variable number of parameters
- To: mathgroup at smc.vnet.net
- Subject: [mg33300] Variable number of parameters
- From: "Sven Richter" <Sven.Richter at Xterminator.studfb.unibw-muenchen.de>
- Date: Thu, 14 Mar 2002 02:22:03 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I'd like to have a table with a variable number of parameters, like:
Table[{m[1], m[2],..., m[n]}, {m[1], minVal, maxVal, step}, {m[2], minVal,
maxVal, step}, ...,
{m[n], minVal, maxVal, step}]
However, I couldn't find any solution yet...
Can anyone give me a hint?
Thx,
Sven.