#256. 方程f(x)的根
方程f(x)的根
说明
求方程f(x)=2x+3x-4x=0在[1,2]内的根。
提示:2x可以表示成exp(x*ln(2))的形式。
输入格式
[1,2]的区间值
输出格式
方程f(x)=0的根,x的值精确到小数点10位。
样例
1 2
1.5071105957
求方程f(x)=2x+3x-4x=0在[1,2]内的根。
提示:2x可以表示成exp(x*ln(2))的形式。
[1,2]的区间值
方程f(x)=0的根,x的值精确到小数点10位。
1 2
1.5071105957
By signing up a PaiBlockly编程创客平台图形模块编程软件系统 universal account, you can submit code and join discussions in all online judging services provided by us.