Re: Numerical Solution to a System of Differential Equations...
- To: mathgroup@smc.vnet.net
- Subject: [mg12265] Re: Numerical Solution to a System of Differential Equations...
- From: Bill Bertram <wkb@ansto.gov.au>
- Date: Tue, 5 May 1998 03:30:00 -0400
- Organization: ANSTO
- References: <6ibvba$ev@smc.vnet.net>
Ragavan wrote: > > Can someone please help me solve this problem? > > I have been trying (unsuccessfully) to numerically solve a system of > ... >... > > variable t (say 5): > > In[5]:= y3[5] /. % > > all I get is > > Out[5]= y3[5] > Try Evaluate[y3[5] /.%] Cheers, Bill