|
|
|
|
|
by RHSeeger
1418 days ago
|
|
> So the sequence of operations is: adding 1 to a number, addition, multiplication, exponentiation, As I was reading this, I was visualizing it as geometry.
- Incrementation as a line, where each "step" moves you along that line
- Addition as a 2d graph, where each point along the x axis increments by 1, and each point along the y axis indicates "how many times"
- Multiplication as a 3d graph, in the same pattern
- Exponentiation - it fell apart because I couldn't visualize it anymore. Not particularly insightful, I guess, but I found it interesting that it seemed "automatic" to me to view it this way. |
|