Message Boards Message Boards

GROUPS:

[WSS22] Computational implications of the third law of Thermodynamics

Posted 11 months ago
2931 Views
|
3 Replies
|
12 Total Likes
|
3 Replies
ruleTransformation = {{0, 1, 0, 0, 0, 1}, {1, 0, 1, 0, 0, 0}, {0, 1, 
   0, 1, 0, 0}, {0, 0, 1, 0, 1, 0}, {0, 0, 0, 1, 0, 1}, {1, 0, 0, 0, 
   1, 0}}
lenngth = Dimensions[ruleTransformation][[1]];
Eigenvalues[ruleTransformation]
edge = {};
Do[Do[If[ruleTransformation[[i, j]] == 1,
      AppendTo[edge, i -> j]],
    {j, 1, lenngth}] ,
  {i, 1, lenngth }]
Graph[edge,
  VertexLabels -> "Name",
  ImagePadding -> 100,
  ImageSize -> 500]
    TableForm[
 Table[{n, Tr[MatrixPower[ruleTransformation, n]]}, {n, 10}],
  TableHeadings -> {None, {"n", "Matrix Power"}}]

Therefore the evolution of the matrix..

Matrix Map

What about people like me who don't even know any binary? That must be why the Third Law requires an infinite amount of steps in its definition.

Cyclic Matrix

Eigenvalues

Reading your article is like reading the textbook; the cellular automata evolution is like that. Do you want to choose a perturbation?

POSTED BY: Dean Gladish

Great work!

POSTED BY: Simon Fischer

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: Moderation Team
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract