MathGroup Archive 2010

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

Search the Archive

Solve Minus Sign

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106276] Solve Minus Sign
  • From: Fabian <fabian.uriarte at gmail.com>
  • Date: Thu, 7 Jan 2010 02:29:36 -0500 (EST)

Dear Group-

How can one get rid of the minus sign in:

In:
Factor[Solve[Rr/s == Rr + x, x]]

Out:
{{x -> -((Rr (-1 + s))/s)}}

We'd like Mathematica to provide answers with the minus sign
"multiplied through" (remove Factor[] doesn't solve the problem)

Thank you in advance all.


  • Prev by Date: Function Name Info Demonstration Attempt
  • Next by Date: Integrate 'learns'?
  • Previous by thread: Re: Function Name Info Demonstration Attempt
  • Next by thread: Re: Solve Minus Sign