I am working on solving a system of linear equations with multiple variables. The system is of the form Ax=b, where the matrix A is extremely ill-conditioned. I have been struggling to find a stable solution for this problem. I have tried several numerical approaches, including genetic algorithms and other optimization methods, but I have not been successful in obtaining a reliable solution.
Here are some additional details about the problem:
1. The system is ill-conditioned, leading to significant numerical instability.
2. I know the boundaries of the solution space for x.
3. I also have the real solution for x that can be used for comparison.
I have been working on this problem for 4 months and would greatly appreciate any advice or suggestions on possible methods I could use to solve this problem. Below is the code I have been working on:
import numpy as np
Example of a linear system Ax = b
in attached file
Any suggestions on how to handle such an ill-conditioned matrix and the wide range of coefficients would be appreciated.
[1]: https://ieeexplore.ieee.org/document/566816