wolfram-mathematica
How can I make Mathematica kernel pause for an external file creation
Is it possible to pause Mathematica kernel during a computation? Here is an example. Module[{}, Mathematica code....[详细]
2023-04-10 17:52 分类:问答how many kernels running parallel in Mathematica?
Wolfram site states that typically only 4 cores are used with its Parallel feature. If you want more than 4 you need to contact them and pay up.[详细]
2023-04-10 15:37 分类:问答2D coordinates of Histogram3D from a given point of view
I found that plot on the web. I don`t know which kind of Distribution yields this. I w开发者_运维技巧ould like to draw such plot on paper. But get some help from Mathematica if possible :[详细]
2023-04-10 15:29 分类:问答Forcing x axis to align with y axis in Mathematica Plot
In Mathematica, when I plot things sometimes I don\'t always get the x-axis to line up with the exact bottom of the plot. Is there any way I can force it t开发者_如何学运维o do this all the time?[详细]
2023-04-10 10:04 分类:问答Uncaught Throw generated by JLink or UseFrontEnd
This example routine generates two Throw::nocatch warning messages in the kernel window.Can they be handled somehow?[详细]
2023-04-10 06:10 分类:问答Find zeros for solutions to differential equations in Mathematica
Given the following code: s := NDSolve[{x\'\'[t] == -x[t], x[0] == 1, x\'[0] == 1}, x, {t, 0, 5 }] Plot[Evaluate[{x[t]} /. s], {t, 0, 3}][详细]
2023-04-10 05:01 分类:问答Functional mapping on a list of points
I have a list of points: points = {{0.144, 1.20}, {0.110, 1.60}, {0.083, 2.00}, {0.070, 2.40}, {0.060, 2.80}, {0.053, 3.20}, {0.050, 3.60}, {0.043, 4.00}}[详细]
2023-04-10 03:03 分类:问答How to fix syntax to nest functions in mathematica?
I wanted to try to make a rule to do norm squared integrals.For example, instead of the following: Integrate[ Conjugate[Exp[-\\[Beta] Abs[x]]]Exp[-\\[Beta] Abs[x]],[详细]
2023-04-09 21:07 分类:问答Exporting sounds as WAV files
I never worked too much with sounds in Mma. I have t = Sound[List[\"Violin\",SoundNote[-6]]] How could I Export t as a .WAV file?[详细]
2023-04-09 09:12 分类:问答EdgeRenderingFunction and VertexRenderingFunction help
I\'m trying to construct a LayeredGraphPlot where some nodes connect to other nodes, like a tree. I would like to have the freedom to choose the thickness, color, presence or absence of labeling of ea[详细]
2023-04-09 06:54 分类:问答