solve vSolve(u, v) = a(u, v) + l(v)
solves a(u, v) + l(v) = 0
while varf vPb(u, v) = a(u, v) + l(v)
solves a(u, v) = l(v)
, so it is expected that you need to shift the sign in front of the linear form.
2 Likes