永发信息网

JAVA帮忙

答案:1  悬赏:70  手机版
解决时间 2021-05-03 13:35

The Bisection method is a simple example of numerical algorithms for solving equations. The algorithm uses the classic divide and conquer strategy. Begin with an interval that contains the unknown solution. Divide it in half, discard the half that does not contain the solution, and repeat.
Write a program that implements the Bisection Algorithm to solve the equation

which has the same solution as the equation

最佳答案
public class test
{
static double F( double x )
{
return Math.sqrt( x ) - Math.cos( x );
}
public static void main(String[] args) {
double l = 0, r = Math.PI/2;
final double TOL = 0.5e-7;
double m;
while ( Math.abs( r - l ) > TOL*2 ) {
m = ( r + l ) / 2;
if ( F( l ) * F( m ) > 0 ) {
l = m;
} else {
r = m;
}
}
m = (r + l) / 2;
System.out.println( "root: " + m );
}
}

我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
帮我罗列出世博会所有能吃饭的地方
深圳市国顺江铃汽车销售服务有限公司修理厂(
CF里最高级别是什麽?
泡泡堂里的金币可以交易吗?
万事兴购物在什么地方啊,我要过去处理事情
魅力值是什么东西啊
斜率为1的直线过抛物线y^2=4x的焦点,与抛物
希腊和美国的不同
问道网通什么时候开新区
张家口市的办公用品批发市场在什么地方
水溶性丙烯酸树脂同钼酸铵混合产生什么
《暮光之城2》
求一些忧伤的歌
阿敏宽叶海带行在哪里啊,我有事要去这个地方
为什么我启动DNF时 会说我启动的客户端太多
推荐资讯
在迅雷上写短评
问问里面的到底有那么多问题提问不了?到底有
怎样才能减肥快啊?
VB中的select语句 求教!!!!!!!
七雄争霸城池升级6级怎么没了高级迁城令?
兴荣东路在什么地方啊,我要过去处理事情
電腦把寬帶拔了,又接上怎麼就連接不上了呢
张克帆的《两个世界》下载地址
速求一对炫舞舞团情侣名字
在电脑找的MJ视频全还是买碟的全
手机卡我瞎按 PIN码 结果卡锁住了,该怎么解啊
地下城问题··
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?