#How can I get a cosine-looking graph with the following requirements?
6 messages · Page 1 of 1 (latest)
you could multiply the function you already have by any function which decreases slowly as |x| increases
many options for that decreasing function. 0.95^|x| for example
For large $V$, $e^{-\frac{x^{2}}{V}}\left(\cos\left(x\right)+1\right)$ should work
BlockLayer2000