User Portlet User Portlet

Discussions
I tried to boil your example down to simpler situation. Here is an input that does not work: Clear[g2, g3]; g2[y_?NumericQ] := NIntegrate[{1}, {x, 0, 1}]; g3[K1_?NumericQ] := NIntegrate[g2[y], {y, 0, K1}]; g3[1] The following...
How about this model? model KeepVertical Modelica.Blocks.Math.Gain gain1(k = -1) annotation(Placement(visible = true, transformation(origin = {50, -10}, extent = {{10, -10}, {-10, 10}}, rotation = 0))); ...
Hello Rory, This study group is entertaining and covers material not explored in other study groups. One favorite is keyboard shortcuts: they are a great timesaver that every user needs to know. I found two problems : - The link in...
Is there any way to show that curvature in bar legend?
If you're going to post the same question as you did on another forum, you really need to provide a link to that question as you can be wasting the time of folks trying to help you that don't know there might be informative comments or even answers. ...
`ListPlot3D` meshes the domain, after filtering out points at which the function is not numeric (for instance, `None` in your example). The mesh it forms is the convex hull of the points. Then `RegionFunction` trims the domain according to which...
If the only problem is the wrong extension I think it would be much easier, and much faster to do from the command line unzip 20230101.export.CSV.zip 20230101.export.CSV mv 20230101.export.CSV 20230101.export.TSV
Also, once a hypergraph has been iterated many times and spacetime emerges, is there any advantage to not using regular old lattice gauge theory? And if there is no advantage, it strengthens my claim above, that two-valued edges are too simple to...
What computer configuration are you using? I've been calculating for 2 hours but still no results.
Thanks for the trial version of SM 14 it permits easily to follow along. Granted this question is most likely not part of this training, however I ask in case you can lead me to a good reference on structuring a new Media in Modelica. The media...