-
Notifications
You must be signed in to change notification settings - Fork 154
vector product substitutions with powers #832
Open
Labels
Description
Hi!
What is wrong in the following example? I would expect both results to be zero here.
v q,k,p1,p2;
s j;
g ff = q.k^2*p1.k;
id k.p1?*k.p2?^2 = 0;
print+s;
.sort
id q.k^j?*p1.k = 0;
print+s;
.end