search for: tp4651295

Displaying 1 result from an estimated 1 matches for "tp4651295".

2012 Nov 29
3
Help in Bissection algorithm
...if(abs(a-b)<e){m=(a+b)/2 raiz1=m} if(abs(a-b)>e){ m=(a+b)/2 af=f(a) if((af*f(m))>0){a=m} if((af*f(m))<0){b=m}} i=i+1}} -- View this message in context: http://r.789695.n4.nabble.com/Help-in-Bissection-algorithm-tp4651295.html Sent from the R help mailing list archive at Nabble.com.