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: [mg17125] Re: How do I solve limits in Mathematica?
  • From: Hendrik van Hees <h.vanhees at gsi.de>
  • Date: Sat, 17 Apr 1999 03:35:15 -0400
  • Organization: GSI-Darmstadt
  • References: <7f1esn$krh@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[1]:= Limit[2x+1,x->0]

Out[1]= 1

In[2]:= Limit[2x^2+1,x->1]

Out[2]= 3
Jeffrey A. Soesbergen wrote:
> 
> 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 !
> 
> J.

-- 
Hendrik van Hees		Phone:  ++49 06159 71-2755
c/o GSI-Darmstadt SB 3.162	Fax:    ++49 06159 71-2990
Planckstr. 1			mailto:h.vanhees at gsi.de
D-64291 Darmstadt		http://theory.gsi.de/~vanhees/vanhees.html


  • Prev by Date: Re: Heip! How to draw a graph with log x axis.
  • Next by Date: Re: Plotting Trajectories with Mathematica
  • Previous by thread: Re: How do I solve limits in Mathematica?
  • Next by thread: Re: How do I solve limits in Mathematica?