Maxima syntax for finding the inverse of a function?
Subject: Maxima syntax for finding the inverse of a function?
From: Julien Martin
Date: Wed, 15 Jun 2011 16:18:42 +0200
thanks a lot Richard!
2011/6/15 Richard Fateman <fateman at eecs.berkeley.edu>
> On 6/15/2011 7:12 AM, Julien Martin wrote:
>
> Hello,
> What is the maxima syntax used to find the inverse of a function?
> Thanks in advance,
> Regards,
> Julien.
>
>
> _______________________________________________
> Maxima mailing listMaxima at math.utexas.eduhttp://www.math.utexas.edu/mailman/listinfo/maxima
>
> you mean perhaps something like
>
> solve(y=a*x+b,x)
>
> ?
>
>
>