<?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 questions from all groups sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3715203" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3713745" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3714960" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3714447" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3713611" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2437685" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3711906" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3700131" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3644908" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3675919" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3710008" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3710069" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3709739" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3707706" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3706662" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3702416" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3704725" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3673820" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3701399" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3701601" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3715203">
    <title>Geodesic distance vs Euclidean distance, which one is better?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3715203</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/082dedb0-4fa3-48a1-aed3-87e91737913d</description>
    <dc:creator>Alejandro Latorre Chirot</dc:creator>
    <dc:date>2026-05-12T18:39:25Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3713745">
    <title>Why can’t directly get the range of l1+l2 under three constraints?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3713745</link>
    <description>three constraints are:&#xD;
&#xD;
    l1 Tan@a + l2 == Sin@a/Cos[a]^2 + 1/Sin@a, &#xD;
    l1 + l2/Tan@a == 1/(Cos@a (Sin@a)^2), 0 &amp;lt; a &amp;lt; \[Pi]/2&#xD;
&#xD;
&#xD;
Why can&amp;#039;t the following code solve the range of l1+l2? How to compute it correctly?&#xD;
&#xD;
    Reduce[{l1 Tan@a + l2 == Sin@a/Cos[a]^2 + 1/Sin@a, &#xD;
       l1 + l2/Tan@a == 1/(Cos@a (Sin@a)^2), 0 &amp;lt; a &amp;lt; \[Pi]/2, &#xD;
       t == l1 + l2}, t, {l1, l2, a}, Reals] // FullSimplify&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
update 01：&#xD;
&#xD;
    FunctionRange[{l1 + l2, &#xD;
      Reduce[{l1 Tan@a + l2 == Sin@a/Cos[a]^2 + 1/Sin@a, &#xD;
        l1 + l2/Tan@a == 1/(Cos@a (Sin@a)^2), &#xD;
        0 &amp;lt; a &amp;lt; \[Pi]/2, {l1, l2} &amp;gt; 0}, l2]}, {l1, a, l2}, y]&#xD;
&#xD;
Why is the exact value unattainable? How to obtain the exact value?&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-10_075121.png&amp;amp;userId=3593842&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-12_145527.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-05-09T23:52:05Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3714960">
    <title>Why can&amp;#039;t find the solution to this equation?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3714960</link>
    <description>Solve[ForAll[{x, y}, &#xD;
      Equivalent[y == Sqrt[3]/2 - x, &#xD;
       y + 2 (x - x0) Sin[\[Pi]/6 + 2 x0] == &#xD;
        Cos[\[Pi]/6 + 2 x0]]], x0, Reals]&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-12_214254.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-05-12T13:43:27Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3714447">
    <title>Create a shortcut key for a function</title>
    <link>https://community.wolfram.com/groups/-/m/t/3714447</link>
    <description>Hello everyone,&#xD;
&#xD;
Is it possible to create a shortcut (preferably with only one key) to insert a function that I created? For example: units [ex].&#xD;
&#xD;
Regards,  &#xD;
Sinval</description>
    <dc:creator>Sinval Santos</dc:creator>
    <dc:date>2026-05-11T16:30:31Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3713611">
    <title>Looking for a study partner / mentor in Mathematical Physics (Theory of Everything)</title>
    <link>https://community.wolfram.com/groups/-/m/t/3713611</link>
    <description>Hi everyone,&#xD;
&#xD;
I’m a 3rd-year Mathematics student and I’m reaching a point where I finally start to understand what math really is. I’m fascinated by the Theory of Everything.&#xD;
&#xD;
I have a specific perspective: I believe that while physics can change based on new data, mathematics is absolute. For me, physics is like a subset of a huge axiomatic mathematical structure. I really want to study this connection, but I don’t have much background in physics yet.&#xD;
&#xD;
I live in a small city where it’s hard to find experts in this specific field, and sometimes it&amp;#039;s difficult to stay disciplined when you study everything alone. I’m looking for a study partner or a mentor who is interested in:&#xD;
&#xD;
Mathematical Physics and Axiomatic systems.&#xD;
&#xD;
String Theory or Quantum Mechanics from a math perspective.&#xD;
&#xD;
Deep scientific discussions (not just methodology, but pure science).&#xD;
&#xD;
I want to learn fast and I&amp;#039;m ready to dive into complex topics. If you are interested in exploring these &amp;#034;intersection points&amp;#034; of the universe together, please let me know!</description>
    <dc:creator>Naira naira.mndlyan2005@gmail.com</dc:creator>
    <dc:date>2026-05-08T17:17:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2437685">
    <title>Load DICOM with actual data values: Import/Export changes data</title>
    <link>https://community.wolfram.com/groups/-/m/t/2437685</link>
    <description>I&amp;#039;m very happy with the continued improvement of the Dicom import and export functionality and speed. &#xD;
