First time here? Check out the FAQ!
answered 5 years ago
Hi JGC
I propose to replace print f({x : solution[0] , y : solution[1]}) by print f(x,y).subs(solution) ?
print f({x : solution[0] , y : solution[1]})
print f(x,y).subs(solution)