From 45032c47cdc086e30a7d1afae0d0e3b21f856b0b Mon Sep 17 00:00:00 2001 From: sumiya11 <60229118+sumiya11@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:54:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20b9d05?= =?UTF-8?q?c16f106c46f14689075485c45509596622b=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 | 18 +++++++++--------- assets/tutorial/code/output/graphcolored.svg | 18 +++++++++--------- tutorial/index.html | 4 ++-- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/assets/tutorial/code/output/gcd3.out b/assets/tutorial/code/output/gcd3.out index 56d3d2b0..5c1cc2fc 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 84.277 μs (1669 allocations: 64.62 KiB) + 85.219 μs (1669 allocations: 64.62 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index 3f200f06..f0cc3163 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 152.125 μs (2706 allocations: 160.52 KiB) + 150.671 μs (2706 allocations: 160.52 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index a7957702..238bda13 100644 --- a/assets/tutorial/code/output/graph2.svg +++ b/assets/tutorial/code/output/graph2.svg @@ -13,14 +13,14 @@ - + - + - + @@ -37,13 +37,13 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + 1 @@ -79,7 +79,7 @@ - + diff --git a/assets/tutorial/code/output/graphcolored.svg b/assets/tutorial/code/output/graphcolored.svg index ef91875f..785007c9 100644 --- a/assets/tutorial/code/output/graphcolored.svg +++ b/assets/tutorial/code/output/graphcolored.svg @@ -13,14 +13,14 @@ - + - + - + @@ -37,13 +37,13 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + 1 @@ -79,7 +79,7 @@ - + diff --git a/tutorial/index.html b/tutorial/index.html index d4aca09d..e054782d 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -176,11 +176,11 @@

h = (x + 3)^5 -@btime gcd(gcd($f, $g), $h)
  84.277 μs (1669 allocations: 64.62 KiB)
+@btime gcd(gcd($f, $g), $h)
  85.219 μs (1669 allocations: 64.62 KiB)
 3 + x

With Groebner.jl:

F = [f, g, h]
-@btime groebner($F)
  152.125 μs (2706 allocations: 160.52 KiB)
+@btime groebner($F)
  150.671 μs (2706 allocations: 160.52 KiB)
 1-element Vector{DynamicPolynomials.Polynomial{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, MultivariatePolynomials.Graded{MultivariatePolynomials.LexOrder}, Rational{BigInt}}}:
  3//1 + x

Variable Elimination