Description Usage Arguments Value Examples
Generate tridiagonal matrix Q based on three input vectors.
1 | tridiag(upper, lower, main)
|
upper |
The upper diagonal vector. |
lower |
The lower diagonal vector. |
main |
The main diagonal vector. |
A tridiagonal matrix is returned.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.