Manipulating Solutions
- To: mathgroup at smc.vnet.net
- Subject: [mg16559] Manipulating Solutions
- From: "JOE" <JOE at joe.net>
- Date: Tue, 16 Mar 1999 04:00:27 -0500
- Organization: ioNET Inc.
- Sender: owner-wri-mathgroup at wolfram.com
I have a problem that I hope someone here can solve. I have a two solution list. That is an output something like this.. {Dt[y]->Dt[G] * Lr / something, Dt[y]->Dt[m] * Ir / something} How do I extract the solutions to 'Dt[y] / Dt[G] = Lr / something' and 'Dt[y] / Dt[m] = Ir / something'? The most I gather is that I must first isolate the elements of the list, then in some manner I must transform the "->" relationship to an "=" relationship. Is this correct? If so how do I make this transformation? If not correct what is the best procedure to getting these solutions? Many Thanks in advanced; Steven R. Miller millesr at okstate.edu