Re: Values from InterpolatingFunction
- To: mathgroup@smc.vnet.net
- Subject: [mg11867] Re: Values from InterpolatingFunction
- From: "C. Woll" <carlw@u.washington.edu>
- Date: Fri, 3 Apr 1998 03:45:27 -0500
- Organization: University of Washington
- References: <6fskub$gsc@smc.vnet.net>
Hi Volker, Why don't you try InterpolatingFunction[{{0.,365.}},<>][t] /. t->10 Carl Woll Dept. of Physics U. of Washington On 1 Apr 1998, Volker Doerr wrote: > > Hello to all, > > I have the following > > InterpolatingFunction[{{0.,365.}},<>][t] > > produced by Function D from another InterpolatingFunction, and want > simply to get the approximate values at specific points. I cannot find > a direct solution, probably because the function has symbolic form. > > Anybody out there who can help me? > > Thanx a lot, > > V o l k e r > vd@cascade.de > > > > >