Post Reply 
Oddity Using Root Finder with Integrator (long)
03-13-2014, 01:34 PM
Post: #7
RE: Oddity Using Root Finder with Integrator (long)
No expert here, but it looked like Parisse answered your question:

If you want to restrict to an interval, you can enter e.g.
fsolve(int(xx^(p-1)*(1-xx)^(q-1)/Beta(p,q),xx)-.25,xx=-1..1)

Does:

fsolve(int(xx^(p-1)*(1-xx)^(q-1)/Beta(p,q),xx)-.25,xx=-0..1)

accomplish your goal?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Oddity Using Root Finder with Integrator (long) - DrD - 03-13-2014 01:34 PM



User(s) browsing this thread: 1 Guest(s)