Skip to content

Instantly share code, notes, and snippets.

@riccardobenini
Created August 5, 2013 09:35
Show Gist options
  • Save riccardobenini/6154642 to your computer and use it in GitHub Desktop.
Save riccardobenini/6154642 to your computer and use it in GitHub Desktop.
Operazioni su due equazioni
eqnOperate[eqn1_, eqn2_, f_] :=
Equal @@ f @@ {List @@ eqn1, List @@ eqn2};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment