MATLAB tutorial - How to solving Second Order Differential Equations (ODE)

preview_player
Показать описание

========================
✅ Visit our website

✅ Subscribe for more free YouTube tutorial

🔴 Watch my most recent upload:

🔴 MATLAB tutorial - Machine Learning Clustering

🔴 MATLAB tutorial - Machine Learning Discriminant Analysis

🔴 How to write a research paper in 4 steps with example

🔴 How to choose a research topic:

Рекомендации по теме
Комментарии
Автор

Just shift the value on the right hand side to the left hand side of the equation. Write it like this: dsolve('D2y+2*Dy+y-5=0, 'y(0)=const', 'Dy(0)=const', 't') where you need to enter the constants yourself.

winuz
Автор

you very much that was a big help love you

samanpaydar
Автор

Good work, But What if the equation in the form of D^2y+2Dy+y=5??
Thank you.

mokkapativamsi
Автор

when using dsolve the error ??? Undefined function or method 'dsolve' for input arguments of type 'char'. is coming up can you help?

kmgu
Автор

how to calculate dispersion parameter in matlab D= - lambda /c(double derivative of effective refrective index with rispect to wavelength) for referance, see non linear fiber optics by G.p. agrawal

Paramountclassess
Автор

You did not put the code correctly. Follow the video carefully.

eeprogrammer
Автор

you need the symbolic mathtoolbox for this method to work...extra purchase

MRRAYCLASS