Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
numer
numerator
Calling Sequence
num=numer(R)
Arguments
- R
rational or polynomial or constant matrix.
- num
polynomial matrix
Description
Utility fonction. num=numer(R)
returns the numerator num
of a rational
function matrix R
(R
may be also a constant or polynomial matrix).
numer(R)
is equivalent to R(2)
, R('num')
or R.num
Examples
See Also
- denom — denominator
Report an issue | ||
<< ldiv | Polynomials | pdiv >> |