Is there a technical difference between "substitution" and "replacement"?
For example, if I use another expression for x, am I replacing for it? Or substituting? What is I use another value of x?
Is there a technical difference between "substitution" and "replacement"?
For example, if I use another expression for x, am I replacing for it? Or substituting? What is I use another value of x?
$$\rm A = B\ \Rightarrow\ P(A) = P(B)\qquad\qquad (Replacement)$$
$$\rm P(X) = Q(X)\ \Rightarrow\ P(A) = Q(A)\quad (Substitution)$$
– Bill Dubuque Aug 11 '12 at 13:57