Metadata-Version: 2.4
Name: numerical-methods-collection
Version: 1.0.0
Summary: A complete collection of numerical methods: Gaussian elimination, Cramer's rule, Jacobi, least squares, Simpson, power method, RK4 for BVPs, and more
Author-email: Your Name <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/numerical-methods-collection
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
