Re: The derivative of 1
- To: mathgroup at smc.vnet.net
- Subject: [mg117438] Re: The derivative of 1
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 18 Mar 2011 06:02:19 -0500 (EST)
Use Chop D[(1 + (1 - Sqrt[x]) (1.574 \[Omega] - 0.176 \[Omega]^2)), x] // Chop Bob Hanlon ---- Themis Matsoukas <tmatsoukas at me.com> wrote: ============= How can I get rid of the inconsequential but bothersome "0." that appears at the beginning of the following result? We are really talking about the derivative of 1. D[(1 + (1 - Sqrt[x]) (1.574 \[Omega] - 0.176 \[Omega]^2)), x] 0.\[VeryThinSpace]- (1.574 \[Omega] - 0.176 \[Omega]^2)/(2 Sqrt[x]) As an aside, why isn't 0.+whatever equal to whatever? Thanks