MathGroup Archive 2005

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

Search the Archive

Re: Interpolation of function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59203] Re: Interpolation of function
  • From: "Valeri Astanoff" <astanoff at yahoo.fr>
  • Date: Tue, 2 Aug 2005 00:42:26 -0400 (EDT)
  • References: <dchme4$77j$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You have to give delta and mu to InterpolatingPolynomial
otherwise it assumes delta is an integer beginning 1:

Table[{delta, mu}, {delta, 0,  .5,  .05}];

v.a.


  • Prev by Date: Re: BlankSequence
  • Next by Date: Manipulating a matrix
  • Previous by thread: Re: Re: Some bugs in Mathematica
  • Next by thread: Re: Interpolation of function