How do I make polynomial solutions evolve over time?

2 ビュー (過去 30 日間)
Aisha Mohamed
Aisha Mohamed 2021 年 7 月 15 日
I have periodic system of zeros for 4th degree polynomial, and I use this relation to make all zeros evolve over timE
$ |f(t)> = exp(i t H)|f(0)> $ where H is:
\begin{align}
%\[
H=
\begin{bmatrix}
1& -1i& 0 & 0 & 0\\
1i & 1 & 0 & 0 & 0 \\
0 & 0 & 2.5 & 0 & 0 \\
0 & 0 & 0 & 2.5 & 0\\
0 & 0 & 0 & 0 & 2.5
\end{bmatrix}
%\]
\end{align}
and f0 = [0.2 + 0.0010i;0.1 + 0.0010i; 0.1 + 0.0020i;-0.3 + 0.001i;0.6 - 0.7i]; and t= 0:0.01:4*pi and I want to show the paths of zeros of this polynomial :
p=[0.2 + 0.0010i 0.2000 + 0.0020i 0.2449 + 0.0049i -0.6000 + 0.0020i 0.6 - 0.7i]; .
I used matlab to show this paths of all zeros of p but when t increases I got this figure where 3 zeros do not move and 1 zero move
How can me solve this problem please? I will appreciate any help?

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by