general-relativity

Study Notes on General Relativity

LaTeX Badge Ubuntu Font Badge Apache License Badge

Physics is, as I view it, a quantified version of Philosophy on how world actually works. It’s pushing the limits of human knowledge to futuristic inquiries such as

Astrophysics, thus, is my favorite branch of Physics and those who masters General Relativity or Physics in general has their best advantage to learn and analyze Business or Technical problems in a systematic, logical, and correct way as well

I, hereby, present my ongoing effort of Study Notes on General Theory of Relativity, the “Math” behind our universe


What I Stumbled Upon During Studying General Relativity

How to Compile Study Notes

Setup

  1. Install Tex Live (version ≥ 2021)
  2. Download and install Ubuntu Font. For instructions on how to install a new System font please refer to the following links:

  3. Make sure GNU Make is installed with

    make --version
    

    which, when installed, outputs something like this

    GNU Make 3.81
    Copyright (C) 2006  Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    
    This program built for i386-apple-darwin11.3.0
    

    make should be installed in almost every Linux distribution and Mac user can install via brew install make

Getting Study Notes Source Code

git clone https://github.com/QubitPi/general-relativity.git
cd general-relativity

Compiling Notes

[!NOTE] Please be patient as the compilation takes some time

make

You now have my love of Physics located at ./study-notes.pdf

Resources on General Relativity

Black Holes

Gravitational Wave

  1. How are gravitational waves created and measured?
  2. How can a gravitational-wave signal be used to measure the mass and distance of its source?
  3. Gravitational Wave Fitter mentioned in the 2 videos above (Source Code)
  4. Gravitational Wave Quickview App
  5. Discover, read, and plot gravitational wave data

Python Libraries

License

The use and distribution terms for this book are covered by the Apache License, Version 2.0.