Maxima syntax for finding the inverse of a function?



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)
>
> ?
>
>
>