Routh's array in symbolic way

버전 2.0.0.0 (32.7 KB) 작성자: Carlos M. Velez S.
Routh's array of symbolic polynomials.
다운로드 수: 3.5K
업데이트 날짜: 2024/12/12

라이선스 보기

[M,L,sol] = routh_hurwitz(P,par)
This function gives the Routh's array from a numerical or symbolic polynomial and includes two special cases: (1) the first element of the row is zero; (b) a row of zeros.
P - Numerical or symbolic array of coeficients. In the case of symbolic variables it is necesarry to define them as: syms a b c ...
par - Parameter in relation to which stability is determined (optional)
M - Routh's array without any simplification (e.g., with epsilon notation)
L - First column of Routh's array with simplification (e.g., using the limit when epsilon tends to zero)
sol - Stability condition

인용 양식

Carlos M. Velez S. (2025). Routh's array in symbolic way (https://kr.mathworks.com/matlabcentral/fileexchange/33926-routh-s-array-in-symbolic-way), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Stability Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0.0

In the case of parameters in the polynomial, inequalities are calculated.

1.41.0.0

The function "limit" is used instead of "subs" function

1.4.0.0

It was fixed the problem when the last elements of a polynomial are zeros.

1.1.0.0

The input argument N was included

1.0.0.0