Re: Calculating limits for functions of several variables
- To: mathgroup at smc.vnet.net
- Subject: [mg41314] Re: Calculating limits for functions of several variables
- From: "Steve Luttrell" <luttrell at _removemefirst_westmal.demon.co.uk>
- Date: Wed, 14 May 2003 08:13:49 -0400 (EDT)
- References: <b9q9oo$hpn$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
f[x_, y_] := (x^2 + y^2 - (x^3)(y^3)) / (x^2 + y^2) Limit[f[x, y], {x -> 0, y -> 0}] -- Steve Luttrell West Malvern, UK "David" <davidol at hushmail.com> wrote in message news:b9q9oo$hpn$1 at smc.vnet.net... > How can I get mathematica to find the limit of the function: > > f(x,y) = (x^2 + y^2 - (x^3)(y^3)) / (x^2 + y^2) > > >