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).

Cuestion 1 EDiferenciales 1109S2: Page 6 of 6

Solapas principales

[adsense:336x280:9156825571]

Vamos a resolver la ecuacion diferenical con Sagemath:

Sage: var('x A')
Sage: z=function('z',x)
Sage: f1(x)=+x^3*diff(z,x)-x^2*z-4*A*x*x*z+2*x+diff(z,x)
Sage: f2=desolve(f1(x)==0,z,ivar=x,contrib_ode=True)
Sage: f3=A*x+1/f2
Sage: f3

Resultado de Sagemath
A*x + e^(-1/3*(4*A + 1)*log(x^2 - x + 1) - 1/3*(4*A + 1)*log(x + 1))/(c
- 2*integrate(x*e^(-1/3*(4*A + 1)*log(x^2 - x + 1) - 1/3*(4*A + 1)*log(x
+ 1))/(x^3 + 1), x))
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