<?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 Mathematica sorted by active.</description>
    <items>
      <rdf:Seq>
        <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/3694230" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3662265" />
        <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/3609706" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3606471" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3561969" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3605004" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3581574" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3564807" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3444192" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3563034" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3562641" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3559794" />
        <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/3552254" />
      </rdf:Seq>
    </items>
  </channel>
  <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/3694230">
    <title>Mathematica on MacBook Neo</title>
    <link>https://community.wolfram.com/groups/-/m/t/3694230</link>
    <description>Has anyone installed Mathematica on the new MacBook Neo? The machine uses the A18 phone processor and has only 8 GB memory, but online reviews claim it has surprisingly good performance. I&amp;#039;m considering buying one for travel, but wondering how well Mathematica performs on it.</description>
    <dc:creator>John Shonder</dc:creator>
    <dc:date>2026-04-17T13:35:21Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3662265">
    <title>How to batch insert all image files in a specified folder?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3662265</link>
    <description>![enter image description here][1]&#xD;
&#xD;
Usually, we insert a small number of images in a notebook using the method shown in the figure. If there are many images to insert, what method can be used to insert all image files in a certain folder at once?&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE2026-03-15201412.png&amp;amp;userId=3593842</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-03-15T12:17:13Z</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/3609706">
    <title>What would be the correct approach solve this complicated equation in Mathematica?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3609706</link>
    <description>I am just getting started with Mathematica and I have become familiar with quite a few basic operations. I wanted some advice on solving a complicated equation which I have encountered.&#xD;
&#xD;
This is the equation I am trying to solve for $\alpha1^{\circ}$:&#xD;
$$ \text{c1} \left(\frac{1}{\cos (\text{$\alpha $1} {}^{\circ}) \sqrt{1-\text{M1}^2 \sin ^2(\text{$\alpha $1} {}^{\circ})}-\text{M1} \sin ^2(\text{$\alpha $1} {}^{\circ})}+\text{M1}\right) = \text{$\alpha $2} (\text{M2}+1)$$. &#xD;
&#xD;
In this equation, $M1$, $M2$, $c1$ and $c2$ are all non-zero and non-negative constants.&#xD;
I have worked out by hand the solution of this equation but I want to understand how I can do this in Mathematica. This is the approach which I have used:&#xD;
&#xD;
 1. In the complicated equation let $$ Y = \cos (\text{$\alpha $1} {}^{\circ}) \sqrt{1-\text{M1}^2 \sin ^2(\text{$\alpha $1} {}^{\circ})} - \text{M1} \sin ^2(\text{$\alpha $1} {}^{\circ}) $$  This then simplifies the equation of interest to $$ \text{c1} \left(\text{M1}+\frac{1}{\text{Y}}\right)  = \text{$\alpha $2} (\text{M2}+1)$$  &#xD;
&#xD;
 2. The last simplified equation can be solved for $Y$ which yields $$ Y = \frac{\text{c1}}{-\text{c1} \text{M1}+\text{c2} \text{M2}+\text{c2}} $$ Since the solution $Y$ is composed entirely of constants, the final solution will also be a constant. Thus, let $$ K =  \frac{\text{c1}}{-\text{c1} \text{M1}+\text{c2} \text{M2}+\text{c2}} $$. With this simplification the equation of interest becomes $$ Y = K$$ Substituting the simplified form of $Y$ from Step 1) leads to $$  \cos (\text{$\alpha $1} {}^{\circ}) \sqrt{1-\text{M1}^2 \sin ^2(\text{$\alpha $1} {}^{\circ})} - \text{M1} \sin ^2(\text{$\alpha $1} {}^{\circ})  = K $$&#xD;
&#xD;
 3. In $Y$, let $$ x = \sin^{2}(\alpha1)$$ then $Y$ in terms of $x$ becomes&#xD;
$$ Y = \sqrt{1-x} \ \  \sqrt{1-\text{M1}^2 x}-\text{M1} x $$&#xD;
&#xD;
 4. The last equation can be solved for $x$ and after substituting the relevant expressions the final answer will be given in terms of $\sin^{-1}$ and there will be four solutions of $\alpha1$.&#xD;
&#xD;
These are the four major steps I have used to manually solve the equation. Can someone please advise on what would be right approach to solve this in Mathematica ? What would be the right approach? I have attached here the notebook with the LHS and RHS parts of the equation typed in.&#xD;
&#xD;
 &amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/2676b94b-7ea0-4e80-855c-d289b958efe4</description>
    <dc:creator>Ishan Nande</dc:creator>
    <dc:date>2026-01-19T17:03:04Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3606471">
    <title>How to set a Mathematica notebook to save as PDF in A4 paper size?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3606471</link>
    <description>How to set a Mathematica notebook to save as PDF in A4 paper size?&#xD;
&#xD;
After finishing a Mathematica notebook, how do I ensure it is saved as a PDF with A4 paper size? How do I set this up?</description>
    <dc:creator>Bill Blair</dc:creator>
    <dc:date>2026-01-15T08:52:16Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3561969">
    <title>How to improve the visualization of Plots in Wolfram Community posts?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3561969</link>
    <description>When you post a Notebook containing figures (PNGs) in a Wolfram community post, the display quality is significantly reduced and the lines are jagged as if with very low resolution even if in the desktop Notebook the quality is very good. Any hint on how to improve the quality of the pictures displayed?&#xD;
