Scilab 6.0.2
Справка Scilab >> Polynomials > numer
numer
numerator (obsolete)
Syntax
num=numer(R)
Arguments
- R
rational or polynomial or constant matrix.
- num
polynomial matrix
Description
![]() | This function is obsolete and will be removed from Scilab 6.1.0. Please use the
.num rational attribute instead. |
Utility function. 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 (obsolete)
History
Версия | Описание |
6.0.1 | numer() is declared obsolete. The rational attribute
.num must be used instead. |
Comments
Add a comment:
Please login to comment this page.