diff --git a/assets/tutorial/code/output/gcd3.out b/assets/tutorial/code/output/gcd3.out index 16f4d61b..3327bf0d 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 170.101 μs (1576 allocations: 82.45 KiB) + 99.201 μs (1576 allocations: 82.45 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index 06600f9e..1f1dba3f 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 286.702 μs (2134 allocations: 214.23 KiB) + 169.401 μs (2134 allocations: 214.23 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index c4be2ad7..35608f99 100644 --- a/assets/tutorial/code/output/graph2.svg +++ b/assets/tutorial/code/output/graph2.svg @@ -13,7 +13,7 @@ - + @@ -30,11 +30,11 @@ - + - + - + @@ -48,7 +48,7 @@ - + 1 diff --git a/assets/tutorial/code/output/graphcolored.svg b/assets/tutorial/code/output/graphcolored.svg index 2f957bd2..3d9df80e 100644 --- a/assets/tutorial/code/output/graphcolored.svg +++ b/assets/tutorial/code/output/graphcolored.svg @@ -13,7 +13,7 @@ - + @@ -30,11 +30,11 @@ - + - + - + @@ -48,7 +48,7 @@ - + 1 diff --git a/tutorial/index.html b/tutorial/index.html index 9f85eb04..a5ea09a3 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -155,11 +155,11 @@

h = (x + 3)^5 -@btime gcd(gcd($f, $g), $h)
  170.101 μs (1576 allocations: 82.45 KiB)
+@btime gcd(gcd($f, $g), $h)
  99.201 μs (1576 allocations: 82.45 KiB)
 3 + x

With Groebner.jl:

F = [f, g, h]
-@btime groebner($F)
  286.702 μs (2134 allocations: 214.23 KiB)
+@btime groebner($F)
  169.401 μs (2134 allocations: 214.23 KiB)
 1-element Vector{DynamicPolynomials.Polynomial{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, MultivariatePolynomials.Graded{MultivariatePolynomials.LexOrder}, Int64}}:
  3 + x

Variable Elimination