From 66d16375d86b8b67e3b615b9d925427f96cc0310 Mon Sep 17 00:00:00 2001 From: sumiya11 <60229118+sumiya11@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:24:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20bede5?= =?UTF-8?q?9d9d7489d4299cedf61a6a9ec265ff8a18e=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 9758dd86..d7276b0a 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 67.035 μs (939 allocations: 59.97 KiB) + 70.602 μs (939 allocations: 59.97 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index b08d54fa..385f272e 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 151.353 μs (1873 allocations: 142.22 KiB) + 163.326 μs (1875 allocations: 142.31 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index 271417c1..3ac228b1 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 681cffbb..11b97ede 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 0a61442c..3e769056 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -173,11 +173,11 @@

h = (x + 3)^5 -@btime gcd(gcd($f, $g), $h)
  67.035 μs (939 allocations: 59.97 KiB)
+@btime gcd(gcd($f, $g), $h)
  70.602 μs (939 allocations: 59.97 KiB)
 3 + x

With Groebner.jl:

F = [f, g, h]
-@btime groebner($F)
  151.353 μs (1873 allocations: 142.22 KiB)
+@btime groebner($F)
  163.326 μs (1875 allocations: 142.31 KiB)
 1-element Vector{DynamicPolynomials.Polynomial{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, MultivariatePolynomials.Graded{MultivariatePolynomials.LexOrder}, Rational{BigInt}}}:
  3//1 + x

Variable Elimination