Is it possible to calculate a limit of a piecewise function?
|
10-12-2014, 01:06 AM
Post: #1
|
|||
|
|||
Is it possible to calculate a limit of a piecewise function?
I tried to enter a piecewise function into the limit function but it returns:
Error: Bad Argument Value is it possible to work around this? Michael C My ebook |
|||
10-12-2014, 04:36 PM
Post: #2
|
|||
|
|||
RE: Is it possible to calculate a limit of a piecewise function?
Possibly . . . give an example, that would help.
|
|||
10-12-2014, 09:46 PM
Post: #3
|
|||
|
|||
RE: Is it possible to calculate a limit of a piecewise function?
Sure:
limit(PIECEWISE(x<1,1,x>1,0),x,1) However I entered it in using the templates. Thank you Michael C My ebook |
|||
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]". |
|||
10-13-2014, 12:37 AM
Post: #5
|
|||
|
|||
RE: Is it possible to calculate a limit of a piecewise function?
Thank you Helge
Mick C My ebook |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)