Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

4.3: Ejercicios

( \newcommand{\kernel}{\mathrm{null}\,}\)

Ejercicio4.3.1

Escribir código Python para construir una matriz 3D de tamaño3×3×3 correspondiente al tensor Levi-Civita,

εijk={+1if (i,j,k) is (1,2,3),(2,3,1) or (3,1,2),1if (i,j,k) is (3,2,1),(1,3,2) or (2,1,3),0if i=j or j=k or k=i


Después, usando la función tensordot, verificar la identidadiεijkεimn=δjmδknδjnδkm.


This page titled 4.3: Ejercicios is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Y. D. Chong via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?