applePi wrote:Thanks Little John for the notes
applePi, you are welcome.
jack wrote:I am not sure about that
No problem.
I
am sure about that.

There are many things that I don't know.
However, there are are few things which I do know.

I'm now 57 years old. Believe it or not, I still remember how our math teacher explained this rule to us at school.
You are free to look it up in a serious math textbook of your choice.
jack wrote:Mathematica 4^3^2 -> 262144
Wolfram alpha is driven by Mathematica, so it's no surprise that both solutions are equal.
Even if someone doesn't know much abouth mathematics, s/he can rest assure that the probability that Mathematica is wrong in such simple cases is almost zero.
jack wrote:Maple 4^3^2 -> Error, power is non-associative
That seems to be a Maple specific syntax rule. Purely mathematically speaking, this is nonsense.
jack wrote:Reduce 4^3^2 -> 4096
Some expression evaluators do it wrong. That's the problem here.
The bottom line is: If in doubt, use brackets in your expression.
( Or be happy if your programming language has a Pow() function, so you do not encounter this issue.

)