Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3374
| From | DrMajorBob <btreat1@austin.rr.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: NSolve... |
| Date | 2011-06-29 21:39 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iug63c$9hk$1@smc.vnet.net> (permalink) |
| References | <201106271133.HAA07943@smc.vnet.net> |
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@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@yahoo.com
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: NSolve... DrMajorBob <btreat1@austin.rr.com> - 2011-06-29 21:39 +0000
csiph-web