Skip to content

Commit 7ff07cd

Browse files
authored
Merge pull request #624 from JuliaHomotopyContinuation/PBrdng-patch-1Update-numerical_irreducible_decomposition-documentation
Update numerical_irreducible_decomposition documentation
2 parents 8014d44 + bdb7e41 commit 7ff07cd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/numerical_irreducible_decomposition.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,19 +1344,19 @@ julia> F = [p * q * (x - 3) * (x - 5);
13441344
p * (z - 3) * (z - 5)]
13451345
13461346
julia> N = numerical_irreducible_decomposition(F)
1347-
Numerical irreducible decomposition with 4 components
1347+
Numerical irreducible decomposition with 11 components
13481348
• 1 component(s) of dimension 2.
13491349
• 2 component(s) of dimension 1.
1350-
1 component(s) of dimension 0.
1350+
8 component(s) of dimension 0.
13511351
13521352
degree table of components:
1353-
╭───────────┬───────────────────────╮
1354-
│ dimension │ degrees of components │
1355-
├───────────┼───────────────────────┤
1356-
│ 2 │ 2
1357-
│ 1 │ (4, 4) │
1358-
│ 0 │ 8
1359-
╰───────────┴───────────────────────╯
1353+
╭───────────┬──────────────────────────
1354+
│ dimension │ degrees of components
1355+
├───────────┼──────────────────────────
1356+
│ 2 │ 2
1357+
│ 1 │ (4, 4)
1358+
│ 0 │ (1, 1, 1, 1, 1, 1, 1, 1)
1359+
╰───────────┴──────────────────────────
13601360
```
13611361
"""
13621362
function numerical_irreducible_decomposition(

0 commit comments

Comments
 (0)