Hi, I am new to sympy and I have a basic question. I would like to use sympy to sovle simple sets of equations in a text editor.
like given the following as plain text: a = 10 b = 20 a * 12 + 50*c == 456 + b and an instruction to solve for c, then ptorduce: c = 7.12 I know sympy comes with a solver that can solve systems of f(x)=0, but in the problem above the third equation needs to be rewritten for this to work. To me, this seems as something that might have been done before? Id be grateful for directing me to a resource or telling me how or why this is harder than it seems. Sincerely, Bjorn -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.