yacas icon indicating copy to clipboard operation
yacas copied to clipboard

Simplication lose variables.

Open Isomorph70 opened this issue 4 years ago • 0 comments

In> sf(a,x):=Sum(k,1,LLength(a),f(a[k].x)); Out> True In> sf(a,{z,y}) Out> Sum(k,1,LLength(a),f(a[k].x))

The list/vector {z,y} is missing in the final output. (Version 1.7.0)

Isomorph70 avatar Jul 29 '20 13:07 Isomorph70