6
x y z a b c
/* Examples from Chemistry, page 35. */

x y + x z - 2 a;

y x + y z - 2 b;

z x + z y - 2 c;;





