Scilab-Branch-5.3-GIT
      
      - Ajuda Scilab
- Scilab
- Scilab palavra-chave
- abort
- add_demo
- argn
- banner
- boolean
- break
- clear
- clearfun
- clearglobal
- comp
- continue
- debug
- delbpt
- dispbpt
- edit
- errcatch
- errclear
- error
- error_table
- exists
- exit
- external
- extraction
- format
- funcprot
- funptr
- getdebuginfo
- getmd5
- getmemory
- getmodules
- getos
- getscilabmode
- getshell
- getvariablesonstack
- getversion
- gstacksize
- ieee
- insertion
- intppty
- inv_coeff
- iserror
- isglobal
- lasterror
- macr2lst
- macr2tree
- matrices
- matrix
- mode
- mtlb_mode
- names
- newfun
- null
- pause
- perl
- poly
- predef
- quit
- rational
- readgateway
- resume
- sciargs
- scilab
- setbpt
- stacksize
- startup
- symbols
- testmatrix
- type
- typename
- user
- varn
- ver
- warning
- what
- where
- whereami
- who
- who_user
- whos
- with_atlas
- with_javasci
- with_macros_source
- with_module
- with_pvm
- with_texmacs
- with_tk
- TMPDIR
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
rational
objeto do Scilab, razão de polinômios
Descrição
Um razão de polinômios r é um quociente entre
    dois polinômios r=num/den. A representação interna de
    uma razão de polinômios é uma lista.
    r=tlist('['r','num','den','dt'],num,den,[]) é o mesmo
    que r=num/den. Uma matriz de razões de polinômios pode
    ser definida pela sintaxe usual, por exemplo:
    [r11,r12;r21,r22] ié uma matriz 2x2 onde
    rij são razões 1x1. Uma matriz de razões de polinômios
    também pode ser definida como acima como uma lista
    tlist(['r','num','den','dt'],num,den,[]) com
    num e den matrizes de
    polinômios.
Exemplos
| << quit | Scilab | readgateway >> |