Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Справка Scilab >> Polynomials > numer

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

h=(1+2*%s)/poly(1:4,'s','c');
denom(h)
numer(h)

s=poly(0,"s");
p=1+s+2*s^2;
denom(p) // Should return 1
numer(p)

See Also

Report an issue
<< ldiv Polynomials pdiv >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:27:17 CEST 2015