From 59f41395b31d0d563292ae541e53865794d28767 Mon Sep 17 00:00:00 2001 From: sumiya11 <60229118+sumiya11@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:12:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20ef650?= =?UTF-8?q?ac154c56342c5561d75c2e4ef7d14ec677d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/tutorial/code/output/gcd3.out | 2 +- assets/tutorial/code/output/gcd4.out | 2 +- assets/tutorial/code/output/graph2.svg | 10 +++++----- assets/tutorial/code/output/graphcolored.svg | 10 +++++----- tutorial/index.html | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) 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