Re: writing a function with unknown number of paramters
- To: mathgroup at smc.vnet.net
- Subject: [mg60548] Re: writing a function with unknown number of paramters
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 20 Sep 2005 05:19:02 -0400 (EDT)
- Organization: Uni Leipzig
- References: <dgm0fs$nqn$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, the pattern of the replacment rule can have a argument that is a Sequence[] Regards Jens "Someonekicked" <someonekicked at comcast.net> schrieb im Newsbeitrag news:dgm0fs$nqn$1 at smc.vnet.net... |I wanna write a function that can take an unknown number of parameters in | mathematica, how I can do that?? | | | For example, The built-in function Plot, | | Plot[{f1,f2,f3. }, {x, xmin, xmax}] | | can take an unknown number of functions then plot them. | |