Wed May 21 20:34:30 2025 tridiagonal_solver_test(): python version: 3.10.12 numpy version: 1.26.4 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 2 2 1 0 1.21115e-16 2 1 1 3 4 4 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 3 3 1 4 4 2 5 5 3 2 2 4 1 1 Solution of linear system 1 0 3 3 1 4 4 2 2 2 3 5 5 4 1 1 tridiagonal_solver_test(): Normal end of execution. Wed May 21 20:34:30 2025