need help please having a problem with shooting mthd
i am having a problem coding a MATLAB code for the given eqn
d^2T/dx^2 - 1*10^-7(T+273)^4+4(150-T)=0
BC T(0)=200 and T(0.5)=100
the differential equation should be solved by
the function ODE23, and the consistent initial condition...