Re: Coefficients of previous result
- To: mathgroup at smc.vnet.net
- Subject: [mg53121] Re: [mg53096] Coefficients of previous result
- From: Gerry Flanagan <flanagan at materials-sciences.com>
- Date: Fri, 24 Dec 2004 05:59:08 -0500 (EST)
- References: <200412231258.HAA21139@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try Rationalize[]. GF Milind Gupta wrote: >The result of my previous step is something like this: > >expr = 1. + 2. x + 2. x^2 + 2. x^3 > ----------------------------------------- > 1. + 2. x + 2. x^2 > > But I need it to be like this: > > >expr = 1 + 2 x + 2 x^2 + 2 x^3 > ----------------------------------------- > 1 + 2 x + 2 x^2 > >so that I can use it with another function properly. Is there any way >to do that? > >Milind > > > > > >
- References:
- Coefficients of previous result
- From: Milind Gupta <milind.gupta@gmail.com>
- Coefficients of previous result