Could you give us some more background on how you want to use the function
s(o) after you define it?
Within the current Maxima framework, there may be simpler ways of
approaching your problem than having a function which returns a function.
-s
On Mon, Sep 27, 2010 at 07:45, <Paul.Lennon at beatles.com> wrote:
> Hi,
>
> I try to contruct a function real -> function.
>
> s(o):=lambda([m],2*m-o);
>
> where o and m are liste of two reals don't work.
>
> an idee ?
>
> Thanks.
>
> PL
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>