MATLAB: How to solve this equation in matlab? Please help

differential equationsmathematicsMATLABodepdes

please help me for solving this equation in matlab , thank you all , see the attached file.

Best Answer

Use MATLAB's bvp4c to solve
y1' = y2
y2' = a*sin(y1)*cos(y1)
(a=V^2/V_th^2*Pi^2/L^2)
with boundary conditions
y1(0.01)=Pi/2
y1(L)=Pi/2
Best wishes
Torsten.
Related Question