c++代码程序实现弦截法求解方程组 #include #include #include double f(double x); using namespace std; int main() { double x0=0.5,x1=1,x2; cout