Have a Turing Machine? Can it solve linear algebraic equations?

Click For Summary
The Turing Machine, conceptualized in the 1930s, serves as a foundational model for computation, illustrating that any computational task can be performed by a machine, albeit potentially more slowly than modern computers. It is important to note that a Turing Machine is not a physical entity but rather a theoretical framework that can be realized in countless ways. Every computer built to date can be viewed as a specific implementation of this model. While programming a Turing Machine may resemble using Assembly language, the latter is significantly more complex. Discussions also touch on creative interpretations of Turing Machines, including unconventional ideas like using goldfish as components in a hypothetical computer. Resources for further exploration include software simulations and detailed explanations of Turing's concepts.
Thecla
Messages
136
Reaction score
10
TL;DR
Has anybody built one?
I don't understand the Turing Machine. Amazingly this hypothetical device, designed in the 1930s can do everything the most powerful computers can do today, but it would just take much longer. Has anybody ever built one just to solve a simple linear algebraic equation? How long would the tape be to feed into the device to solve this equation?
 
Computer science news on Phys.org
1. A Turing machine is not really a thing - it's more like a set of principles. Those principles can be implemented into a physical device in a pretty much infinite number of ways.
2. Every computer ever built is one form of implementation that meets the requirements to be a Turing machine.

The closest thing you might find to programming a Turimg machine might be Assembly language - though even that is much more complex.

I have - on my mental drawing board - a computer made of goldfish. Goldfish are the memory and processor.
 
After playing around a bit with making star maps, I found another video which introduced me to another trick that can be done using geometry nodes. This one involves fluids. For background, Blender has a fluid physics simulator, which, as the name suggests simulates the behavior of fluids. What this person did was to use geometry nodes to convert the fluid into a point cloud. Then he added a turbulence force field to "stir it around". He was then able to extract the velocity information...