MathGroup Archive 2007

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

Search the Archive

Parse results from Solve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73861] Parse results from Solve
  • From: nikki_74 <namratashekar at rediffmail.com>
  • Date: Fri, 2 Mar 2007 06:31:32 -0500 (EST)

I have used the Solve command to get the solutions for a system of equations. However I want to use these solutions in other commands, such as Reduce and Simplify. 

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. 

Can anybody help with this? Thanks!


  • Prev by Date: Re: Combine 2d and 3d plots that has different ranges
  • Next by Date: Re: change filename automatically in Export Command
  • Previous by thread: Re: The Mathematica equivalent of Cons (as in Lisp)?
  • Next by thread: Re: Parse results from Solve