dorr | R Documentation |
Returns a n
-by-n
row diagonally dominant,
tridiagonal matrix that is ill-conditioned for small nonnegative values
of theta
. The default value of theta
is 0.01.
dorr(n, theta = 0.01)
n |
order of matrix |
theta |
determines conditionality. Ill-conditioned when theta is nonnegative. |
Dorr matrix of class 'dgcMatrix'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.