Re: Re: Solve with assumptions
- To: mathgroup at smc.vnet.net
- Subject: [mg58291] Re: [mg58277] Re: Solve with assumptions
- From: "Matthias Bode" <lvsaba at hotmail.com>
- Date: Sun, 26 Jun 2005 01:33:53 -0400 (EDT)
- References: <d86937$c7n$1@smc.vnet.net><d89261$s7f$1@smc.vnet.net> <200506250556.BAA12743@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello Mukhtar: Do you mean: INPUT: res01 = Reduce[2*x == 3, x][[2]] res01 OUTPUT: 3/2 3/2 ? Best regards, MATTHIAS BODE COCHABAMBA/BOLIVIA ----- Original Message ----- From: "Mukhtar Bekkali" <mbekkali at gmail.com> To: mathgroup at smc.vnet.net Subject: [mg58291] [mg58277] Re: Solve with assumptions > Great. > > How do you pull the solution out from Reduce? That is, with Solve I can > have x=x/.Solve[f[x]==0,x] and get x and use it later on. The output > of Reduce is identity, x==number. > >
- References:
- Re: Solve with assumptions
- From: "Mukhtar Bekkali" <mbekkali@gmail.com>
- Re: Solve with assumptions