Re: new operator
- To: mathgroup at smc.vnet.net
- Subject: [mg39105] Re: new operator
- From: "Steve Luttrell" <luttrell at _removemefirst_westmal.demon.co.uk>
- Date: Wed, 29 Jan 2003 03:38:24 -0500 (EST)
- References: <b11s3c$p7b$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Have a look at the Utilities`Notation` pckage which does what you want to do. You can find it in the Help Browser under Addons -> Extras -> Utilities. -- Steve Luttrell West Malvern, UK "Nathan G" <nathan.g at caramail.com> wrote in message news:b11s3c$p7b$1 at smc.vnet.net... > Hello, > > I would like to define a new operator called # on mathematica with > some properties and make theoritical calculations with it. For example > I'd like to calculate (a # b)^n then. Is there any means to do that ? > >