Description Usage Arguments Details Value
View source: R/thomas_algorithm.R
Thomas algorithm for solving tridiagonal systems fast without inverting any matrices.
1 | thomas_algorithm(alpha, beta, delta, b.vec)
|
alpha |
lower diagonal |
beta |
diagonal |
delta |
upper diagonal |
b.vec |
the auxillary vectory in "Ax=b" |
The algorithm is fairly well known, i.e. on wikipedia and not complicated to implement. The tridiagonal system allows one to use back-substitution.
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.