Question: I want a python code. Using any programming language of your choice, write a function that solves Tridigonal Systems, i.e., we need find the vector

I want a python code.
Using any programming language of your choice, write a function that solves Tridigonal Systems, i.e., we need find the vector x that solves Ax = b Where A is a tridiagonal matrix. Next, use your code to solve following cases: 0 0 [1 -8 0 2 -2 -7 a) A= 0 7 3 LO 0 8 (1 2 3 b = -6 -7 12 -8 0 0 2 -6 -1 0 b) A-]0 3 9 -1 0 0 10 -7 LO 0 5 07 0 0], b =11 3 2 [2-8 2 -6 c) A= 0 3 LO 0 0 -1 9 0 0 0 -1 5 0] 0 0 2] br - 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
