MathGroup Archive 2003

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

Search the Archive

Re: Another plea for help...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39209] Re: [mg39161] Another plea for help...
  • From: Nigel King <king at dircon.co.uk>
  • Date: Tue, 4 Feb 2003 02:21:05 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

> 
> Plot[ result /. %]

Plot[f, {x, xmin, xmax}]?

In one cell the following works for me, did you put in the limits of the
plot.

result = Solve[{a == 1/(1/r2 + 1/50), 50 == 1/(1/(a + r1) + 1/r2)}, r1, a];
Plot[r1 /. %, {r2, 1, 2}];

regards
-- 
Nigel




  • Prev by Date: RE: To verify Cauchy-Riemann relations in complex variable graphically
  • Next by Date: Complex root finding
  • Previous by thread: Re: Another plea for help...
  • Next by thread: Re: Another plea for help...