240 发简信
IP属地:四川
  • Resize,w 360,h 240
    数值分析程序纪要(MATLAB)

    一、求方程的根 (1)二分法 function xc=bisect(f,a,b,tol) if sign(f(a))*sign(f(b)) ...