@acer
How to draw Qz1a[j] versus gamma. At Y=0.5
I can able to draw
Qz1a[j] versus Y for any value of gamma but reverse i am not able to draw.
Please hlep me to draw with other parameters also i will check once.
Thank you.
with(plots):
cols := [red, blue, black,green]:
plotAA:= display
( [ seq
( odeplot
( Ans1[k],[gamma,Qz1a[k]],
gamma=0..1,Y=0.5,
color=cols[k]
),
k=1..numelems(Q1Vals)
)
],
'axes'= 'boxed','linestyle' = 'solid',labels=[gamma,'Q'],size=[900,700]
):
if i kept like this getting error not able to evaluate