MHB Greatest integer function with linear function inside

Amer
Messages
259
Reaction score
0
What is the best way to redefine Greatest integer function as a piecewise function for example

f(x) = [ 2x - 3 ] , -2<= x <= 1
 
Physics news on Phys.org
Amer said:
What is the best way to redefine Greatest integer function as a piecewise function for example

f(x) = [ 2x - 3 ] , -2<= x <= 1

If my memory service me correctly, you should be able to write it as
$$
f(x) = [2x] - 3
$$
At -2, you have -7.
(-2,-3/2), you have -6.
(-3/2,-1) -5
At -1, you have -5
(-1,-1/2) -4
etc
After writing all that out, you should be able to develop a piecewise function.
 
Thanks, since I am a teacher i was looking for the easiest way to redefine it as a piecewise function.
 
I posted this question on math-stackexchange but apparently I asked something stupid and I was downvoted. I still don't have an answer to my question so I hope someone in here can help me or at least explain me why I am asking something stupid. I started studying Complex Analysis and came upon the following theorem which is a direct consequence of the Cauchy-Goursat theorem: Let ##f:D\to\mathbb{C}## be an anlytic function over a simply connected region ##D##. If ##a## and ##z## are part of...