nimesh00 / Einstein-Field-Equations-Generator

This python script can solve einstein field equations for different spacetime metrics and then prints te final result in LATEX format to a PDF file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Einstein-Field-Equations-Generator

This python script can solve einstein field equations for different spacetime metrics and then prints te final result in LATEX format to a PDF file

Dependencies

  • Python-3.X
  • Sympy (Python Package)
  • Numpy (Python Package)
  • pdflatex (Tool for converting tex files to PDF)

Installation Procedures

  • Sympy
sudo -H pip3 install sympy

or

sudo apt install python3-sympy
  • Numpy
sudo -H pip3 install numpy

or

sudo apt install python3-numpy
  • pdflatex
sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra

How to use the script

TO BE UPDATED

About

This python script can solve einstein field equations for different spacetime metrics and then prints te final result in LATEX format to a PDF file


Languages

Language:Python 74.8%Language:TeX 25.2%