Mensaje de error

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

list_plot3d()

Español

Dibujar un punto en tres dimensiones con SAGE

[adsense:336x280:9156825571]
Dibujar el punto (1,3,-2) en tres dimensiones con SAGE:
 
Codigo en Sage:
list_plot3d([(1,3,-2)], texture='red')
 

Resultado:

Dibujar el punto (1,3,-2) en tres dimensiones con SAGE:

Español

Páginas

Pin It
Subscribe to RSS - list_plot3d()