|
[Date Index]
[Thread Index]
[Author Index]
Re: Solve::nsmet
- To: mathgroup at smc.vnet.net
- Subject: [mg121417] Re: Solve::nsmet
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Wed, 14 Sep 2011 05:15:34 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201109131118.HAA04999@smc.vnet.net>
- Reply-to: drmajorbob at yahoo.com
Solve returns closed-form solutions to ALGEBRAIC problems. Your problem
isn't algebraic and probably doesn't have a closed solution.
Bobby
On Tue, 13 Sep 2011 06:18:32 -0500, Diviya Smith <diviya.smith at gmail.com>
wrote:
>
> Hi there,
>
> I am trying to solve this equation using Mathematica but I keep getting
> the
> following error "Solve::nsmet: This system cannot be solved with the
> methods
> available to Solve".
>
> Solve[(p*(1 - e^(-x*(d - p))))/((-d + p) (1 - e^(x*p))) == y, x]
>
> I have also tried *Reduce* but that does not work either. Any
> suggestions,
> how I can fix the error? I am new to Mathematica...my apologies if this
> is a
> very basic question.
>
> Thanks,
> Diviya
--
DrMajorBob at yahoo.com
Prev by Date:
Re: Inverse of function
Next by Date:
Manipulate + Algorithm
Previous by thread:
Solve::nsmet
Next by thread:
Re: Solve::nsmet
|