News

Must refer nTDMA.pdf in the repository to get the general form used in the python code. All the variables used in python code are similar to the general form. User must input the data as per the ...
Thomas-Algorithm refer to wiki: https://en.wikipedia.org/wiki/Tridiagonal_matrix_algorithm Here x in A x = d is solved. the meaning of a b c in thomaxsolver.py is the ...