Solve a Tridiagonal System of Equations
This function solves the equation a %*% x = b
for x
,
where a
is tridiagonal and b
can be either a vector or a
matrix.
## S3 method for class 'tridiag' solve(a, b, ...)
a |
a |
b |
a vector or matrix giving the right-hand side(s) of the
linear system. If missing, |
... |
ignored |
Uses the LINPACK dgtsv
routine.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.