06-Jul-2023 08:20:31 tridiagonal_solver_test(): MATLAB/Octave version 5.2.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 3 3 2 2 2 3 4 4 4 1 1 5 5 5 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 2 2 2 1 1 3 3 3 4 5 5 5 4 4 Solution of linear system 2 1 2 2 2 4 4 3 5 5 4 3 3 5 1 1 tridiagonal_solver_test(): Normal end of execution. 06-Jul-2023 08:20:31