I did a 2D plot of the following equation using Mathematica. Could some help me with the right command in Mathematica to convert the output into a 3D model?
K0=(K1*(α-μ)*((α*μ)-μ-2))/(2*(α+1)*〖(μ+1)〗^2 )
J=K0//.{K1→1,μ→0.02};
L=K0//.{K1→1,μ→0.05};
M=K0//.{K1→1,μ→0.1};
Plot[{J,L,M},{α,0,10},PlotRange→{{-0.5,10},{-1,1.}},PlotStyle→{{Dashed,Blue},{Dashing,Black},{Dashed,Orange},AspectRatio→1.,ImageSize→Large]