&#xD;
I will now do some test in this post to reproduce the problem.&#xD;
&#xD;
If I insert the figures directly in the post, the quality is good:&#xD;
![Static Electron][1]&#xD;
&#xD;
But if I use Add Notebook to insert the Notebook with the same picture, the lines are jagged:&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
**So, the only solution I see to have a good display in the Wolfram Community would be to split the Notebook in many smaller Notebooks each time you have a figure in your Notebook and insert the pictures manually in the post or using HTML.** But this seems like an absurd effort....  &#xD;
&#xD;
&amp;amp;[Wolfram Notebook][3]&#xD;
&#xD;
then introduce manually the pictures, (which if there are several, you cannot insert as a table in the post, but even a screenshot has better quality than if the pictures are included in the Notebook):&#xD;
![enter image description here][4]&#xD;
&#xD;
And then the Add Notebook with second part of the Notebook:&#xD;
&amp;amp;[Wolfram Notebook][5]&#xD;
&#xD;
Sample equation as code Sample, why isn&amp;#039;t it displayed as in the Notebook?&#xD;
&#xD;
    \[DifferentialD]Overscript[v, \[RightVector]]/\[DifferentialD]t=(\[DifferentialD]^2/\[DifferentialD]t^2)Overscript[q, \[RightVector]]=e/(m \[Gamma](v)) (Overscript[E, \[RightVector]]+Overscript[u, \[RightVector]] *Overscript[B, \[RightVector]]-1/c^2 Overscript[v, \[RightVector]]((Overscript[E, \[RightVector]]+Overscript[u, \[RightVector]] *Overscript[B, \[RightVector]])Overscript[v, \[RightVector]]))&#xD;
&#xD;
Any guidance will be most welcome.&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=1_Static_Electron.png&amp;amp;userId=3338874&#xD;
  [2]: https://www.wolframcloud.com/obj/d422d677-78e6-4f04-b475-251ba92f8a1f&#xD;
  [3]: https://www.wolframcloud.com/obj/d172f604-6246-418f-aaf0-079bc458d84a&#xD;
  [4]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Capturadepantalla2025-10-19162135.png&amp;amp;userId=3338874&#xD;
  [5]: https://www.wolframcloud.com/obj/c68424a9-6ee4-4cc1-83d8-5601e9b4a31f</description>
    <dc:creator>Juan Barandiaran</dc:creator>
    <dc:date>2025-10-18T07:42:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3605004">
    <title>How to control initial window size with init.m</title>
    <link>https://community.wolfram.com/groups/-/m/t/3605004</link>
    <description>I don&amp;#039;t like the default initial window size.&#xD;
&#xD;
In older versions (prior to 14), I could put this init.m&#xD;
&#xD;
    FrontEndExecute[&#xD;
      {&#xD;
        SetOptions[FrontEnd`InputNotebook[], WindowSize -&amp;gt; {Scaled[.8], Scaled[.7]} ],&#xD;
        SetOptions[FrontEnd`InputNotebook[], WindowMargins -&amp;gt; {{40, Automatic}, {Automatic, 40}} ],&#xD;
        $PlotTheme = &amp;#034;Classic&amp;#034;;&#xD;
      }&#xD;
    ]&#xD;
&#xD;
into C:\ProgramData\Mathematica\Kernel.&#xD;
&#xD;
However, this does not seem to work in version 14.1.&#xD;
&#xD;
So, in 14.1, how can I use init.m to control the initial window size?</description>
    <dc:creator>Robert Baillie</dc:creator>
    <dc:date>2026-01-12T15:39:36Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3581574">
    <title>Installing CUDALink on Mathematica 14.3</title>
    <link>https://community.wolfram.com/groups/-/m/t/3581574</link>
    <description>I have installed the NVIDIA CUDA Toolkit version 13.0 on my Windows 11 Pro PC. The PC is an HP Z2SFF G5 Workstation with 64 GB memory and an Intel Core i7-10700 CPU @ 2904 MHz. Windows 11 is version 10.0.26100, Build 26100.&#xD;
