Tagged Questions
3
votes
2answers
180 views
Plotting heat equation in a Manipulate expression
I have a 2D heat equation $u_t = \alpha (u_{xx} + u_{yy})$ with conditions:
$u(x, y, 0) = 300$,
$u_y(x, 0, t) = \mu_1(x)$,
$u_y(x, 1, t) = \mu_2(x)$,
$u(0, y, t) = \mu_3(y)$,
$u(1, y, t) = ...
0
votes
1answer
54 views
Using Manipulate Feature for Two ODE's
So I have not been able to find any examples of the Manipulate feature for two ODE's. I would like to plot a graph of x[t] vs. y[t] and manipulate the initial conditions, v and theta. Thank you very ...
4
votes
1answer
74 views
How can I highlight the vanishing-partials in an interactive 3D plot?
I am using Manipulate and Plot3D to plot a function with two real variables and two extra parameters.
...
2
votes
2answers
308 views
Manipulate a Differential Equation result
I want to Manipulate the result of Differential Equation like :
...