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

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79868] Re: If a*b=c/d, then a=c/bd, How do i do this in
  • From: Steven Siew <siewsk at bp.com>
  • Date: Tue, 7 Aug 2007 01:33:27 -0400 (EDT)
  • References: <f91jd3$6c3$1@smc.vnet.net>

In[1]:=    eqn1  =  a * b == c / d
Out[1]=   a b == c / d

In[2]:=   eqn2 = # / b &   /@   eqn1
Out[2]=   a  ==  c / (b * d)




  • Prev by Date: Beta function, Integral
  • Next by Date: Re: how to collapse a cell in v.6
  • Previous by thread: Re: Beta function, Integral
  • Next by thread: problems with delayed write: tag list