MathGroup Archive 2004

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

Search the Archive

Re: Non-algebraic solution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52444] Re: Non-algebraic solution
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Sat, 27 Nov 2004 01:40:53 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 11/26/04 at 1:04 AM, ravi at crest.ernet.in (B.Ravinder) wrote:

>Dear all, I want to plot the following type of logarithmic equation
>having dependent variable y and independent variable x.

>Log[y/a] + b*Log[c+y/d] = -x

>where a,b,c and d are some arbitrary constants.

Take a look at the package Graphics`ImplicitPlot`

For example

<<Graphics`ImplicitPlot`;
ImplicitPlot[Log[y]+2 Log[1+y] == -x, {x, -4, 4}];
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Principal Value integral
  • Next by Date: Re: Boolean Type
  • Previous by thread: Re: Non-algebraic solution
  • Next by thread: Re: Non-algebraic solution