|
[Date Index]
[Thread Index]
[Author Index]
Coefficients of previous result
- To: mathgroup at smc.vnet.net
- Subject: [mg53096] Coefficients of previous result
- From: Milind Gupta <milind.gupta at gmail.com>
- Date: Thu, 23 Dec 2004 07:58:51 -0500 (EST)
- Reply-to: milind_gupta at ieee.org
- Sender: owner-wri-mathgroup at wolfram.com
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:
Modeling reactions
Next by Date:
Re: operator <> on file name
Previous by thread:
Modeling reactions
Next by thread:
Re: Coefficients of previous result
|