Re: How to parse result from Reduce[ ] function
- To: mathgroup at smc.vnet.net
- Subject: [mg73285] Re: [mg73246] How to parse result from Reduce[ ] function
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Fri, 9 Feb 2007 02:30:26 -0500 (EST)
- References: <200702080847.DAA04993@smc.vnet.net>
In this case, you could use: ToRules[DeleteCases[C[1]\[Element]Integers&&x==358537039003+2964364736430689 C[1]&&y==28744265823+237656026328741 C[1]&&p==205319+1697566324 C[1],_Element]] On 2/8/07, Anton Vrba <antonvrba at yahoo.com> wrote: > Hi, > > The output of a Reduce[...] function call is > > C[1](element)Integers && > x==358537039003+2964364736430689 C[1] && > y==28744265823+237656026328741 C[1] && > p==205319+1697566324 C[1] > > but I want to use the values after the p== i.e. 205319 and 1697566324 for further calculation in my program > > How do I obtain these? other than by manual cut and paste. > > Thanks for your help > best regards > Anton > > -- http://chris.chiasson.name/
- References:
- How to parse result from Reduce[ ] function
- From: Anton Vrba <antonvrba@yahoo.com>
- How to parse result from Reduce[ ] function