Skip to content

Commit e3cd45b

Browse files
committed
update README
1 parent f0fbfb1 commit e3cd45b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ To get back to the Julia REPL, press backspace.
2020
using DecomposingPolynomialSystems
2121
@var x[1:2] p[1:2]
2222
F = ParametricSystem([x[1]^2 - x[2]^2 - p[1], 2*x[1]*x[2] - p[2]]; unknowns=x, parameters=p)
23-
symmetries_fixing_parameters(F; degree_bound=1, param_dep=false)
23+
automorphisms(F; degree_bound=1, param_dep=false)
2424
```
25-
The result of the last command is the object of type `DeckTransformationGroup` that contains 4 deck transformations acting on the unknowns `x₁`, `x₂` of the polynomial system `F`:
25+
The result of the last command is the object of type `AutomorphismGroup` that contains 4 automorphisms acting on the unknowns `x₁`, `x₂` of the polynomial system `F`:
2626
```
27-
DeckTransformationGroup of order 4
27+
AutomorphismGroup of order 4
2828
structure: C2 x C2
2929
action:
3030
1st map:

0 commit comments

Comments
 (0)