From 01a77b7294f38493c1289425496dc8076fc6c7f5 Mon Sep 17 00:00:00 2001 From: sumiya11 <60229118+sumiya11@users.noreply.github.com> Date: Sun, 30 Jul 2023 18:15:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d2f35?= =?UTF-8?q?5643efd4ab6f67de5359cfbdf27eec51e6c=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 c75c7fba..2d1c0f3d 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 121.502 μs (1576 allocations: 82.45 KiB) + 140.406 μs (1576 allocations: 82.45 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index 6e8c0704..626204fe 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 195.603 μs (2134 allocations: 214.23 KiB) + 256.110 μs (2134 allocations: 214.23 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index 1e67a695..fd582e53 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 f5e4e0f4..9a3e78c0 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 fdc0acf1..122d9134 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -155,11 +155,11 @@

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

With Groebner.jl:

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

Variable Elimination