How to declare the inverse to a function



Perhaps I am not undersanding what are you trying to accomplish, but
couldn't you just use the fact that conjugate(conjugate(z))=z.
Milan

> Hi,
> 
> could anyone give me a tip how to declare the inverse to the
> 'conjugate' function, to avoid this:
> 
> (%i52) solve(conjugate(z) = %i);
> (%o52)                        [conjugate(z) = %i]
> 
> Thanks in advance,
> D.
> 
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima

--