16-May-2025 10:54:27 tridiagonal_solver_test(): MATLAB/Octave version 6.4.0 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: 1 5 5 2 1 1 3 2 2 4 4 4 5 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 1 1 1 1 2 4 4 3 3 3 4 5 5 5 2 2 Solution of linear system 2 1 5 5 2 1 1 3 3 3 4 4 4 5 2 2 tridiagonal_solver_test(): Normal end of execution. 16-May-2025 10:54:27