Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 19:05:18 tridiagonal_solver_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 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 5 5 3 1 1 4 2 2 5 4 4 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 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. 13-May-2025 19:05:18