| Author |
Comment/Response |
Steven
|
09/20/10 4:41pm
Hi,
I'm experiencing an error with using the shortcut for scientific notation (*^) when negative values are used. For instance, it's fine when I write:
5*^3
but not
5*^(-3)
Syntax::tsntxi: "5.(-3)" is incomplete; more input is needed.
Syntax::sntxi: Incomplete expression; more input is needed.
although this works:
5*10^(-3)
and so does this:
5*^-3
but this won't work:
n = -3;
5*^n
Why does Mathematica work this way? Especially with using variables as the exponent?
URL: , |
|