Advertisement
NaZaRa

MyBEAF Extended Version

Jul 7th, 2015
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. {} = 1
  2. {a} = a
  3. {#,1} = {#}
  4. {a,b} = a^b
  5. {a,b,c,...} = {{a,b-1,c,...},{a,b-1,c,...},c-1,...}
  6. {a,b,1,...,1,c,#} = {{a,b-1,1,...,1,c,#},{a,b-1,1,...,1,c,#},{a,b-1,1,...,1,c,#},...,{a,b-1,1,...,1,c,#},c-1,#}
  7. b&p = {p,p,...,p,p} [b p's]
  8.  
  9. {1,#(#)#} = 1
  10. {b,1(#)#} = b
  11. {b,p,m,#(#)#} = {b&p,{b,p-1,m,#(#)#},m-1,#(#)#}
  12. {b,p,1,...,1,m,#(#)#} = {b&p,b&p,b&p,...,{b,p-1,1,...,1,m,#(#)#},m-1,#(#)#}
  13.  
  14. {b,p(1)2} = b&p
  15. {b,p(1)n} = b'&n'p with b'&n'p = {b,b,...,b,b(1)n-1} [p b's]
  16. {b,p(1)a,b,c,...} = {b&p,b&p,...,b&p,b&p(1)b&p,{b,p-1(1)a,b,c,...},c-1,...} [b&p b&p's in the first row]
  17. {b,p(1)a,b,1,...,1,c,#} = {b&p,b&p,...,b&p,b&p(1)b&p,b&p,b&p,...,{b,p-1(1)a,b,1,...,1,c,#},c-1,#} [b&p b&p's in the first row]
  18.  
  19. To solve {b,p(1)a,b,c,...(1)k,l} you must solve {b,p(1)a,b,c,...} until you get {b,p(1)m,n(1)k,l}
  20. Then, {b,p(1)m,n(1)...(1)k,l(1)x,y} = {b&p(1)b&p(1)...(1)b&p(1){b,p-1(1)m,n(1)...(1)k,l(1)x,y},y-1}
  21.  
  22. {b,p(2)2} = {b,b,...,b,b(1)b,b,...,b,b(1)...(1)b,b,...,b,b(1)b,b,...,b,b} [p (1)'s]
  23. Other rules are same as for (1)
  24.  
  25. More generally: {b,p(n+1)2} = {b,b,...,b,b(n)b,b,...,b,b(n)...(n)b,b,...,b,b(n)b,b,...,b,b} [p (n)'s]
  26.  
  27. {b,p(n,1,#)k,l} = {b,p(n)k,l}
  28. {b,p(n,m)k,l} = {b,b,...,b,b({b,p-1(n,m)k,l},m-1),b,b,...,b,b}
  29. {#(n,m,k,...)#} = {#(n,{#(n,m-1,k,...)#},k-1,...)#}
  30. {#(n,m,1,...,1,k,#)#} = {#({#(n,m-1,1,...,1,k,#)#},{#(n,m-1,1,...,1,k,#)#},{#(n,m-1,1,...,1,k,#)#},...,{#(n,m-1,1,...,1,k,#)#},k-1,#)#}
  31.  
  32. {b,p((n))k,l} = {b,p(n,n,...,n,n)k,l} [n n's]
  33. {#((...))#} has the same other rules than {#(...)#}
  34. Same for {#(((...)))#} (with {#(((n)))#} = {((n,n,...,n,n))} [n n's])
  35.  
  36. {#[n]#} = {#(((...(((n)))...)))#} [n ('s]
  37. Same rules from here than {#(#)#}, i.e. {5,5[5,5,5,5]5,5}
  38.  
  39. Then, {#<n>#} = {#[[[...[[[n]]]...]]]#} [n ['s]
  40. And so on...
  41.  
  42. X-structures:
  43.  
  44. X&n = {n,n(1)2}
  45. X+1&n = {n,n(2)2}
  46. X+2&n = {n,n(3)2}
  47. X+3&n = {n,n(4)2}
  48. X+k&n = {n,n(k+1)2}
  49. 2X&n = {n,n(n,n,...,n,n),2}
  50. 3X&n = {n,n((n,n,...,n,n)),2}
  51. 4X&n = {n,n(((n,n,...,n,n))),2}
  52. mX&n = {n,n[m-1]2}
  53. X^2&n = {n,n[n,n,...,n,n]2}
  54. X^3&n = {n,n[[n,n,...,n,n]]2}
  55. X^4&n = {n,n[[[n,n,...,n,n]]]2}
  56. X^m&n = {n,n<m>n,n}
  57. etc...
  58.  
  59. {n"1"2} = {n,n(n,n,...,n,n),2}
  60. {n"2"2} = {n,n[n,n,...,n,n],2}
  61. {n"3"2} = {n,n<n,n,...,n,n>,2}
  62. etc.
  63. X^X&n = X^^2&n = {n"n,n,...,n,n"2}
  64. From here, define {#""n""#}, {#"""n"""#}, etc
  65. You can continue as many times you want, until X^^X = X^^^2
  66. Extension is straightforward, {#'n'#}, {#''n''#},...
  67.  
  68. NOTE: (b&p)&m isn't equal to b&(p&m) which isn't equal to b&p&m
  69. The last one if defined the following way:
  70. b&p&m = X^^^...^^^X&m with b&p arrows !!!
  71. Let's take this as a base for the Y structure: Y&n = n&n&n
  72. Then, b&p&m&n = Y^^^...^^^Y&m with b&p&m arrows
  73. Continue with Z structure, etc...
  74.  
  75. Now let's define b$p = b&b&...&b&b [p times] -- insanely fast!!!
  76. NOTE: b&p grows faster if you change "b", while b$p grows faster if you change "p"
  77.  
  78. {b,p/1} = {b,p} -- 1 is still the default element
  79. {b,p/2} = b$p
  80. {b,p/n} = {b$p,b$p/n-1}
  81. {b,p/#/1} = {b,p/#}
  82. {b,p/#/n} = {{...{{b,p/#/n-1},b$p/#/n-1}...},b$p/#/n-1} [b$p times]
  83. {b,p/#/n,k} = {b,p/#/n/n/.../n/n} [k times]
  84.  
  85. {b,p,m,.../#} still start solving as linear arrays:
  86. {3,3,3 / 2} = {{3,2,3 / 2},{3,2,3 / 2},2 / 2}
  87. = {{3,3,2 / 2},{3,3,2 / 2},2 / 2}
  88. = {{3,27 / 2},{3,27 / 2},2 / 2}
  89. = A$A$A$...$A$A$A [A A's], with A=(3$27)$(3$27)&(3$27)&...&(3$27)&(3$27)&(3$27) [(3$27) times!!!]
  90.  
  91. b&&p = {b$p,b$p/b$p,b$p/.../b$p,b$p/b$p,b$p} [p times]
  92. b$$p = b&&b&&b&&...&&b&&b&&b [p times]
  93. {b,p//1} = b^p
  94. {b,p//2} = b$$p
  95. {b,p//n} = {b$$p,b$$p//n-1}
  96. {b,p//#//1} = {b,p//#}
  97. {b,p//#//n} = {{...{{b,p//#//n-1},b$$p//#//n-1}...},b$$p//#//n-1} [b$p times]
  98. {b,p//#//n,k} = {b,p//#//n//n//...//n//n} [k times]
  99.  
  100. b&&...&&p = {b$$...$$p,b$$...$$p//...//b$$...$$p,b$$...$$p(//...//)...(//...//)b$$...$$p,b$$...$$p/b$$...$$p,b$$...$$p}
  101. b$$...$$p = p&&...&&p&&...&&p(&&...&&)...(&&...&&)p(&&...&&)p(&&...&&)p
  102. And so on - you can see the pattern
  103.  
  104. You can use dimensions, i.e. {b,p(1)/2} = {b,p//...//2} [p /'s]
  105.  
  106. {L,1}<b,p> = b$p
  107. {L,n}<b,p> = b$$...$$p [{L,n-1}<b,p> $'s]
  108.  
  109. {L,b,1,...,1,1,c,#} = {L,b,b,...,b,{L,b-1,1,...,1,1,c,#},c-1,#} - simply
  110. X-structures works: {L,X}<b,p> = {b,p(1)/2}
  111. A-structures either (w/ A any struct. weaker than L)
  112. L-structures: {L,L} = {L,2,2}, then {L,L,...,L,L} = {L,L,...,{L,L,...,L,1},1}
  113.  
  114. b@p = {L,L,...,L,L}<b,p> [b L's]
  115. b@p@m = {L,L,...,L,L}<b@p,m> [b@p L's]
  116. {L2,1}<b,p> = {b,p\2} = b@p
  117. You can continue with {L2,100}, {L2,L2}, L2&100 (why not?), etc
  118. Then b%p = {L2,L2,...,L2,L2}<b,p> [p L's], {L3}<b,p> = {b,p|2} = b%p
  119. And L10, L100, LL1000, LLL...LLL [100^100 L's]...
  120.  
  121. If you don't precise what <b,p> is (only in the L-space), it is implicitly remplaced by <100,100>
  122.  
  123. Finally, {L~n,#} = {LLL...LLL,#} with n L's,
  124. {L@n,#} = {L~{L~{...{L~n,#}...},#},#} with n L's
  125. {L@@...@@n,#} [k @'s] = {L@@...@@{L@@...@@{...{L@@...@@n,#}...},#},#} with k-1 @'s each time, and n stages
  126. {n?} = {L@@...@@n,n} with n @'s
  127. {n??} = {{n?}?}, etc
  128.  
  129. Time for numbers =D
  130.  
  131. Triakulus = 3&3&3 is already unbelievably big!
  132. Kungulus = 3&3&10 mwahaha...
  133. Kungulusplex = 3&3&(3&3&10)
  134. Quadrunculus = 4&4&4
  135. Tridecatrix = 10&10&10
  136. Humongulus = 100&100&100
  137. Golapulus = 10&10&10&10
  138. Golapulusplex = 100&100&100&100&100
  139. Big Boowa = {3,3,3 / 2}
  140. Great Big Boowa = {3,3,3,...,3,3,3 / 2} [Big Boowa 3's]
  141. Grand Big Boowa = {3,3,3,...,3,3,3 / 3,3,3,...,3,3,3} [Big Boowa 3's each time!!!]
  142. Gongulus = {10,10,10 // 100}
  143. Wompogulus = {10,10,10 // Gongulus}
  144. Guapamonga = {10,10,10 ////////// 100}
  145. Guapamongaplex {Guapamonga,Guapamonga,Guapamonga ////////// Guapamonga}
  146. The Big Hoss = {100,100 ///.../// 2} [100 /'s]
  147. The Great Big Hoss = {100,100 ///.../// 2} [Big Hoss /'s]
  148. The Grand Big Hoss = {100,100 ///.../// 2} [Great Big Hoss /'s]
  149. Goshomity = {100,100,100 \\\...\\\ 100,100,100} [100 \'s]
  150. Bukuwaha = {10,10,10 |||...||| 2} [100 |'s]
  151. Big Bukuwaha = {L4,Bukuwaha,1,2}
  152. Bongo Bukuwaha = {L100,Big Bukuwaha,1,2}
  153. Quabinga Bukuwaha = {L(Bongo Bukuwaha),100,1,2}
  154. Meameamealokkapoowa = {L~100,2,1,2}
  155. Meameamealokkapoowa Oompa = {L@Meameamealokkapoowa,2,1,2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement