Question: How can change the shape of plot in contour by using explore?

i want try all number to my parameter for check the shape of plot there is any way for doing that?

restart

with(plots)

M := 4*b^2*beta*((a*y-2*alpha*t+x)*b^2+a*(-2*beta*t+a*(a*y-2*alpha*t+x)))/(-b^6*beta*y^2+(-4*t*y*beta^2+(-2*a^2*y^2+(4*(alpha*t-(1/2)*x))*y*a-4*(alpha*t-(1/2)*x)^2)*beta+3*a)*b^4+(-4*t^2*beta^3+4*a*t*(a*y-2*alpha*t+x)*beta^2-a^2*(a*y-2*alpha*t+x)^2*beta+6*a^3)*b^2+3*a^5)

alpha = 1; beta := 1; a := -1; b := -2; t := 0

alpha = 1

 

1

 

-1

 

-2

 

0

(1)

plots:-contourplot(M, x = -100 .. 100, y = -100 .. 100, title = contour, grid = [100, 100], colorbar = false)

 
 

NULL

Download control-trajectory.mw

Please Wait...