ext9c.c File Reference

Go to the source code of this file.

Functions

int ext9c (int *n, double *t, double *y, double *ydot)


Function Documentation

int ext9c ( int n,
double *  t,
double *  y,
double *  ydot 
)

Definition at line 26 of file ext9c.c.

00027 {
00028   ydot[0] = y[0] * -.04 + y[1] * 1e4 * y[2];
00029   ydot[2] = y[1] * 3e7 * y[1];
00030   ydot[1] = -ydot[0] - ydot[2];
00031   return(0);
00032 }


Generated on Sun Mar 4 16:07:45 2007 for Scilab [trunk] by  doxygen 1.5.1