Post Reply 
[RESOLVED] Limit
12-05-2016, 10:39 AM (This post was last modified: 12-05-2016 10:48 AM by DrD.)
Post: #10
RE: Limit
Nice solution, Tim! I noticed that this process worked regardless of the order of the variables:

limit(limit((y+4)*x/(x^2*y-x*y+4*x^2-4*x),y,-4),x,2); ==> 1

limit(limit((y+4)*x/(x^2*y-x*y+4*x^2-4*x),x,2),y,-4); ==> 1

(I tried unsuccessfully, using various approaches, lists, etc.). Wolfram has a special widget that handles multi-dimensional limits. Something similar to the Wolfram multidimensional limit widget would be a nice enhancement, and with your approach, it seems like it wouldn't be too difficult to implement. http://www.wolframalpha.com/widgets/view...f5ac88eefd

-Dale-

[attachment=4252]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[RESOLVED] Limit - jrozsas - 12-01-2016, 10:43 AM
RE: Limit - parisse - 12-01-2016, 01:51 PM
RE: Limit - DrD - 12-01-2016, 02:47 PM
RE: Limit - jrozsas - 12-02-2016, 08:50 AM
RE: Limit - Nigel (UK) - 12-02-2016, 10:49 AM
RE: Limit - jrozsas - 12-04-2016, 03:16 PM
RE: Limit - Gerald H - 12-02-2016, 11:57 AM
RE: Limit - Tim Wessman - 12-05-2016, 07:21 AM
RE: Limit - jrozsas - 12-05-2016, 08:50 AM
RE: Limit - DrD - 12-05-2016 10:39 AM
RE: Limit - DrD - 12-05-2016, 12:17 PM
RE: Limit - Han - 12-05-2016, 09:38 PM
RE: Limit - DrD - 12-05-2016, 09:59 PM



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