08-Jan-2022 10:42:52 tridiagonal_solver_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 tridiagonal_solver() solves a tridiagonal linear system. tridiagonal_solver_test1 tridiagonal_solver can solve A*x = b where A is a tridiagonal matrix. Matrix order M = 5 Exact and computed solutions: 1 3 3 2 5 5 3 1 1 4 2 2 5 4 4 tridiagonal_solver_tests tridiagonal_solver can solve 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 2 2 3 3 3 4 4 4 5 5 5 Solution of linear system 2 1 1 1 2 4 4 3 5 5 4 3 3 5 2 2 tridiagonal_solver_test(): Normal end of execution. 08-Jan-2022 10:42:52