Beispiel #1
0
 public Bisection()
 {
     eq     = new Equalation();
     limits = eq.limits;
     e      = eq.e;
     startBis();
 }
Beispiel #2
0
 public Newtone()
 {
     eq = new Equalation();
     start();
 }
Beispiel #3
0
        public Horda()
        {
            eq = new Equalation();

            StardHord();
        }
Beispiel #4
0
 public Iteration()
 {
     eq = new Equalation();
     start();
 }