| Author |
Comment/Response |
silvia
|
08/29/08 06:38am
I have to solve an equation by varing a parameter h with manipulate, and plot the solutions that is a function of a parameter H.
The graph is very strange because it's not complete, maybe I don't use the rigth commands...
Manipulate[{rrr =
y /. Solve[
y^3 + (-11.9 - H (1 + h)) y^2 + (8.8 + H (2 + h)) y + 1 - H == 0,
y]; Plot[{rrr[[1]], rrr[[2]]}, {H, 0, 200}]},
{h, 0, 0.2}]
URL: , |
|