| generate_A11 | R Documentation |
Generate the 2n x 2n A11 matrix (arithmetic progression form)
generate_A11(n, a11, d1, d2)
n |
Parameter, final order is 4n |
a11 |
Upper-left corner starting value |
d1 |
Column direction common difference (horizontal increment) |
d2 |
Row direction common difference (vertical increment) |
2n x 2n matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.