Define a Function from a List in Maple

  • Context: Maple 
  • Thread starter Thread starter penguin007
  • Start date Start date
  • Tags Tags
    Function List Maple
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
penguin007
Messages
75
Reaction score
0
Hi,

I've just ploted a graph in Maple from a list thanks to the function pointplot(...,style=LINE). The graph(cf attachment) "looks like" a continuous function. So my question is the following:
Is it possible to define a function from a list in Maple (provided that the plot of this list seems continuous); I mean, I would like to get the value for any abscissa.

Thanks for your help.
 

Attachments

Physics news on Phys.org
penguin007 said:
Is it possible to define a function from a list in Maple (provided that the plot of this list seems continuous);

A function can be defined from a set of discretely sampled points using an interpolation method. For example, using linear/bilinear/hermite/cosine interpolation or something more advanced like cubic spline or Legendre. Maple does have a Spline function for this
 
Thank you junglebeast