All,
So I have a question that I would like to present to the group. My question may be a bit off-putting or display my non-understanding of Turing machines, but I hope you will forgive my reasoning as uninformed.
It goes something like this: simple Turing machines, as I understand them, such as TM (4,2) can exhibit Collatz like behavior, e.g. they can iterate up to a mod form in the base case and terminate their computations upon reaching a finite output based on x mod y, for some y. So BB (4,2) can iterate a certain number of steps but stops once it reaches x steps.
My question is this: at what level of complexity do Turing machines exhibit behavior that is more complex than simple Collatz like behaviors and start computing more complex functions, such as matrix algebras, increasing the level of complexity by orders of magnitude? E.g. does a Turing machine of say (6,6) exhibit the ability to perform more complex mathematics, and by doing so complete their operations via more advanced mathematics, and as a result grow in complexity faster?
I suppose what I am asking is do Turing machines grow in their ability to compute more advanced calculations and as a result require more time and space complexity to either halt or not? Does this question even make sense?
Thanks in advance for your thoughts.
Best,
Justin Kee