Good Day!
I'm attempting to tackle the assignment. The algorithm I've written can handle equations with 'n' up to 1000 for a randomly generated matrix, but as the dimension increases, there's a higher chance of encountering a zero denominator. I believe normalization becomes essential in such scenarios. I'm curious about the maximum dimension we should consider for the matrix. [For a matrix with 1000 rows takes around 370ms to solve the equation sequentially]
Please let me know if I am in the right spot.
Kind Regards,
Ehsan