Maxima can't solve expression ...



>>>>> "Waldemar" == Waldemar  <waldemar4u at gmail.com> writes:

    Waldemar> ... like this:
    Waldemar> (%i1) display2d : false;
    Waldemar> (%o1) false
    Waldemar> (%i2) solve(x^log(x)=%e,x);
    Waldemar> (%o2) [x^log(x) = %e]

    Waldemar> Is this a bug?

I guess so.  Solve is fairly weak, but you can help it along by taking
the log of both sides.  Then solve returns solutions.

Ray