Re: Different limits for simplied and non-simplified function
- To: mathgroup at smc.vnet.net
- Subject: [mg44969] Re: Different limits for simplied and non-simplified function
- From: "Mukhtar Bekkali" <mbekkali at hotmail.com>
- Date: Thu, 11 Dec 2003 05:28:19 -0500 (EST)
- Organization: Iowa State University
- References: <br4238$j12$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I think I specified h wrongly. The correct function should be h=1+(n*v)^(n+2). r and R are the same as before. Then limits are different. "Mukhtar Bekkali" <mbekkali at hotmail.com> wrote in message news:br4238$j12$1 at smc.vnet.net... > I have a function h=1+(n*v)^n-2. Define r=h/D[h,v] and R=Simplify[r]. Then > Limit[Limit[r,v->0],n->0]=infinity, while Limit[Limit[R,v->0],n->0]=0. How > is this possible, ain't r and R the same thing? > > >