Tikz

![](/asset/image/tikz/annotatex_normal_pdf.png) ```tex \begin{tikzpicture}[ declare function={ normalpdf(\x,\mu,\sigma)= (2*3.1415*\sigma^2)^(-0.5)*exp(-(\x-\mu)^2/(2*\sigma^2)); }, …

![](/asset/image/tikz/complex_integration_4.png) ```tex \begin{tikzpicture}[ contourline/.style={draw,line width=1.3pt} ] \tikzmath{\R=1.5;\r=0.4;\l=5;}% Change these values to see …

![](/asset/image/tikz/hitpattern_matrix.png) ```tex \tikzset{ state/.style={ rectangle, rounded corners, draw=black, thick, minimum height=2em, minimum width=8em, inner sep=10pt, …

![](/asset/image/tikz/ml_overview.png) ```tex \usetikzlibrary{arrows.meta,shapes.multipart} \begin{tikzpicture}[ thick,>={Stealth[]}, ampersand replacement=\&, circ/.style = …

A helpful diagram to put in to annotate mathematical objects especially in beamer, where you can flip diagram and create a nice illustration. ![](/asset/image/tikz/matrix_row_highlight.png) …

![](/asset/image/tikz/annotatex_figure.png) ```tex \begin{tikzpicture} \node [anchor=west] (note) at (-1,3) {Curvature Note}; \node [anchor=west] (water) at (-1,1) {First Bump}; …