certik / theoretical-physics

Source code of the Theoretical Physics Reference online book
https://theoretical-physics.com
MIT License
220 stars 48 forks source link

Clarify the difference between arrays and tensors #101

Open certik opened 1 year ago

certik commented 4 months ago

TODO: write simple Python code that takes tensor expressions using the fundamental operations (Product, Transpose, Contract, etc.) and expresses the tensor equations from:

https://www.theoretical-physics.com/dev/relativity/fields.html#equations-of-motion

And print them back as indices, correctly.