MathGroup Archive 2010

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

Search the Archive

Mathematica 6.01 does not know one can not divide by 0??

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107140] Mathematica 6.01 does not know one can not divide by 0??
  • From: zeno <zeno333 at mindspring.com>
  • Date: Thu, 4 Feb 2010 06:24:12 -0500 (EST)

I had Mathematica 6.01 try and solve this " equation", and it gives an
answer back of 5, which if substituted back into the equation, one
would be dividing by 0. Code and result here...

NSolve[3*x + (1/(x - 5)) == 15 + (1/(x - 5)), x]
{{x -> 5.}}


  • Prev by Date: Re: Re: Re: How to combine graphics
  • Next by Date: intersecting surfaces
  • Previous by thread: Re: How to combine graphics
  • Next by thread: Re: Mathematica 6.01 does not know one can not divide by