Is the following a known bug? sage: var('z') z sage: z0all = solve(z - 4*z.conjugate() == 1 + 3*I, z); z0all [z == (-I - 1/3)] sage: z0 = z0all[0].rhs(); z0 -I - 1/3 sage: (z0 - 4*z0.conjugate()) - (1 + 3*I) -8*I
Clearly, the result of solve is not a solution of the given equation. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.