Scilab 5.3.3
Please note that the recommended version of Scilab is 6.0.2. This page might be outdated.
See the recommended documentation of this function
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
See Also
- denom — denominator
Comments
Add a comment:
Please login to comment this page.