&#xD;
I have previously installed cupy and numba into my VS Code environment for Python development and that works just fine.&#xD;
&#xD;
I have done a fresh install of the CUDA Toolkit version 13.0 and NVIDIA driver version 581.8 on the PC.&#xD;
&#xD;
Commands like &amp;#039;CUDADeviceCount[]&amp;#039;, &amp;#039;CUDAInformation[]&amp;#039; and &amp;#039;CUDADriverVersio[]&amp;#039; all work correctly and without error.&#xD;
&#xD;
Executing the command &amp;#039;InstallCUDA[]&amp;#039;, however, gives the error &amp;#039;Failed to find CUDA libraries&amp;#039;. &#xD;
&#xD;
Here&amp;#039;s the bit of code I used for testing my installation&#xD;
&#xD;
    Needs[&amp;#034;CUDALink`&amp;#034;]&#xD;
    InstallCUDA[]&#xD;
   &#xD;
![Error Message][1]&#xD;
The problem seem to be that the libraries (*.dll) are located in the folder &#xD;
&#xD;
    C:\Brogram Files\NVIDIA GPU Toolkit\CUDA\V130\bin\x64, &#xD;
but Mathematica is looking for them in &#xD;
&#xD;
    C:\Brogram Files\NVIDIA GPU Toolkit\CUDA\V130\bin.&#xD;
The Help for InstallCUDA[] says: &#xD;
&#xD;
&amp;#034;InstallCUDA uses heuristic methods to find the CUDA toolkit on your system.&amp;#034;&#xD;
&#xD;
 and&#xD;
&#xD;
&amp;#034;InstallCUDA returns a Failure object when it can not find or load the appropriate CUDA libraries.&amp;#034;&#xD;
&#xD;
I was unsuccessful in trying to find what the heuristic actually does.  &#xD;
I tried adding the correct folder to $Path with no effect.&#xD;
I tried copying the contents of the x64 folder to the bin subfolder, but this created a raft of additional errors.&#xD;
I tried running Mathematica as both a normal user and as system administrator.&#xD;
&#xD;
I&amp;#039;m sure I&amp;#039;m overlooking some simple solution to this issue, but will appreciate guidance from others.&#xD;
&#xD;
Thanks&#xD;
Pat&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2192CUDAerrorMessagejpg.jpg&amp;amp;userId=531737</description>
    <dc:creator>Pat Lane</dc:creator>
    <dc:date>2025-11-26T01:39:04Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3564807">
    <title>How to crunch numbers in Mathematica. How to properly use it to test if a given method solves faster</title>
    <link>https://community.wolfram.com/groups/-/m/t/3564807</link>
    <description>I have been trying to factor semiPrimes for years now. I have a simple algebraic equation that gives one factor knowing only N. The only problem I have to find the value of x where y equals 1. I thought this was a simple thing, but with 200 digit numbers finding where y equals 1 on the graph takes some computation. I believe the computation is much smaller than recursive division, but factoring it is the only way to be sure.&#xD;
&#xD;
My question is how is Mathematica on computation? If I programmed the math algorithm in Mathematica will it be as efficient as a Xeon processor crunching numbers. I have tried computations in Mathematica before and it let me know it was processing but I had no information on the processes it was going through.&#xD;
&#xD;
And what functions in Mathematica would be used to find y equals 1 on a graph that is f(x} equals x?&#xD;
&#xD;
Seems like it should be easy. If I were doing the calculation by hand, I would choose test values and find the derivative or slope. But to find the x value with a 200 digit number there would be many close options for x. I know there are equations to solve this but I have never used them.&#xD;
&#xD;
So I need to know if Mathematica can handle the computational problem of 200+ digits, and if I think my method is less computational will Trurl’s method will be less computational to work in Mathematica.</description>
    <dc:creator>Bobby Joe Snyder</dc:creator>
    <dc:date>2025-10-23T22:29:34Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3444192">
    <title>Help new install Mathematica on Raspberry Pi 5</title>
    <link>https://community.wolfram.com/groups/-/m/t/3444192</link>
    <description>Team, I am very rusty on this one. I have been about 4 years away and returning to a new RB Pi 5.o.&#xD;
The problem is that I do not know how to get started with installation of Mathematica.&#xD;
&#xD;
I downloaded an Installation script. But from here I am lost. I click the file, but only opens a text file with a code. Can not get to go any further.</description>
    <dc:creator>Jose Calderon</dc:creator>
    <dc:date>2025-04-14T23:29:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3563034">
    <title>Wolfram on NVIDIA DGX Spark</title>
    <link>https://community.wolfram.com/groups/-/m/t/3563034</link>
    <description>Has anyone been able to install and run Mathematica on NVIDIA&amp;#039;s new DGX Spark computer?  &#xD;
&#xD;
If yes, does CUDA work?  &#xD;
Does, NetTrain work?  &#xD;
Are you able to train models?</description>
    <dc:creator>David Laxer</dc:creator>
    <dc:date>2025-10-21T17:21:12Z</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/3559794">
    <title>Change Mathematica ver 14.3 Notebook dark mode</title>
    <link>https://community.wolfram.com/groups/-/m/t/3559794</link>
    <description>I just downloaded and installed Mathematica Version 14.3.  The notebook colors are completely different than those of earlier versions.  My plots colors look terrible on the black/dark background.  Is there a quick and easy way to change the version 14.3 notebook colors back to the way they were in version 14.2?</description>
    <dc:creator>Roger Backhus</dc:creator>
    <dc:date>2025-10-13T15:51:53Z</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/3552254">
    <title>Is Wolfram Ryzen compatible?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3552254</link>
    <description>Are there any compatibility problems with Ryzen CPUs?</description>
    <dc:creator>Mark Harder</dc:creator>
    <dc:date>2025-09-28T13:34:25Z</dc:date>
  </item>
</rdf:RDF>

