Hi,
I have an equation that I manipulate in Mathcad and I would like to communicate the resulting expression to an acquaintance as text.
How do I copy/paste my equation as string of ASCII characters?
e.g. expression from math region:
I would like the string that I copy to look similar to this: a^2*(b*x+c)/c
The clipboard content is: "(* (^ a 2) (@PARENS (/ (+ (* b x) c) c)))"
Is this functionality not present by design?