add practical measurements

This commit is contained in:
2025-11-19 16:02:17 +02:00
parent 461dd18f1d
commit 4ebf9ace8d
+17
View File
@@ -52,6 +52,23 @@ $ T_1 = 6.48301 (sec) $
#figure( #figure(
image("./plot.png"), image("./plot.png"),
caption: [Порівняння теоретичного та практичного часу виконання],
)
#figure(
table(
columns: 2,
table.header([$p$], [$T_p$]),
[1], [6.48301],
[2], [3.25753],
[4], [1.66985],
[6], [1.34714],
[8], [1.06098],
[10], [1.18834],
[12], [1.15044],
[14], [1.12474],
[14], [1.09344],
),
) )
/* 1 THREAD{{{ /* 1 THREAD{{{