We have plot of $f(x)$. How we can plot $f(\lfloor x \rfloor)$ using geometric ways ?
My try : I think we should draw vertical lines parallel to axis $y$ on integer numbers but What is the next step ?
We have plot of $f(x)$. How we can plot $f(\lfloor x \rfloor)$ using geometric ways ?
My try : I think we should draw vertical lines parallel to axis $y$ on integer numbers but What is the next step ?
One can mark the points at $f(n)$ where $n\in\mathbb{Z}$ and draw the horizontal segments on $[n,n+1)$.
For each integer $x$, calculate $f(x)$ and draw a horizontal line connecting $x$ to $x+1$.