MATLAB: Solve the general solution of a Differential equation with boundary conditions

differential equationssolvesolve differential equation with boundary

Hi
I have the general solution of a differential equation and the boundary conditions. How can I solve this?
w(x)=C1+C2*x+C3*(x^2)+C4*(x^3)+(L^4)*C5*cosh(x/L)+(L^4)*C6*sinh(x/L)
w(0)=0
w'(0)=0
w''(0)=0
w''(L)=0
w'''(L)-(L^2)*w'''''(L)=F/(E*I)
w''(L)-(L^2)*w''''(L)

Best Answer

Tell the program which gave you the general solution to additionally incorporate the six boundary conditions.