Meaning, given k, what's the largest n I can allow such that k^n <: 10^93 ? How about k ^. 10^93 ? Or more generally n =: ^.&(10^93) ?
-Dan -----Original Message----- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of mikel paternain Sent: Tuesday, April 30, 2013 4:18 PM To: programm...@jsoftware.com Subject: [Jprogramming] Transcomputational numbers A system of n variables, each of wich can take k diferents states, can have k^n possible system states. To analyze such a system, a minimum of k^n bits of information are to be processed. The problem becomes transcomputational when k^n > 10^93. Find a J verb or expression for n if k=2,3,4,5,....and k^n>10^93 JoJ team ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm