Skip to content

Commit 4b996d1

Browse files
committed
update docs
1 parent b4d826e commit 4b996d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/on_varieties/lie-symmetries/scalings.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ of `X`.
222222
```julia-repl
223223
julia> @var x y a b c;
224224
225-
julia> F = System([x^4+a^2+1, y^2+b+c]; variables=[x, y, a, b, c]);
225+
julia> X = AlgebraicVariety([x^4+a^2+1, y^2+b+c]; variables=[x,y,a,b,c]);
226226
227-
julia> scaling_symmetries(F)
227+
julia> scaling_symmetries(X)
228228
ScalingGroup isomorphic to ℂˣ × ℤ₄ × ℤ₂
229229
1 Lie scaling:
230230
y ↦ y*λ, b ↦ b*λ^2, c ↦ c*λ^2

0 commit comments

Comments
 (0)