MathGroup Archive 2007

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

Search the Archive

Re: Parse results from Solve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73959] Re: Parse results from Solve
  • From: Martin Schoenecker <ms_usenet at gmx.de>
  • Date: Sat, 3 Mar 2007 01:23:10 -0500 (EST)
  • Organization: Technische Universitaet Darmstadt
  • References: <es916i$2u2$1@smc.vnet.net>

> For instance, say the output of Solve is,
> sols= {{x->0,y->0},{x->1,y->2}}
> 
> and I want all solutions where x!=y , or , all solutions where y>1. 


Pick[sols,(x!=y)/.sols]

Martin


  • Prev by Date: Re: Means
  • Next by Date: Re: Parse results from Solve
  • Previous by thread: Re: Parse results from Solve
  • Next by thread: Re: Parse results from Solve