Hello,
Consider this example,
Solve[a + b^2 == 10, {a, b}, Reals]
One answer for this example is that "a" = 1 and "b" = 3, but "a" could also be 4, which would make "b" = 2.44949, and so forth. There are an infinite number of solutions along a continuous line- how do I generate the equation for that line as a plot? Thanks!
Greg