sec-4: fix an error in the plot
This commit is contained in:
parent
602e08b2a2
commit
9a3e85a11b
@ -185,7 +185,7 @@ $$
|
|||||||
\draw <6> [domain=-0.1:2.9, smooth, variable=\x, cyclamen, very thick]
|
\draw <6> [domain=-0.1:2.9, smooth, variable=\x, cyclamen, very thick]
|
||||||
plot ({\x}, {exp(-(\x - 1.4)*(\x - 1.4)/0.25)/0.5 + 0.1});
|
plot ({\x}, {exp(-(\x - 1.4)*(\x - 1.4)/0.25)/0.5 + 0.1});
|
||||||
% sum
|
% sum
|
||||||
\draw <6> [fill=white, white, opacity=0.5] (-2.7,0.1) rectangle (3,2.7);
|
\draw <6> [fill=white, white, opacity=0.5] (-2.7,0.05) rectangle (3,2.7);
|
||||||
\draw <6> [domain=-2.6:2.9, smooth, variable=\x, yellow, very thick]
|
\draw <6> [domain=-2.6:2.9, smooth, variable=\x, yellow, very thick]
|
||||||
plot ({\x}, {exp(-(\x + 1.1)*(\x + 1.1)/0.25)/0.5 +
|
plot ({\x}, {exp(-(\x + 1.1)*(\x + 1.1)/0.25)/0.5 +
|
||||||
exp(-\x*\x/0.25)/0.5 +
|
exp(-\x*\x/0.25)/0.5 +
|
||||||
|
Loading…
Reference in New Issue
Block a user