Maxima syntax for finding the inverse of a function?



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 list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
you mean perhaps something like

solve(y=a*x+b,x)

?