没有具体函数图像的表达式,这里提供了一个大致图像:
\begin{tikzpicture}[xscale=3]
\draw [thick, ->] (-2,0) --(2,0) node[below]{$x$};
\draw [thick, ->] (0,-2) --(0,9) node[right]{$y$};
\draw [very thick,color=blue,domain=-1.6:1.3,samples=50,smooth,variable=\x] plot (\x,{2.5*sin(4*(\x+0.6) r)*exp((\x+0.6)/2.5)+3});
\draw [thick,color=purple,dashed](-1.6,{2.5*sin(4*(-1.6+0.6) r)*exp((-1.6+0.6)/2.5)+3})--(-1.6,0)node[below]{m};
\draw [thick,color=purple,dashed](1.3,{2.5*sin(4*(1.3+0.6) r)*exp((1.3+0.6)/2.5)+3})--(1.3,0)node[below]{n};
\draw [thick,color=magenta,dashed](-0.95,{2.5*sin(4*(-0.95+0.6) r)*exp((-0.95+0.6)/2.5)+3})--(-0.95,0)node[below]{a};
\draw [thick,color=magenta,dashed](-0.2,{2.5*sin(4*(-0.2+0.6) r)*exp((-0.2+0.6)/2.5)+3})--(-0.2,0)node[below]{b};
\draw [thick,color=orange,dashed](0.6,{2.5*sin(4*(0.6+0.6) r)*exp((0.6+0.6)/2.5)+3})--(0.6,0)node[above]{d};
\node[right=0.2cm,below=0.05cm] at (0,0){0};
\node[left=0.2cm,below=0.05cm] at (0.4,0){c};
\node[right=0.2cm,below=0.05cm] at (0.8,0){e};
\end{tikzpicture}
https://i.loli.net/2021/03/04/ohNmKXfqg7p6TRD.jpg
https://bit-images.bj.bcebos.com/bit-new/file/20210304/r6ir.jpg
如图
不知道是不是网页问题,输入的链接总被重新定向到其它网站
修复下,稍等等!