I have two equations for the same dependent variable, Y1 and Y2 say. Y1 depends on x say and needs a S value that satisfies both equations,
Y1(x,S) and Y2(S) but Y1 = Y2 at a particular value of S.
Y1(x,S)-Y2(S) = 0 when S is the correct value.
I use the root(Y1-Y2,S) method to find an...