Description Usage Arguments Value See Also Examples
Compute the distance transitive matrix for a survey in which k objects are selected from a group of m
1 | Amaker(m, k)
|
m |
the number of objects |
k |
the number of objects selected |
...
Tmaker
, Emaker
, Mmaker
, Pmaker
, Smaker
1 | Amaker(4, 2)
|
Loading required package: mpoly
Set Macaulay2 path with setM2Path().
Set Bertini path with setBertiniPath().
Set LattE-integrale path with setLattePath().
Set 4ti2 path with setMarkovPath().
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 0 1 1 1 1 0
[2,] 1 0 1 1 0 1
[3,] 1 1 0 0 1 1
[4,] 1 1 0 0 1 1
[5,] 1 0 1 1 0 1
[6,] 0 1 1 1 1 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.