MathGroup Archive 2005

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

Search the Archive

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.
> 
>


  • Prev by Date: Re: Re: Solve with assumptions
  • Next by Date: Re: Clear subscripted variables
  • Previous by thread: Re: Solve with assumptions
  • Next by thread: Re: Re: Solve with assumptions