MathGroup Archive 2011

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

Search the Archive

Replacement faild

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119597] Replacement faild
  • From: Math Math <mathematica023 at gmail.com>
  • Date: Sun, 12 Jun 2011 05:05:36 -0400 (EDT)

Hi,
I'm new for this forum, and really i'm new for Mathematica also!
I've got this problem: two equation in a system. I use NSolve to have the
solutions of system, but when i try to verify the solutions Mathematica
doesn't give True, but another value.
Can anyone help me?

eq1 = -(1104.6607499200002`/(-y + T)^2) + (x (1 + 2 T))/(T + T^2)^2 == 0 ;
eq2 = 2209.3214998400003`/(-y + T)^3 -x ((2 (1 + 2 T)^2)/(T + T^2)^3 - 2/(T
+ T^2)^2) == 0 ;
sol = NSolve[eq1 && eq2, {x, y}, Reals] // FullSimplify;
eq2 /. sol // FullSimplify
eq1 /. sol // FullSimplify
NSolve::ratnz: NSolve was unable to solve the system with inexact
coefficients. The answer was obtained by solving a corresponding exact
system and numericizing the result. >>
....


  • Prev by Date: Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize
  • Next by Date: Re: Seaching in Pi a sequence. Looking for a faster method
  • Previous by thread: Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize
  • Next by thread: Re: Replacement faild