Compute the jacobian for non-autonomous system

15 ビュー (過去 30 日間)
Kan Pri
Kan Pri 2016 年 12 月 1 日
再開済み: Kan Pri 2016 年 12 月 3 日
Hi, I want to compute the Jacobian matrix for the following system:
x'=x1+x2*e^(-2t);
y'=-x1+x2;
I want to find the jacobian of this problem, without converting to the three dimensional problem.
I tried to compute the Jacobian using following code.
syms x y t
Ja=jacobian([x+y*exp^(-2*t);x+y], [x, y]);
I want to know whether this is the correct way to solve the problem.
Thank you.
  1 件のコメント
Kan Pri
Kan Pri 2016 年 12 月 2 日
x'=x1+x2*e^(-2t);
y'=-x1+x2;

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by