Mensaje de error

  • Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
  • Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters en drupal_get_feeds() (línea 394 de /home1/montes/public_html/drupal/includes/common.inc).

criterio de Routh

Español

Estabilidad absoluta

Ejercicion 4 (Estabilidad, Criterio de Routh)

Problema 4 (Lugar de las raices)

Ejemplo 5.13 pag 278, Ogata

[adsense:336x280:9156825571]

Vamos a calcular Routh mediante Scilab del siguiente polinomio:

Polinomio

Programa en Scilab:

h=poly([5 4 3 2 1],'s','coeff');

r=routh_t(h);

r




-->r
 r  =
 
    1.    3.    5.  
    2.    4.    0.  
    1.    5.    0.  
  - 6.    0.    0.  
    5.    0.    0.
Español

Páginas

Pin It
Subscribe to RSS - criterio de Routh