simp
rational simplification
Syntax
[N1,D1] = simp(N,D) H1 = simp(H)
Arguments
- N, D
real polynomials or real matrix polynomials
- H
rational matrix (i.e matrix with entries
n/d
,n
andd
real polynomials)
Description
[n1,d1]=simp(n,d)
calculates two polynomials n1
and d1
such that n1/d1 = n/d
.
If N
and D
are polynomial matrices the calculation
is performed element-wise.
H1=simp(H)
is also valid (each entry of H
is
simplified in H1
).
|
Examples
See also
- simp_mode — toggle rational simplification
- clean — очищает матрицы (округление малых значений до нуля)
- roots — roots of a polynomial
- trfmod — отображение полюсов и нулей
- poly — Определение полинома через указанные корни или коэффициенты или определение характеристического полинома квадратной матрицы.
Report an issue | ||
<< sfact | Polynomials | simp_mode >> |