using System; using static System.Console; using static System.Math; class main{ static void Main(){ var xo =new vector(new double[]{1 ,2 ,3 ,4 ,6 ,9 ,10 ,13 ,15 }); var yo =new vector(new double[]{117,100,88,72,53,29.5,25.2,15.2,11.1}); var dyo=0.05*yo; var f = new Func[]{t=>1,t=>t}; int n=xo.size; var x=new vector(n); var y=new vector(n); var dy=new vector(n); for(int i=0;i