MLI Home
→
Mathematics
→
A Component of a Riemann Tensor
A Component of a Riemann Tensor
Calculation: long. Result: messy!
While studying general relativity, I learned about the Riemann curvature tensor Rijkl, which is defined in terms of Christoffel symbols
and their partial derivatives . The Christoffel symbols in turn are defined in terms of partial derivatives of the metric tensor g . This raised an obvious question: what does the Riemann tensor look like when the Christoffel symbols are expanded—in other words, when the Riemann tensor is defined directly in terms of the metric tensor? The result was sure to be large and messy, but could be enlightening.
How could I resist a challenge like that?
Since I don’t have access to symbolic math software, I wrote a Perl script to crank through the expansions. Here’s the result for the component Rjiik in a 4-space with coördinates i, j, k, l. I’ll let you judge whether it was worth the effort.
Lessons (re)learned
This exercise reinforced a few things I already knew:
- XML isn’t meant to be written or manipulated by humans.
- XML isn’t meant for data storage.
- LaTeX is much easier to write than MathML, and is much more compact (in this case, 400%).
- No one writes components of the Riemann tensor in terms of the metric tensor because it’s a bloody mess and not particularly enlightening.
- I need to study more differential geometry.
Last updated 1 May 2006
http://www.rdrop.com/~half/math/riemann.xhtml
All contents released into the public domain by Mark L. Irons
MLI Home
→
Mathematics
→
A Component of a Riemann Tensor