HP Forums
[CAS BUG] operator (.+) on non-square matrices - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: [CAS BUG] operator (.+) on non-square matrices (/thread-81.html)



[CAS BUG] operator (.+) on non-square matrices - compsystems - 12-14-2013 02:45 PM

Sorry google translator

M1 := [[2,4],[6,8],[10,12]]; [ENTER] return => [[2,4],[6,8],[10,12]] // OK

M1 .+10 [ENTER] return => [[12,14],[16,18],[20,22]] // OK

M1+10 [ENTER] return => poly1[[2,4],[6,8],[poly1[10,22],]] ?

MAPLE

M1+10 [ENTER] return [[12,4],[6,18,3],[10,12]]


RE: [CAS BUG] operator (.+) on non-square matrices - Tugdual - 12-18-2013 10:55 PM

I checked this with the latest firmware and the issue seems to be gone.