Re: Condition , FullSimplify
- To: mathgroup at smc.vnet.net
- Subject: [mg53178] Re: [mg53168] Condition , FullSimplify
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 28 Dec 2004 06:30:18 -0500 (EST)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
expr // FullSimplify[#, cond] & Bob Hanlon > > From: "sebastian.cohen at gmail.com" <sebastian.cohen at gmail.com> To: mathgroup at smc.vnet.net > Date: 2004/12/27 Mon AM 06:41:40 EST > To: mathgroup at smc.vnet.net > Subject: [mg53178] [mg53168] Condition , FullSimplify > > Wolfram Staff, > > I would like to know why the following class of statements don't work > given > > expr /; condition // FullSimplify > > Although one may express them easily as > > FullSimplify[expr,cond] > > I find it useful and practical using the first notation. > > Is there a way to tell Mathematica at the end expressions both the > conditions and to fullsimplify without having to write the whole > fullsimplify function? > > Thanks in advance, > > Sebastian Cohen S > >