The following input: solve ([a -b -c ,-b -c ],[a],Dict =true )
should evaluate to (Wolfram evaluates this correctly): a = 0 However, Sympy evaluates it to: a = b + c Is this a bug or am I using solve() incorrectly? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/cc68d7ec-4500-460e-aaff-e4eaddca93cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
