用matlab程序实现单点弦割法和双点弦割法解方程
第6题:双点弦割法:Matlab程序:f.m:function y=f(t)y=t*t-6; endxiange.m:i=0; %迭代此处记数 t1=1; %迭代初值t1 t2=4; %迭代初值t2