Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 years ago

klaaa gravatar image

Finding generalised braid relations for finite Coxeter groups with Sage

Let S=x1,...,xn be a finite set and A=(axs,xt) a symmetric matrix, called Coxeter matrix, with axs,xs=1 and axs,xt2,3,..., for xsxt. To A one associates the graph RA with vertices the elements of S and there is a unique edge between xs and xt whenever axs,xt3. The edge is between xs and xt is labeled by axs,xt whenever axs,xt4.

To such a coxeter matrix A (or equivalently the graph) we associate the generalized braid group that is defined as the group with generators x1,...,xn and relations of the form xsxtxs....=xtxsxt.... where there appear axs,xt factors.

Question: Given a Coxeter matrix (or equivalently graph) of Dynkin type. How can I obtain the relations of the braid group with Sage? I think there should be existing function to do this but I was not able to do it.

For example for the Dynkin type A3 the output should look as follows:

$[x1x3-x3x1,x1x2x1-x2x1x2,x2x3x2-x3x2x3]$.

Thank you for any help

Finding generalised braid relations for finite Coxeter groups with Sage

Let S=x1,...,xn be a finite set and A=(axs,xt) a symmetric matrix, called Coxeter matrix, with axs,xs=1 and axs,xt2,3,..., for xsxt. To A one associates the graph RA with vertices the elements of S and there is a unique edge between xs and xt whenever axs,xt3. The edge is between xs and xt is labeled by axs,xt whenever axs,xt4.

To such a coxeter matrix A (or equivalently the graph) we associate the generalized braid group that is defined as the group with generators x1,...,xn and relations of the form xsxtxs....=xtxsxt.... where there appear axs,xt factors.

Question: Given a Coxeter matrix (or equivalently graph) of Dynkin type. How can I obtain the relations of the braid group with Sage? I think there should be existing function to do this but I was not able to do it.

For example for the Dynkin type A3 the output should look as follows:

$[x1[x1x3-x3x1,x1x2x1-x2x1x2,x2x3x2-x3x2x3]$.x3].

(note that the output should be really in this form (so that the variables are called xi and there is a * inbetween) to make it readable for another program)

Thank you for any help

Finding generalised braid relations for finite Coxeter groups with Sage

Let S=x1,...,xn be a finite set and A=(axs,xt) a symmetric matrix, called Coxeter matrix, with axs,xs=1 and axs,xt2,3,..., for xsxt. To A one associates the graph RA with vertices the elements of S and there is a unique edge between xs and xt whenever axs,xt3. The edge is between xs and xt is labeled by axs,xt whenever axs,xt4.

To such a coxeter matrix A (or equivalently the graph) we associate the generalized braid group that is defined as the group with generators x1,...,xn and relations of the form xsxtxs....=xtxsxt.... where there appear axs,xt factors.

Question: Given a Coxeter matrix (or equivalently graph) of Dynkin type. How can I obtain the relations of the braid group with Sage? I think there should be existing function to do this but I was not able to do it.

For example for the Dynkin type A3 the output should look as follows:

[x1x3-x3x1,x1x2x1-x2x1x2,x2x3x2-x3x2x3].

[x1*x3-x3*x1,x1*x2*x1-x2*x1*x2,x2*x3*x2-x3*x2*x3].

(note that the output should be really in this form (so that the variables are called xi and there is a * inbetween) to make it readable for another program)

Thank you for any help

Finding generalised braid relations for finite Coxeter groups with Sage

Let S=x1,...,xn be a finite set and A=(axs,xt) a symmetric matrix, called Coxeter matrix, with axs,xs=1 and axs,xt2,3,..., for xsxt. To A one associates the graph RA with vertices the elements of S and there is a unique edge between xs and xt whenever axs,xt3. The edge is between xs and xt is labeled by axs,xt whenever axs,xt4.

To such a coxeter matrix A (or equivalently the graph) we associate the generalized braid group that is defined as the group with generators x1,...,xn and relations of the form xsxtxs....=xtxsxt.... where there appear axs,xt factors.

Question: Given a Coxeter matrix (or equivalently graph) graph of Dynkin type. How can I obtain the relations of the braid group with Sage? I think there should be existing function to do this but I was not able to do it.

For example for the Dynkin type A3 the output should look as follows:

[x1*x3-x3*x1,x1*x2*x1-x2*x1*x2,x2*x3*x2-x3*x2*x3].

(note that the output should be really in this form (so that the variables are called xi and there is a * inbetween) to make it readable for another program)

Thank you for any help