MathGroup Archive 2011

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

Search the Archive

Re: NSolve...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119897] Re: NSolve...
  • From: DrMajorBob <btreat1 at austin.rr.com>
  • Date: Tue, 28 Jun 2011 07:57:14 -0400 (EDT)
  • References: <201106271133.HAA07943@smc.vnet.net>
  • Reply-to: drmajorbob at yahoo.com

NSolve[{confr2PR, confr3PR, confr4PR}, {a, b, Subscript[V, c]}]

{{a -> -365.657, b -> 0.0731421,
   Subscript[V, c] -> 0.158833}, {a -> 0., b -> -0.585136,
   Subscript[V, c] -> -0.242371}, {a -> 0., b -> -0.585136,
   Subscript[V, c] -> -0.242371}}

Bobby

On Mon, 27 Jun 2011 06:33:49 -0500, Math Math <mathematica023 at gmail.com>  
wrote:

>
> Hi to everyone,
> I've got another problem with NSolve.
> If i try to solve this system:
> confr2PR=-0.00013555094682336357*(-2528.68036936 - 13488.85542739007*b)
> - 3*Subscript[V, c] == 0
> confr3PR=-0.00013555094682336357*(-a + 2094.827407791039*b
> + 7377.300000000003*b^2) + 3*Subscript[V, c]^2 == 0
> confr4PR=-0.00013555094682336357*b*(a - 433.8529615689614*b -
> 1265.7445726099324*b^2) -Subscript[V, c]^3 == 0
> I've got no solutions.
> This is the sintax that i'm using:
> NSolve[confr2PR, confr3PR, confr4PR, {a, b, Subscript[V, c]}]
> and i've this message:
> NSolve::bddom: "Value {a,b,Subscript[V, c]} of the domain argument  
> should be
> Complexes, Reals, Algebraics, Rationals, Integers, Primes, or Automatic"
> If i put
> NSolve[confr2PR, confr3PR, confr4PR, {a, b, Subscript[V, c]},Reals]
> i've got another error message
> NSolve::precbd: Requested precision Reals is not a machine-sized real  
> number
> between $MinPrecision and $MaxPrecision. >>
> Can anyone help me?
> Thank you!


-- 
DrMajorBob at yahoo.com


  • References:
    • NSolve...
      • From: Math Math <mathematica023@gmail.com>
  • Prev by Date: Re: NSolve...
  • Next by Date: Re: what's in a name? (legal and conventional constructions of identifiers)
  • Previous by thread: Re: NSolve...
  • Next by thread: create/insert information for missing data points