Top new questions this week:
|
I defined Clear[f, g] f[(h : Exp | Log)[x_]] := x; g[(h : Log | Exp)[x_]] := x; The code gives a weird result: …
|
I have this set of points: …
|
I just upgraded to Mathematica 13.1 and encountered the following issue (this is just code from the first few lines of the FEM programming documentation): …
|
Let us consider in version 13.1 on Windows 10 j = Integrate[2^(I*x)*Log[x]/x, {x, b, Infinity}] …
|
I’ve been researching this question on how best to specify just an arrowhead’s color. I’ve tried a Graphics primitive but to no avail. I’ve written this code and would like to color just the …
|
I wish to create a larger polygon from a smaller one through orthogonally translating each edge by a fixed distance. RegionResize with a bounding box given by …
|
I had this working with Kuba’s help some time ago see here but something has changed. I am using version 13.0. The animation lay out has changed to this configuration where the animation bar is …
|
Greatest hits from previous weeks:
|
Is it possible in Mathematica to get a step-by-step evaluation of some functions; that’s to say, outputting not only the result but all the stages that have led to it? If so, how does one do it? …
|
Well, the title is self-explanatory. What sorts of snowfall can we generate using Mathematica? There are two options I suggest to consider: 1) Continuous GIF animations with smallest possible number …
|
testData = Table[N@Sin[500 x], {x, 0, 100}]; ListLinePlot[Abs[Fourier[testData]], PlotRange -> Full] Gives me Which I do not expect because the Fourier …
|
I would like to list all possible times in a 12-hour period, where the hour hand overlaps the minute hand completely. This is really a question about three distinct things – to be done in Mathematica …
|
My little brother asked me to print original mandalas for coloring. I would like some idea on how to create them, but without color, so he can color them. examples
|
I’m trying to develop a function which 3D plot would have a buttocks like shape. Several days of searching the web and a dozen my of own attempts to solve the issue have brought nothing but two …
|
At the moment I am trying to construct a bifurcation diagram of the iterative function $f(x)=$ $ax-1.1975x^3$. I’ve scoured the internet for pre-made bifurcation diagrams and found many (mostly of the …
|
Can you answer these questions?
|
A square of side one contains two squares of sides $a$ and $b$ having non-overlapping interiors. How to prove the inequality $a+b≤1$ with Mathematica? The same question in three dimensions and higher …
|
To speed up a resource-intensive calculation, I use several functions with storing previously calculated values. For example: …
|
Bug persisting through 13.1.0 [CASE:4841653] From …
|