home *** CD-ROM | disk | FTP | other *** search
-
- float IFunction(float x);
-
- float YPrime(float x,float y);
-
- void IntegratFunction(int numseg,float xl,float xh,float *ans);
-
- void IntegratVector(float *y,float samper,int xl,int xh,float *ans);
-
- void RungeKutta(float XKnown,float YKnown,float x,float et,float h,
- float HMin,float *YEst,char *status);