How to replace the variable s with the complex variable jw?
Mostra commenti meno recenti
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 Commenti
Dyuman Joshi
il 24 Ago 2023
Spostato: Dyuman Joshi
il 30 Ago 2023
Assuming you are working with symbolic variables, use symbolic substitution - subs
mir
il 25 Ago 2023
Spostato: Dyuman Joshi
il 30 Ago 2023
Dyuman Joshi
il 25 Ago 2023
Spostato: Dyuman Joshi
il 30 Ago 2023
"... 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 = subs(z,x,y)
out = solve(z)
@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
il 31 Ago 2023
mir
il 31 Ago 2023
Risposte (0)
Categorie
Scopri di più su Number Theory in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

