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]?
- Follow-Ups:
- Re: How to access Solve solutions of eq.system as functions
- From: Jonas Jurkevičius <getjonas@gmail.com>
- Re: How to access Solve solutions of eq.system as functions
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: How to access Solve solutions of eq.system as functions