However, there is one issue with the current implementation that makes it very unuseful if you do quantitative image analysis. It might be that I miss an option if not I think this should be fixed.&#xD;
&#xD;
In the Mathematica documentation and examples, Dicom data is typically shown and imported as images which I understand for display purposes. But I consider the information in Dicom files as data, very well curated and standardized. &#xD;
For many (MRI) applications, the actual quantitative values of voxels stored in Dicom actually have meaning, values, and even units. For example in the image below each voxel value is actually a quantitative measure of T2 relaxation time in the heart, where the values are stored in milliseconds as voxel values as is also mentioned in the metadata. &#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
To get from the stored values to quantitative values (WV, DV or FP) the fields from the header and the equations are well defined.&#xD;
&#xD;
Header values:&#xD;
&#xD;
- SV = stored value of DICOM PIXEL DATA without scaling&#xD;
- WS = RealWorldValue slope (0040,9225) &amp;#034;RWVSlope&amp;#034;&#xD;
- WI = RealWorldValue intercept (0040,9224) &amp;#034;RWVIntercept&amp;#034;&#xD;
- RS = rescale slope (0028,1053) &amp;#034;RescaleSlope&amp;#034;&#xD;
- RI = rescale intercept (0028,1052) &amp;#034;RescaleIntercept&amp;#034;&#xD;
- SS = scale slope (2005,100E) &amp;#034;ScaleSlope&amp;#034;&#xD;
&#xD;
Outputs:&#xD;
&#xD;
- WV = real world value&#xD;
- FP = precise value&#xD;
- DV = displayed value&#xD;
&#xD;
Formulas:&#xD;
&#xD;
- WV = SV * WS + WI&#xD;
- DV = SV * RS + RI&#xD;
- FP = DV / (RS * SS)&#xD;
&#xD;
So my first try was that I want to obtain the &amp;#034;RawData&amp;#034; to access the SV pixel data, which does not output anything. &#xD;
&#xD;
![enter image description here][3]&#xD;
&#xD;
Eventually, if I import this Dicom file into Mathematica I have to use a lot of tricks to get to the correct stored values. The Dicom images I use are stored as 12-bit Integers but are converted by Mathematica to a Numerical array with type Int16. Also, I have to specifically specify that I don&amp;#039;t want any &amp;#034;DataTransformation&amp;#034; which by default rescales the data and actually changes some voxel values!!!!&#xD;
&#xD;
    In[1]:= &amp;lt;&amp;lt; QMRITools`&#xD;
    &#xD;
    {meta, data, bd} = &#xD;
      Import[file, {&amp;#034;dicom&amp;#034;, {&amp;#034;MetaInformation&amp;#034;, &amp;#034;Data&amp;#034;, &amp;#034;BitDepth&amp;#034;}}, &#xD;
       &amp;#034;DataTransformation&amp;#034; -&amp;gt; None];&#xD;
    dataT = Import[file, {&amp;#034;dicom&amp;#034;, {&amp;#034;Data&amp;#034;}}];&#xD;
    &#xD;
    {dd = ToExpression[&#xD;
       StringJoin @@ &#xD;
        StringCases[NumericArrayType[data], DigitCharacter]], bd}&#xD;
    {ss, rs, ri} = &#xD;
     meta /@ {&amp;#034;2005_100e&amp;#034;, &amp;#034;RescaleSlope&amp;#034;, &amp;#034;RescaleIntercept&amp;#034;}&#xD;
    &#xD;
    {data, dataT} = Normal@{data, dataT};&#xD;
    &#xD;
    svT = 2.^bd (dataT/(2.^dd));&#xD;
    pfT = (rs svT + ri)/(rs ss);&#xD;
    &#xD;
    sv = 2.^bd (data/(2.^dd));&#xD;
    pf = (rs sv + ri)/(rs ss);&#xD;
    &#xD;
    PlotData[pfT, pf]&#xD;
    &#xD;
    Out[3]= {16, 12}&#xD;
    &#xD;
    Out[4]= {1.99854, 0.500366, -2.}&#xD;
&#xD;
For my current research, I need the PF values and to get them correctly I have to:&#xD;
&#xD;
 1. Use &amp;#034;DataTransformation&amp;#034;-&amp;gt;None, which is not really well documented what it actually does. But based on what I see actual values of the data are changed by clipping the histogram, which for default handling of medical data is never OK!! &#xD;
![enter image description here][4]&#xD;
 2. As far as I am aware the only way to obtain the actual stored values of my Dicom data (the actual binary values stored in the file itself) I have to find the actual BiteDepth and the imported data type and rescale my data accordingly.&#xD;
&#xD;
&#xD;
Below are the obtained PF valued data I need with and without DataTransformation. Although the image on the right might look less appealing with default range and scaling it is actually correct when scaled apropriately. &#xD;
![enter image description here][5]&#xD;
![enter image description here][6]&#xD;
&#xD;
Am I missing a correct option for getting the actual data stored? If not this should definitely be changed. Dicom is the international standard to transmit, store, retrieve, print, process, and display medical imaging information. With the current implementation, it is impossible to Import and Export such files without actually changing the stored data.&#xD;
&#xD;
Thanks, Martijn&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
 &#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=dcmtag.png&amp;amp;userId=1332602&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=T2map.png&amp;amp;userId=1332602&#xD;
  [3]: https://community.wolfram.com//c/portal/getImageAttachment?filename=raw.png&amp;amp;userId=1332602&#xD;
  [4]: https://community.wolfram.com//c/portal/getImageAttachment?filename=hist.png&amp;amp;userId=1332602&#xD;
  [5]: https://community.wolfram.com//c/portal/getImageAttachment?filename=dataTrans1.png&amp;amp;userId=1332602&#xD;
  [6]: https://community.wolfram.com//c/portal/getImageAttachment?filename=dataTrans2.png&amp;amp;userId=1332602</description>
    <dc:creator>Martijn Froeling</dc:creator>
    <dc:date>2022-01-05T09:42:43Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3711906">
    <title>Failure of universal approximation theorem</title>
    <link>https://community.wolfram.com/groups/-/m/t/3711906</link>
    <description>Maybe the theorem has a set of measure 0 for which it fails? I have 3 nested functions, each quadratic in its inputs. A standard multi-layer linear plus logistic NN with ADAM optimizer can&amp;#039;t seem to minimize the loss (or it gets stuck in a local minimum). I&amp;#039;ve tried varying the number of layers, and their width, but to no avail. What&amp;#039;s going on?&#xD;
&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/47d5251d-896e-4401-97eb-d9794b91e871</description>
    <dc:creator>Iuval Clejan</dc:creator>
    <dc:date>2026-05-04T19:31:25Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3700131">
    <title>When will Mathematica version 15.0 be released?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3700131</link>
    <description>Does anyone know when Mathematica Version 15.0 will be released?</description>
    <dc:creator>Lan Wei</dc:creator>
    <dc:date>2026-04-22T01:55:15Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3644908">
    <title>Looking for help cleaning up a Mathematica notebook into a reference implementation</title>
    <link>https://community.wolfram.com/groups/-/m/t/3644908</link>
    <description>**TL;DR** I&amp;#039;m looking for someone to refactor a Mathematica notebook I&amp;#039;ve got from a fellow researcher so I can use it as a reliable reference implementation. I expect it&amp;#039;s a few hours of work for the right person. I can offer financial compensation and/or my own technical expertise.&#xD;
&#xD;
Hello Wolfram community!&#xD;
&#xD;
I hope this is the right place for this kind of request. If not, my apologies!&#xD;
&#xD;
I&amp;#039;m a PhD student in the final stage of my project, an attempt at closed-loop control of water jets from firefighting robots using UAV imagery as feedback. The controller design is based on the Smith predictor architecture, which requires a predictive model to compensate for the long dead time of the system. Accurately predicting the trajectory of water jets is far from trivial. One of the most promising models I could find is described in https://link.springer.com/article/10.1007/s10694-021-01175-1. The model is formulated as a system of ordinary differential equations.   &#xD;
  &#xD;
I tried implementing it in Python so I can integrate it with my other components. It&amp;#039;s almost complete, but despite several months of debugging I haven&amp;#039;t been able to resolve the remaining issues. So I contacted the corresponding author. They confirmed some errors I found in the printed versions of the equations, and kindly provided their original Mathematica implementation. This helped, but my own implementation is still incomplete. The issues could stem from additional errors in the printed equations I/we haven&amp;#039;t found yet, mistakes in my implementation, or differences in solver behavior (Mathematica&amp;#039;s vs. SciPy&amp;#039;s solve_ivp() function). &#xD;
&#xD;
Unfortunately, the notebook is hard for me to follow and differs quite a bit from the published paper (structure, variable naming, angle conventions, etc.). I&amp;#039;ve never worked with Mathematica and don&amp;#039;t have the time nor patience to properly learn it before my deadline. &#xD;
&#xD;
The author is currently unable to provide further support, but since I&amp;#039;m getting more and more desperate to finish this subproject, I&amp;#039;m now seeking third-party help. I&amp;#039;m looking for someone to refactor the notebook into a clean, well-structured reference implementation. Specifically, I&amp;#039;d like them to&#xD;
&#xD;
 - remove unused and redundant code (many expressions are duplicated)&#xD;
 - improve structure&#xD;
 - improve documentation&#xD;
 - add small quality-of-life improvements if appropriate&#xD;
 - flag any noticeable discrepancies&#xD;
&#xD;
The refactored version must reproduce the original results, in particular the figures shown in the paper. Ideally, it should make it easy to experiment with the equations and parameters. One specific goal is to verify whether the rearranged equation forms I use in Python (to match SciPy&amp;#039;s solver interface) produce the same results as the original formulation.&#xD;
  &#xD;
If you&amp;#039;re interested, I&amp;#039;ll obtain the author&amp;#039;s permission and share the notebook privately so you can assess the scope before we discuss compensation. Bonus points if you have experience with physics-based simulations and are open to occasional follow-up questions :)&#xD;
&#xD;
Many thanks and regards!</description>
    <dc:creator>Merlin Stampa</dc:creator>
    <dc:date>2026-02-24T20:34:23Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3675919">
    <title>Constraint vs search: why is evolution computationally tractable?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3675919</link>
    <description>**Intro**&#xD;
&#xD;
A fundamental question keeps coming up for me:&#xD;
If biological evolution operates in astronomically large spaces, why is search computationally tractable at all?&#xD;
Even a modest protein corresponds to a combinatorial space that is effectively impossible to exhaustively explore. Yet evolution does not behave like an unconstrained random search.&#xD;
So what makes the space navigable?&#xD;
&#xD;
**Essay**&#xD;
&#xD;
In 1859, two different perspectives on complexity emerged.  &#xD;
Bernhard Riemann revealed deep structural order underlying the distribution of prime numbers.&#xD;
Charles Darwin introduced a dynamical process of variation and selection.  &#xD;
Modern biology has successfully developed Darwin’s framework. However, something is often left implicit: the assumption that the search space is already structured in a way that makes local exploration effective.  &#xD;
From a purely combinatorial perspective, this is problematic. Under simple assumptions (independent variation, no bias), expected search time grows exponentially with the amount of required information. In that regime, evolution would be computationally intractable.&#xD;
But real systems do not operate in that regime.  &#xD;
Instead, they appear to evolve within a highly structured, constrained subspace, where:  &#xD;
functional states are not isolated  &#xD;
viable configurations form connected regions  &#xD;
local mutations can traverse meaningful paths  &#xD;
This suggests that evolution can be framed as a constrained search problem, rather than a purely stochastic process.  &#xD;
Evolution is not merely a process acting within a space &amp;#x2014; it is a process shaped by the structure of the space it can access.  &#xD;
This shifts the central question:  &#xD;
What determines that accessible space?  &#xD;
&#xD;
**A Minimal Computational Model**&#xD;
&#xD;
To make this concrete, consider a simple toy model.  &#xD;
We define:  &#xD;
a sequence space  &#xD;
a mutation operator  &#xD;
a constraint that restricts transitions&#xD;
&#xD;
**Basic setup**&#xD;
&#xD;
    L = 20;&#xD;
    randomSeq[] := RandomInteger[{0, 1}, L];    &#xD;
    mutate[s_] := ReplacePart[s, RandomInteger[{1, L}] -&amp;gt; 1 - #] &amp;amp; @ s;&#xD;
&#xD;
&#xD;
&#xD;
**Fitness function**&#xD;
&#xD;
    fitness[s_] := Boole[Total[s] &amp;gt; 12];&#xD;
&#xD;
&#xD;
**Constraint energy**&#xD;
&#xD;
    energy[s_] := Total[&#xD;
      Map[If[# === {1, 1}, 0, 1] &amp;amp;, Partition[s, 2, 1]]&#xD;
    ];&#xD;
&#xD;
&#xD;
**Dynamics: constrained vs unconstrained**&#xD;
&#xD;
    stepConstrained[s_] := Module[{s2 = mutate[s]},&#xD;
      If[constraint[s, s2], s2, s]&#xD;
    ];&#xD;
    &#xD;
    stepRandom[s_] := mutate[s];&#xD;
&#xD;
**Search experiment**&#xD;
&#xD;
    findFunctional[step_, max_] := Module[&#xD;
      {s = randomSeq[], t = 0},&#xD;
      &#xD;
      While[t &amp;lt; max &amp;amp;&amp;amp; !TrueQ[fitness[s] == 1],&#xD;
        s = step[s];&#xD;
        t++;&#xD;
      ];&#xD;
      &#xD;
      t&#xD;
    ];&#xD;
    &#xD;
    trialsConstrained = Table[&#xD;
      findFunctional[stepConstrained, 1000],&#xD;
      {50}&#xD;
    ];&#xD;
    &#xD;
    trialsRandom = Table[&#xD;
      findFunctional[stepRandom, 1000],&#xD;
      {50}&#xD;
    ];&#xD;
&#xD;
**Visualization**&#xD;
&#xD;
    Histogram[&#xD;
      {trialsRandom, trialsConstrained},&#xD;
      ChartLegends -&amp;gt; {&amp;#034;Random&amp;#034;, &amp;#034;Constrained&amp;#034;},&#xD;
      PlotTheme -&amp;gt; &amp;#034;Scientific&amp;#034;,&#xD;
      Frame -&amp;gt; True&#xD;
    ]&#xD;
&#xD;
**Interpretation**&#xD;
&#xD;
In many runs, the constrained dynamics reaches functional states faster &amp;#x2014; not because the system is explicitly guided toward a target, but because the structure of the space itself has changed.  &#xD;
Even in this minimal model, a key effect emerges:  &#xD;
Pure random mutation behaves like unstructured search  &#xD;
Even a simple constraint dramatically reshapes accessibility  &#xD;
The constraint does not “guide” the system toward solutions. Instead, it reshapes the space such that functional paths become possible in the first place.&#xD;
&#xD;
**Open Questions**&#xD;
&#xD;
This raises several structural questions:&#xD;
&#xD;
- How can we formally define a constraint operator in general systems?  &#xD;
- Can constraint-induced subspaces be measured or classified?  &#xD;
- How does connectivity emerge in high-dimensional spaces under constraints?  &#xD;
- Do constrained systems exhibit characteristic spectral signatures (e.g., non-random eigenvalue statistics)?&#xD;
&#xD;
**Closing Thought**&#xD;
&#xD;
The difference between intractable search and effective evolution may not lie in time or randomness &amp;#x2014; but in the geometry of the accessible space itself.</description>
    <dc:creator>Maurice Crutzen</dc:creator>
    <dc:date>2026-04-07T09:31:01Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3710008">
    <title>How does one transform this rational expression into this specific equivalent form?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3710008</link>
    <description>(8 + 4 x1 + 2 x2 + x1 x2)/(-8 - 2 x1 + 4 x2 + x1 x2)&#xD;
&#xD;
How to transform the fraction above into each of these three equivalent forms?&#xD;
&#xD;
1:&#xD;
&#xD;
    (8 + 4 (x1 + x2) - 2 x2 + x1 x2)/(-8 - 2 (x1 + x2) + 6 x2 + x1 x2)&#xD;
&#xD;
2:&#xD;
&#xD;
    (8 + 2 (x1 + x2) + 2 x1 + x1 x2)/(-8 - 2 (x1 + x2) + 6 x2 + x1 x2)&#xD;
&#xD;
3:&#xD;
&#xD;
    (8 + 2 (x1 + x2) + 2 x1 + x1 x2)/(-8 + 4 (x1 + x2) - 6 x1 + x1 x2)&#xD;
&#xD;
&#xD;
The rule for algebraic manipulation is to rewrite x₁ or x₂ in the numerator and denominator as coefficient multiples of (x₁ + x₂), using addition and subtraction identities based on their fixed coefficients, while keeping all other terms unchanged.</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-05-01T00:40:45Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3710069">
    <title>GeoServer option in GeoListPlot fails with vector error</title>
    <link>https://community.wolfram.com/groups/-/m/t/3710069</link>
    <description>Script:&#xD;
&#xD;
```wls&#xD;
Do[ &#xD;
queryresult = RunProcess[&#xD;
    {&#xD;
        &amp;#034;bq&amp;#034;,&#xD;
        &amp;#034;query&amp;#034;,&#xD;
        &amp;#034;--format=json&amp;#034;,&#xD;
        &amp;#034;--nouse_legacy_sql&amp;#034;,&#xD;
        &amp;#034;--max_rows=86400&amp;#034;,&#xD;
        &amp;#034;SELECT DISTINCT ST_X(`geography`) AS longitude, ST_Y(`geography`) AS latitude FROM `personalinformatics.locations` WHERE EXTRACT(DATE from `timestamp` AT TIME ZONE &amp;#039;America/New_York&amp;#039;) = &amp;#039;&amp;#034;&amp;lt;&amp;gt;DateString[mapdate,&amp;#034;ISODate&amp;#034;]&amp;lt;&amp;gt;&amp;#034;&amp;#039;&amp;#034;&#xD;
    },&#xD;
    &amp;#034;StandardOutput&amp;#034;&#xD;
];&#xD;
data = ImportString[queryresult,&amp;#034;RawJSON&amp;#034;];&#xD;
table = Table[&#xD;
    GeoPosition[&#xD;
        {&#xD;
            ToExpression@data[[i,&amp;#034;latitude&amp;#034;]],&#xD;
            ToExpression@data[[i,&amp;#034;longitude&amp;#034;]]&#xD;
        }&#xD;
    ],&#xD;
    {i, Length[data]}&#xD;
];&#xD;
map = GeoListPlot[&#xD;
    table,&#xD;
    ImageSize-&amp;gt;{1080,1080},&#xD;
    GeoServer-&amp;gt;&amp;#034;https://tiles.openstreetmap.us/vectiles/`1`/`2`/`3`.pbf&amp;#034;,&#xD;
    GeoScaleBar-&amp;gt;{&amp;#034;Imperial&amp;#034;,&amp;#034;Metric&amp;#034;},&#xD;
    PlotLabel-&amp;gt;Style[&amp;#034;Daily GPS Map | &amp;#034; &amp;lt;&amp;gt; DateString[mapdate,&amp;#034;LocaleDateFull&amp;#034;],&amp;#034;Subtitle&amp;#034;]&#xD;
];&#xD;
Export[&amp;#034;/home/steven/public_html/dailymaps/&amp;#034;&amp;lt;&amp;gt;DateString[mapdate,&amp;#034;ISODate&amp;#034;]&amp;lt;&amp;gt;&amp;#034;_map.png&amp;#034;,map];&#xD;
Print[&amp;#034;Completed map export for &amp;#034;&amp;lt;&amp;gt;DateString[mapdate,&amp;#034;ISODate&amp;#034;]];&#xD;
,{mapdate, DateRange[DateObject[{2026, 4, 27}], DateObject[{2026, 4, 30}]]}]&#xD;
```&#xD;
&#xD;
The following error is returned:&#xD;
```&#xD;
GeoServer::styleres: Cannot download vector style resources.&#xD;
```&#xD;
I have tried the following URLs for GeoServer and am getting this error (note, there should be backticks around the `1`, `2`, and `3`&amp;amp;mdash;this forum composer removes them).&#xD;
&#xD;
- https://tile.openstreetmap.org/`1`/`2`/`3`.pbf (the current OpenStreetMap vector tile URL)&#xD;
- https://tile.openstreetmap.org/`1`/`2`/`3`.png (the current OpenStreetMap raster tile URL)</description>
    <dc:creator>Steven Buehler</dc:creator>
    <dc:date>2026-05-01T12:48:58Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3709739">
    <title>How to analytically solve the ten-dimensional matrix below?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3709739</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
 DOI: 10.1103/PhysRevLett.120.183603  &#xD;
![enter image description here][2]&#xD;
I have read a paper about Dissipation-Induced Multicritical Phenomena, the relevant DOI is above.Its [21] reference is supplemental material,the sixth part gives a set of ten equations,and we want to gain its steady state, so the lhs is set to zero, thus,we obtain a ten-dimensional linear equtions.  &#xD;
How could i get this analytical result by Mathematic, you can download my notebook, help me solve this. Shall i think about block matrix?&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/0c30b0b9-968f-4ebd-be9d-442681df2e7c&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=picture_page-0001%281%29.jpg&amp;amp;userId=3460873</description>
    <dc:creator>Tree Clean</dc:creator>
    <dc:date>2026-04-30T11:57:16Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3707706">
    <title>How do we simplify the code in Section 4.4.2 (pg. 62-82) of the following paper?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3707706</link>
    <description>If anyone has time, can you help simplify the code in Section 4.4.2 (pg. 62-82) of [the attatchment][1] using the math equations in Theorem 12 (pg. 16-21)? &#xD;
&#xD;
Ignore the beginning and go straight to the Code 1 (pg. 63). I need to simplify the Q-functions (Code 26, pg. 73-75) and the functions BoldM1 and BoldM2 (Code 28, pg. 76) &#xD;
&#xD;
I tried `FullySimplify` on the Q-functions, but it returns an error message. (See [this post][2] for a minimal example.)&#xD;
&#xD;
&#xD;
I need to simplify the code into an elegant mathematical equation in terms of Theorem 12 (pg. 16-21). If this question is innapropriate for the site, please let me know.&#xD;
&#xD;
&#xD;
  [1]: https://www.researchgate.net/publication/403194504_Averaging_an_Explicit_Non-Lebesgue_Integrable_and_Unbounded_Function_That_Is_Defined_Without_Axiom_of_Choice&#xD;
  [2]: https://mathematica.stackexchange.com/questions/319306/how-do-we-simplify-the-inequality-q3-at-the-bottom-of-this-post</description>
    <dc:creator>Bharath Krishnan</dc:creator>
    <dc:date>2026-04-29T01:59:46Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3706662">
    <title>How do we simplify the inequality `Q3` at the bottom of this post?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3706662</link>
    <description>**Question:** At the end of the post, how do we simplify all cases of `Q3[r,1,2]` and combine them into one expression? &#xD;
&#xD;
I provided working examples at the end of this post.&#xD;
&#xD;
&#xD;
----------&#xD;
&#xD;
**Preliminaries:** Suppose, we have the following code (i.e., `f[r]` and `g[r]` can be any function, where `f[r+c]&amp;lt;V[r]&amp;lt;g[r+d]` or `g[r+d]&amp;lt;V[r]&amp;lt;f[r+c]` and `c`, `d` are small constants; e.g., between $-10$ and $10$.)&#xD;
&#xD;
    Clear[&amp;#034;Global`*&amp;#034;]&#xD;
    V[r_]:=V[r]=r!+1&#xD;
    f[r]:=f[r]=&#xD;
    g[r_]:=g[r]=&#xD;
    LengthS[r_] := LengthS[r] = {f[r],g[r]}&#xD;
    LengthS1[r_, x_] := LengthS1[r, x] = LengthS[r][[x]]&#xD;
    LengthS2[j_, y_] := LengthS2[j, y] = LengthS[j][[y]]&#xD;
&#xD;
We approximate the constants, in the code below, using this equation:&#xD;
&#xD;
&amp;gt; If $F:\mathbb{N}\to\mathbb{R}$ and $G:\mathbb{N}\to\mathbb{R}$ are&#xD;
&amp;gt; arbitrary functions, we want to calculate this equation with&#xD;
&amp;gt; Mathematica:&#xD;
&amp;gt; &#xD;
&amp;gt; $$\small{\begin{equation}&#xD;
 c=\inf\left\{|1-\mathbf{c_1}|:\forall(\epsilon&amp;gt;0)\exists(\mathbf{c_1}&amp;gt;0)\forall(r\in\mathbb{N})\exists(v\in\mathbb{N})\left(\left|\frac{F(r)}{G(v)}-\mathbf{c_1}\right|&amp;lt;\varepsilon\right)\right\} \tag{1}\label{eq:1}&#xD;
 \end{equation}}$$&#xD;
&#xD;
    cV1[r_, 1, 2] := cV1[r, 1, 2] = N[Min[Table[&#xD;
     RealAbs[1 - V[r]/LengthS1[v, x]], {v, 1, 30000}]]]&#xD;
 &#xD;
    cV1[r_, 2, 1 ] := cV1[r, 2, 1] = N[Min[Table[&#xD;
     RealAbs[1 - LengthS1[r, x]]/V[v], {v, 1, 30000}]]] &#xD;
&#xD;
    cV2[r_, 1, 2] := cV2[r, 1, 2] = N[Min[Table[&#xD;
     RealAbs[1 - V[r]/LengthS2[v, y]], {v, 1, 30000}]]] &#xD;
&#xD;
    cV2[r_, 2, 1] := cV2[r, 2, 1] = N[Min[Table[&#xD;
     RealAbs[1 - LengthS2[r, y]/V[v]], {v, 1, 30000}]]] &#xD;
&#xD;
    c[r_, 1, 2] := c[r, 1, 2] = N[Min[Table[&#xD;
     RealAbs[1 - LengthS1[r, x]/LengthS2[v, y]], {v, 1, 30000}]]] &#xD;
&#xD;
    c[r_, 2, 1] := c[r, 2, 1] = N[Min[Table[&#xD;
     RealAbs[1 - LengthS2[r, y]/LengthS1[v, x]], {v, 1, 30000}]]]&#xD;
&#xD;
In case the outputs are incorrect, use Equation \eqref{eq:1} to solve the exact value.&#xD;
&#xD;
In addition, w.r.t. the inequality `f[r+c]&amp;lt;V[r]&amp;lt;g[r+d]`, we adjust `r+c` *and* `r+d` into `r+c1` *and* `r+d1`, using `P1` in the code below (i.e., `c1==c+1||c1==c||c1==c-1` and `d1==d+1||d1==d||d1==d-1`). If this makes no sense, then attempt to analyze the code.&#xD;
 &#xD;
    P1 = 3 (*P1 can be any constant positive integer*)&#xD;
    &#xD;
    Min11[r_, x_] := &#xD;
     Min11[r, x] = &#xD;
      Max[r1 /. &#xD;
        FindInstance[LengthS1[r1, x] &amp;lt;= V[r] &amp;lt; LengthS1[r1 + 1, x], {r1}, &#xD;
         PositiveIntegers]]&#xD;
&#xD;
    Min12[r_, x_] := &#xD;
     Min12[r, x] = &#xD;
      ArgMin[{RealAbs[LengthS1[r2, x] - V[r]], r - P1 &amp;lt;= r2 &amp;lt;= r + P1}, &#xD;
       r2, PositiveIntegers]&#xD;
&#xD;
    Min21[r_, y_] := &#xD;
     Min21[r, y] = &#xD;
      Max[r3 /. &#xD;
        FindInstance[LengthS2[r3, y] &amp;lt;= V[r] &amp;lt; LengthS2[r3 + 1, y], {r3}, &#xD;
         PositiveIntegers]]&#xD;
&#xD;
    Min22[r_, y_] := &#xD;
     Min22[r, y] = &#xD;
      ArgMin[{RealAbs[LengthS1[r4, y] - V[r]], r - P1 &amp;lt;= r4 &amp;lt;= r + P1}, &#xD;
       r4, PositiveIntegers]&#xD;
&#xD;
    rMin1[r_, x_] := &#xD;
     rMin1[r, x] = &#xD;
      Min12[r, x] + Sign[Floor[RealAbs[2 r - Min11[r, x] - Min12[r, x]]/2]]&#xD;
&#xD;
    rMin2[r_, y_] := &#xD;
     rMin2[r, y] = &#xD;
      Min22[r, y] + Sign[Floor[RealAbs[2 r - Min21[r, y] - Min22[r, y]]/2]]&#xD;
&#xD;
Putting it together, this is what I want:&#xD;
&#xD;
For any `LengthS1[r,x]=f[r+c1]` and `LengthS2[r,y]==g[r+d1]` such that for any function `f` and `g`, where `f[r+c1]&amp;lt;V[r]&amp;lt;g[r+d1]` or `g[r+d1]&amp;lt;V[r]&amp;lt;f[r+c1]`, consider the following case (we use this case to simplify the other cases):&#xD;
&#xD;
1. Case 3: `V[r] &amp;gt;= LengthS1[rMin1[r, x], x] &amp;amp;&amp;amp; &#xD;
 LengthS1[rMin1[r, x], x] &amp;gt; LengthS2[rMin2[r, y], y]` and extra criteria including `cV1`, `cV2` and `c` (see Equation \ref{eq:1})&#xD;
&#xD;
&#xD;
To define `Q3`, we use Case 3 and define the following:&#xD;
&#xD;
    Sign3[r_, x_, y_] := &#xD;
     Sign3[r, x, &#xD;
       y] = (Sign[&#xD;
        Sign[cV2[r, x, y] c[r, x, y]] + Sign[cV2[r, x, y] cV2[r, y, x]] + &#xD;
         Sign[1 - cV2[r, y, x] c[r, y, x]]])&#xD;
&#xD;
    Sign3S[r_, x_, y_] := &#xD;
     Sign3S[r, x, y] = &#xD;
      Sign[c[r, x, y] - cV2[r, y, x]] Sign[&#xD;
        cV1[r, y, x] - cV2[r, y, x]] Sign[cV1[r, x, y] - c[r, y, x]]&#xD;
&#xD;
    Sign3SS[r_, x_, y_] := &#xD;
     Sign3SS[r, x, y] = Sign[1 + Sign[c[r, y, x] - c[r, x, y]]]&#xD;
&#xD;
where `Q3[r,x,y]` is one out of the 16 criteria of the original code (i.e., I&amp;#039;m applying this example to simplify the other cases):&#xD;
&#xD;
    Q3[r_, x_, y_] := &#xD;
     Q3[r, x, y] = &#xD;
      Sign3[r, x, y] Sign3S[r, x, y] cV2[r, x, y] &amp;gt;= &#xD;
        Sign3SS[r, x, y] c[r, x, y] &amp;amp;&amp;amp; &#xD;
       Sign3SS[r, x, y] c[r, x, y] &amp;gt;= &#xD;
        Sign3[r, x, y] Sign3SS[r, x, y] c[r, y, x] &amp;amp;&amp;amp; &#xD;
       V[r] &amp;gt;= LengthS1[rMin1[r, x], x] &amp;amp;&amp;amp; &#xD;
       LengthS1[rMin1[r, x], x] &amp;gt; LengthS2[rMin2[r, y], y]&#xD;
&#xD;
**Question (Reasked):** How do we simplify `Q3[r,1,2]` in terms of the equations in the previous code?&#xD;
&#xD;
 Here are some examples:&#xD;
&#xD;
1. `LengthS[r_]:=LengthS[r]={5r!/7, 3r!/11}` (it should return `{Q3[r,1,2]}=={True}`)&#xD;
&#xD;
3. `LengthS[r_]:=LengthS[r]={4r!/5, 2r!/3}` (it should return `{Q3[r,1,2]}=={True}`)&#xD;
&#xD;
4. `LengthS[r_]:=LengthS[r]={r!, (3/(Pi^2))r^2}` (it should return `{Q3[r,1,2]}=={True}`)&#xD;
&#xD;
5. `LengthS[r_]:=LengthS[r]={2^r, (3/(Pi^2))r^2}` (it should return `{Q3[r,1,2]}=={True}`)&#xD;
&#xD;
6. `LengthS[r_]:=LengthS[r]={2^r, (2^r)/3}` (it should return `{Q3[r,1,2]}=={True}`)&#xD;
&#xD;
We wish to simplify examples 1.-6. and every other case satisfying Case 3, then combine them into one expression written in terms of the equations in the previous codes.&#xD;
&#xD;
**Attempt:**&#xD;
&#xD;
For all Cases satisfying Case 3 (e.g., examples 1-6), we want to simplify `Q3[r,1,2]` into one expression.&#xD;
&#xD;
    FullSimplify[Q3[r, 1, 2], Element[r, PositiveIntegers]]&#xD;
&#xD;
However, with all the examples (e.g., example 6), I get the following error message:&#xD;
&#xD;
    FindInstance::exvar: The system contains a nonconstant expression r! independent of variables {r1}.&#xD;
    &#xD;
    ReplaceAll::reps: {FindInstance[2^r1&amp;lt;=1+r!&amp;lt;2^(1+r1),{r1},Subscript[\[DoubleStruckCapitalZ], &amp;gt;\[ThinSpace]0]]} is neither a list of replacement rules nor a valid dispatch table, and so cannot be used for replacing.&#xD;
    &#xD;
    FindInstance::exvar: The system contains a nonconstant expression r! independent of variables {r3}.&#xD;
    &#xD;
    ReplaceAll::reps: {FindInstance[2^r3/3&amp;lt;=1+r!&amp;lt;2^(1+r3)/3,{r3},Subscript[\[DoubleStruckCapitalZ], &amp;gt;\[ThinSpace]0]]} is neither a list of replacement rules nor a valid dispatch table, and so cannot be used for replacing.&#xD;
&#xD;
**Sub-Question:** How do we fix the attempt to answer the question?</description>
    <dc:creator>Bharath Krishnan</dc:creator>
    <dc:date>2026-04-28T01:57:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3702416">
    <title>Indefinite integrals of half-integer Bessel functions</title>
    <link>https://community.wolfram.com/groups/-/m/t/3702416</link>
    <description>I would appreciate help in getting Mathematica to solve an indefinite integral that is closely related to two that it can solve, or at least to understand why it cannot. Consider an indefinite integral that includes the half-integer Macdonald function, also known as the “modified spherical Bessel function of the second kind” and the “reduced Bessel function,” multiplied by $x^{\frac{1}{2}-h} e^{-a x^2}$.  If $n=2$ and $h=0$ or $2$, Mathematica 7 and 13 can solve the integral:&#xD;
$$\int e^{-a x^2} x^{\frac{1}{2}-0}&#xD;
   K_{\frac{1}{2}+2}(x b)&#xD;
   b^{\frac{1}{2}+2}  dx = \sqrt{\frac{\pi }{2}} \left(-\frac{3 e^{-x&#xD;
   (b+a x)}}{x}-\frac{\left(6 a-b^2\right)&#xD;
   e^{\frac{b^2}{4 a}} \sqrt{\pi }&#xD;
   \text{erf}\left(\frac{b+2 a x}{2&#xD;
   \sqrt{a}}\right)}{2 \sqrt{a}}\right) \quad (1)$$&#xD;
and&#xD;
$$\int e^{-a x^2} x^{\frac{1}{2}-2}&#xD;
   K_{\frac{1}{2}+2}(x b)&#xD;
   b^{\frac{1}{2}+2} dx =$$&#xD;
$$\sqrt{\frac{\pi }{2}} \left(e^{-b x-a x^2}&#xD;
   \left(-\frac{1}{x^3}-\frac{b}{x^2}+\frac{2 a}{x}\right)+2 a^{3/2}&#xD;
   e^{\frac{b^2}{4 a}} \sqrt{\pi }&#xD;
   \text{erf}\left(\frac{b+2 a x}{2&#xD;
   \sqrt{a}}\right)\right) \quad,  \quad (2)$$&#xD;
respectively. But (now shifting to InputForm)&#xD;
&#xD;
    Integrate[   E^(- a (x^2)) x^(1/2 - h) BesselK[1/2 + n, x b] b^(1/2 + n), x] /. &#xD;
      n -&amp;gt; 2 /. h -&amp;gt; 1&#xD;
&#xD;
&#xD;
yields the response $$b^{5/2} \sqrt{\frac{\pi }{2}} \int&#xD;
   \frac{e^{-b x-a x^2}&#xD;
   \left(1+\frac{3}{b^2 x^2}+\frac{3}{b&#xD;
   x}\right)}{\sqrt{x} \sqrt{b x}} \, dx $$&#xD;
that indicates a failure to solve the integral.&#xD;
&#xD;
One gets the same response if one directly integrates the above series expression for the half-integer Macdonald function&#xD;
&#xD;
    b^2*Sqrt[Pi/2]*Integrate[(E^((-b)*x - a*x^2)*(1 + 3/(b^2*x^2) + 3/(b*x)))/x, x]&#xD;
&#xD;
(or attempts to integrate the series term-by-term) or uses the Meijer-G function form of the half-integer Macdonald function:&#xD;
&#xD;
    Integrate[(x^2 b^2)^(1/4)/(Sqrt[x] Sqrt[b]) E^(-x b)/E^-Sqrt[x^2 b^2]  E^(- a (x^2)) x^(1/2 - h) &#xD;
        *1/2 MeijerG[{{}, {}}, {{1/2 (1/2 + n), 1/2 (-(1/2) - n)}, {}}, 1/4 x^2 b^2] * b^(1/2 + n), x] /. n -&amp;gt; 2 /. &#xD;
              h -&amp;gt; 1 /. {1/Sqrt[x^2 b^2] -&amp;gt; 1/(x b)}&#xD;
&#xD;
where one needs the two factors of one on the first line, `(x^2 b^2)^(1/4)/(Sqrt[x] Sqrt[b])` and `E^(-x b)/E^-Sqrt[x^2 b^2]`, and the substitution `/. {1/Sqrt[x^2 b^2] -&amp;gt; 1/(x b)}` on the last line in order for Mathematica to yield the right-hand sides of equations (1) and (2) when $h$ is set to 0 and 2, resp.  &#xD;
&#xD;
So my question is, since Mathematica can numerically integrate these expressions when $h=0$, 1, or 2, and since it can solve for the indefinite integral when $h$ takes on the bracketing values $h=0$ and $h=2$, why will it not solve for the indefinite integral at the intermediate value $h=1$? Is there some way to get it to do so?  (It also fails to do so for even values $h=4$ and larger but can for positive powers of x in the series given by $h=-2$.)&#xD;
&#xD;
Perhaps I should instead be thankful that Mathematica *can* solve for the indefinite integral for the bracketing values $h=0$ and $h=2$ since equations (1) and (2) are not tabled in Gradshteyn and Ryzhik (Section 5.5) nor Prudnikov, Brychkov, and Marichev (Section 1.12.2) and ask how it manages to do so given that it cannot integrate the series term-by-term.&#xD;
&#xD;
Thanks much, Jack</description>
    <dc:creator>Jack Straton</dc:creator>
    <dc:date>2026-04-24T18:11:13Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3704725">
    <title>How to determine the sign of the result obtained from (p_1-p_2)?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3704725</link>
    <description>![enter image description here][1]&#xD;
&#xD;
    p1 = (1 - (1 - p)^3) q^3 // Expand&#xD;
    p2 = (1 - (1 - q)^3) p^3 // Expand&#xD;
    p1 - p2 // Simplify // Factor&#xD;
    Simplify[Sign[p1 - p2], 0 &amp;lt; p &amp;lt; q]&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-04-25_211049.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-04-25T13:14:13Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3673820">
    <title>Example from Guide to Modern Physics ... cannot successfully input</title>
    <link>https://community.wolfram.com/groups/-/m/t/3673820</link>
    <description>I’m having some startup difficulty with the first example in Guide to Modern Physics (James W. Rohlf). The book has all the right topics but I cannot enter the examples successfully.&#xD;
&#xD;
I am running Mathematica 14.3 on a Mac Book Pro with M5 Pro, OS Tahoe and 24 GB of memory.&#xD;
The file myFile.nb shows what I typed. Notice that the N[UnitConvert[e, C],4] does not give the expected answer. I am not sure what to type for e. If I use the Basic Math Paclet, e is that transcendental number, not the ElementaryCharge definition. I can get the correct answer with a copy/paste from the original Quantity definition. But notice that I copied 1 C, not just C. &#xD;
&#xD;
    Quantity[&amp;#034;ElementaryCharge&amp;#034;]&#xD;
returns e&#xD;
&#xD;
    Quantity[&amp;#034;Coulambs&amp;#034;]&#xD;
returns 1 C&#xD;
&#xD;
    N[UnitConvert[e,C]&#xD;
returns UnitConvert[e,1 C],4]&#xD;
&#xD;
    N[UnitConvert[e,1 C],4]&#xD;
returns 1.602 x 10-19 &#xD;
&#xD;
Then I went on Rohlf’s site and bought the files that contain the example Mathmatica code. They were not what I expected. It was just the code without any further explanation. I want to be able to type the code in, not use copy/paste.But if I copy/paste the code from this file, it works fine. And yes, the e is in italic, indicating it is the definition of ElementaryCharge. I don’t know how to input that number.&#xD;
&#xD;
Because I bought the file from Rohlf, I don&amp;#039;t think it is appropriate to include it. I may be breaking some copyright rule by posting a file that I bought in a forum. When I copy/paste I get&#xD;
&#xD;
    N[UnitConvert[e,C],4]&#xD;
returns 1.602 x 10-19 &#xD;
&#xD;
I can also get the example to work by explicitly using Quantity to define ElementaryCharge and Coulambs, but that’s not what th example does.&#xD;
&#xD;
    N[UnitConvert[Quantity[&amp;#034;ElementaryCharge&amp;#034;],Quantity[&amp;#034;Coulombs&amp;#034;]],4&#xD;
returns 1.602 x 10-19 &#xD;
&#xD;
So I don&amp;#039;t know how to run this example the way that the book does. This is just the first example and I fear I may experience the same problem with the others. What am I doing wrong?</description>
    <dc:creator>Theodore Kubaska</dc:creator>
    <dc:date>2026-04-03T02:09:35Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3701399">
    <title>Why isn&amp;#039;t there an equal number of blue circles on each side? Why is there an incomplete red circle?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3701399</link>
    <description>The circles of Apollonius are formed by two pencils:&#xD;
The first is the ratio r of the distances from one point P to two fixed points C and D, denoted as follows:&#xD;
{ P{x, y} | dPC / dPD =  r }&#xD;
The second is the geometric locus of the P{x, y} that form an inscribed &#xD;
angle theta with the fixed points C and D, it is denoted as follows:&#xD;
{ P{x, y} | Angle CPD = theta }.&#xD;
&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/306781fc-2688-49e4-9044-01ac3ab01339</description>
    <dc:creator>Alejandro Latorre Chirot</dc:creator>
    <dc:date>2026-04-23T22:03:58Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3701601">
    <title>Mathematical modeling of cylindrical mirror reflection art</title>
    <link>https://community.wolfram.com/groups/-/m/t/3701601</link>
    <description>Hello everyone,  &#xD;
I’m working on a mathematical modeling problem: The Art of Reflection.  &#xD;
The problem is about designing a chaotic pattern on a flat paper such that, when viewed in a vertical ideal cylindrical mirror, it reflects a clear portrait/text/pattern.&#xD;
&#xD;
Core Problem (Simplified)&#xD;
&#xD;
• Paper: flat A4 plane&#xD;
&#xD;
• Mirror: ideal vertical cylindrical surface&#xD;
&#xD;
• Given a target reflected image (in the mirror), find the original paper pattern&#xD;
&#xD;
• Also determine: cylinder radius, position, orientation&#xD;
&#xD;
My Questions :&#xD;
&#xD;
1. How to build the coordinate transformation model between the paper plane and the cylindrical mirror reflection?&#xD;
&#xD;
2. How to implement image unwarping/warping from the mirror image to the paper pattern in Mathematica?&#xD;
&#xD;
3. Given a binary/logo image (like a face or text), how to compute and export the distorted paper pattern automatically?&#xD;
&#xD;
&#xD;
Thank you very much for your help!</description>
    <dc:creator>ZnCu LI</dc:creator>
    <dc:date>2026-04-23T13:44:24Z</dc:date>
  </item>
</rdf:RDF>

