Sat Oct 15 10:28:09 2022 tridiagonal_solver_test(): Python version: 3.6.9 tridiagonal_solver() solves a tridiagonal linear system. tridiagonal_solver_test1(): tridiagonal_solver() solves A*x = b where A is a tridiagonal matrix. Matrix order M = 5 Exact and computed solutions: 0 4 4 1 2 2 2 0 -9.57839e-17 3 1 1 4 3 3 tridiagonal_solver_test2() tridiagonal_solver() solves A*x = b where A is a tridiagonal matrix. Solve two linear systems at once. Matrix order M = 5 Number of right hand sides N = 2 Solution of linear system 0 0 2 2 1 5 5 2 1 1 3 4 4 4 3 3 Solution of linear system 1 0 5 5 1 2 2 2 1 1 3 3 3 4 4 4 tridiagonal_solver_test(): Normal end of execution. Sat Oct 15 10:28:09 2022