Post Reply 
Is it possible to calculate a limit of a piecewise function?
10-12-2014, 11:53 PM
Post: #4
RE: Is it possible to calculate a limit of a piecewise function?
Doesn't work for me, either.

However, if you put in a default condition at the end, like

piecewise(x<1,1,x>1,0,9)

all limits get computed

from the left limit x ->1^-1 returns 1

from the right limit x ->1^1 returns 0

from both sides limit x -> 1^0 returns "unidirectional limits are distincts [sic]".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is it possible to calculate a limit of a piecewise function? - Helge Gabert - 10-12-2014 11:53 PM



User(s) browsing this thread: 1 Guest(s)