ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Knuth's up-arrow notation

Knuth's up-arrow notation is a useful way created by Donald Knuth to represent very large integers with iterated exponentiation.

It is similar to standard exponentiation in a sense; for example:

Generally:

(m number of ns)

with m number of ns on the RHS.

with m number of ns on the RHS.

etc. Often ASCII caret characters ^^ are used instead of ↑↑.

The up-arrow notation gets cumbersome when many arrows are needed (eg Graham's number). The hyper operators and Conway chained arrow offer clearer alternatives: hyper(n,p+2,m) = n→m→p = n^…^m with p arrows. It is generally suggested that Knuth's arrow should be used for relatively smaller magnitude numbers, and the chained arrow or hyper operators for larger ones.

Examples

The numbers involved are staggeringly large. Take as an example the very small and simple case:

When foolhardily trying to evaluate on a computer, 8^8 evaluates as 16777216 but 8^16777216 generates a warning message that the calculation will take a very long time. That step never finished, let alone the fourth step!

External links





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Knuth's up-arrow notation".