Limits Demo

This demo takes in a function $f(x)$ and then attempts to compute its left, right, and double sided limits at $x=a$. The demo also produces a table of values for $f(x)$ at various inputs $x$. By carefully selecting our list of $x$ values, we can see $f(x)$ approaching the limits numerically.

Note that we can also take limits to $\pm\infty$. In Sage, $+\infty$ is denoted "Infinity" and $-\infty$ is denoted "-Infinity".

The computation above is powered by SageMath. The Sage code is embedded in this webpage's html file. To view the code instruct your browser to show you this page's source. For example, in Chrome, right-click and choose "View page source".