MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

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)
>
>
>




  • Prev by Date: matrix construction
  • Next by Date: Re: Calculating limits for functions of several variables
  • Previous by thread: Calculating limits for functions of several variables
  • Next by thread: Re: Calculating limits for functions of several variables