On 8/24/2009 3:27:59 AM, stuartafbruff wrote:
>enter 3m*9kg, realize it's an
>error and should read
>'per kilogram'. edit * and
>replace with /
>
>desired result (3m)/(9kg)
>actual result 3(m/9)kg
>
>The question is should Mathcad
>attempt to group
>number/unit combinations into
>quantities and give
>them higher precedence so that
>the 'desired' result
>obtains?
>
>(assume that Mathcad can
>recognize a unit by either
>look up or label)
>
>Stuart
In M11, it was certainly more straightforward. Deleting the operator left a placeholder. Nonetheless, your specific example is just as annoying in M11, since replacing the placeholder with the desired "/" gives you:
3m/9 *kg.
However, since this is a known issue with M11, the workaround remains the same, which is to cut everything that's supposed to go in the denominator first, then delete the multiplication sign.
TTFN,
Eden