tf and damp, all need the numerical coefficients of the transfer function

조회 수: 2 (최근 30일)
li hu
li hu 2023년 5월 13일
답변: Sam Chak 2023년 5월 21일
But I want the symbolic operation, how can I do ?
  댓글 수: 8
li hu
li hu 2023년 5월 15일
Thanks. If the denominator is a quadratic equation with one unknown, can you obtain the complex-conjugated poles ?
It is trivial for a numerical example.
But, how is it for a symbolic case ?
Walter Roberson
Walter Roberson 2023년 5월 15일
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

댓글을 달려면 로그인하십시오.

답변 (1개)

Sam Chak
Sam Chak 2023년 5월 21일
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.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by