imparter

155 Reputation

8 Badges

12 years, 198 days

MaplePrimes Activity


These are questions asked by imparter

i want to draw  a countour plot and i want the graph in the given below patter  and my codes are 

for Q=1, and Q=2 ,Q=3.2

F:= x^2+2*y^3+Q:
p1:=contourplot( F, x=0..1, Q=1,color=red):
p2:=contourplot( F, x=0..10, Q=2,color=blue):
display(p1,p2):
thanks in advance

i want to plot a streamlines for the functions 

psi=2y-exp(-x):

for different values of psi=0,1,2,3 and x=0 to 1 i want plot stream lines 

i want to display a1,a2,a3 on one side and b1,b2,b3 on another sides  that is in an array (one side a1,a2,a3 graph and another side b1,b2,b3 graphs)

 my codes are 

a1:=plot(x^2,x=1..2);a2:=plot(x^2,x=3..4);a3:=plot(x^2,x=4..5);
b1:=plot(x^3,x=1..2);b2:=plot(x^4,x=1..1);b3:=plot(x^5,x=1..2);
A:=([a1,a2,a3])
B:=([b1,b2,b3])
with(plots):display([A,B]);

Hellow, can any body give the suggestion regarding multiple plot in array

i have 

V:=(2*x+3*gamma)*y^2

d0:=subs(x=0.1,gamma1=0,V):
d1:=subs(x=0.1,gamma1=2,V):
d2:=subs(x=0.1,gamma1=4,V):
plot([d0,d1, d2], y=0..0.1,  legend = ["gamma = 0", "gamma= 2","gamma= 4"], titlefont = ["ROMAN", 15], labels = ["y ", "v"], labeldirections = ["horizontal", "vertical"], labelfont = ["HELVETICA", 10], linestyle = [solid, longdash,dashdot],color = [black, red,green], axesfont = ["HELVETICA", "ROMAN", 8], legendstyle = [font = ["HELVETICA", 9], location = bottom],axes=boxed);

 
and 
e0:=subs(x=0.5,gamma1=0,V):
e1:=subs(x=0.5,gamma1=2,V):
e2:=subs(x=0.5,gamma1=4,V):

 
plot([e0,e1, e2], y=0..0.1,  legend = ["gamma = 0", "gamma= 2","gamma= 4"], titlefont = ["ROMAN", 15], labels = ["y ", "v"], labeldirections = ["horizontal", "vertical"], labelfont = ["HELVETICA", 10], linestyle = [solid, longdash,dashdot],color = [black, red,green], axesfont = ["HELVETICA", "ROMAN", 8], legendstyle = [font = ["HELVETICA", 9], location = bottom],axes=boxed);

 
I want to display  this side by side  i,e set {do,d1,d2} and {eo,e1,e2} 

 
 thanks in advance


 
 exa.doc
First 12 13 14 Page 14 of 14