Message Boards Message Boards

0
|
4567 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

The Fundamental Physics Project Rule Syntax.

Posted 3 years ago

Hello again everyone, hope you are all well.

In reading over my last posted question, I realize I may have included too much information, and/or completely botched the subject line of the post, so please allow me to rephrase the question.

In the Wolfram Fundamental Physics Project Update Rule:

{{X,X,Y},{X,Z,V}} -> {{V,V,W},{W,V,Y},{Z,Y,W}}

can anyone, anywhere, explain exactly what the left-hand side is supposed to mean, in English?

POSTED BY: David Stephenson

Hi David,

do you mean that specific case ({{X,X,Y},{X,Z,V}} -> {{V,V,W},{W,V,Y},{Z,Y,W}}) or a rule in general?

Have you taken a look at this book, where most of the subject is explained in details: https://www.wolframphysics.org/technical-introduction/basic-form-of-models/first-example-of-a-rule/

Then to see, how that particular rule works in Wolfram Models, you can run the next code snippets in your Wolfram App:

rule={{X,X,Y},{X,Z,V}} -> {{V,V,W},{W,V,Y},{Z,Y,W}};
RulePlot[rule]

And:

Dataset[{ResourceFunction["WolframModelPlot"][#], ToString@#} &/@ResourceFunction["WolframModel"][rule,Automatic, 10, "StatesList"]]

Experiment more with the help of the documentation: https://resources.wolframcloud.com/FunctionRepository/resources/WolframModel

And tell us what did you learn.

All the best, -Marko

POSTED BY: Marko Manninen
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