I have performed a long series of symbolic calculations to arrive at an expression:
(xaa*(-λaa - λab + 1) - xaa + xab*λaa + xac*λab)
/
sqrt((-xaa*(-λaa - λab + 1) - xab*λaa - xac*λab + xba*(-λba - λbb + 1) + xbb*λba + xbc*λbb)**2 +
(-yaa*(-λaa - λab + 1) - yab*λaa - yac*λab + yba*(-λba - λbb + 1) + ybb*λba + ybc*λbb)**2 +
(-zaa*(-λaa - λab + 1) - zab*λaa - zac*λab + zba*(-λba - λbb + 1) + zbb*λba + zbc*λbb)**2)
which is of the form
(F*λab + G)/sqrt(A*λab**2 + B*λab + C)
Given the input, how do I assign the right expressions to A,B,C,F & G?
This seems like a common theme for a newbie question, and I'm sorry if it's been asked before; but I couldn't find anything in this list that helped me. I'd rather have a few hints or pointers to the right place in the manual than a complete solution.
thanks,
NT