[CAS BUG] operator (.+) on non-square matrices
|
12-14-2013, 02:45 PM
(This post was last modified: 12-14-2013 02:49 PM by compsystems.)
Post: #1
|
|||
|
|||
[CAS BUG] operator (.+) on non-square matrices
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]] |
|||
12-18-2013, 10:55 PM
Post: #2
|
|||
|
|||
RE: [CAS BUG] operator (.+) on non-square matrices
I checked this with the latest firmware and the issue seems to be gone.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)