grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
120 stars 23 forks source link

Simplication lose variables. #318

Open Isomorph70 opened 3 years ago

Isomorph70 commented 3 years ago

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)