property + dynamic response of coupled differential equations
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
Here is the typical model I am interested in:
1. given a set of constants
a,b,c,d , if needed consider say (1,-1,1,1)
and initial conditions
xi, yi (idem, (1,1))
2. the system of ordinary differential equations
dx/dt=ax+by
dy/dt=cx+dy
and thus the Jacobian matrix for the problem
[a b,c d]
I would be interested
1. to know the properties of this coupled system. For example, what is the response
time of x and y to perturbations in any of the 4 parameters of the system (or combination
of them along eigenvectors or not), the relaxation time to steady-state of the bulk system?
2. How can I plot with MathLab the dynamic response to any kind of time-dependent
perturbations in one of the parameter (basic step function, sinusoidal forms etc)?
Note that I have found some reference to ''state space models'' in Mathlab help, but I
am not sure if that applies to this problem and how to implement it.
Thank you for your help.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!