-
- Method 1: using 'machar' function in NA library
- Method 2: calculating eps by finding the largest positive integer n that satisfies 1 + 2^(-n) != 1
-
To compare them,
-
Bessel Function
-
y = e^(-x)*cos(x)
were used.
-
-
- Gauss-Jordan Elimination
- LU Decomposition
- Singular Value Decomposition
- Iterative Approach
-
Generating psuedo-random numbers using the modular of a prime number, approximate the uniform distribution or some meaningful distribution(normal).
-
Using vectorization of numpy, it works much faster.
-
Implemented the General Linear Least Square