Re: Differencing two equations
- To: mathgroup at smc.vnet.net
 - Subject: [mg131480] Re: Differencing two equations
 - From: nma%12000.org at gtempaccount.com
 - Date: Sun, 4 Aug 2013 05:17:04 -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: <20130210082414.C3A5F6937@smc.vnet.net> <kfae39$m53$1@smc.vnet.net>
 
On Monday, February 11, 2013 3:36:41 AM UTC-6, Bob Hanlon wrote:
> eqnOperate[eqn1_, eqn2_, f_] :=
> 
>   Equal @@ f @@ {List @@ eqn1, List @@ eqn2};
This is a follow up on my last post. It was a user error on my part.
I passed it invalid input. I fixed my input and the above
function works as expected.
thanks,
--Nasser