This script solves systems of linear equations with tridiagonal symmetric matrices. Therefore insert your diagonal (a), upper diagonal (u) and RHS (b) vectors in the first few lines of the code and execute it. The equation should look something like this:
Since using Gaussian eliminiation would lead to