Re: simple equation manipulation
- To: mathgroup at smc.vnet.net
- Subject: [mg72854] Re: simple equation manipulation
- From: dh <dh at metrohm.ch>
- Date: Mon, 22 Jan 2007 04:31:20 -0500 (EST)
- References: <eovfe1$roo$1@smc.vnet.net>
Hi Andrew, try e.g.: Apart Daniel Andrew McCracken wrote: > Hi > > I have: > ( (a - 6k^2(c+b)) > / k^2) > > I want: > a/k^2 - 6(c+b) > Using mathematica, what command does this? > > Cheers, > Andrew >