How to replace the variable s with the complex variable jw?

Hi everyone,
i'll explain my problem.
I have a polynomial P(s) and I would like to replace s with the complex variable jw in such a way as to solve the polynomial P(jw)=0 in the variable w.
possible solutions?

6 件のコメント

Dyuman Joshi
Dyuman Joshi 2023 年 8 月 24 日
移動済み: Dyuman Joshi 2023 年 8 月 30 日
Assuming you are working with symbolic variables, use symbolic substitution - subs
mir
mir 2023 年 8 月 25 日
移動済み: Dyuman Joshi 2023 年 8 月 30 日
yes, but if i use subs to replace jw to s i can't solve the polynomial in the variable w.
Dyuman Joshi
Dyuman Joshi 2023 年 8 月 25 日
移動済み: Dyuman Joshi 2023 年 8 月 30 日
"... can't solve the polynomial in the variable w."
What makes you think so?
syms x y z
z = x^2-3*x+2
z = 
z = subs(z,x,y)
z = 
out = solve(z)
out = 
@mir It would be better if you attach/copy-paste your code here and specify what is it that you are trying to do.
mir
mir 2023 年 8 月 31 日
Sam Chak
Sam Chak 2023 年 8 月 31 日
@mir, are you trying to solve this ?
mir
mir 2023 年 8 月 31 日
@Sam Chak yes, i solved

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

回答 (0 件)

カテゴリ

タグ

質問済み:

mir
2023 年 8 月 24 日

コメント済み:

mir
2023 年 8 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by