MathGroup Archive 2011

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

Search the Archive

Select positive solutions (depending on parameters)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119499] Select positive solutions (depending on parameters)
  • From: Andrea <cimatori at knmi.nl>
  • Date: Tue, 7 Jun 2011 06:45:40 -0400 (EDT)

Hi,
I'm a newbie of Mathematica, sorry if the question has been answered
many times already.

I can't understand how to select those solutions of a system of
equations (depending on some parameters) that satisfy a set of
conditions.
I do something like this:
sols=Solve[f[x,y,...,a,b,c...]==0,{x,y,...}]
and I would then like to operate a selection on "sols", considered
only in some interval of the parameters (relevant for my problem and
decided by me).

The function "Select" does not give the right answer, as it returns
only those solution that are positive for any parameter value.

Any help would be welcome,
thanks.


  • Prev by Date: Using Cases or Position to Find Strings in a List of Strings
  • Next by Date: Re: fibonacci question
  • Previous by thread: Re: Using Cases or Position to Find Strings in a List of Strings
  • Next by thread: Re: Select positive solutions (depending on parameters)