Re: Need help finding the best way to programaticaly solve a specific function for 0
- From: Axel Vogt <&noreply@xxxxxxxxxxx>
- Date: Wed, 03 Oct 2007 16:59:28 +0200
cyrille de brebisson wrote:
hello,
I am trying to find P so that the function ((N/(P*100)+1)^P-1)*100-E equals 0 where P is positive and E and N are of same sign.
I beleive that the function in this domain is only "growing", so it fells that I could use Newton, however, since the function seems to flaten out realy fast, I am afraid that I might end up with rounding issues on the division.
can anyone propose a beter solution to solve that problem?
thanks, cyrille
why not divide by 100, set a=100*N and (1+1/100*E) = b^P and solve P = a/(b-1) ?
.
- Follow-Ups:
- References:
- A little help
- From: AndyD235
- Need help finding the best way to programaticaly solve a specific function for 0
- From: cyrille de brebisson
- A little help
- Prev by Date: Need help finding the best way to programaticaly solve a specific function for 0
- Next by Date: Re: Free sending and sharing any whole solution manual Ebook
- Previous by thread: Need help finding the best way to programaticaly solve a specific function for 0
- Next by thread: Re: Need help finding the best way to programaticaly solve a specific function for 0
- Index(es):
Relevant Pages
|