Error in Back Substitution Function For Gaussian Elimination of a matrix
I’m trying to build a program to perform Gaussian Elimination on an matrix, I was able to create a function to convert the matrix into row echelon form. But my Back Substitution program has an error which I tried to solve in many ways but couldn’t.
Error in Back Substitution Function For Gaussian Elimination of a matrix (Python)
I’m trying to build a program to perform Gaussian Elimination on an matrix, I was able to create a function to convert the matrix into row echelon form. But my Back Substitution program has an error which I tried to solve in many ways but couldn’t.