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 > > >
- References:
- If a*b=c/d, then a=c/bd, How do i do this in Mathematica?
- From: GR <gobithaasan@gmail.com>
- If a*b=c/d, then a=c/bd, How do i do this in Mathematica?