- #1
Nijo
- 1
- 0
Hi
I am dealing with a specific problem.
(1 - h^2 * b0* gj+1)* yj+1 + (a1 - h^2 * b1* gj)* yj+1 + (1 - h^2 * b0* gj-1)* yj-1 = h^2* ( bo* (fj+1 + fj-1) + b1*fj)
I want to solve the above method and i need some help. The method is a tridiagonal linear sytem.
Which tridiagonal method should i use to solve it and how.
Thanks in advance
I am dealing with a specific problem.
(1 - h^2 * b0* gj+1)* yj+1 + (a1 - h^2 * b1* gj)* yj+1 + (1 - h^2 * b0* gj-1)* yj-1 = h^2* ( bo* (fj+1 + fj-1) + b1*fj)
I want to solve the above method and i need some help. The method is a tridiagonal linear sytem.
Which tridiagonal method should i use to solve it and how.
Thanks in advance