<?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 tagged with Mathematics sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3756631" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2952778" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3021398" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3729334" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3730754" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3730733" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3727912" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3641330" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3304085" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3717077" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3717122" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3716316" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3716598" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2187926" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3713611" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3710008" />
        <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:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3756631">
    <title>How to Correctly Evaluate Limits with Parameters</title>
    <link>https://community.wolfram.com/groups/-/m/t/3756631</link>
    <description>Limit[(t^2 (-1 + t^k))/(-1 + t), k -&amp;gt; +Infinity] // &#xD;
     FullSimplify[#, 0 &amp;lt; t &amp;lt; 1] &amp;amp;&#xD;
&#xD;
The code is not correctly calculating the right limit value, where the parameter t ranges from 0 &amp;lt; t &amp;lt; 1. The correct result should be t²/(1 - t). How can this be obtained?</description>
    <dc:creator>Wen Dao</dc:creator>
    <dc:date>2026-07-12T02:50:44Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2952778">
    <title>Commutators of differential and integral operators</title>
    <link>https://community.wolfram.com/groups/-/m/t/2952778</link>
    <description>I would like to be able to explore if certain variable coefficient differential operator commute with integral operators.&#xD;
&#xD;
As a toy example Grünbaum&#xD;
(Grünbaum, F. Alberto. &amp;#034;A remark on Hilbert&amp;#039;s matrix.&amp;#034; Linear Algebra and its Applications 43 (1982): 119-124.) &#xD;
mentions that on L^2[0.1] the integral operator K with kernel 1/(x+y) commutes with the differential operator P where Pu (t) = ((1-t^2)t^2 u&amp;#039;)&amp;#039; -2 t^2 u&#xD;
&#xD;
I wanted to make a pure function for the operators for example &#xD;
&#xD;
    K = Function[f,  Function[t, Integrate[f[s]/(t + s), {s, 0, 1}]]]&#xD;
&#xD;
and similarly P and then to be able to evaluate the commutator with something like&#xD;
&#xD;
K@*P - P@*K&#xD;
&#xD;
By hand it is fairly easy and uses integration by parts, but obviously I want to do much more complicated cases! The difficulties I have are that Mathematica will not simplify the composition of operators, unless applied to a function, and then only a specific function. And it does not understand subtraction of operators.  &#xD;
Am I going about this the wrong way? Is it something Mathematica can do. &#xD;
&#xD;
So far I verified in on a Fourier basis in L^2 with Mathematica, it generates two pages of output but FullSimplify gets it to zero.</description>
    <dc:creator>William Lionheart</dc:creator>
    <dc:date>2023-07-06T11:48:29Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3021398">
    <title>Is there a way to solve the eigenvalues of a linear operator without giving its matrix form?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3021398</link>
    <description>In Python or Matlab, the eigensolver can solve the system by giving the linear function (for example, in Matlab we can use eigs(Afun,...)), this speeds up the calculation largely as we do not need to construct the whole matrix. I can not find a similar solver in Mathematica. I wonder if there is a way to achieve this within Mathematica. Any ideas would be appreciated.</description>
    <dc:creator>Frank Xu</dc:creator>
    <dc:date>2023-09-26T06:00:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3729334">
    <title>Area of a (planar) quadrilateral using two opposite sides and four angles</title>
    <link>https://community.wolfram.com/groups/-/m/t/3729334</link>
    <description>I guessed the following area formula for a (planar) quadrilateral using two opposite sides and four angles:(When $a=AB$ and $c=CD$,)&#xD;
&#xD;
$S = \frac{a^2}{2(\cot A + \cot B)} + \frac{c^2}{2(\cot C + \cot D)}$&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
This formula can be applied to the quadrilateral satisfying $A+B \ne \pi$ and $C+D \ne \pi$, including convex, concave, and even self-intersecting cases.&#xD;
&#xD;
I&amp;#039;d like to know the applicable case , inapplicable case and reasons for the validity of those cases. Are there any known papers or more elegant ways to derive this formula?I guess there are many ways to explain those reasons. It greatly resembles $S = \frac{1}{2}(ab \sin B + cd \sin D)$. It seems that $b$ and $d$ can be determined using $a, c, A, B, C, D$.&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Screenshot2026-06-0811.18.44.png&amp;amp;userId=3725129</description>
    <dc:creator>Ryo Takayama</dc:creator>
    <dc:date>2026-06-08T02:26:22Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3730754">
    <title>How to modify the graph of a piecewise function correctly?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3730754</link>
    <description>f[x_] := E^x /; -2 &amp;lt;= x &amp;lt; 0&#xD;
    f[x_] := f[x - 2] /; x &amp;gt; 0&#xD;
    f[x_] := f[x + 2] /; x &amp;lt; -2&#xD;
    &#xD;
    Plot[{f[x], -x/8 + 1/2}, {x, -6, 4}]&#xD;
&#xD;
The graph of the function drawn by the above code is as follows:&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
The precise and correct graph is as shown in the image below:&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
&#xD;
![enter image description here][3]&#xD;
&#xD;
The issues with the graph plotted by the code are mainly as follows:&#xD;
&#xD;
&#xD;
1. At the boundary points of the piecewise intervals, the graph is not a vertical line segment but rather has no image at all. See the parts circled in red in the figure above.&#xD;
&#xD;
&#xD;
2. The right endpoint of each interval is not included; the graph should use an open circle at that point to indicate this, as shown by the yellow circles in the figure. However, it does not.&#xD;
&#xD;
&#xD;
How should the code be modified so that the generated graph matches the correct, normal function graph shown above?&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=007.jpg&amp;amp;userId=3593842&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-06-10_183157.png&amp;amp;userId=3593842&#xD;
  [3]: https://community.wolfram.com//c/portal/getImageAttachment?filename=7904007.jpg&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-06-10T10:42:44Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3730733">
    <title>Why is it impossible to determine the range of a in this universally true problem?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3730733</link>
    <description>Reduce[ForAll[x, 0 &amp;lt; x &amp;lt; \[Pi]/2, 2 a Sin[a x] &amp;gt;= 0], a, Reals]&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-06-10_074718.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-06-09T23:47:41Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3727912">
    <title>Ordered pairs formed by selecting one element from each of two distinct sets</title>
    <link>https://community.wolfram.com/groups/-/m/t/3727912</link>
    <description>a = {a1, a2, a3};&#xD;
    b = {b1, b2, b3, b4};&#xD;
    Join[Tuples[{a, b}], Tuples[{b, a}]]&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
Given the operation of choosing one element respectively from sets a and b to carry out permutation, what other solution methods are available?&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-06-05_161935.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-06-05T08:21:05Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3641330">
    <title>DSolve v.s. copilot for Coulomb damping</title>
    <link>https://community.wolfram.com/groups/-/m/t/3641330</link>
    <description>Recently, I found that Google Copilot can solve a nonlinear but solvable equation like coulomb damping[1], just by searching for &amp;#034;r&amp;#039;&amp;#039;(t)=-r(t)-sgn(r&amp;#039;(t))/10, r(0)=0, r&amp;#039;(0)=1&amp;#034; [2], whether Copilot&amp;#039;s time-dependent answer is correct or not aside.&#xD;
&#xD;
Is it possible to refine the following command&#xD;
&#xD;
    DSolve[{r&amp;#039;&amp;#039;[t] == -r[t] - Sign[r&amp;#039;[t]]/10, r[0] == 0, r&amp;#039;[0] == 1},  r[t], t]&#xD;
&#xD;
to obtain the same analytic result in Mathematica v.14.0 ?&#xD;
&#xD;
[1] https://en.wikipedia.org/wiki/Coulomb\_damping&#xD;
&#xD;
[2] https://www.google.com/search?q=r%27%27%28t%29%3D+-r%28t%29+-sgn%28r%27%28t%29%29%2F10%2C+r%280%29%3D0%2C+r%27%280%29%3D1</description>
    <dc:creator>Isao Maruyama</dc:creator>
    <dc:date>2026-02-18T09:26:00Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3304085">
    <title>Unexpected result from DSolve? (Version dependence)</title>
    <link>https://community.wolfram.com/groups/-/m/t/3304085</link>
    <description>Could you help me to understand the following?&#xD;
&#xD;
    In[1]:= $VersionNumber&#xD;
    &#xD;
    Out[1]= 14.&#xD;
    &#xD;
    In[2]:= DSolve[{2.3*r&amp;#039;&amp;#039;[t]==1-r&amp;#039;[t],r[0]==0,r&amp;#039;[0]==0},r[t],t]//FullSimplify&#xD;
    &#xD;
    Out[2]= {{r[t] -&amp;gt; -2. + 2.3 E^(-0.434783 t)}}&#xD;
    &#xD;
    In[3]:= DSolve[{m*r&amp;#039;&amp;#039;[t]==f-r&amp;#039;[t],r[0]==0,r&amp;#039;[0]==0},r[t],t]/.{m-&amp;gt;2.3,f-&amp;gt;1}//FullSimplify&#xD;
    &#xD;
    Out[3]= {{r[t] -&amp;gt; -2.3 + 2.3 E^(-0.434783 t) + t}}&#xD;
&#xD;
2.3 seems to be a magic number.  &amp;lt;del&amp;gt;Is this a bug?&amp;lt;/del&amp;gt;&#xD;
&#xD;
**(2024-10-23 ADD)** Thank you for replies.  I found version dependence.  I report the result in the following by using Gianluca Gorni&amp;#039;s DiscretePlot.&#xD;
&#xD;
    derivativeAtZero[a_] := DSolveValue[{a*r&amp;#039;&amp;#039;[t] == 2 - r&amp;#039;[t], r[0] == 0, r&amp;#039;[0] == 0}, r, t]&amp;#039;[0];&#xD;
    fncAtZero[a_] := DSolveValue[{a*r&amp;#039;&amp;#039;[t] == 2 - r&amp;#039;[t], r[0] == 0, r&amp;#039;[0] == 0}, r, t][0];&#xD;
    DiscretePlot[{fncAtZero[a], derivativeAtZero[a]}, {a, Subdivide[1., 3, 200]}, PlotLabel -&amp;gt; $VersionNumber]&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
Correct answer(right figure) : version=13.1, 13.0, 12.2?&#xD;
&#xD;
Wrong answer(left figure) : version=14.1, 14&#xD;
&#xD;
**(2024-10-23 ADD2)** Thanks to Michael Rogers&amp;#039; reply, I noticed a way to reveal version-dependent numerical instability.&#xD;
&#xD;
The equation 2.3 r’’(t)=1 - r’(t) can be generalized to 2.3 r’’(t)=exp(k t) - r’(t).  The following command&#xD;
&#xD;
    DSolveValue[{2.3*r&amp;#039;&amp;#039;[t]==Exp[k*t]-r&amp;#039;[t],r[0]==0,r&amp;#039;[0]==0},r[t],t]//FullSimplify//FullForm//Print&#xD;
&#xD;
gives version-dependent outputs&#xD;
&#xD;
    version 14: Times[-1,Plus[0.4347826086956521`,Times[-0.43478260869565216`,Power[E,Times[k,t]]],Times[0.9999999999999999`,k],Times[-0.9999999999999999`,Power[E,Times[-0.43478260869565216`,t]],k]],Power[Plus[Times[0.43478260869565216`,k],Times[1.`,Power[k,2]]],-1]]&#xD;
    version 13: Times[-1,Plus[0.4347826086956522`,Times[-0.4347826086956522`,Power[E,Times[1.`,k,t]]],Times[1.`,k],Times[-1.`,Power[E,Times[-0.4347826086956522`,t]],k]],Power[Plus[Times[0.4347826086956522`,k],Power[k,2]],-1]]&#xD;
&#xD;
One can see small deviations of the same number 0.4347..., that is 1/2.3.  In version 14, the numerical instability 0.4347826086956521 - 0.43478260869565216 = 5.55112*10^-17 appears in the solution shown by Michael Rogers.&#xD;
&#xD;
This numerical instability depends on the number 2.3.  For example, we obtain the correct answer and no numerical instability for the number 2.31 even if we use version 14.&#xD;
&#xD;
    DSolveValue[{2.31*r&amp;#039;&amp;#039;[t]==1-r&amp;#039;[t],r[0]==0,r&amp;#039;[0]==0},r[t],t]//FullSimplify&#xD;
    (*&#xD;
    -2.31 + 2.31 E^(-0.4329 t) + 1. t&#xD;
    *)&#xD;
    DSolveValue[{2.31*r&amp;#039;&amp;#039;[t]==Exp[k*t]-r&amp;#039;[t],r[0]==0,r&amp;#039;[0]==0},r[t],t]//FullSimplify//FullForm//Print&#xD;
    (*&#xD;
    Times[-1,Plus[0.4329004329004329`,Times[-0.4329004329004329`,Power[E,Times[k,t]]],Times[1.`,k],Times[-1.`,Power[E,Times[-0.4329004329004329`,t]],k]],Power[Plus[Times[0.4329004329004329`,k],Power[k,2]],-1]]&#xD;
    *)&#xD;
&#xD;
&#xD;
**(2024-10-24 ADD)** In conclusion, I have understood that this unexpected result from DSolve was due to the numerical instability of a round-off error existing only in latest versions(&amp;gt;=14) of Mathematica. In the following, I report a new magic number with large round-off error (worst case), `aWorst`, by showing version-dependent solutions of $a\times v&amp;#039;(t)=e^{k t} - v(t) $ with using the following commands.&#xD;
&#xD;
    aWorst=5750000000002614783/2500000000000000000;&#xD;
    eq[a_,k_]:=a*v&amp;#039;[t]==Exp[10^-k*t]-v[t];&#xD;
    check[a_]:=Block[{},&#xD;
    Print[TraditionalForm[eq[a,k]],&amp;#034;\n a=&amp;#034;,FullForm[a],&amp;#034; with Version&amp;#034;,$VersionNumber,&amp;#034;\n&amp;#034;,&#xD;
    TableForm[{#,DSolveValue[eq[a,#],v[t],t]}&amp;amp;/@Range[20],TableHeadings-&amp;gt;{None,{&amp;#034;k&amp;#034;,&amp;#034;v(t)&amp;#034;}}]]];&#xD;
    check[2.3]&#xD;
    check[N[aWorst]]&#xD;
    check[2.31]&#xD;
&#xD;
The result for version 14 shows unexpected round-off error while that for version 13 is reasonable.&#xD;
&#xD;
![enter image description here][2]&#xD;
![enter image description here][3]&#xD;
To avoid it, one can use the following quick hack.&#xD;
&#xD;
    dSolveValue[eqs_,fnc_,arg_]:=Expand[DSolveValue[Rationalize[eqs,0],fnc,arg]]/.n_?NumberQ:&amp;gt;N[n];&#xD;
&#xD;
I guess something has happened during the version update, and it might be not intended by the developer. I will report this to Wolfram support.  I would like to thank you for your help and replies.&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=DSolve.png&amp;amp;userId=1875183&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=v14.png&amp;amp;userId=1875183&#xD;
  [3]: https://community.wolfram.com//c/portal/getImageAttachment?filename=v13.png&amp;amp;userId=1875183</description>
    <dc:creator>Isao Maruyama</dc:creator>
    <dc:date>2024-10-21T23:35:13Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3717077">
    <title>How to divide numerator and denominator by the numerator?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3717077</link>
    <description>How to divide numerator and denominator by the numerator?&#xD;
&#xD;
    in = -((8 m^2)/(3 + 10 m^2 + 3 m^4))&#xD;
    Numerator[in]&#xD;
    in /. a_/b_ -&amp;gt; a/Numerator[in]/(b/Numerator[in])&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
&#xD;
Why is there no change in the result when using the code above?&#xD;
&#xD;
I aim to derive this expression in fractional form via identical transformation:&#xD;
&#xD;
&#xD;
    -(1/(5/4 + 3/(8 m^2) + (3 m^2)/8))&#xD;
&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-17_083943.png&amp;amp;userId=3593842&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-17_214336.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-05-17T00:40:45Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3717122">
    <title>The row icon in the Basic Math Assistant palette</title>
    <link>https://community.wolfram.com/groups/-/m/t/3717122</link>
    <description>Hello everyone,&#xD;
&#xD;
In the Basic Math Assistant palette, there&amp;#039;s a Row icon (two squares)  that&amp;#039;s equivalent to {{ a,b}}. Is there a way to perform the inverse operation? That is, to convert {{a,b}} to that format?&#xD;
        &#xD;
&#xD;
Regards,  &#xD;
Sinval</description>
    <dc:creator>Sinval Santos</dc:creator>
    <dc:date>2026-05-16T16:13:32Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3716316">
    <title>Proving equality of first terms and counting set elements in sequences</title>
    <link>https://community.wolfram.com/groups/-/m/t/3716316</link>
    <description>![enter image description here][1]&#xD;
&#xD;
I solved the first problem this way, but I don&amp;#039;t know how to approach the second part.&#xD;
&#xD;
    a[n_] := a1 + (n - 1) d       &#xD;
    b[n_] := b1*2^(n - 1)&#xD;
    eq1 = a[2] - b[2] == a[3] - b[3];&#xD;
    eq2 = a[3] - b[3] == b[4] - a[4];&#xD;
    sol = Solve[{eq1, eq2}, {d, a1}] // Simplify&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
How should I tackle the second question?&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-15_190410.png&amp;amp;userId=3593842&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2026-05-15_190929.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-05-15T11:10:28Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3716598">
    <title>A short arithmetic program producing four CODATA-level constants</title>
    <link>https://community.wolfram.com/groups/-/m/t/3716598</link>
    <description>I would like to share a compact deterministic arithmetic program that produces four numerical values lying within the CODATA 2022 one-standard-uncertainty windows for:&#xD;
&#xD;
- the inverse fine-structure constant&#xD;
- the proton/electron mass ratio&#xD;
- the muon/electron mass ratio&#xD;
- the tau/electron mass ratio&#xD;
&#xD;
The code was motivated by a broader physical framework, but the point of this post is not to argue for that framework.&#xD;
&#xD;
The narrower question is this:&#xD;
&#xD;
Can this compact computational object be explained as ordinary numerical fitting, and if so, where is the fitted information stored?&#xD;
&#xD;
The program contains:&#xD;
&#xD;
- no empirical target constants as inputs&#xD;
- no decimal fit coefficients&#xD;
- no continuous optimization loop&#xD;
- no output-specific adjustable parameters&#xD;
&#xD;
In addition, the three mass-ratio outputs share the same denominator ladder.&#xD;
&#xD;
Wolfram Language code:&#xD;
&#xD;
```wolfram&#xD;
&#xD;
        u = 1;&#xD;
        r = 3;&#xD;
        A = r*(r - u);&#xD;
        B = 2;&#xD;
        n = A + B - u;&#xD;
        rel = A + B + r;&#xD;
        ph = n + B;&#xD;
        h = (rel + u) + n;&#xD;
        nVal = r + rel + ph + h;&#xD;
        cVal = 2*nVal;&#xD;
        atten = 1 - A/n^2;&#xD;
        Phi = nVal*r + rel + r/cVal + (rel - ph)/cVal^2 + (18/(n*Pi))*atten/cVal^3 + (4*Pi)*atten/cVal^4;&#xD;
        d1 = r + ph + u;&#xD;
        d2 = h*(nVal - (r + u));&#xD;
        d3 = d1*d2;&#xD;
        d4 = d2*(nVal - (r + u))*A*(rel - r);&#xD;
        Psi1 = cVal*(h + r) - (ph + r) + (rel - ph)/d1 - u/d2 + (rel - ph)/d3 - u/d4;&#xD;
        Psi2 = h*rel - r + (rel - u)/d1 - u/d2 + (r + u)/d3 + (h - r - u)/d4;&#xD;
        Psi3 = nVal*(cVal - u) - ph + (rel - ph)/d1 - (rel - ph)/d2 + (r + u)/d3 - (r*h)/d4;&#xD;
    &#xD;
    NumberForm[N[{Phi, Psi1, Psi2, Psi3}, 15], 15]&#xD;
&#xD;
&#xD;
Output:&#xD;
&#xD;
    {137.035999165800, 1836.15267343627, 206.768283284455, 3477.15145895483}&#xD;
&#xD;
For comparison, the CODATA 2022 reference values are approximately:&#xD;
&#xD;
    alpha^-1          = 137.035999177(21)&#xD;
    &#xD;
    proton/electron   = 1836.152673426(32)&#xD;
    &#xD;
    muon/electron     = 206.7682827(46)&#xD;
    &#xD;
    tau/electron      = 3477.23(23)&#xD;
&#xD;
&#xD;
&#xD;
All four outputs lie within the corresponding one-standard-uncertainty windows.&#xD;
&#xD;
Under a conservative unit-range normalization, the four simultaneous window hits roughly correspond to ~66 bits of target-window information.&#xD;
&#xD;
So my question is simple:&#xD;
&#xD;
**If this is ordinary numerical fitting, what is the information channel?**&#xD;
&#xD;
For completeness, I include a short note containing the description-length analysis:&#xD;
&#xD;
[https://doi.org/10.5281/zenodo.20158423][1]&#xD;
&#xD;
&#xD;
  [1]: https://doi.org/10.5281/zenodo.20158423</description>
    <dc:creator>Tetsuya Momose</dc:creator>
    <dc:date>2026-05-15T11:09:21Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2187926">
    <title>Where is documentation on option FourierParameters</title>
    <link>https://community.wolfram.com/groups/-/m/t/2187926</link>
    <description>Where can I find an explanation of the options for FourierParameters?  The &amp;#034;Get Help&amp;#034; documentation just gives some &amp;#034;common choices&amp;#034; without explanation.  There are apparently two parameters that control how Mathematica calculates the expression returned.</description>
    <dc:creator>Jay Gourley</dc:creator>
    <dc:date>2021-02-08T03:33:52Z</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/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/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>
</rdf:RDF>

