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
- Follow-Ups:
- Re: Coefficients of previous result
- From: DrBob <drbob@bigfoot.com>
- Re: Coefficients of previous result
- From: yehuda ben-shimol <benshimo@bgu.ac.il>
- Re: Coefficients of previous result
- From: Gerry Flanagan <flanagan@materials-sciences.com>
- Re: Coefficients of previous result