MathGroup Archive 2013

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

Search the Archive

Re: Differencing two equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131586] Re: Differencing two equations
  • From: Youngjoo Chung <ychung12 at gmail.com>
  • Date: Sun, 8 Sep 2013 03:08:15 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <kf7m3q$fgi$1@smc.vnet.net>

Hi,

You can use SCSubtEqs in the SymbolicComputing package (http://symbcomp.gist.ac.kr, WTC 2011). It is still a beta version, but it might help.

<<SymbolicComputing`

In[199]:= SCSubtEqs[{a == r, b == s}]

Out[199]= a - b == r - s

You can use other functions like SCAddEqs, SCMultEqs, SCDivEqs for similar operations.

The package was designed to handle primarily manipulation of mathematical expressions rather than evaluation of them. This required some changes, though, like deferred on-demand evaluation of 2-D forms of integrals, products, sums, etc., which are normally evaluated immediately in Mathematica. Please refer to the homepage for further details.

Sincerely,
Youngjoo Chung



  • Prev by Date: Re: Evaluating inequalities
  • Next by Date: Re: Variable transformations
  • Previous by thread: Re: Evaluating inequalities
  • Next by thread: Re: Variable transformations