blob: e4bf1c556060b71e684d77bb76d20a84930b95e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
size(100,0);
import graph;
import lowupint;
real a=-0.8, b=1.2;
real c=1.0/sqrt(3.0);
partition(a,b,c,min);
arrow("$f(x)$",F(0.5*(a+b)),NNE,red);
label("$\cal{L}$",(0.5*(a+b),f(0.5*(a+b))/2));
|