Christoffel symbols and geodesics, symbolic model

Uses MATLAB symbolic processor to produce symbols
1,1K download
Aggiornato 28 mar 2014

Visualizza la licenza

This is a MATLAB document to symbolically compute Christoffel symbols and geodesic equations, using a given metric gαβ. Justification for the method is found in various texts on general relativity, and is not duplicated here. By working through Lagrange's equations for the line element of a given metric, such as the wormhole metric,
ds^2 = -dt^2 +dr^2 + (b^2 + r^2) * (dΘ^2 + sin^2 (Θ) dΦ^2)
a general expression for the Christoffel symbols of the metric and its derivatives is obtained. Though this illustrates the use of MATLAB, it is more educational than functional. Nonetheless, Gamma /is/ the MDA of Christoffel symbols for this metric, and the geodesic, however plainly displayed, is complete.
This script contains comments for those coming to MATLAB from other platforms.
I posted a Mathcad version of this on the PTC forum (web search), along with the MATLAB code (by request). My purpose is to make the material available to a wider audience.

Cita come

Ninetrees (2024). Christoffel symbols and geodesics, symbolic model (https://www.mathworks.com/matlabcentral/fileexchange/45901-christoffel-symbols-and-geodesics-symbolic-model), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su General Physics in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.3.0.0

Updated to include Symbolic Math Toolbox

1.2.0.0

Included reference to Mathcad equivalent file.

1.1.0.0

Edited description for display, not for content.

1.0.0.0