Description Usage Arguments Details Value Author(s) Examples
Solves tri-diagonal matrix equations.
1 |
a |
Lower diagonal term [Z], Note: a[,0] is zero |
b |
Center diagonal term [Z] |
c |
Upper diagonal term [Z], Note: c[.Z-1] is zero |
d |
Right-hand side (on input) / solution (on output) [Z] |
Solves matrix with Thomas algorithm, Z discretizations with depth.
Solution vector result. In case of heat conduction this is the temperature for the new time step.
Stephan Gruber <stephan.gruber@carleton.ca>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.