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 32a3a48 commit bbfc528Copy full SHA for bbfc528
Project.toml
@@ -13,6 +13,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
13
14
[compat]
15
julia = "1.8"
16
+Combinatorics = "1"
17
+Crayons = "4"
18
+DynamicPolynomials = "0.5 - 0.6"
19
+LinearAlgebraX = "0.2"
20
+
21
22
[extras]
23
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
README.md
@@ -26,7 +26,7 @@ a = MatrixGroupAction(SO3, [vars])
26
V = FixedDegreePolynomials(vars, 2)
27
ρ = GroupRepresentation(a, V)
28
29
-irrs = irreducibles(ρ)
+irreducibles(ρ)
30
```
31
32
IrreducibleDecomposition of SO(3)-action on 6-dimensional vector space
0 commit comments