linkingMatrix {braids} | R Documentation |
Linking numbers between all pairs of strands of a braid.
linkingMatrix(braid)
braid |
a |
A matrix.
strandLinking
to get the linking number between
two strands of the braid.
braid <- mkBraid(4, c(2, -3, 3))
linkingMatrix(braid)