|   | 1 |  initial version  | 
You can conjugate the braid so there are no unused strands anynore. In order to prevent the simplification, you can use two expressions of the same braid.
In your example:
cb1 = B([1,2,1]) cb2 = B([-2,-1,-2])
mybraid = B([1])
myconjbraid = cb1mybraidcb2
myconjbraid produces the same link as mybraid, but since it has no unused strands, it will contain also the trivial components.
 Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
 
                
                Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.