linkingMatrix: Linking matrix

View source: R/braids.R

linkingMatrixR Documentation

Linking matrix

Description

Linking numbers between all pairs of strands of a braid.

Usage

linkingMatrix(braid)

Arguments

braid

a braid object

Value

A matrix.

See Also

strandLinking to get the linking number between two strands of the braid.

Examples

braid <- mkBraid(4, c(2, -3, 3))
linkingMatrix(braid)

braids documentation built on May 29, 2024, 11:56 a.m.