<?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 Numerical Computation with no replies sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3647332" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3642901" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3641516" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3640098" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3640187" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3640230" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3640031" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3640203" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3639988" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3638464" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3638414" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3631758" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3598151" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3598130" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3595759" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3595346" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3594791" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3595206" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3595106" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3594495" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3647332">
    <title>Similarity Solution for Axisymmetric Flow in a Tube with an Accelerating Surface Velocity</title>
    <link>https://community.wolfram.com/groups/-/m/t/3647332</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/33bddd45-7f6b-4b2b-a581-dab91355cb78</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-28T21:02:03Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3642901">
    <title>Quick intro to the (N)DSolve(Value) family</title>
    <link>https://community.wolfram.com/groups/-/m/t/3642901</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/f58b42ce-750f-48f1-9529-f640d895b1cc</description>
    <dc:creator>Michael Rogers</dc:creator>
    <dc:date>2026-02-21T02:40:03Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3641516">
    <title>A geometric heuristic for the inverse fine-structure constant α</title>
    <link>https://community.wolfram.com/groups/-/m/t/3641516</link>
    <description># The Archimedean Basis: &amp;amp;[A Geometric Heuristic for the Fine-Structure Constant][1] $(\alpha^{-1})$ via Recursive Operators&#xD;
&#xD;
Notes:&#xD;
In my environment, the formulas that were displayed correctly in the preview are displayed distorted, so I have attached the same PDF as the post.&#xD;
&#xD;
This is my first post in the Wolfram Community. Around last November, I noticed that Python was integrated into Gemini Pro, which sparked my interest in numbers, puzzles, and geometry. Although I am just an amateur without a professional background in mathematics, I hope to contribute to the community by sharing the interesting discoveries I&amp;#039;ve made through my explorations with AI.&#xD;
&#xD;
This approach derives the inverse fine structure constant ($\alpha^{-1}$) using a recursive fractal operator. While this is a heuristic geometric model rather than a derivation from first principles of QFT, the numerical result matches CODATA 2022 values with an accuracy comparable to experimental uncertainty, suggesting a fascinating &amp;#034;geometric resonance.&amp;#034;&#xD;
&#xD;
&#xD;
## 1. The Recursive Geometric Operator &amp;amp; Heuristic Model&#xD;
&#xD;
We define a recursive operator $\Omega(f_0, N)$ as the fixed point (limit) of the sequence:&#xD;
&#xD;
&#xD;
$$&#xD;
x_{n+1} = f_0 \left( 1 + \frac{1}{N + x_n} \right)&#xD;
$$&#xD;
&#xD;
&#xD;
Mathematically, this corresponds to the positive root of the quadratic equation:&#xD;
&#xD;
&#xD;
$$&#xD;
x^2 + (N - f_0)x - f_0(N + 1) = 0&#xD;
$$&#xD;
&#xD;
&#xD;
We use the normalized area difference between a square and a circle as the geometric seed ($f_{vac}$) and apply a self-interaction feedback loop to the symmetry base (N = 154). By solving this self-consistent equation (where the output $\alpha$ regulates the input N), we determine $\alpha^{-1}$:&#xD;
&#xD;
* **Geometric Seed:** $f_{vac} = \frac{4 - \pi}{24}$&#xD;
* **Effective Symmetry:** $N_{eff} = 154 - \frac{\alpha}{2}$&#xD;
* **Equation:**&#xD;
$$&#xD;
\alpha^{-1} = 137 + \Omega(f_{vac}, N_{eff})&#xD;
$$&#xD;
&#xD;
### Result:&#xD;
* **Calculated:** $137.035\,999\,177...$&#xD;
* **CODATA 2022:** $137.035\,999\,177(21)$&#xD;
* **Precision:** $|\Delta| \approx 10^{-11}$&#xD;
&#xD;
&#xD;
## 2. The Geometric Foundation: Archimedean Basis&#xD;
&#xD;
Why does the model rely on the integer base **154**? The answer lies in the classical **Archimedean Method of Exhaustion**.&#xD;
&#xD;
Archimedes established $22/7$ not just as an approximation of $\pi$, but as a strict **Upper Bound**. Based on this Archimedean upper bound ($22/7$), we normalize the geometry of a square and its inscribed circle:&#xD;
&#xD;
* **Square ($S_s = 4$):** Scaled as $28/7$. Normalized ($\times 1/2$) $\rightarrow$ **Integer Base 14**&#xD;
* **Circle ($S_c \approx 22/7$):** Scaled as $22/7$. Normalized ($\times 1/2$) $\rightarrow$ **Integer Base 11**&#xD;
* **Residue ($S_r = 4 - \pi$):** Scaled as $6/7$. Normalized ($\times 1/2$) $\rightarrow$ **Integer Base 3**&#xD;
&#xD;
This quantization suggests a fundamental symmetry breaking ratio of **$14 : 11 : 3$**.&#xD;
From this, our **Symmetry Base ($N$)** emerges naturally:&#xD;
$$&#xD;
N = S_s \times S_c = 14 \times 11 = 154&#xD;
$$&#xD;
&#xD;
The &amp;#034;Integer Core&amp;#034; of the fine structure constant ($137$) is then derived by subtracting the geometric boundaries (Square + Residue) from this bulk symmetry:&#xD;
&#xD;
$$&#xD;
137 = 154 - (S_s + S_r) = 154 - (14 + 3) = 154 - 17&#xD;
$$&#xD;
&#xD;
&#xD;
## 3. Numerical Closure and Symmetry (154 : 137)&#xD;
&#xD;
The relationship between the Symmetry Base ($154$) and the Integer Core ($137$) satisfies a self-consistent scaling mediated by the factor **17**:&#xD;
&#xD;
* **Scaling Factor:** $154 = (17 \times 9) + 1$&#xD;
* **Integer Core:** $137 = (17 \times 8) + 1$&#xD;
* **Ratio:** $\frac{137}{154} \approx \frac{8}{9}$&#xD;
&#xD;
Structure: N = $17 \times 9 + 1$ and $\text{Core} = 17 \times 8 + 1$.&#xD;
&#xD;
&#xD;
## 4. Geometric Substructure and the 137 Node&#xD;
&#xD;
Scaling the fundamental Archimedean ratio ($14:11:3$) by a factor of 11 to align with our Symmetry Base ($N=154$) reveals a deeper substructure:&#xD;
&#xD;
$$&#xD;
14(\times 11) : 11(\times 11) : 3(\times 11) \rightarrow \mathbf{154 : 121 : 33}&#xD;
$$&#xD;
&#xD;
Here, **121** represents the bulk area of the inscribed circle, and **33** represents the total area of the four corner residues ($4 - \pi$).&#xD;
&#xD;
Remarkably, if we take the circle and exactly **half** of the residue (geometrically corresponding to a selection of two out of the four corners, or a chiral pair), we arrive at a value strikingly close to the integer core:&#xD;
&#xD;
$$&#xD;
S_{circle} + \frac{S_{residue}}{2} = 121 + \frac{33}{2} \approx 121 + 16 = \mathbf{137}&#xD;
$$&#xD;
&#xD;
This suggests that the integer core ($\approx 137$) is not arbitrary but is geometrically rooted in the inscribed circle plus a semi-residual component.&#xD;
&#xD;
## 5. Visualization&#xD;
&#xD;
Below is the Wolfram Language code to reproduce the derivation and visualize the Geometric-Arithmetic Schema.&#xD;
&#xD;
&#xD;
```wolfram&#xD;
&#xD;
(* ========================================================== *)&#xD;
(* Recursive Geometric Derivation of Inverse Fine Structure Constant *)&#xD;
(* ========================================================== *)&#xD;
&#xD;
(* 1. Define the Recursive Geometric Operator (The Fractal Limit) *)&#xD;
(* Mathematically defined as the positive root of: x^2 + (N - f0)x - f0(N + 1) = 0 *)&#xD;
GeometricOp[f0_, Nval_] := Root[#^2 + (Nval - f0) # - f0 (Nval + 1) &amp;amp;, 2]&#xD;
&#xD;
(* 2. Define Parameters based on Archimedean Basis *)&#xD;
(* Geometric Seed (f_vac): Normalized Area Difference between Square and Inscribed Circle *)&#xD;
fvac = (4 - Pi)/24;&#xD;
&#xD;
(* Effective Symmetry Base (N_eff): Integer Base 154 with Self-Interaction Feedback *)&#xD;
(* The feedback term corresponds to -alpha/2 *)&#xD;
Neff[alphaInv_] := 154 - (1/alphaInv)/2;&#xD;
&#xD;
(* 3. Solve the Self-Consistent Equation *)&#xD;
(* The value is derived as: alpha^-1 = 137 + GeometricOp(f_vac, N_eff) *)&#xD;
solLowEnergy = FindRoot[&#xD;
   x == 137 + GeometricOp[fvac, Neff[x]], &#xD;
   {x, 137.036}, &#xD;
   WorkingPrecision -&amp;gt; 20&#xD;
   ];&#xD;
&#xD;
alphaInvCalc = x /. solLowEnergy;&#xD;
&#xD;
(* 4. Output the Results *)&#xD;
Print[Style[&amp;#034;=== Geometric Derivation Results ===&amp;#034;, 16, Bold]];&#xD;
&#xD;
(* Calculated Value *)&#xD;
Print[Style[Row[{&#xD;
    &amp;#034;Calculated \!\(\*SuperscriptBox[\(\[Alpha]\), \(-1\)]\): &amp;#034;, &#xD;
    NumberForm[alphaInvCalc, 12]&#xD;
    }], 14, Blue]];&#xD;
&#xD;
(* CODATA 2022 Standard *)&#xD;
Print[Style[&amp;#034;CODATA 2022 Value:   137.035999177(21)&amp;#034;, 12]];&#xD;
&#xD;
(* Precision Check *)&#xD;
Print[&amp;#034;----------------------------------------&amp;#034;];&#xD;
Print[Style[Row[{&#xD;
    &amp;#034;Difference:          &amp;#034;, &#xD;
    NumberForm[alphaInvCalc - 137.035999177, 10]&#xD;
    }], 12, Red]];&#xD;
&#xD;
(* ========================================== *)&#xD;
(* Geometric Visualization of Alpha Inverse   *)&#xD;
(* Structure: Circle + 2 Active Corners       *)&#xD;
(* ========================================== *)&#xD;
&#xD;
Graphics[{&#xD;
  (* ---------------------------------------- *)&#xD;
  (* 1. The Excluded Vacuum (Residue)         *)&#xD;
  (* ---------------------------------------- *)&#xD;
  (* Represents the &amp;#039;virtual&amp;#039; or &amp;#039;subtracted&amp;#039; geometry *)&#xD;
  {&#xD;
   FaceForm[Opacity[0.15, Red]], &#xD;
   EdgeForm[Directive[Thin, Dashed, Red]], &#xD;
   &#xD;
   (* Top-Left Corner *)&#xD;
   Rectangle[{-1, 0}, {0, 1}], &#xD;
   (* Bottom-Right Corner *)&#xD;
   Rectangle[{0, -1}, {1, 0}]&#xD;
   },&#xD;
&#xD;
  (* ---------------------------------------- *)&#xD;
  (* 2. The 137 Node (Active Entity)          *)&#xD;
  (* ---------------------------------------- *)&#xD;
  (* Represents the fusion of the Circle and 2 Spikes *)&#xD;
  {&#xD;
   FaceForm[RGBColor[0.2, 0.5, 0.9]], (* Solid Blue *)&#xD;
   EdgeForm[None], (* No internal edges to show fusion *)&#xD;
   &#xD;
   (* The Active Corners (Spikes) *)&#xD;
   Rectangle[{0, 0}, {1, 1}],   (* Top-Right *)&#xD;
   Rectangle[{-1, -1}, {0, 0}], (* Bottom-Left *)&#xD;
   &#xD;
   (* The Core Circle *)&#xD;
   Disk[{0, 0}, 1]&#xD;
   },&#xD;
   &#xD;
  (* ---------------------------------------- *)&#xD;
  (* 3. Outline of the 137 Node               *)&#xD;
  (* ---------------------------------------- *)&#xD;
  (* Optional: Adds a clean border around the fused blue shape *)&#xD;
  {&#xD;
   FaceForm[None],&#xD;
   EdgeForm[Directive[Thickness[0.005], RGBColor[0.1, 0.3, 0.7]]],&#xD;
   Disk[{0, 0}, 1],&#xD;
   Rectangle[{0, 0}, {1, 1}],&#xD;
   Rectangle[{-1, -1}, {0, 0}]&#xD;
  },&#xD;
&#xD;
  (* ---------------------------------------- *)&#xD;
  (* 4. The Symmetry Base (Frame)             *)&#xD;
  (* ---------------------------------------- *)&#xD;
  {&#xD;
   FaceForm[None], &#xD;
   EdgeForm[Directive[Thin, Black]], &#xD;
   Rectangle[{-1, -1}, {1, 1}]&#xD;
   }&#xD;
  },&#xD;
 &#xD;
 (* Plot Settings *)&#xD;
 PlotRange -&amp;gt; {{-1.2, 1.2}, {-1.2, 1.2}},&#xD;
 ImageSize -&amp;gt; 500,&#xD;
 PlotLabel -&amp;gt; Style[&amp;#034;Geometric-Arithmetic Schema of \!\(\*SuperscriptBox[\(\[Alpha]\), \(-1\)]\)&amp;#034;, 18, Bold, FontFamily -&amp;gt; &amp;#034;Arial&amp;#034;]&#xD;
]&#xD;
```&#xD;
&#xD;
&#xD;
## 6. Zenodo link&#xD;
&#xD;
Here is a link to Zenod&amp;#039;s report with almost the same content. Please refer to it if you like.&#xD;
&#xD;
[https://doi.org/10.5281/zenodo.18676185]&#xD;
&#xD;
## 7.  Background&#xD;
&#xD;
Last year, I first encountered bijective decimal notation. I was struck by how &amp;#034;cool&amp;#034; the notation looked, which led me to examine various numbers&amp;#x2014;such as primes and Kaprekar’s constants&amp;#x2014;through this lens. Seeing transformations like 7A82(8082) and 3AAAA1(411101) felt incredibly fresh.&#xD;
&#xD;
Following that thread, I turned my attention to the fine-structure constant. During my analysis, I treated protons and electrons as &amp;#034;bijective information systems,&amp;#034; each possessing its own base system. While I don&amp;#039;t necessarily believe this aligns with physical reality, I found the perspective intriguing enough to adopt. This path eventually led me to the number 17.&#xD;
&#xD;
Along the way, I discovered historical efforts by figures like Arthur Eddington. Given my focus on bijective decimals at the time, I felt that Eddington’s &amp;#034;136 + 1&amp;#034; might have been a result of &amp;#034;overlooking the zero&amp;#034; (or failing to account for it)&amp;#x2014;though I realize that might be an unconventional way to put it. Gemini Pro provided a much more elegant framing of this idea using information theory. &#xD;
&#xD;
I incorporated the circular residual into this formula, inspired by Gemini Pro&amp;#039;s suggestion that deriving the fine-structure constant resembles the squaring of the circle in being an insoluble problem. The denominator of 24 appeared by chance when Gemini Pro repeatedly performed a brute-force search based on completely erroneous and contradictory instructions. &#xD;
&#xD;
After layering these insights, I arrived at the formula I am presenting today. While a more mathematically precise formula may exist, I feel I’ve taken this as far as I can, so I’ve decided to share it. I hope it sparks your curiosity!&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/151d3064-be43-4473-a860-0b2162de04d6</description>
    <dc:creator>Astroider Kyushu</dc:creator>
    <dc:date>2026-02-18T12:56:28Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3640098">
    <title>Time-dependent mass and capillary depression of mercury</title>
    <link>https://community.wolfram.com/groups/-/m/t/3640098</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/803d8641-6dfd-45fb-9b51-206b632a080c</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-16T11:08:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3640187">
    <title>Transient rise of water in a capillary tube</title>
    <link>https://community.wolfram.com/groups/-/m/t/3640187</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/b62d83fb-fd49-4d34-b5a0-796af291655d</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-16T09:01:46Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3640230">
    <title>Transient dynamics of a mercury-water differential manometer with laminar viscous damping</title>
    <link>https://community.wolfram.com/groups/-/m/t/3640230</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/5c82017a-8ed8-402c-825b-3c3d2ebb2328</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-15T06:45:48Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3640031">
    <title>Nonlinear dynamics of a barometer: effect of compressibility of air above mercury</title>
    <link>https://community.wolfram.com/groups/-/m/t/3640031</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/d8ecc3bd-7a6a-4fa5-a084-6db7861f1f01</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-14T17:48:06Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3640203">
    <title>Dynamic response of a mercury barometer to a step change in atmospheric pressure</title>
    <link>https://community.wolfram.com/groups/-/m/t/3640203</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/6e814d73-b10d-4756-abd8-cdb20ec7a6f4</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-14T14:35:31Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3639988">
    <title>Transient rise of mercury in a barometer under atmospheric pressure</title>
    <link>https://community.wolfram.com/groups/-/m/t/3639988</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/89f88492-402f-45d5-83dd-0389ef7a5b19</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-14T10:46:12Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3638464">
    <title>Sphere falling near a single wall using Faxén&amp;#039;s far-field corrections</title>
    <link>https://community.wolfram.com/groups/-/m/t/3638464</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/a1989262-dafb-49b9-9f5c-74d3784eaacb</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-11T16:39:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3638414">
    <title>Faxén-corrected Terminal Fall Velocity</title>
    <link>https://community.wolfram.com/groups/-/m/t/3638414</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/7fcc70fd-c340-4b24-b471-682abd3f9c7f</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-02-11T11:33:10Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3631758">
    <title>Terminal fall velocity in Newtonian and Power-Law fluids</title>
    <link>https://community.wolfram.com/groups/-/m/t/3631758</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/6e36dd02-6d66-40bd-9797-2553a8fb03f7</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2026-01-31T08:37:57Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3598151">
    <title>Production of formaldehyde by gas-phase pyrolysis of methanol</title>
    <link>https://community.wolfram.com/groups/-/m/t/3598151</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/db64a191-19a6-4c41-83eb-bb994fb9c965</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-28T14:05:55Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3598130">
    <title>Operation of a partial condenser: temperatures, and molar flow rates of benzene in outlet streams</title>
    <link>https://community.wolfram.com/groups/-/m/t/3598130</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/ce4e4558-c73b-40f9-95c4-232e0fabf092</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-28T07:50:23Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3595759">
    <title>Steam reforming of propane</title>
    <link>https://community.wolfram.com/groups/-/m/t/3595759</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/709c3ac3-bee4-456d-9de4-3028eaa5c207</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-23T08:38:47Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3595346">
    <title>Residue curves for a reactive ternary system</title>
    <link>https://community.wolfram.com/groups/-/m/t/3595346</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/91f937b7-01ac-4791-827a-9468625c9ca5</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-22T17:59:47Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3594791">
    <title>Graphical solution for a multistage continuous feed-and-bleed ultrafiltration system</title>
    <link>https://community.wolfram.com/groups/-/m/t/3594791</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/37fb4259-899c-4fe4-b021-840c9a357c2e</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-22T15:43:19Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3595206">
    <title>Transient Heat Conduction Using Chebyshev Collocation</title>
    <link>https://community.wolfram.com/groups/-/m/t/3595206</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/7d278e8b-a077-4398-8d35-441aa8aab540</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-22T13:54:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3595106">
    <title>Steady potential flow through box with staggered inlet and outlet</title>
    <link>https://community.wolfram.com/groups/-/m/t/3595106</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/31d81ff3-f880-4485-9ee2-b5a740c98583</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-22T11:27:52Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3594495">
    <title>Estimating kinetic parameters from a batch reactor experiment</title>
    <link>https://community.wolfram.com/groups/-/m/t/3594495</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/f37a842b-e529-4b03-9eab-2ee722822189</description>
    <dc:creator>Housam Binous</dc:creator>
    <dc:date>2025-12-22T07:20:00Z</dc:date>
  </item>
</rdf:RDF>

