This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # %% | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| import math | |
| # Reproducibility | |
| rng = np.random.default_rng(0) | |
| MU_0 = 5 | |
| BETA = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This is an executable C program that tries to capture major Hinduism deities in | |
| * less than 100 lines of code. I tried to make the code as artistic as possible while | |
| * maintaining C compilability. Please contact anish.lakkapragada@gmail.com for any | |
| * corrections or grievances. | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> |