Skip to main content

Questions tagged [manipulate]

Questions on the Manipulate function of Mathematica, a function that allows the interactive manipulation of certain parameters in a Mathematica expression.

1 vote
0 answers
86 views

I wrote the following code and uploaded it to WolframCloud. ...
Milk's user avatar
  • 1,890
5 votes
4 answers
430 views

Here is an example how to use Dynamic inside Manipulate for smooth rotation. But it does not work for the following code. ...
azerbajdzan's user avatar
  • 32.6k
2 votes
0 answers
64 views

I'm trying to make an applet that allows the user to input an equation v (say in x). However, I am getting a strange behavior ...
Roderic's user avatar
  • 1,449
3 votes
0 answers
136 views

I have this image and would like to create an animated GIF with the head moving like it's completing a Rubik's Cube. Here I leave you part of the code that I have. Could you help me? Thank you. ...
zeros's user avatar
  • 2,413
0 votes
1 answer
104 views

This is my code: ...
jihoon choi's user avatar
2 votes
1 answer
142 views

Manipulate[T=2;Plot[x+t,{x,0,1}],{t,T,2T}] I want to show in the control panel t as multiples of T rather than its numeric value. One can instead re-parametrize ...
feynman's user avatar
  • 451
0 votes
0 answers
127 views

I am faced with the following non-linear differential equation $\frac{d^2x}{dt^2}+\frac{3}{p}\frac{dp}{dt}\frac{dx}{dt}=\frac{1}{x^3p^6}-2x$ I would like to find an expression for x in terms of p. Is ...
KADAR's user avatar
  • 1
2 votes
1 answer
114 views

I am trying to solve a nonlinear system of differential equations in Wolfram Mathematica using NDSolve and visualize the solution with Manipulate. However, I encounter the following error when running ...
Raihanah Nazihah's user avatar

15 30 50 per page
1
2 3 4 5
141