| construct_M | R Documentation |
Construct the initial matrix M (satisfying the form of Matrix (8))
construct_M(n, a11, d1, d2, d12, d21, d22)
n |
Parameter, final order is 4n |
a11 |
Parameters from the lemma, must satisfy d12 + d21 = d22 |
d1 |
Parameters from the lemma, must satisfy d12 + d21 = d22 |
d2 |
Parameters from the lemma, must satisfy d12 + d21 = d22 |
d12 |
Parameters from the lemma, must satisfy d12 + d21 = d22 |
d21 |
Parameters from the lemma, must satisfy d12 + d21 = d22 |
d22 |
Parameters from the lemma, must satisfy d12 + d21 = d22 |
4n x 4n matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.