First time here? Check out the FAQ!
answered 2019-10-12 08:30:42 +0100
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)