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

Resolver una ecuacion de una variable con SAGE

Solapas principales

[adsense:336x280:9156825571]
Resolver una ecuacion de una variable 3+2*x=0 con SAGE
Codigo en Sage:
var('x')
p1=solve([3+2*x==0],x,solution_dict=True)
p2=solve([3+2*x==0],x)
p3=p1[0][x]
show(p2)
show(p1)
show(p3)
 

Resultado:

\left[x = \left(-\frac{3}{2}\right)\right]
\left[\left\{x : -\frac{3}{2}\right\}\right]
-\frac{3}{2}
 
 
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