We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c5df commit 18c6b9eCopy full SHA for 18c6b9e
2017-05-29-CRM/coxeter-posets-demo.ipynb
@@ -30,7 +30,7 @@
30
},
31
"outputs": [],
32
"source": [
33
- "W=CoxeterGroup([\"B\",3])"
+ "W = CoxeterGroup([\"B\",3])"
34
]
35
36
{
@@ -95,7 +95,7 @@
95
96
97
98
- "W=CoxeterGroup([\"B\",4])"
+ "W = CoxeterGroup([\"B\",4])"
99
100
101
@@ -108,7 +108,7 @@
108
109
110
111
- "c=W.coxeter_element()"
+ "c = W.coxeter_element()"
112
113
114
@@ -247,7 +247,7 @@
247
248
249
250
- "L=W.weak_lattice()"
+ "L = W.weak_lattice()"
251
252
253
@@ -268,7 +268,7 @@
268
}
269
],
270
271
- "print L.category()"
+ "print(L.category())"
272
273
274
0 commit comments