public void Show_tablU2() { Tabl tmp = new Tabl(n, u2_list[step], "u2(x)"); tmp.Show(); }
public void Show_tablU1() { Tabl tmp = new Tabl(n, u1_list[step], "u1(x)"); tmp.Show(); }