Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
This is an ordinary differential equation,why "g" lack of Initial conditions?
Who can help me solve this problem ? Thank you very much!
Solved! Go to Solution.
Odesolve doesn't like initial conditions specified in the form g''(3)-f''(3)=0. However, since it is clear your functions must be 4th order polynomials you can solve for them as in the attached.
Alan
Here is a slightly neater way of generating f(x) and g(x).
Alan
Thank you very much Alan ! You did me a big favour ,you are so warmhearted !