<?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 Mathematica with no replies sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3755834" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3755722" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3755323" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3747804" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3740297" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3735339" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3726656" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3714447" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3660974" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3645383" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3635801" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3576071" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3569199" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3563534" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3562641" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3561390" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3558755" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3558367" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3533938" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3531253" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3755834">
    <title>Solutions to the Wordle 5-clique problem</title>
    <link>https://community.wolfram.com/groups/-/m/t/3755834</link>
    <description>Wordle is a single-player word game acquired by the NY Times from inventor Josh Wardle about 4 years ago (https://www.nytimes.com/games/wordle). It is an English language elimination puzzle where the player attempts to determine a daily 5-letter answer word among a pool of 3,201 in 6 guesses from a pool of 14,855 5-letter guess words. There are several efficient strategies for solving the daily puzzle. The NYT game is popular, with over 4 million daily players in 2025.&#xD;
&#xD;
The wordle 5-clique problem is an intellectual curiosity and not considered an efficient solution method. It asks: what 5 word subsets of the 14,855 guess words contain 25 unique letters of the alphabet. The methodology used to solve the query follows.&#xD;
&#xD;
Computing was performed with Mathematica v.15 personal edition installed on an Intel i9-10900KF Windows 11 system overclocked to 5.1 GHz with 128 GB RAM. The current list of 14,855 guess words was obtained from  https://gist.github.com/dracos/dd0668f281e685bad51479e5acaadb93 and converted to uppercase. The list was reduced in size to 9,365 words with 5 unique letters.&#xD;
&#xD;
    sufficientWords = (If[Length[Union[Characters[#]]] == 5, #, &#xD;
          Nothing] &amp;amp; /@ guessWords);&#xD;
&#xD;
Next, word pairs with no common letters were joined by undirected edges and placed in a dynamic array. Subsequently, the dynamic array was normalized to an ordinary list of 6,404,322 edges.&#xD;
&#xD;
    edgesDA = CreateDataStructure[&amp;#034;DynamicArray&amp;#034;];&#xD;
    Do[&#xD;
      iword = sufficientWords[[i]];&#xD;
      Do[&#xD;
       jword = sufficientWords[[j]];&#xD;
       If[! ContainsAny[Characters[iword], Characters[jword]], &#xD;
        edgesDA[&amp;#034;Append&amp;#034;, iword \[UndirectedEdge] jword]],&#xD;
       {j, i + 1, sufficientWordsCount}&#xD;
       ],&#xD;
      {i, 1, sufficientWordsCount - 1}&#xD;
      ];&#xD;
    edges = Normal[edgesDA];&#xD;
    edgesDA = Null;&#xD;
    (* 10 minutes *)&#xD;
&#xD;
The edges list was then placed in a graph:&#xD;
&#xD;
    graph = Graph[edges]; (* 2 minutes *)&#xD;
&#xD;
from which the cliques were computed:&#xD;
&#xD;
    all5cliques = FindClique[graph, {5}, All]; (* 1496 minutes *)&#xD;
&#xD;
Here are the 25 solutions:&#xD;
&#xD;
    {&#xD;
    {&amp;#034;VOZHD&amp;#034;, &amp;#034;CIMEX&amp;#034;, &amp;#034;GRYPT&amp;#034;, &amp;#034;BLUNK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;GLITZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;MOVED&amp;#034;, &amp;#034;BRUCK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;GLITZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;JOKED&amp;#034;, &amp;#034;CRUMB&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;GLITZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;JUKED&amp;#034;, &amp;#034;CROMB&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;GLITZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;DRECK&amp;#034;, &amp;#034;JUMBO&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;GIZMO&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;VELDT&amp;#034;, &amp;#034;BRUCK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;VOZHD&amp;#034;, &amp;#034;CLUNK&amp;#034;, &amp;#034;GRYPT&amp;#034;, &amp;#034;BEMIX&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;VOZHD&amp;#034;, &amp;#034;XYLIC&amp;#034;, &amp;#034;KEMPT&amp;#034;, &amp;#034;BRUNG&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;FRITZ&amp;#034;, &amp;#034;WHUMP&amp;#034;, &amp;#034;GYVED&amp;#034;, &amp;#034;BLONX&amp;#034;, &amp;#034;JACKS&amp;#034;}&#xD;
    {&amp;#034;MILTZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;GOVED&amp;#034;, &amp;#034;BRUCK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;MILTZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;JUDGE&amp;#034;, &amp;#034;BROCK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;KLUTZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;JIVED&amp;#034;, &amp;#034;CROMB&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;KLUTZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;GIVED&amp;#034;, &amp;#034;CROMB&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;JUMPY&amp;#034;, &amp;#034;VOZHD&amp;#034;, &amp;#034;TRECK&amp;#034;, &amp;#034;BLING&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;JUMPY&amp;#034;, &amp;#034;VOZHD&amp;#034;, &amp;#034;GLENT&amp;#034;, &amp;#034;BRICK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;FRITZ&amp;#034;, &amp;#034;JUMPS&amp;#034;, &amp;#034;GYVED&amp;#034;, &amp;#034;BLONX&amp;#034;, &amp;#034;WHACK&amp;#034;}&#xD;
    {&amp;#034;FRITZ&amp;#034;, &amp;#034;JUMPS&amp;#034;, &amp;#034;GYVED&amp;#034;, &amp;#034;BLONX&amp;#034;, &amp;#034;CHAWK&amp;#034;}&#xD;
    {&amp;#034;JIMPY&amp;#034;, &amp;#034;VOZHD&amp;#034;, &amp;#034;GLENT&amp;#034;, &amp;#034;BRUCK&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;FJORD&amp;#034;, &amp;#034;NYMPH&amp;#034;, &amp;#034;GUCKS&amp;#034;, &amp;#034;VIBEX&amp;#034;, &amp;#034;WALTZ&amp;#034;}&#xD;
    {&amp;#034;FJORD&amp;#034;, &amp;#034;GLITZ&amp;#034;, &amp;#034;PHYNX&amp;#034;, &amp;#034;WEMBS&amp;#034;, &amp;#034;QUACK&amp;#034;}&#xD;
    {&amp;#034;FJORD&amp;#034;, &amp;#034;CHUNK&amp;#034;, &amp;#034;GYMPS&amp;#034;, &amp;#034;VIBEX&amp;#034;, &amp;#034;WALTZ&amp;#034;}&#xD;
    {&amp;#034;CYLIX&amp;#034;, &amp;#034;VOZHD&amp;#034;, &amp;#034;KEMPT&amp;#034;, &amp;#034;BRUNG&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;VOZHD&amp;#034;, &amp;#034;PLING&amp;#034;, &amp;#034;TRECK&amp;#034;, &amp;#034;JUMBY&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;PRICK&amp;#034;, &amp;#034;VOZHD&amp;#034;, &amp;#034;GLENT&amp;#034;, &amp;#034;JUMBY&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    {&amp;#034;CLIPT&amp;#034;, &amp;#034;VOZHD&amp;#034;, &amp;#034;KRENG&amp;#034;, &amp;#034;JUMBY&amp;#034;, &amp;#034;WAQFS&amp;#034;}&#xD;
    }&#xD;
&#xD;
Of these, the permutation&#xD;
&#xD;
    {&amp;#034;WALTZ&amp;#034;, &amp;#034;FJORD&amp;#034;, &amp;#034;VIBEX&amp;#034;, &amp;#034;CHUNK&amp;#034;, &amp;#034;GYMPS&amp;#034;}&#xD;
&#xD;
is considered to contain the least uncommon words, ordered mostly from highest to lowest vowel frequencies in the answer word pool.&#xD;
&#xD;
![letter frequencies figure][1]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=wordleWordsInitialLetterFrequenciesFigure.jpg&amp;amp;userId=1957361</description>
    <dc:creator>Richard Frost</dc:creator>
    <dc:date>2026-07-10T21:40:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3755722">
    <title>Samuelson economic model with real GDP data</title>
    <link>https://community.wolfram.com/groups/-/m/t/3755722</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/5eb0298e-431b-4d44-b653-9b760369e22e</description>
    <dc:creator>Maher Kuzbari</dc:creator>
    <dc:date>2026-07-10T16:29:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3755323">
    <title>Simplicial homology in Mathematica</title>
    <link>https://community.wolfram.com/groups/-/m/t/3755323</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/55fe0c78-b69e-4300-befe-d93cf96dc6eb</description>
    <dc:creator>Naman Taggar</dc:creator>
    <dc:date>2026-07-10T14:25:01Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3747804">
    <title>Calculator Poems</title>
    <link>https://community.wolfram.com/groups/-/m/t/3747804</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/fce04a49-db2e-4247-97b3-fd987e17de28</description>
    <dc:creator>AnneMarie Torresen</dc:creator>
    <dc:date>2026-07-07T16:32:14Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3740297">
    <title>​Deployment Question: Anyone successfully pulling Wolfram Engine v15.0.0 on linux/arm64?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3740297</link>
    <description>I am currently setting up a test environment to evaluate the new Wolfram Engine v15.0.0. Our development environment heavily relies on linux/arm64 architecture templates. However, when trying to pull the v15.0.0 image, our orchestration setup keeps failing.&#xD;
&#xD;
I checked the manifest payload via the Docker Registry HTTP API V2 and noticed that while v14.3.0 has the standard multi-arch support, the 15.0.0 tag seems to be missing the linux/arm64 slice entirely. &#xD;
&#xD;
Has anyone here managed to deploy v15.0.0 natively on an ARM64 environment yet? Or is this an intentional release staging choice, and the ARM64 image will be synced in a later patch? &#xD;
&#xD;
Thanks for the help!</description>
    <dc:creator>Rose Hammer</dc:creator>
    <dc:date>2026-06-28T14:29:18Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3735339">
    <title>AI Assistant in Wolfram V15 - first observations and suggestions</title>
    <link>https://community.wolfram.com/groups/-/m/t/3735339</link>
    <description>Kudos to WRI on release of Wolfram (Mathematica) Version 15.  &#xD;
&#xD;
I jumped onto the new built-in AI Assistant [following along][1] Stephen&amp;#039;s blog. &#xD;
&#xD;
In my trials, each trial a clean session (exit notebook and kernels), the example chat prompt &amp;#034;solve for the eigenmodes of a pentagonal drum&amp;#034; yielded varying results, not too surprising, but the second session produced failing code (syntax). &#xD;
&#xD;
Wanting to learn more, I browsed the Documentation Center (&amp;#034;Help&amp;#034;), searching on &amp;#034;AI Assistant&amp;#034; but the top hit, *tutorial/AIAssistant*, yielded a confusing page mixing the pre-V15 Notebook Assistant and V15 AI Assistant. There is better overview information available: [AI Assistant][3] and [AI Access][4]. &#xD;
&#xD;
Regarding the latter link, I wonder what is gained over the free (V15 included) &amp;#034;Basic&amp;#034; AI Access level by the paid &amp;#034;Pro&amp;#034; and &amp;#034;Research&amp;#034; levels. I&amp;#039;d very much appreciate an example chat session comparison between the three showing how the higher-level LLMs improve results over the Basic level.  &#xD;
 &#xD;
&#xD;
&#xD;
  [1]: https://writings.stephenwolfram.com/2026/06/launching-version-15-of-wolfram-language-mathematica-built-in-useful-ai-lots-of-new-core-functionality/#an-ai-assistant-in-every-notebook &amp;#034;following&amp;#034;&#xD;
  [2]: tutorial/AIAssistant&#xD;
  [3]: https://www.wolfram.com/ai-assistant/&#xD;
  [4]: https://www.wolfram.com/ai-access/</description>
    <dc:creator>Frank Iannarilli</dc:creator>
    <dc:date>2026-06-17T23:52:10Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3726656">
    <title>[WUCB-2026] Conferência de usuários Wolfram 2026 - Brasil</title>
    <link>https://community.wolfram.com/groups/-/m/t/3726656</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/4b2aea05-d260-4b29-804b-43bac36d7569</description>
    <dc:creator>Daniel Carvalho</dc:creator>
    <dc:date>2026-06-03T15:23:31Z</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/3660974">
    <title>Using Notebook Assistant: an unexpected error occurred</title>
    <link>https://community.wolfram.com/groups/-/m/t/3660974</link>
    <description>Hello everyone,  &#xD;
I am trying to use Wolfram g to use the Assistant.  When I enter a query for example &amp;#034; Top 10 countries with the most engineers&amp;#034;  The I get the subject error.  Reporting the issue fails as well, saying something went wrong.  &#xD;
![enter image description here][1]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Capture1.PNG&amp;amp;userId=2698757&#xD;
&#xD;
What is causing this error?  How do I get this tool to work correctly? &#xD;
&#xD;
Be well,&#xD;
Ian</description>
    <dc:creator>Ian Anwar</dc:creator>
    <dc:date>2026-03-14T16:28:16Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3645383">
    <title>[Live Q&amp;amp;A] Thinking in Systems, Not Code: Mastering Complex Systems with Ankit Naik</title>
    <link>https://community.wolfram.com/groups/-/m/t/3645383</link>
    <description>How do you tackle complex systems without getting lost in the code? Join us for a live Q&amp;amp;A with Ankit Naik, author of Thinking in Systems, Not Code, a book born from years of practical experience with Modelica, system-level modeling, and systems thinking.&#xD;
&#xD;
Ankit will dive into the ideas behind the book, including how to understand complex, multi-domain systems through structure, feedback, and interactions &amp;#x2013; not just code. Bring your questions! &#xD;
&#xD;
Don&amp;#039;t miss out! Whether you&amp;#039;re interested in system modeling, Modelica or Wolfram System Modeler, or ways to apply systems thinking in real-world projects, this is your opportunity to engage directly with the author.&#xD;
&#xD;
Watch the livestream tomorrow, February 26th at 9 AM CST on the [Wolfram R&amp;amp;D YouTube channel][1]!&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
&amp;gt; Order the book here: https://a.co/d/07FFxRUd&#xD;
&#xD;
&#xD;
  [1]: https://youtube.com/live/vnDNQ4YzyeE&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=MasteringComplexsystems.jpg&amp;amp;userId=20103</description>
    <dc:creator>Keren Garcia</dc:creator>
    <dc:date>2026-02-25T15:19:30Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3635801">
    <title>Kernel freeze when changing AudioGenerator noise color</title>
    <link>https://community.wolfram.com/groups/-/m/t/3635801</link>
    <description>I have a few code samples which freeze or crash my kernel on evaluation, can anybody confirm that this isn&amp;#039;t a local issue for me?&#xD;
&#xD;
Discrete:&#xD;
&#xD;
    AudioGenerator[{&amp;#034;Color&amp;#034;, AudioGenerator[TimeSeries[{1}, {1}]]}]&#xD;
&#xD;
Continuous:&#xD;
&#xD;
    AudioGenerator[{&amp;#034;Color&amp;#034;, AudioGenerator[{&amp;#034;Sawtooth&amp;#034;, .4, 5}]}]</description>
    <dc:creator>Joseph Stocke</dc:creator>
    <dc:date>2026-02-06T21:20:51Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3576071">
    <title>Hackathon Astrix</title>
    <link>https://community.wolfram.com/groups/-/m/t/3576071</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/812246e9-fbb9-4bb2-843b-8a32ee650c55</description>
    <dc:creator>Keisy Benavides Cruz</dc:creator>
    <dc:date>2025-11-17T00:23:29Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3569199">
    <title>Testing improper integrals with Mathematica</title>
    <link>https://community.wolfram.com/groups/-/m/t/3569199</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/581e0b2c-c1c4-428b-b2d8-67501096ac1c</description>
    <dc:creator>Denis Ivanov</dc:creator>
    <dc:date>2025-11-02T07:36:59Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3563534">
    <title>Geometry and Symmetry Chapter 5:  Dynamical Transformation Functions</title>
    <link>https://community.wolfram.com/groups/-/m/t/3563534</link>
    <description>In this preliminary post I introduce the idea of dynamical Transformation Functions, that is, the situation where the Transformation Matrices have functions rather than numbers as entries.  I apply this specifically in the case of even (direct) isometries of real 3-space.  I introduce DITF format which is independent of the construction of the transformation function. I give a geometrical interpretation which shows motion in space not only the position but also the orientation of the object.  Several examples are given.</description>
    <dc:creator>Barry H Dayton</dc:creator>
    <dc:date>2025-10-22T00:17:13Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3562641">
    <title>Mathematica 12, BenchmarkReport[] fails at FFT where it previuosly was fine.  Win 11 upgraded on VM</title>
    <link>https://community.wolfram.com/groups/-/m/t/3562641</link>
    <description>**The problem**&#xD;
&#xD;
I run Mathematica 12 from home via a Win11 VM on Proxmox.  This configuration has run fine for years.  Recently during an upgrade to Win11 25H2 I went to test to make sure everything was functional with a quick BenchmarkReport[] but it caused the kernel to die at Test 3, FFT.  Its a very repeatable failure.&#xD;
&#xD;
Just before upgrading to 25H2 I had changed my processor type for this VM to x86-64-v3 +aes from -v2 + aes. I had issues on another vm where Win11 didnt want to upgrade with v2.&#xD;
I didnt originally run the processor as &amp;#034;host&amp;#034; as I am running dual E5-2699v4 Xeons, Win11 doesnt support by age despite having all the instructions needed.&#xD;
&#xD;
I have used this VM with Win10 and Win11 for years running Mathematica without issue.  In the past I would use BenchmarkReport[] as a quick check of functionality after any upgrades or changes.  This is the first time its failed.&#xD;
&#xD;
A quick test using ParallelTable[sin[x],{x,0,pi,10^-6}] works fine&#xD;
&#xD;
A quick test of Fourier[{1, 1, 2, 2, 1, 1, 0, 0}] works fine&#xD;
&#xD;
But a simple,&#xD;
&#xD;
    Needs[&amp;#034;Benchmark`&amp;#034;]&#xD;
    BenchmarkReport[]&#xD;
&#xD;
Fails while calculating Step 3, FFT.  The kernel simply die with no error message or warning.  If I watch carefully with Task Manager it looks like the kernel dies, Mathematica recreates the kernel, then it dies again immediately.&#xD;
&#xD;
I also tried running this command through mathscript with -verbose but it gives me no additional details why its dying.&#xD;
&#xD;
I went back and tested some older notebooks I had.  One of the first ones I tried died during a NonLinearModelFit of a PieceWise function with Sin[]s.  &#xD;
&#xD;
    Piecewise[{&#xD;
      {&#xD;
       y0 + (&#xD;
         A1 Sin[ 2 \[Pi] ( x - x1)/t1] Sin[ 2 \[Pi] ( x - x2)/t2]&#xD;
         ) + A3 Sin[2 \[Pi] (x - x3)/t3],&#xD;
       x &amp;gt;= xon&#xD;
       },&#xD;
      {y0, x &amp;lt; xon}&#xD;
      }]&#xD;
&#xD;
This had worked in the past but now it dies just like BenchmarkReport, the kernel dies with no errors.&#xD;
&#xD;
**Fixes tried**&#xD;
&#xD;
So, I set the cpu back to v2 + aes for the vm config in proxmox but the kernel still dies.&#xD;
&#xD;
Set the cpu to Host in case its an issue with AES being passed correctly but it still dies&#xD;
&#xD;
I had Ballooning memory on so I turned it off, no change&#xD;
&#xD;
I had NUMA on so I turned it off, no change&#xD;
&#xD;
I uninstalled, reinstalled Mathematica 12.0 but it still fails&#xD;
&#xD;
I installed a demo copy of Mathematica 14.3, BenchmarkReport[] and my notebook run without issue.&#xD;
&#xD;
&#xD;
**System Info**&#xD;
&#xD;
Running a network version of Mathematica 12.0 with MathLM on another VM for the license.  License is for 2 instances and 16 kernels.&#xD;
&#xD;
The VM is running under proxmox 8.4.14.  The vm was just recently upgraded to Win11 25H2 but I am not sure when I last ran BenchmarkReport[].  I have run BenchmarkReport[] on this vm multiple times with some older flavors of win11 but I cant remember when I last ran it.&#xD;
&#xD;
I had recently installed the virtio drivers for this vm on the previous Win11 version but I hadnt run Mathematica since then.  Could be a contributing factor.&#xD;
&#xD;
Proxmox has gone through a recent upgrade with a reboot of the host.  I hadnt tried test Mathematica afterwards.  Could be a contributing factor.&#xD;
&#xD;
The vm has been tested with cpu set to Host, x86-64-v2+aes, x86-64-v3+aes, numa on and off, ballooning on and off, with 32GB memory configured for the vm.  This vm is set to get 2 processors of 8 cores each,&#xD;
&#xD;
The vm is only running microsoft virtual graphic drivers and is only accessed via remote desktop, not SPICE.&#xD;
&#xD;
As far as I can tell Win11 is working as expected.  I am considering a fresh install of Win11 if no better ideas surface.&#xD;
&#xD;
The host system is dual E5-2699 v4 with 512GB.  The host system runs a mix of vms and containers.&#xD;
&#xD;
**Summary**&#xD;
&#xD;
I know this is probably a very weird edge case of using a VM with such an old version of Mathematica.  The kernel dying does seem to fail for more than just Benchmark so its most likely not a single package responsible.  The failure is limited to Mathematica 12 as far as I can tell.  &#xD;
Just wanted to figure this our before I start embarking on a bunch of calculations.&#xD;
&#xD;
Any thoughts are appreciated.</description>
    <dc:creator>Mike Morrell</dc:creator>
    <dc:date>2025-10-19T19:10:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3561390">
    <title>Wolfram Language syntax hints</title>
    <link>https://community.wolfram.com/groups/-/m/t/3561390</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/9602e720-c5ee-4e57-bbde-c1b11e0b75d4</description>
    <dc:creator>Daniel Carvalho</dc:creator>
    <dc:date>2025-10-16T23:00:15Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3558755">
    <title>Wishing for option to automatically save nb file with the equivalent of an mx file embedded in it</title>
    <link>https://community.wolfram.com/groups/-/m/t/3558755</link>
    <description>New feature suggestion:&#xD;
&#xD;
It would be really great if Mathematica offered a way to automatically save an enhanced version of .nb that contains, in effect, the equivalent of a .mx file with the results of all of the cells that have already been evaluated.  This combination .nb/.mx file (perhaps to be called .nbx?) would avoid the time/effort required to either: (1) save a .mx file at the end of each Mathematica session and re-load it at the start of the next session, or (2) redo the evaluation of the saved .nb file at the start of each new session.&#xD;
&#xD;
Thanks,  &#xD;
RM</description>
    <dc:creator>Richard Makadok</dc:creator>
    <dc:date>2025-10-09T18:37:41Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3558367">
    <title>Mathematica won’t install on Trixie 64bit</title>
    <link>https://community.wolfram.com/groups/-/m/t/3558367</link>
    <description>Hello  &#xD;
I tried using the shell script from wolfram website to install 14.2 on Trixie  &#xD;
Didn’t work due to failed dependencies…  &#xD;
So I downloaded these two pkgs manually from ftp.debian.org  &#xD;
libprec3_8.39-13_arm64.deb;   &#xD;
libwayland-egl1-mesa-22.3.6-1+deb12u1_arm64.deb  &#xD;
And after installing them, I can proceed with the installation…  &#xD;
Any suggestions if there is a better way?</description>
    <dc:creator>Ed Wong</dc:creator>
    <dc:date>2025-10-09T02:29:04Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3533938">
    <title>Can you force reset the clipboard without quitting?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3533938</link>
    <description>My clipboard has bifurcated into two clipboards. The normal system clipboard and a mathematica artifact that can&amp;#039;t be changed or deleted. The normal one follows the normal rules within mathematica, including all keyboard shortcuts and built-in functions. It can be used to copy and paste to and from mathematica and any other program. However, pasting in mathematica pastes not only the normal clipboard line but also a second line from a previous clipboard that has become stuck somewhere in some other part of mathematica I can&amp;#039;t find or access. So you get e.g.&#xD;
&#xD;
    Paste[]&#xD;
&#xD;
~ artefact&#xD;
&#xD;
~ a&#xD;
&#xD;
    CopyToClipboard[b]&#xD;
    &#xD;
    Paste[]&#xD;
&#xD;
~ artefact&#xD;
&#xD;
~ b</description>
    <dc:creator>Travis Scott</dc:creator>
    <dc:date>2025-08-21T12:54:54Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3531253">
    <title>How to change the default magnification of new notebooks in the front end?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3531253</link>
    <description>I&amp;#039;m running *Mathematica* 14.0 on Windows:&#xD;
&#xD;
    $Version&#xD;
    (* OUTPUT: *)&#xD;
    (* 14.0.0 for Microsoft Windows (64-bit) (December 13, 2023) *)&#xD;
&#xD;
When I create a new notebook (`File -&amp;gt; New -&amp;gt; Notebook`) in the front end, the magnification is set to 100% by default, as indicated in the bottom right-hand corner of the notebook window. &#xD;
&#xD;
**I&amp;#039;d like the magnification of new notebooks to instead be set to 75% by default.** Should I do this using the Options Inspector in the front end?  For example, should I do the following steps (referenced [here][1]) in the Options Inspector in the front end?&#xD;
&#xD;
 1. In the front end, choose `Format -&amp;gt; Options Inspector...`&#xD;
 2. Set `Show option values` to `Global Preferences`.&#xD;
 3. Go to `Notebook Options -&amp;gt; Display Options` in the left-hand pane.&#xD;
 4. In the right-hand pane, change the value of `Magnification` from `1.0` to `0.75`.&#xD;
&#xD;
**Or is there another approach I should take?**&#xD;
&#xD;
&#xD;
  [1]: https://mathematica.stackexchange.com/a/1311/</description>
    <dc:creator>Andrew D</dc:creator>
    <dc:date>2025-08-15T20:58:16Z</dc:date>
  </item>
</rdf:RDF>

