Re: Limits of multi-var. functions
- To: mathgroup at smc.vnet.net
- Subject: [mg19838] Re: Limits of multi-var. functions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 19 Sep 1999 01:20:24 -0400
- Organization: Universitaet Leipzig
- References: <7rsh34$3gf@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Phil, Limit[Limit[x^2 y^2 - 2x y^5 + 3y, x -> 2], y -> 3] works fine. Regards Jens Phil Mendelsohn wrote: > > I suspect this is an easy question, but I'm not finding it in Help or a > couple of other Mathematica books I have around. > > If I want to find the limit of a function of several variables, how do I > do it? In the case of a polynomial function, I tried > > Limit[x^2 y^2 - 2x y^5 + 3y, {x->2, y->3}] >