User Portlet User Portlet

Discussions
Help! I am trying to get it to cycle through different b values and it just wont work. ClearAll["Global`*"]; Remove["Global`*"]; b = 1 Manipulate[ {x[][][t], y[][][t], z[][][t]} /. sol2 ...
The plot is supposed to show many different 3D solutions to the differential equation, so I figure your solution would work if it instead used ParametricPlot3D
Hey all, I'm pretty new to Mathematica so go easy on me. I have been trying to plot a system of differential parametric equations without any success. It appears as though Mathematica is solving them, but it won't plot them. I have put my code...