MathGroup Archive 1999

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

Search the Archive

Re: How do I solve limits in Mathematica?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17113] Re: How do I solve limits in Mathematica?
  • From: "Roddy Rivas-Llosa M." <rhoworks at my-dejanews.com>
  • Date: Sat, 17 Apr 1999 03:35:08 -0400
  • Organization: RhoWorks Consulting
  • References: <7f1esn$krh@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Have you tried this?

Limit[2x-1,x->0]
Limit[2x^2+1,x->1]



> How can I solve the following expressions in Mathematica? Anyone?
>
> 1)
>
> lim (2x-1) == -1
> (x->0)
>
> 2)
>
> lim (2x^2+1) == 3
> (x->1)
>
> I can't figure out how to solve those expressions, so if anyone can tell me...
> thanks !
>
--
Roddy Rivas-Llosa M., MBA
Professor of Economics, Finance and
Computing Science.
Universidad del Pacifico - Lima-Peru

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    


  • Prev by Date: Need a good tutorial for programming language( preferably net)
  • Next by Date: Re: ListPlotFit
  • Previous by thread: Re: How do I solve limits in Mathematica?
  • Next by thread: Re: How do I solve limits in Mathematica?