This commit is contained in:
2025-09-11 19:50:46 +02:00
parent 02f3bfffce
commit 2ed82171af
2 changed files with 35 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ g = reduce(lambda a, b: a * X + b, [num_to_poly(a) for a in data[128:]])
fg = f(g)
fgi = Ti([fg[i] for i in range(0, fg.degree())])
fgj = Tj([fg[j] for i in range(0, fg.degree())])
fgj = Tj([fg[i] for i in range(0, fg.degree())])
print("\n\n======= f(g(x)) =======")
for i in reversed(range(0, 64)):