tf and damp, all need the numerical coefficients of the transfer function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
But I want the symbolic operation, how can I do ?
8 Kommentare
Walter Roberson
am 15 Mai 2023
poles = solve(D, 'maxdegree', 4);
Typically this will create a quite long output. The exact symbolic solutions for the roots of degree 4 are complicated. When any of the coefficients are symbolic variables then there is little hope that you will get nice outputs. If all of the coefficients are numbers then from time to time you will get nice numeric solutions... but pretty much only for the case that someone deliberately created an easy form
Antworten (1)
Sam Chak
am 21 Mai 2023
Hi @li hu
Finding the poles (roots of the denominator) is like solving polynomial equations.
However, if it is 5th-degree and higher polynomial, then it cannot be solved algebraically in terms of a finite number of additions, subtractions, multiplications, divisions, and root extractions.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
