|
[Date Index]
[Thread Index]
[Author Index]
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
>
>
>
>
>
>
Prev by Date:
Re: origin link
Next by Date:
Re: Intersection Problem With Version 5.1
Previous by thread:
Coefficients of previous result
Next by thread:
Re: Coefficients of previous result
|