Question: Multipliying the solution found by Runge Kutta method by sin(x)

I have an ODE. I solved it numerically by Runge Kutta method.

The solution is X(t).

Now, I want to multiply X(t) by sin(y) and to plot in 3D.

 

How can we do it? 

 

question.mw

Please Wait...