zayrsil

8 Reputation

2 Badges

16 years, 324 days

MaplePrimes Activity


These are answers submitted by zayrsil

hi

i use under code for plot

but only vertex has been show

help me

 

with(plots);

with(stats);

>1.6+(statevalf[icdf,normald](1-(y/2)));

eq1:=x=f1(y);

eq2:=x=f2(y);

eq3:=x=f3(y);

eq4:=x=f4(y);

 

 

{eq1,eq2,eq3,eq4},x=-10..10,y=0.01..1,color=black,

 

thickness=3,labels=[x,alpha]);

implicitplot(

f1:=y-

f2:=y->1.6-(statevalf[icdf,normald](1-(y/2)));

f3:=y->1.96+(statevalf[icdf,normald](1-(y/2)));

f4:=y->1.96-(statevalf[icdf,normald](1-(y/2)));

Page 1 of 1