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

Dibujar un campo vectorial en 3D a traves de un cilindro con SAGE

Solapas principales

[adsense:336x280:9156825571]

Dibujar un campo vectorial a traves de un cilindro en 3D con SAGE

Campo vectoria en 3D a traves de un cilindro con SAGE.
 
var ('r ph z')
S=Cylindrical('radius', ['azimuth', 'height'])
S.transform(r, 0, z)
p1=plot_vector_field3d(S.transform(r, 0, z), (r,-4,4), (ph,0,2*pi), (z,0,4))
p2=cylindrical_plot3d(2,(ph,0,2*pi),(z,0,4), opacity=0.2)
 
show(p1+p2)
 
 
 
 
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