<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://community.wolfram.com">
    <title>Community RSS Feed</title>
    <link>https://community.wolfram.com</link>
    <description>RSS Feed for Wolfram Community showing any discussions tagged with Physics sorted by new.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3776785" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3774755" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3774166" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3773775" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3771904" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3771885" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3768775" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763652" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763898" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763738" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763708" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763367" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763419" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763243" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763192" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3762762" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3762735" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3763003" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3762924" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3762346" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3776785">
    <title>A master equation for screening in Luminal Horndeski gravity</title>
    <link>https://community.wolfram.com/groups/-/m/t/3776785</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/ca70255a-dfd7-416b-8da4-ed33c0f3ed50</description>
    <dc:creator>Sergi Sirera</dc:creator>
    <dc:date>2026-08-10T11:45:32Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3774755">
    <title>Continuous quantum measurement, from Bayes&amp;#039; rule to the quantum Kalman filter</title>
    <link>https://community.wolfram.com/groups/-/m/t/3774755</link>
    <description>![Continuous quantum measurement, from Bayes&amp;#039; rule to the quantum Kalman filter][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=hero.png&amp;amp;userId=1539902&#xD;
  [2]: https://www.wolframcloud.com/obj/fd0dcb54-89a7-4d81-b176-b01eba9e2388</description>
    <dc:creator>Mohammad Bahrami</dc:creator>
    <dc:date>2026-08-05T23:40:24Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3774166">
    <title>Trailer sway and the tongue-weight bifurcation</title>
    <link>https://community.wolfram.com/groups/-/m/t/3774166</link>
    <description>![Trailer sway and the tongue-weight bifurcation][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Trailerswayandthetongue-weightbifurcation.gif&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/b1ea26e5-d14d-4bf7-a449-f6f01c80ff90</description>
    <dc:creator>Marco Thiel</dc:creator>
    <dc:date>2026-08-05T15:03:48Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3773775">
    <title>The Ruliad as unlabelled NAND graphs &amp;amp; timeless loops</title>
    <link>https://community.wolfram.com/groups/-/m/t/3773775</link>
    <description>The Ruliad&amp;#x2014;the entangled limit of all computation&amp;#x2014;can be constructed with universal computation using nothing but **pure, unlabelled 2D graphs** and a single primitive: the **NAND gate**.&#xD;
&#xD;
### 1. Empty Vertices as Pure Relations&#xD;
&#xD;
Instead of labeled NAND input and output variables, the vertices are empty identifiers. Values are encoded purely as topological degree (leaf counts):&#xD;
&#xD;
* **Bit 0:** 1 attached leaf&#xD;
* **Bit 1:** 2 attached leaves&#xD;
&#xD;
For example, $1 \text{ NAND } 1 = 0$ is mapped directly to a simple directed graph:&#xD;
&#xD;
```text&#xD;
Graph[{1-&amp;gt;3, 2-&amp;gt;3, 3-&amp;gt;4, 1-&amp;gt;5, 1-&amp;gt;6, 2-&amp;gt;7, 2-&amp;gt;8, 4-&amp;gt;9}]&#xD;
&#xD;
```&#xD;
&#xD;
* **Inputs (1 &amp;amp; 2):** Each has 2 leaves attached $\to$ **Bit 1**&#xD;
* **Hub (3):** Processes incoming edges to output node (4)&#xD;
* **Output (4):** Has 1 leaf attached $\to$ **Bit 0**&#xD;
&#xD;
### 2. Timeless Computation &amp;amp; Infinite Unrolling&#xD;
&#xD;
In this framework, execution doesn&amp;#039;t happen &amp;#034;over time.&amp;#034; Iterative programs and infinite loops are **unrolled spatially** into infinite acyclic subgraphs:&#xD;
&#xD;
* Time becomes graph depth.&#xD;
* A loop isn&amp;#039;t a state repeating in time&amp;#x2014;it is an endless forward path through the net.&#xD;
* The entire execution history exists simultaneously as a static, geometric feature (a Block Universe).&#xD;
&#xD;
### 3. The Whole Ruliad&#xD;
&#xD;
Because NAND is functionally complete, a network of unlabelled NAND graphs can express any Turing machine or computational state. Unrolling all possible NAND configurations yields the complete Ruliad&amp;#x2014;achieving full computational universality on the simplest possible topological substrate.</description>
    <dc:creator>Anders Lindman</dc:creator>
    <dc:date>2026-08-05T12:53:04Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3771904">
    <title>An introduction to the U.T.M: the heat equation on a finite interval</title>
    <link>https://community.wolfram.com/groups/-/m/t/3771904</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/bb8613de-624f-41c1-b168-4eb187711926</description>
    <dc:creator>Athanasios Paraskevopoulos</dc:creator>
    <dc:date>2026-08-01T21:41:34Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3771885">
    <title>Efficiency of a heating System with and without bypasses</title>
    <link>https://community.wolfram.com/groups/-/m/t/3771885</link>
    <description>I conducted a study on the energy efficiency of a heating system with bypasses in a row house community with the aim of convincing the co-owners that the bypasses between the supply and return lines need to be removed. However, since most of them aren’t familiar with math and physics&amp;#x2014;and therefore can’t really evaluate the study&amp;#x2014;I thought there might be some engineers here who could share their opinion on it, as a sort of endorsement. I would then send the co-owners the link to this forum. Maybe that could help convince them. So, what do you think of this study?</description>
    <dc:creator>Ulrich Utiger</dc:creator>
    <dc:date>2026-08-01T20:17:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3768775">
    <title>A locally invertible Wolfram model rule that merges branches (a &amp;#034;discrete Jacobian&amp;#034; collision)</title>
    <link>https://community.wolfram.com/groups/-/m/t/3768775</link>
    <description>This July, the 87-year-old Jacobian conjecture fell: there is an explicit polynomial map C^3 -&amp;gt; C^3 whose differential is invertible at *every point*, yet which globally maps three distinct points to one. Local invertibility everywhere; global information loss. I wanted to know: **does the same phenomenon exist for hypergraph rewriting?**&#xD;
&#xD;
It does -- and the minimal example is small enough to run in two lines.&#xD;
&#xD;
## The splice rule&#xD;
&#xD;
    {{a, a}, {b, c}}  -&amp;gt;  {{a, b}, {c, a}}&#xD;
&#xD;
&amp;#034;Splice the loop at `a` into the edge `b -&amp;gt; c`.&amp;#034; Note what this rule does *not* do: it creates no vertices, deletes no vertices, and preserves the edge count. Every application is undoable: given the result and the two edges the application produced, the predecessor is uniquely determined. In that per-application sense the rule is locally invertible.&#xD;
&#xD;
## The collision&#xD;
&#xD;
Take these two states -- non-isomorphic (check the out-degrees), and neither reachable from the other:&#xD;
&#xD;
    S1 = {{0,0}, {1,2}, {1,3}}    (* loop + out-star *)&#xD;
    S2 = {{0,0}, {1,2}, {3,2}}    (* loop + in-star  *)&#xD;
&#xD;
Try it:&#xD;
&#xD;
    r = {{a, a}, {b, c}} -&amp;gt; {{a, b}, {c, a}};&#xD;
    s1 = ResourceFunction[&amp;#034;WolframModel&amp;#034;][r, {{0,0},{1,2},{1,3}}, 1, &amp;#034;FinalState&amp;#034;]&#xD;
    s2 = ResourceFunction[&amp;#034;WolframModel&amp;#034;][r, {{0,0},{1,2},{3,2}}, 1, &amp;#034;FinalState&amp;#034;]&#xD;
    IsomorphicGraphQ[Graph[DirectedEdge @@@ s1], Graph[DirectedEdge @@@ s2]]&#xD;
&#xD;
(-&amp;gt; True, verified in Wolfram Cloud. The default updating order picks one of the two possible events per state; the collision doesn&amp;#039;t care, since all successors are isomorphic -- that is part of what&amp;#039;s proven.)&#xD;
&#xD;
Each state has two possible updates -- and all four results are the same hypergraph up to renaming: the directed path on four vertices. So the one-step evolution on isomorphism classes is well-defined at S1 and S2 (unique successor, no updating-order choice involved), and it is **not injective**: two genuinely different states evolve to one.&#xD;
&#xD;
Where did the information go? The path does not remember *which interior vertex used to carry the loop*. Locally, every application knows its own undo; globally, the state forgets which application happened. The forgotten match is the discrete analogue of the forgotten branch of the covering map in the C^3 counterexample -- a discrete monodromy.&#xD;
&#xD;
## What&amp;#039;s proven, what&amp;#039;s swept, what&amp;#039;s conjectured&#xD;
&#xD;
- **Machine-checked:** the collision above -- non-isomorphism, successor uniqueness up to isomorphism, and terminality (successors admit no further application, so the two states are unconditionally mutually unreachable) -- is formalized in Lean 4 and compiles against Mathlib with zero sorrys.&#xD;
- **Swept:** all 489 rules in three small signature classes; 238 pass a semantic local-invertibility gate; 52 of them collide at states with &amp;lt;= 4 vertices and &amp;lt;= 3 edges, 182 at &amp;lt;= 4 edges. Every certificate is checked by an independently implemented verifier. Multiway (branchial) merges with distinct ancestry also occur, including certified merges that need two steps on each branch -- merging is not just one-step collision in disguise.&#xD;
- **Conjectured:** collision seems to be governed by *history ambiguity* -- whether some image can be &amp;#034;read backwards&amp;#034; at a different location than the one that produced it, yielding a different predecessor. Across every rule and tier tested, ambiguity was necessary for collision with zero exceptions. The rigidity conjecture (unambiguous implies injective) and a sharper dichotomy question are open.&#xD;
&#xD;
## Why I think this matters for multiway systems&#xD;
&#xD;
Branch merging is usually discussed here as a *feature* (confluence, causal invariance, quantum interpretations). This example isolates a different mechanism: merging of branches with **disjoint ancestries**, forced by rules that are individually information-preserving. In Garden-of-Eden terms: for cellular automata on fixed geometry there is a century of theory linking local injectivity properties to global ones (Moore-Myhill, Gottschalk, Gromov); for rewriting that changes its own geometry, that theory appears not to exist yet. The nearest work (Arrighi et al. on reversible causal graph dynamics and space-time reversible rewriting) *designs* reversibility in via context-preservation conditions -- the splice rule shows those conditions are exactly the load-bearing ones: drop them and reversibility must fail, even census-preservingly.&#xD;
&#xD;
Everything -- code, 14 machine-verified certificates, sweep logs, the Lean proof, and a working-draft note -- is public:&#xD;
&#xD;
- Repository: https://github.com/walkthroughwonder/discrete-jacobian&#xD;
- Archived + citable: https://doi.org/10.5281/zenodo.21630926&#xD;
&#xD;
I&amp;#039;d love help with: (1) the rigidity conjecture -- a proof should show unambiguity forces collisions to factor through isomorphisms of sources; (2) richer-tier searches (the pipeline is a few hundred lines of Python); (3) visualizations of the branchial picture of the splice -- the merge is begging for a good multiway graph rendering.&#xD;
&#xD;
*Disclosure: this project was carried out in close collaboration with an AI assistant (Claude, Anthropic), including the searches, the Lean proof, and this post. All certificates are independently machine-verified, and the flagship is fully formalized -- trust the proofs, not the process.*</description>
    <dc:creator>Edwin Rosero</dc:creator>
    <dc:date>2026-07-27T19:50:33Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763652">
    <title>[WSRI26] Structure-Adaptive Evolutionary Framework for Navigating the Rule-space of Hypergraphs</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763652</link>
    <description>![Structure-Adaptive Evolutionary Framework for Navigating the Rule-space of Hypergraphs][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=poster_picture.png&amp;amp;userId=3760479&#xD;
  [2]: https://www.wolframcloud.com/obj/1804b84e-d758-47ed-ac93-51c89d7f4b4a</description>
    <dc:creator>Samuel Frerichs</dc:creator>
    <dc:date>2026-07-17T15:15:04Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763898">
    <title>[WSRI26] Searching for d-3 Quantum Error Correcting Codes on a 27-qubit Superconducting Processor</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763898</link>
    <description>![Searching for d-3 Quantum Error Correcting Codes on a 27-qubit Superconducting Processor][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=heroimage.png&amp;amp;userId=3716623&#xD;
  [2]: https://www.wolframcloud.com/obj/5c30137b-03b9-437f-847a-b6f2ffa3fa7e</description>
    <dc:creator>Luis Cervantes</dc:creator>
    <dc:date>2026-07-17T14:17:23Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763738">
    <title>[WSRI26] Evaluating Black-Box Physics Through Optical Emulation</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763738</link>
    <description>![Evaluating Black-Box Physics Through Optical Emulation][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=bracelet.png&amp;amp;userId=3760415&#xD;
  [2]: https://www.wolframcloud.com/obj/a69cbbc1-44d8-4d3b-a1e1-2029814fd159</description>
    <dc:creator>Hubert Kołcz</dc:creator>
    <dc:date>2026-07-17T12:40:37Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763708">
    <title>[WSRI26] Casimir Energy and Geometry</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763708</link>
    <description>![Casimir Energy and Geometry][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=stevie.png&amp;amp;userId=3760987&#xD;
  [2]: https://www.wolframcloud.com/obj/65d5c9b0-3112-4225-bafd-a3d479fb1b58</description>
    <dc:creator>Pablo Gutierrez</dc:creator>
    <dc:date>2026-07-17T08:01:28Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763367">
    <title>[WSRI26] HyperVacuum: A Dimension-Agnostic Hypergraph Lattice Model of the Quantum Vacuum</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763367</link>
    <description>![HyperVacuum: A Dimension-Agnostic Hypergraph Lattice Model of the Quantum Vacuum][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=post.png&amp;amp;userId=3759777&#xD;
  [2]: https://www.wolframcloud.com/obj/8d235032-1a33-4170-b616-70cbad15f0aa</description>
    <dc:creator>Federico Selleri</dc:creator>
    <dc:date>2026-07-17T07:17:01Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763419">
    <title>[WSRI26] The Shape of a Wrong Answer: Directions in Neural Robustness</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763419</link>
    <description>![The Shape of a Wrong Answer: Directions in Neural Robustness][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=heroo.png&amp;amp;userId=3761307&#xD;
  [2]: https://www.wolframcloud.com/obj/37f7a34c-f3b5-4e6c-93f2-09895c350030</description>
    <dc:creator>Mohamed H Gouda</dc:creator>
    <dc:date>2026-07-17T05:55:30Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763243">
    <title>[WSRI26] Estimating Satellite Collision Risk: An Ergodic Approach</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763243</link>
    <description>![Estimating Satellite Collision Risk: An Ergodic Approach][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=heroanimation2.gif&amp;amp;userId=3763205&#xD;
  [2]: https://www.wolframcloud.com/obj/5839ddae-5025-40f1-8e8f-449e8a5f4ae7</description>
    <dc:creator>Leyla Sozen-Kohl</dc:creator>
    <dc:date>2026-07-17T03:00:54Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763192">
    <title>[WSRI26] Quantum Thickening of Reversible Block Cellular Automata: Analyzing Paths from S4 to U(4)</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763192</link>
    <description>![Quantum Thickening of Reversible Block Cellular Automata: Analyzing Paths from S4 to U(4)][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=qca_evo.gif&amp;amp;userId=3760870&#xD;
  [2]: https://www.wolframcloud.com/obj/de1358df-9549-400e-9027-d2d41947c8c2</description>
    <dc:creator>Deniz Yoldas</dc:creator>
    <dc:date>2026-07-17T02:22:33Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3762762">
    <title>[WSRI26] Inverting the Sitnikov Problem</title>
    <link>https://community.wolfram.com/groups/-/m/t/3762762</link>
    <description>![Inverting the Sitnikov Problem][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=InvertingtheSitnikovProblem.gif&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/17e33836-3400-41c4-9653-b7799ad426eb</description>
    <dc:creator>Suryansh Aryan</dc:creator>
    <dc:date>2026-07-17T01:09:31Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3762735">
    <title>[WSRI26] Running Computational Clinical Trials on Cellular Automata</title>
    <link>https://community.wolfram.com/groups/-/m/t/3762735</link>
    <description>![Running Computational Clinical Trials on Cellular Automata][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=7303hero_image.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/7dd5142f-2b05-4ff7-9869-11988dd0cbcf</description>
    <dc:creator>Iqra Sajid</dc:creator>
    <dc:date>2026-07-17T00:41:03Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3763003">
    <title>[WSRI26] Adaptive Evolution of Solid Structures under Simulated Incompressible Fluid Flows</title>
    <link>https://community.wolfram.com/groups/-/m/t/3763003</link>
    <description>![Adaptive Evolution of Solid Structures under Simulated Incompressible Fluid Flows][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=image-2026-07-16T22-48-38Z.png&amp;amp;userId=3760122&#xD;
  [2]: https://www.wolframcloud.com/obj/358437eb-4168-4bc9-90fb-f756f4a92a7d</description>
    <dc:creator>Olgar Ozturk</dc:creator>
    <dc:date>2026-07-16T22:57:49Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3762924">
    <title>[WSRI26] Sandpile Model Dynamics on Radial Density Gradients</title>
    <link>https://community.wolfram.com/groups/-/m/t/3762924</link>
    <description>![Sandpile Model Dynamics on Radial Density Gradients][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=WSRI2026_ComputationalEssay_KeyImage.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/9d3127f0-3c54-4b5d-92f8-1256a7c92b44</description>
    <dc:creator>Maria Luiza Cordeiro</dc:creator>
    <dc:date>2026-07-16T21:42:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3762346">
    <title>[WSRI26] Learning Mechanics of Neural Network: Chaotic Pendulum Metaphor</title>
    <link>https://community.wolfram.com/groups/-/m/t/3762346</link>
    <description>![Learning Mechanics of Neural Network: Chaotic Pendulum Metaphor][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Picture_poster1.png&amp;amp;userId=3760386&#xD;
  [2]: https://www.wolframcloud.com/obj/e95023e2-1371-48e9-a2a6-bef42df107eb</description>
    <dc:creator>Jinming Zhang</dc:creator>
    <dc:date>2026-07-16T19:50:36Z</dc:date>
  </item>
</rdf:RDF>

