Post Reply 
HP Prime undef for Limes. Maybe a Bug?
10-12-2018, 03:11 PM
Post: #9
RE: HP Prime undef for Limes. Maybe a Bug?
You can always make a CAS program to do that, such as:

Code:
#cas
limit_exact(a,b,c,d):=
BEGIN
 c:=exact(c);
 retrun subst(limit(a,b,c,d),b=c);
END;
#end

limit_exact(((5-2*x)/(2*x^2-3*x-5)),x,2.5,0)

will return -2/7.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime undef for Limes. Maybe a Bug? - roadrunner - 10-12-2018 03:11 PM



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