-
I asked Maxima to evaluate: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No. The result is correct. And the result is a normalized number - exactly one digit (<>0) before the comma. Another example: 10000/3
for example is: Best regards, Wolfgang (And this has nothing to do with wxMaxima, which is the graphical frontend for the Maxima project, which does the mathematics in the background.) |
Beta Was this translation helpful? Give feedback.
No. The result is correct.
The result is given in 'scientific notation', the
-1
at the end means:*10^-1
And the result is a normalized number - exactly one digit (<>0) before the comma.
Another example: 10000/3
for example is:
3333.333 = 3.3333...*10^3 (normalized)
Best regards, Wolfgang
(And this has nothing to do with wxMaxima, which is the graphical frontend for the Maxima project, which does the mathematics in the background.)