From 767506198a7040929118b8ce22b42f3e30e0b1ba Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> Date: Tue, 7 May 2024 15:50:11 +0200 Subject: [PATCH] =?UTF-8?q?prace:=20Komprese=20pr=C3=A1zdn=C3=A9=20str?= =?UTF-8?q?=C3=A1nky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prace/bakalarka/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prace/bakalarka/index.md b/prace/bakalarka/index.md index b8939c09b..ffd06625f 100755 --- a/prace/bakalarka/index.md +++ b/prace/bakalarka/index.md @@ -621,7 +621,7 @@ optimalizování $h(u,v)\cdot\left(\frac{1}{2} - \frac{\vec{y_u}^{\rm T}\vec{y_v ::: {#gw-func c=figure} ```asy {c=asy} import graph; -size(380,180,IgnoreAspect); +size(380,175,IgnoreAspect); real f(real x) {return 1/2-x/2;} real g(real x) {return acos(x)/pi;} draw(graph(f, -1, 1),red,"\vbox{\hbox{Účelová funkce}\vskip 2pt\hbox{$\frac{1 - \vecoverrightarrow{y_u}^{\rm T}\vecoverrightarrow{y_v}}{2}$}}"); @@ -645,7 +645,7 @@ $$ ::: {#gw-frac c=figure} ```asy {c=asy} import graph; -size(350,180,IgnoreAspect); +size(350,175,IgnoreAspect); real f(real x) {return acos(x)/pi/(1/2-x/2);} draw(graph(f, -1, 0.99),red,"$\frac{\frac{\arccos \vecoverrightarrow{y_u}^{\rm\,T} \vecoverrightarrow{y_v}}{\pi}}{\frac{1 - \vecoverrightarrow{y_u}^{\rm T}\vecoverrightarrow{y_v}}{2}}$"); ylimits(0,2, Crop); -- GitLab