Description Usage Arguments Value Examples
Construct the solution of linear equation (-Q-zI)w=v.
1 | tri.sol(Q, z, v)
|
Q |
The given tridiagonal matrix. |
z |
The Rayleigh shift. |
v |
The column vector on the right hand of equation. |
A solution sequence w to the equation (-Q-zI)w=v.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.