Mensaje de error

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls en book_prev() (línea 775 de /home1/montes/public_html/drupal/modules/book/book.module).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.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).

4.2 Ejemplo

Solapas principales

[adsense:336x280:9156825571]
Aclaraciones en el ejemplo 4.2
 
Para calcular las raices de $x^5-x^3-2*x^2+2*x=0$
 
x^5-x^3-2\cdot x^2+2\cdot x=
=x\cdot (x^4-x^2-2\cdot x+2)=0
 
Tiene una raiz en 0.
 
Utilizamos el metodo de Ruffini para averiguar las otras raices.
 
Puede tener raices en 1, -1, 2, -2
 
f(x)=x^4-x^2-2\cdot x+2
 
 
f(1)=1-1-2+2=0
 
Tiene una raiz en 1
 
f'(x)=4\cdot x^3-2\cdot x-2
 
f'(1)=4-2-2=0
 
Tiene dos raices en 1
 
 
Español

Añadir nuevo comentario

Plain text

  • No se permiten etiquetas HTML.
  • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
  • Saltos automáticos de líneas y de párrafos.
Pin It