new function
- To: mathgroup at smc.vnet.net
- Subject: [mg67291] new function
- From: gianfred at le.infn.it
- Date: Fri, 16 Jun 2006 00:27:14 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I'm writing a package and I want to define a function of the form:
Function[a_,{list_}], where "a" is a generic expression of more variables and
"list" is a list of those variable that must go to zero. So in this way,
Function automatically eliminate the variables that I specify after the comma.
How can I create this function?
Thanks,
Maria