Re: Non-algebraic solution
- To: mathgroup at smc.vnet.net
- Subject: [mg52429] Re: Non-algebraic solution
- From: astanoff_otez_ceci at yahoo.fr (astanoff)
- Date: Sat, 27 Nov 2004 01:40:22 -0500 (EST)
- References: <co6m44$qh1$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
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. [...] Why don't you plot x against y? For instance : Plot[-(Log[y/2]+3*Log[5+y/7]),{y,0,10},AxesLabel->{y,x}] looks like a nice flipped exponential v.a. -- 0% de pub! Que du bonheur et des vrais adhérents ! Vous aussi inscrivez-vous sans plus tarder!! Message posté à partir de http://www.gyptis.org, BBS actif depuis 1995.
- Follow-Ups:
- Re: Re: Non-algebraic solution
- From: DrBob <drbob@bigfoot.com>
- Re: Re: Non-algebraic solution