User Portlet
| Discussions |
|---|
| Hi, could you please help me out, i want to slow down this animation when i export it into a *.mov file. Regards v = Manipulate[ bas = Graphics3D[{Opacity[.1], Cylinder[{{0, 0, -1}, {0, 0, 1}}, 1], Opacity[.3], Cone[{{0, 0,... |
| Hi , I want to convert this manipulation into an animated file, which I can open on iPad or Apple MacBook while I'm working on Windows 10 OS. I'm working on Mathematica 11 on windows 10 OS. I'm attaching the vol1.nb file. Regards. |
| Hi I'm making this presentation, which is showing thee Archimedes hat theorem, and i want to show the disks of same area as the hollow red annulus and i want to show only one disk at a time as i move my manipulate button. I'm attaching the file, i... |
| Hi i'm trying to plot disks of radius =(1-f[x]), so that it makes a sphere, as we know that the volume of a cylinder having height=2 radius - the volume of the cone having radius r, is always equal to the volume of a sphere having radius r. but i... |
| How can i combine these plots in a single manipulate. I'll be very much thankful of your help please. Clear[x, t, n]; h[x_] := x; a = 0; b = 1; startpos[k_] := a + (k - 1) 0.01; a1 = Plot[{1, -1, t, -t}, {t, 0, 1},... |
| I have this wave form ![enter image description here][1] [1]: http://community.wolfram.com//c/portal/getImageAttachment?filename=wave.png&userId=786065 How can I derive it's FFT in Mathematica. |
| Hi, I'm trying to solve this integral but it's been taking time and not giving me the answer. Could you please find me the solution of this integral and help me to plot that. I'll be very thankful to you. Regards ![enter image description... |
| Hi, I'm trying to manipulate a Parametric Plot, but I clearly see its not working because I'm not able to fix it, that's why I would love some help. Regards Manipulate[ParametricPlot[{r Cos[x], r Sin[y]}, {y,1,k}, {x, 0, n}, Mesh -> Full],... |
| Hi i'm trying to plot a vector field for differential equation: T(t)'=-1/50 (T[t]-20) could you please tell me where i'm doing wrong. VectorPlot[{t, -1/50 (y - 20)}, {t, -3, 3}, {y, -3, 3}] |
| Hi I'm trying to implement the series in mathematica, but somehow it is not producing the required results. Could you please help me out? ![enter image description here][1] this is the series, and i'm implementing it like: ![enter image... |