User Portlet User Portlet

Arnoud Buzing
Discussions
If there is no way to reclaim memory in your main session, have you considered using the parallel computation framework to do these computations in a separate kernel/frontend? For example, configure one parallel kernel and then do: ...
This is pretty cool! Thanks for sharing.
Amazing! Very cool!
That worked, thank you! I made a video from it: https://www.wolframcloud.com/obj/ad43cda1-ad0d-44b2-bf77-d8e86c7dc6f7
Here is another idea, using AnimationVideo. Same MakePlot function, but with an explicit PlotRange to keep that constant for any parameter choice: MakePlot[{\[Alpha]_, \[Beta]_, \[Gamma]_}, {a_, b_, c_}, h_, max_Integer] := Module[{u,...
You can put these plots together using Graphics and Inset. Ideally you want to use GraphicsRow here, but aligning these plots is a bit finicky. This is the end result on my machine. You may need to tweak some things, but it should approximate the...
[Answer courtesy of ChatGPT] Here is an example of how to create a plot of the function sin(x) for x running from -π to π, with an additional arrow starting from (2π,0) and ending at (3π,0) and a plot range from -π to 3π using the Wolfram...
Small update, I published a ResourceFunction for this function here: https://www.wolframcloud.com/obj/arnoudbuzing/DeployedResources/Function/GenerateImageFromText/ I also submitted this same resource function to the Function Repository...
Very cool! I used your code to make this animation: https://elk.zone/mathstodon.xyz/@arnoudbuzing/109705857738411262 ![enter image description here][1] &[Wolfram Notebook][2] [1]:...
The issue with the cloud notebook is known and reported (nothing you can do about it).