Skip to content
Snippets Groups Projects
Commit 76750619 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

prace: Komprese prázdné stránky

parent d3b0945a
No related branches found
No related tags found
No related merge requests found
...@@ -621,7 +621,7 @@ optimalizování $h(u,v)\cdot\left(\frac{1}{2} - \frac{\vec{y_u}^{\rm T}\vec{y_v ...@@ -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} ::: {#gw-func c=figure}
```asy {c=asy} ```asy {c=asy}
import graph; import graph;
size(380,180,IgnoreAspect); size(380,175,IgnoreAspect);
real f(real x) {return 1/2-x/2;} real f(real x) {return 1/2-x/2;}
real g(real x) {return acos(x)/pi;} 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}$}}"); 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 @@ $$ ...@@ -645,7 +645,7 @@ $$
::: {#gw-frac c=figure} ::: {#gw-frac c=figure}
```asy {c=asy} ```asy {c=asy}
import graph; import graph;
size(350,180,IgnoreAspect); size(350,175,IgnoreAspect);
real f(real x) {return acos(x)/pi/(1/2-x/2);} 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}}$"); 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); ylimits(0,2, Crop);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment