필터 지우기
필터 지우기

One ode, two differential equations

조회 수: 2 (최근 30일)
Raed AL Hassanieh
Raed AL Hassanieh 2020년 1월 31일
댓글: Raed AL Hassanieh 2020년 2월 1일
I have 2 differential equation that i want to solve in the same ode. I only have the initial value of the first equation and the answer of it will be the initial value of the second differential equation.
Is it possible and how ?
  댓글 수: 6
Raed AL Hassanieh
Raed AL Hassanieh 2020년 2월 1일
This is an image about the system that I am tring to make
Raed AL Hassanieh
Raed AL Hassanieh 2020년 2월 1일
In addition I need to take the last value of y1 and not all the array as initial value.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ioannis Andreou
Ioannis Andreou 2020년 2월 1일
As far as I can tell from your code, the righthanded side of your differential equations is the same. Meaning you have the system
. Thus you can simply only solve y1, the solution of y2 is then y2(t) = y1(t-t1).
  댓글 수: 1
Raed AL Hassanieh
Raed AL Hassanieh 2020년 2월 1일
In the system i'm working on, I entered a Gaussian pulse to a medium that amplifies it from the other side. In this process there will be factors that I should calculate like scattering ...
In order to do that I need to solve the above two equations that you have mantioned in one ode.
Is that possible and how ?!
Thank you in advance for your help :)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by