I want to stop this fraction from simplifying inside a Manipulate[]
Manipulate[ x/y , {x, 7, 10, 1} , {y, 7, 10, 1} ]
i.e. when this program is evaluated the fraction should look like:
$ $ \frac{7}{7}$ $
I have tried many different wrapping configurations of ToString
, Hold
, HoldForm
:
but to no avail:
Surprisingly mathematica will even simplify a fraction containing strings to $ 1$