MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Interpolation problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33459] Re: Interpolation problem
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 22 Mar 2002 04:06:35 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <a7crlq$hu0$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

try

imm = Interpolation[mm, InterpolationOrder -> 4];

Regards
  Jens

KIMIC Weijnitz Peter wrote:
> 
> If you use Intepolation on these data, it looks strange, why?
> 
> mm={{0.8,1/0.8},{0.9,1/0.9},{2.8,1/2.8},{5.8,1/5.8},{5.9,1/5.9}};
> 
> I did:
> 
> imm=Interpolation[mm];
> 
> Plot[imm[t],{t,0.8,5.9},PlotRange->All,
>   Epilog->Evaluate[mm/.{a_,b_}->{AbsolutePointSize[10],Point[{a,b}]}]];
> 
> The resulting curve goes through all points but it deviates between
> points?
> 
> I have tred different intepolationorder values.
> 
> Best regards
> Peter W


  • Prev by Date: Re: Stupid simple question about counting derivatives
  • Next by Date: Re: Stupid simple question about counting derivatives
  • Previous by thread: Re: Interpolation problem
  • Next by thread: Re: Interpolation problem