Can anyone tell me how to turn off the default Scientific displays in the solution displays? I have 4 digit integers in the notation and the occasional "-1.15e + 03" display for a number such as "-1152" adds to the confusion when first semester students are reading the solutions.
The variables are math objects, created with "Compute("")" commands.
If I bypass the math object declaration and use "sprintf(%d, $fx12)" instead, this does convert the values to integers. But then a second problem results in that the question marks that are placed between the terms then display. These question marks should display to their respective +/- signs when applied to Math objects. But when Math objects are not used those questions marks are displayed instead of the associated sign for each term.
Any ideas for this?
Thanks for any consideration.