Unable to evaluate the following limit
|
06-02-2020, 02:57 PM
(This post was last modified: 06-02-2020 02:59 PM by pinkman.)
Post: #3
|
|||
|
|||
RE: Unable to evaluate the following limit
Definition of f1:
f1(x):=PIECEWISE(x>1,x^2,(x>0) AND (x<=1),x-1,x<=0,0) The first limit: limit(f1(x^2),x,0,-1) The second limit: limit((f1(x-1))/(x+2),x,1,1) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)