| Author |
Comment/Response |
ALGO
|
09/12/99 09:25am
Request Help for RungeKutta.m in Mathematica3.0
File RungeKutta.m defines the RKSolve[] function as:
RKSolve[{e1,e2,...},{y1,y2,...},{a1,a2,...},{t1,dt}]
I looked carefully on Mathematica3 Help and could not
find any useful information about How-To use function
RKSolve[]. I want to know what does symbol ''a1,a2,t1,dt...''
mean, and, how to use RKSolve[] on the following:
y'[x]==z+y*y-2, z'[x]==y+3z*y+4,
y[0]==1, z[0]==2
{x,0,10}
I've searched ''www.Mathematica.com'' for RungeKutta
but found nothing.
Would you mind sending me some information on RKSolve[]?
Thank you very much.
URL: , |
|