{"library":"passagemath-libbraiding","title":"passagemath-libbraiding","description":"passagemath-libbraiding provides Python bindings to libbraiding for braid group computations (word reductions, conjugacy tests, etc.). It is part of the passagemath ecosystem. Current version: 10.8.4. Release cadence: follows passagemath releases, typically a few per year.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install passagemath-libbraiding"],"cli":null},"imports":["from passagemath.braid import BraidGroup","from passagemath.braid import Braid"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from passagemath.braid import BraidGroup\nB = BraidGroup(4)\nbraid = B([1, -2, 3])\nprint(braid)\nprint(braid.is_conjugate(B([2, -1, 3])))","lang":"python","description":"Create a braid group on 4 strands, make a braid, and check conjugacy.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}