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

Apartada 1) del Ejercicio 1 Campos y Ondas 1309S2 (Potencial magnetico): Page 2 of 2

Solapas principales

[adsense:336x280:9156825571]
     =-( 6\cdot x\cdot z-4\cdot x^2\cdot y+3\cdot x\cdot z^2)\cdot \overline{a}_x+
     +( 6\cdot y\cdot z-4\cdot x\cdot y^2+y)\cdot \overline{a}_y+
      +(y^2- z^3-2\cdot x^2-z)\cdot \overline{a}_z
      
Vamos a comprobar con Sagemath el campo magnetico obtenido:
 
		
var('x y z')
def rotacional(F):
    assert(len(F) == 3)
    return vector([diff(F[2],y)-diff(F[1],z), diff(F[0],z)-diff(F[2],x), diff(F[1],x)-diff(F[0],y)]) 
F1=vector([(2*x^2* y+y*z),( x* y^2-x* z^3),-( 6* x* y* z-2* x^2* y^2)])
Resultado
\left(4 \, x^{2} y + 3 \, x z^{2} - 6 \, x z,\,-4 \, x y^{2} + 6 \, y z + y,\,-z^{3} - 2 \, x^{2} + y^{2} - z\right)  
 

 

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