From 66bb36d746a821727df50dbc4774db8fbed62b88 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sun, 15 Jun 2025 22:05:52 +0300 Subject: [PATCH] fix: small-o example 3 o(n^3) -> o(3^n) --- main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.typ b/main.typ index cf62616..0b044c7 100644 --- a/main.typ +++ b/main.typ @@ -643,7 +643,7 @@ Tātad vienādojums ir patiess. === Piemērs (mazais-$o$) -$ 2^n n^2 =^? o(n^3) $ +$ 2^n n^2 =^? o(3^n) $ Pēc tās pašas aprakstītās īpašības, kā @small-o-example-3, sanāktu $ lim_(n->oo) (2^n n^2)/3^n $