I have a set of five second order odes and the 10 bcs which are also coupled. Can any one suggest a reading material or an example which solves set of two ODEs with mixed boundary conditions using MATLAB or any other software like mathematica?
first of all convert all the second order ode's into first order ode's and then try a basic routine like shooting method. i have no experience in MATLAB so i am posting the things i know in FORTRAN anyway. If it is against the page rules i am really sorry and please remove my comment. I have attached a code i think it might work.