If I give Mathematica the input
TreeForm[Unevaluated[4^5]]
I expect to see three boxes -- power, 4, and 5.
Instead I see a single box with 1024. Can anyone explain?
|
If I give Mathematica the input
I expect to see three boxes -- power, 4, and 5. Instead I see a single box with 1024. Can anyone explain? |
|||
|
|
|
Compare
with
From the help:
and
so, as Unevaluated[4^5] gets to TreeForm ... it gets evaluated ... It works like this:
|
|||||||||
|
|
A level of
|
|||||||||||||||||
|