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

Representar las curvas isoclinas y el campo de vectores de una ecuacion diferencial de primer orden con SAGE

Solapas principales

[adsense:336x280:9156825571]

Dada la ecuacion diferencial de primer orden

y'=(1-x)\cdot(1-y)
 
 
El programa en Sage para dibujar o representar el campo de vectores y las curvas isoclinas de la ecuacion diferencial:
p1=plot_slope_field((1-x)*(1-y),(x,-5,5),(y,-5,5));

p2=contour_plot((1-x)*(1-y), (x, -5, 5), (y, -5, 5), fill=False,contours=[-4,-2,-3,-1,0,1,2,3,4]);

show(p1+p2,aspect_ratio=1)

Curvas isoclinas y campo de vectores de una ecuacion diferencial de primer orden con SAGE

 

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