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.6 Ejemplo: Page 3 of 3

Solapas principales

[adsense:336x280:9156825571]
Comprobamos el desarrollo de la ecuacion diferencial para calcular la solucion particular con Sagemath:
sage: var('B0 B1')
sage: f=x*e^(2*x)*(B0*x+B1)
sage: f2=diff(f,x,2)
sage: f1=diff(f,x)
sage: r=f2-f1-2*f
sage: expand(r)

Resultado con Sagemath
6*B0*x*e^(2*x) + 2*B0*e^(2*x) + 3*B1*e^(2*x)
			
 
B_0=1
 
2\cdot B_0+ 3\cdot B_1=-1
 
2\cdot 1+ 3\cdot B_1=-1
 
B_1=-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