Hello,
I have very complicated expressions containing scalar products like
a1*b1 + a2*b2 + a3*b3
In order to reduce the complexity, I would like to establish a set of rules like
rule={a1*b1 + a2*b2 + a3*b3 -> pAB, ...}
in order to replace each time the scalar product by an...