MathGroup Archive 2007

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

Search the Archive

Re: If a*b=c/d, then a=c/bd, How do i do this in Mathematica?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79781] Re: [mg79729] If a*b=c/d, then a=c/bd, How do i do this in Mathematica?
  • From: "Thomas Dowling" <thomasgdowling at gmail.com>
  • Date: Sat, 4 Aug 2007 05:54:49 -0400 (EDT)
  • References: <200708031020.GAA11924@smc.vnet.net>

soln = Flatten[Solve[a b == c /d, a]]

expra = a /. soln

I presume this is what you want?

On 8/3/07, GR <gobithaasan at gmail.com> wrote:
>
> Dear Experts,
>
> I tried reading the help doc in M6, but unable to find the right
> command. Can M6 simplify it?
>
> Cheers,
> GR
>
>
>



  • Prev by Date: Re: activate more than one core in Mathematica 6.0 (for win)?
  • Next by Date: Re: Density Plot coloring issue
  • Previous by thread: If a*b=c/d, then a=c/bd, How do i do this in Mathematica?
  • Next by thread: Re: If a*b=c/d, then a=c/bd, How do i do this in Mathematica?