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

thickness

Español

Dibujar un cuarto de circunferencia con SAGE(2)

[adsense:336x280:9156825571]
Dibujar un cuarto de circunferencia de radio 3 con SAGE:
 
var('t')
L1=parametric_plot((3*cos(t),3*sin(t)),0, pi/2,thickness=2)
L2=parametric_plot((0,t),0, 3,thickness=2)
L3=parametric_plot((t,0),0, 3,thickness=2)
show(L1+L2+L3)
 
Español

Páginas

Pin It
Subscribe to RSS - thickness