This commit is contained in:
Aidan Sharpe
2025-05-05 11:50:11 -04:00
40 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import numpy as np
import scipy as sp
import matplotlib.pyplot as plt
def main():
if __name__ == "__main__":
main()