필터 지우기
필터 지우기

solving first order ode with initial value problem and root finding

조회 수: 2 (최근 30일)
Jamal
Jamal 2013년 12월 14일
편집: Jamal 2013년 12월 14일
I'm trying to solve this problem:
b=a*(1/(a^2*k^2))^0.5; which b is function of a,k
F=(b^6-a^6)*sin(a)*sinh(b)+2*a^3*b^3*cos(a)*cosh(b)-2*a^3*b^3;' which if F is function of b,a
i'm trying to solve this first ordinary equation da/dk=(-diff(f,b)*diff(b,k))/(diff(F,a)+diff(F,b)*diff(b,a) intial value a(0)=1.8
how can write this problem with matlab?
I’m trying to solve this first order ode problem with initial value problem. I want to plot “a” versus “k”. I want to use initial value problem and root finding method to solve this first order ode. I attached pdf file. I explain in this pdf file.
thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by