Hi Kalevi,
thanks! That solves the Simpify problem. My test code now looks like this:
sol = solve(ex129a, b1)
ex129b = sol[0]
print('129 after solving for b1')
print(ex129b)
print(latex(ex129b))
print(latex(Eq(b1, ex129b)))
Now I just need to solve the subs() problem-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sympy/8fd2bc75-165e-4a3c-99d1-3599eb96e876%40googlegroups.com.
