wolfram-mathematica
Creating random coefficients for linear equations in mathematica
Is there a way to assign a random value to p1, p2, p3 and p开发者_运维问答4 for the following equation?[详细]
2023-04-05 02:38 分类:问答Customize Color Using Lighter in BarChart
Please Consider : dalist = {{901, 503, 522, 1305}, {910, 512, 477, 1260}, {847, 459, 556, 1275}, {799, 517, 527, 1197}}[详细]
2023-04-05 00:32 分类:问答Plot, plane, point, line, sphere in same 3D plot. Multiple figures in same plot in Mathematica
How d开发者_Go百科o I plot for example a plane and a line in same 3D plot?Show and Plot3D can handle it. There are probably many other ways.[详细]
2023-04-04 23:37 分类:问答How do I use mathematica to implicitly solve differential equations of a single variable?
I\'m trying to force Mathematica to implicitly differentiate an ellipse equation of the form: x^2/a^2+y^2/b^2 == 100[详细]
2023-04-04 21:42 分类:问答How to feed a list valued variable in the Outer command in mathematica
Consider the following piece of mathematica code: a := {1, 2, 3}; f[n_, a_] := Sum[a[[j]], {j, 1, n}]; Outer[f, {3}, (a)][详细]
2023-04-04 18:01 分类:问答Best character assignment method in Mathematica
Running into a problem with the following example code for which I hope there is a way around. Say I have defined a function:[详细]
2023-04-04 15:10 分类:问答Memoized recursive functions. How to make them fool-proof?
Memoized functions are functions which remember values they have found. Look in the doc center for some background on this in Mathematica, if necessary.[详细]
2023-04-04 14:43 分类:问答How to calculate the convolution of a function with itself in MATLAB and WolframAlpha?
I am trying to calculate the convolution of x(t开发者_如何学C) = 1, -1<=t<=1 x(t) = 0, outside[详细]
2023-04-04 12:00 分类:问答Refer to previous line output in Mathematica
开发者_JAVA技巧Consider the following : % refers to the previous output. Is there a way to refer to the previous line`s output no matter what was the last output in time ?[详细]
2023-04-04 11:43 分类:问答Question about printing logic tables with Mathematica
Background: See also: http://mathworld.wolfram.com/TruthTable.html Mathematica supplied the following function.[详细]
2023-04-04 11:00 分类:问答