MathGroup Archive 2012

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

Search the Archive

How to access Solve solutions of eq.system as functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126016] How to access Solve solutions of eq.system as functions
  • From: getjonas <getjonas at gmail.com>
  • Date: Fri, 13 Apr 2012 04:46:25 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

i am solving a two equation system with two variables (n, ne) and one
parameter (g):

Solve[{g - n/tnr - b n^2 - f n^2 (1 - ne / nemax) + d ne == 0,

 f n^2 (1 - ne/nemax) - ne/te - d ne == 0}, {n, ne}]

Here tnr, te, b, d and f are all previously defined numbers.

i get four pairs of analytical solutions, as expected.

The question is, how to access these solutions (n, ne) as functions of
parameter g? I.e., how to plot n[g], ne[g]?



  • Prev by Date: Re: Deleting expressions containing a certain head
  • Next by Date: GraphUnion that keeps Properties intact?
  • Previous by thread: Re: HostMath - Generate and embed math equations or mathematical
  • Next by thread: Re: How to access Solve solutions of eq.system as functions