Exp 8 Num Using Py Code
λ_sol = solutions[λ]
L=f+λ*g
L_x = sp.diff(L, x)
L_y = sp.diff(L, y)
L_λ = sp.diff(L, λ)
print(solutions)
x_sol = solutions[x]