[sage-support] Re: (Bug?) conjugate ignored by solve()

2015-05-25 Thread gschintgen
On Sunday, May 24, 2015 at 4:23:59 PM UTC+2, Ralf Stephan wrote: > > Thanks for the report. I have opened > http://trac.sagemath.org/ticket/18488 > > Regards, > Thanks! I'd like to add that some more experimentation with the complex conjugate in relation to equations and equalities made me r

[sage-support] (Bug?) conjugate ignored by solve()

2015-05-23 Thread gschintgen
Hi, I think I may have found a bug in Sage's solve() function: z=var('z'); solve(conjugate(z)==1+i, z) [z == (I + 1)] It sems that the conjugate is simply ignored. Obviously this leads to incorrect result for (almost) all equations involving the conjugate. Yet, solve()'s docstring simply stat