Go to the source code of this file.
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 }