whittaker function
0
How can I plot whittaker function; i mean what is the code? I tried the below: documentclass{article} usepackage{mpmath} usepackage{tikz} usepackage{pgfplots} begin{document} begin{tikzpicture} begin{axis}[xlabel=$x$,ylabel=$y$, xmin=-2,xmax=2,ymin=0,ymax=0.5, axis lines=center, axis equal] addplot[ color=blue,]{Whitw[1, x, 10], {x, -100, 0}}; end{axis} end{tikzpicture} end{document}
tikz-pgf
share
edited 1 min ago
JouleV
6,695 2 19 51
asked 3 mins ago
Dom...