not show my plot

hi

i use under code for plot

but only vertex has been show

help me

with(plots);

with(stats);

f1:=y-

>1.6+(statevalf[icdf,normald](1-(y/2)));>1.6-(statevalf[icdf,normald](1-(y/2)));>1.96+(statevalf[icdf,normald](1-(y/2)));>1.96-(statevalf[icdf,normald](1-(y/2)));{eq1,eq2,eq3,eq4},x=-10..10,y=0.01..1,color=black,

 

f2:=y-

f3:=y-

f4:=y-

eq1:=x=f1(y);

eq2:=x=f2(y);

eq3:=x=f3(y);

 eq4:=x=f4(y);

 implicitplot(

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

not show my plot

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)));

Axel Vogt's picture

try to ...

try to either use 'formatted' in posting or just put it in a file (prefered: *.mws) and upload using the almsot invisible green arrow at the end of the menu bar of the board editor (visible, if logged in)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}