I'm trying to computer plot the graphs of sn(u), cn(u) and dn(u) for k = 1/4, 1/2, 3/4, 0.9 and 0.99
And I am trying to plot 3D graphs of sn, cn and dn as functions of u and k.
Here's what I have:
for k = 1/2: Plot[{JacobiSN[x, .52], Sin [x]}, {x, 0, 2Pi}, PlotStyle -+ {Dashing [{O.OS, O.OS}], Dashing [{0.01, O.Ol}]}]
Can someone help generate the other graphs and provide syntax? Thanks!