Re: Integrate vs. NIntegrate
- To: mathgroup at smc.vnet.net
- Subject: [mg12816] Re: [mg12767] Integrate vs. NIntegrate
- From: "Kevin J. McCann" <kevinmccann at erols.com>
- Date: Fri, 12 Jun 1998 04:05:45 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Curious problem. I get the desired answer if I add an upper bound to the FindRoot search: In[1]:= FindRoot[NIntegrate[y,{y,0,x}]==1,{x,0.25,5}] Out[1]={x ->1.41421} Kevin