On Wed, Jun 24, 2009 at 11:06 AM, smichr <[email protected]> wrote: > > If someone has access to Mathematica, could you see if it solves the > equation, > > exp(x*(x-3))=2*(x-1)*(x-2) > > The Web-mathematica doesn't > (at > http://72.3.253.76/webMathematica3/quickmath/page.jsp?s1=equations&s2=solve&s3=basic) > and I'm wondering if a current version recognizes the solution or not. > I'm generally no Mathematica user, but I got this answer:
Solve[Exp[x*(x - 3)] == 2*(x - 1)*(x - 2), x] Solve::tdep: The equations appear to involve the variables to be solved for in an essentially non-algebraic way. HTH, Sebastian Haase --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
